Free desktop wall paper calendar for July 2012

Posted on: June 30th, 2012 by Mohammed Aqeel No Comments

July is coming… Its time to freshen up your wall papers. Download free desktop calendar wall papers for July 2012. Multiple resolutions are available in the download pack of the free july 2012 calendar. Download Now

Lazy load images and save bandwidths of your website

Posted on: June 30th, 2012 by Sarath C No Comments

This tutorial will help you to load your website faster by implementing lazyloading for all the <img> tags. Most of the time server-side render time is probably not the bottleneck of your page performance… Usually its the, the front-end is the most significant contributor to page load time. Things like <img> tags and css images […]

Clean Beautiful Social Media iconset with noise

Posted on: June 28th, 2012 by Raez Mon No Comments

A clean set of Icon’s for your next project. These are a set of icons created by photoshop blending options and filters. The icon set is available to be used in commercial and non commercial design projects. Preview social media clean icon set Download Now Artist: Creative Nerds Iconset Homepage: http://creativenerds.co.uk/freebies/a-clean-noise-social-media-icon-set License: CC Attribution 3.0 Commercial usage: Allowed

Get URL parameters using jQuery

Posted on: June 27th, 2012 by Raez Mon 3 Comments

This simple code snippet will help you in troublesome times to get the query parameters from a URL with jquery / javascript. /** * Function to parse the URL queries */ function get_url_parmeters(url, name) { name = name.replace(/[[]/, “\[“).replace(/[]]/, “\]”); var regexS = “[\?&]” + name + “=([^&#]*)”; var regex = new RegExp(regexS); var results […]

How to get the IP address of users and Country, State and locations

Posted on: June 16th, 2012 by Mohammed Aqeel 18 Comments

Many times we have received the private mails requesting the help to track the IP address of the users. Here is a simple php code to get the IP address of the user. With a little addition to the code, you can get the location details of the user like Country, State and city. Please […]

Top five Elgg plugins for 2012

Posted on: June 13th, 2012 by Sarath C 4 Comments

Besides being a powerful, easy to use, flexible and beautiful platform by itself, Elgg is also loved because of it’s high level of customization and optimization. Plugins are the best way to optimize and enrich your Elgg installation. And it’s not limited to performance only. The plugins for Elgg offers range from photo galleries, videos, […]

How to create a simple Helloworld widget in Elgg?

Posted on: May 24th, 2012 by Raez Mon No Comments

In this tutorial we will help you to create your first simple widget for Elgg. This is so simple. Follow these steps and just create 4 files and you will get your first Elgg widget. You can download the final plugin from following link. We are going to create a Love Calculator for Elgg. This […]

Asynchronous loading of the tweet button

Posted on: May 24th, 2012 by Raez Mon No Comments

As part of optimization of our home site, we noticed that the tweet button is breaking the page draw flow. It was being loaded in a blocking way so it is slowing down the page. This will create more problems when twitter is down or too busy (which is what happening always!!) So we thought […]