useful jQuery plugin which can load images on page scroll called lazy loading, if you used high resolution images on your website then it’s a best solution for you to make your web site looks professional. This makes the page load faster and reduce server traffic since the client loads the images in the region what they look at.
Wednesday, 26 March 2014
How to create lazy loading images using jQuery
useful jQuery plugin which can load images on page scroll called lazy loading, if you used high resolution images on your website then it’s a best solution for you to make your web site looks professional. This makes the page load faster and reduce server traffic since the client loads the images in the region what they look at.
Friday, 21 March 2014
How to Increase PHP Memory Limit
Check PHP memory_limit
<?php phpinfo();?>Visit it in your browser, you’ll see a table which lists out all the config about current php environment. Search for “memory_limit”, you’ll see:
Saturday, 15 March 2014
Extract images and links from website using php
Wednesday, 5 March 2014
Subscribe to:
Posts (Atom)