Are you fond of playing online game? If so, then I might have the right thing for you. Basically, I too got a little interest in this game when I was asked to review their service. ZombieDobby is basically a browser based game for net savvies. You install the ZombieDobby Toolbar on your Firefox and you are a part of the zombie world… Keep on surfing the net to increase your score. When you start you get 10 Health. As you surf you...
Read MoreSingle index.php PHP script to load different page using URL Variable
You should have many links like http://www.domain.com/index.php?page=home OR http://www.domain.com/index.php?page=about where different pages are shown from a single script. [In this case index.php is the script]. Now the question is how to make such kind of system… Basically, what we can do is, use PHP GET method to pass variable URL to the server and response different pages accordingly. Have a look at the online demo… If, you think...
Read MoreShorten Paragraph or String without broken/incomplete word using PHP up to a maximum character length
Ever wondered how to shorten a paragraph or string using PHP without broken words? There is a function in PHP substr() which cops a string upto a character length. But the problem is, that it leaves incomplete words after shortening. Say you have a paragraph: The famous astrophysicist, speaking in a new documentary, said spaceships could one day be capable of such high speeds that time slowed down for those on board. According to the Times...
Read MoreGet Parent directory of Current URL using PHP dirname function
Suppose you are at a URL http://yoursite.domain/dir1/subdir2/subdir/file.php and want to get the 1st level Parent directory of this URL. Evidently, the URL of the parent Directory will be http://yoursite.domain/dir1/subdir2/subdir but the question is how to generate it automatically using PHP. The answer is using PHP function dirname(). Using this, you can easily get any level of parent directories of the current URL. Before you check the...
Read MoreStephen Hawking shocks the world :Time travel will happen
The famous astrophysicist, speaking in a new documentary, said spaceships could one day be capable of such high speeds that time slowed down for those on board. According to the Times of London, Hawking has made a new documentary, "Stephen Hawking’s Universe," for the Discovery Channel, which is scheduled to be broadcast in May. In this film, which took three years to make, Hawking offers his view of what really might be...
Read More
We have discussed a lot about web hosting and domains previously. One of the most important thing to consider while buying any web host is, undoubtedly, the value for money. Everyone wants to choose the right web hosting company for his/her business. Now, this is easy to say than to actually compare. With so many parameters of a reliable web...
So, our last post on creating login admin and logout seems to be pretty backdated. We decided to come up with a new post under the same topic. So, to start with, let us see what you will be able to do after following this tutorial:
Create a MySQL database for managing admin users. Use SHA1 encryption method to store the password in database....
So after around one year of first release, I finally came up with the 2nd version of the 5 star rated WordPress Category Post List plugin. As you have already guessed, there are plenty of new features in the WP-CPL V2. I have added excerpt option along with shortcode to fulfill everyone’s need. It is needless to say, the current version...
So, this is the second last part of the long awaited MySQL datetime series. Previously we have leant how to work with MySQL datetime datatypes and how to automate some insertions using some MySQL datetime commands. Obviously the only thing left to discuss is, the (difficult) datetime arithmetic inside MySQL. As in any language, the datetime...


Social Networking!