As a WordPress site admin, are you aware of the fact that wordpress.org is collecting back many of your site details without your permission? If not, it is true that all your wordpress installations are sending the following data back to wordpress.org servers at regular intervals and whenever you are upgrading your site. Following are […]
Search engine optimization (SEO) plugin for Elgg 1.8
Today we have released a new plugin for Elgg 1.8 series which aims in fixing the SEO problems in Elgg. Though Elgg is the best open source social networking platform, it lacks SEO. The new version of Elgg has a better SEO friendly titles than the previous versions. But it was lacking a general metatags […]
Free desktop wall paper calendar for August 2012
As part of the monthly release of new Wall paper calendar series, here is our 2012 August calendar with London Olympics 2012 as the background. Download free desktop calendar wall papers for August 2012. Multiple resolutions are available in the download pack of the free August 2012 calendar. Download Now
Show a pre loader until the Big image completely loads
This is a simple method of showing a pre loader to users until the loading of a big image in your webpage is completed. Sometimes when you embed a big image inside your webpag, it will take minutes to get it loaded completely or at least few seconds before the first bit of it is loaded. In this time […]
Create a simple photogallery with jQuery in five minutes
This is a simple tutorial which will help you to create a simple photo gallery system for your web project in less than five minutes using HTML, CSS, and JavaScript (jQuery). Following is the screenshot of the final product. Step 1: Load the jQuery library <script src=”http://code.jquery.com/jquery-1.7.2.min.js”></script> Step 2: The HTML Markup The most important […]
Recursively walk in a directory and delete all matched files with php
This simple code snippet will help you to recursively walk in a directory and delete all matched files. For example if you have a nested directory with around 10000+ folders and you want to remove all the .txt / .htaccess files inside that directory and sub directories, you ca use the following function. Copy and […]