Practical Web Applications for Daily Living…
julbx
This user hasn't shared any biographical information
Homepage: http://www.philippinebestwebdesign.com
Posts by julbx
Optimize your Web Store for Mobile using Magento
September 9, 2010 - 2:43 pm
Tags: ipad, iPhone, magento, mobile, singapore
Posted in CMS,ERP,CRM, html5, magento, web development | No comments
As more and more mobile devices like Ipad , Iphone, Android, etc, are becoming more and more popular more and more ways also to reach your audience. Magento can help you have a mobile version of your website in no time (expect if you feel to be a designer and put some little touch here [...]
Magento Experts Singapore
September 9, 2010 - 2:25 pm
Tags: experts, magento, singapore
Posted in CMS,ERP,CRM, magento | 2 comments
If you already have an online store and want to do more out of it? Let us, give you a better solution, Magento. We are one of the few magento experts residing in Singapore. We Design, Develop, Deploy and maintain your online Store in our Fast,Secure and reliable Servers. So call us now and Have [...]
Manipulating Radio Buttons in Jquery
September 9, 2010 - 6:12 am
Tags: javascript, jquery, radio buttons
Posted in User Interface, html/css, javascript / jquery, json,xml | No comments
$(‘input[name=packingdetail]‘).change(function(){
alert($(‘input[name=packingdetail]:checked’).val());
});
Lightning Fast Website Deployment with Wordpress
September 7, 2010 - 3:22 pm
Tags: rapid website development, website, wordpress
Posted in wordpress | No comments
Deploying website using static and cms website? Deploying website using CMS is way faster and easier compare to deploying static and hardcoded websites.
Wordpress can we able to do what intermediate CMS websites can and there are hundreds of free wordpress templates in the web right now, you just need to have at least 3 different [...]
Ecommerce Consultants based in Singapore
September 6, 2010 - 2:19 pm
Tags: ecommerce consultant, singapore consultant, singapore ecommerce
Posted in CMS,ERP,CRM, html/css, magento | No comments
I am trying this keyword if I will be index if somebody search for Ecommerce Consultant base in Singapore, well.. actually yes, we are one of the best ecommerce consultants in Singapore, we design, develop and deploy your ecommerce system in ourr secure web servers. Need ERP? you’ve landed on the right page. Please drop [...]
Code Igniter Ajax Form
September 5, 2010 - 2:53 pm
Tags: ajax, code igniter, jquery, Php
Posted in Php, code igniter, javascript / jquery | No comments
var $j = jQuery.noConflict();
$j(document).ready(function(){
$j("form").submit(function(e) {
e.preventDefault();
$j.post("/index.php/home/submitmessage", { firstname: $j("#firstname").val(), lastname: $j("#lastname").val(), address: $j("#address").val(), email: $j("#email").val(), confirmemail: $j("#confirmemail").val() , telephone: $j("#telephone").val(), mobile: $j("#mobile").val(),message: $j("#message").val() }, function (data) {
[...]
Magento Upsell (we also recommend) not showing solved
September 3, 2010 - 4:29 pm
Tags: cross selling, magento, upselling
Posted in magento | 2 comments
After trying almost everything from checking the javascripts codes, php codes, to trial and error delete and pasting back xml elements in catalog.xml to what ever possible solution I can think of, showing a lost We also Recommend tab is just a click of a button, I never expect to reindex the whole database [...]
Ecommerce System Installation Singapore
September 3, 2010 - 1:05 am
Tags: ecommerce installation, ecommerce system, magento, singapore
Posted in busines, magento, web development | No comments
We have successfully installed 10 ecommerce shops within 4 months using magento ecommerce system, having different business requirements gives pain during the development, but now, we are very proud to say, we know magento ecommerce system enough that we can cater the enterprice level already. We are moving towards integrating magento to other business [...]
JQUERY JSON Codeigniter
September 3, 2010 - 12:20 am
Tags: code igniter, jquery, json, mvc
Posted in Model View Controller, User Interface, code igniter, javascript / jquery, web development | No comments
Jquery snippet to call a method with a json p=output
jQuery("#getjson").click(function(){
jQuery.getJSON("index.php/welcome/jjson/", function(json){
jQuery(‘#json’).html("<a href=’http://www.google.com’ target=’_blank’>" + json.glossary.title + "</a>:"+ json.glossary.GlossDiv.title + ":" + json.glossary.GlossDiv.GlossList.GlossEntry.ID);
});
});
where
json.glossary.GlossDiv.title
is the from json = the [...]
