2012 in review
The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog . Here’s an excerpt: 600 people reached the top of Mt. Everest in 2012. This blog got about 2,300 views in...
The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog . Here’s an excerpt: 600 people reached the top of Mt. Everest in 2012. This blog got about 2,300 views in...
The WordPress.com stats helper monkeys prepared a 2013 annual report for this blog. Here’s an excerpt: A San Francisco cable car holds 60 people. This blog was viewed about 3,400 times in 2013. If...
remove svn files folder using php some time we forget to export a project on svn and upload that on main server. Result , our main server now have svn file and folders folders....
update product quantity on check out page magento you can do it by editing item.phtml (template/checkout/onepage/review/item.phtml) and these lines after line no #47 <td class=”a-center”><?php echo $_item->getQty() ?></td> <td class=”a-center”> <input name=”cart[<?php echo $_item->getId()...
magento on maintenance mode open only on your ip Hello All Today I am going to explain you how to put magento on maintenance mode. That maintenance mode will show to all other...
unzip folder files using php code some time you want to extract files from a zip on a website but you didn’t have sufficient rights or cpanel to extract that , you have on;y...
set permission for magento – magento-cleaning If you are facing issue of permissions or internal server error then try to set permission to magento folder that might help you. set 777 for media ,...
quick seo (A SEO guide ) In this guide you can learn how increase traffic on your site… search-engine-optimization-starter-guide
recursive function getting parent child A recursive function is a function that calls itself during its execution. This enables the function to repeat itself several times, outputting the result and the end of each...
mysql queries 1. Add column age and desg in emp_prof table. Mysql> use profile; Mysql>alter table emp_prof add column age int; Mysql> alter table emp_prof add column desg char(10); 2. Update all records of...
Recent Comments