Just a few days back, one of my friend asked me how to break a foreach loop in PHP after a certain number of looping. Well, foreach loop is basically the for loop for arrays. It loops until it reaches the end of the array and keeps on executing the block for each of the array content. So, it is named as foreach Loop. This is the basic structure of a foreach loop in PHP: <?php foreach($my_array as $key => $value) { //Code to...
Read MoreRecuva ~ Undelete, Unerase files from devices w/ FREE File Recovery Software
Accidently deleted your files from your memory card and now wondering if there is a way to get them back? Well, obviously there is a way! There are many File Recovery software which does the job of undeleting or unerasing files on your device. The device can be a memory card, a pen drive or your hard disk itself! But the problem is, most of the software are either not free or consumes too much of memory! Well, its been quite a while I...
Read MoreFade In n Out Animation on hover w/ jQuery to make image Buttons
This tutorial have been incorporated inside a plugin! Download and read about it here. Although it is good to read this tutorial, as this will show you the backend of the plugin Remember the last post about the sliding or bouncing effect using jQuery to make some cool image buttons… If you liked the effect, then its a guarantee that you will definitely love the FadeIn and Out effect which we are going to discuss now. You should have...
Read MoreKnow latest Webhosting News, Trends & Reviews from WebHostingFan.com
Ever thought of a site covering A-Z every topic related to Web-Hosting? Well, previously we have discussed about many sites reviewing the latest and most reliable web hosts, and ranking them according to their points, but still all the information remains incomplete without knowing what actually lies behind web hosting and how to grade them yourself… This time when I was asked to review WebHostingFan.com I found the site to be really...
Read MoreAdd background arrow image to external or third party links automatically using jQuery on Website/Blog [Also on Blogger]
You must have noticed that in Wikipedia, all the external links which open up a new window or tab possess an arrow background image. Basically this is a technique of telling users that the link will pop up in a new window or tab! For example, have a look at the following example: Google – This was an external link; InTechgrity – This was an internal link Obviously, you must have noticed that the hyperlink Google has an arrow image...
Read MoreSliding Hover animation using jQuery to make cool image buttons
This tutorial have been incorporated inside a plugin! Download and read about it here. Although it is good to read this tutorial, as this will show you the backend of the plugin You might have seen some image buttons on websites which slides up on hovering over them… Actually I saw it first on one of our reader, Dhawal’s blog eTechBlast and thought of developing such set of buttons from scratch using jQuery. It was basically very...
Read More


Social Networking!