The WordPress Menu Item Limit

Create an .htaccess files in root directory of your wordpress installation & paste below code lines in your .htacces file. php_value suhosin.post.max_vars 7000 php_value suhosin.request.max_vars 7000 The value of 7000…

Removing Pagination In Magento Seo Page

First go to ..app\code\core\Mage\Catalog\Block\Seo\Sitemap open Abstract.php file In it change array(50=>50) to somewhat larger value . public function bindPager($pagerName) { $pager = $this->getLayout()->getBlock($pagerName); /* @var $pager Mage_Page_Html_Pager */ if ($pager)…

FUTURE OF FIREFOX DEVTOOLS

10 days ago, I asked in various channels about what web developers would like to see in the Firefox DevTools. I was impressed by the amount of answers we got…