Today I am going tell you some methods which will help those learning PHP & also those who are planning to start learning PHP. For those who are planning to learn PHP, I just want to say that every programming language has the same logic only the grammar (coding style or structure) changes. 1. Always…
All posts in web development
Give Polaroid Look To Your Images!!
Hi Folks, Do you want to give a polaroid look to your pics taken from your digicam or mobile phone? Like this: So you need to visit Rollip.com, a free online tool which gives polaroid effect to your images. It just takes only three simple steps to give a polaroid look to your images. You…
Optimize Wibiya Toolbar
Wibiya Toolbar(or Wibiya Wibar) is an amazing and multi purpose toolbar. It is an all-in-one plugin for a blog. You can read more about it @ Wibiya Toolbar for Blogs. It had been a week using it, I faced a trouble with it’s loading time. So here is a way to decrease, it’s loading time.…
Encrypt and Decrypt Strings With MD5()
Hi Folks, I present you an online tool to encrypt and decrypt strings using MD5 function of PHP. MD5 aka Message-Digest algorithm 5 is a widely used cryptographic hash function with a 128-bit hash value. MD5 hash is typically expressed as a 32 digit hexadecimal number. Read more about MD5 @ Wikipedia. Don’t forget to…
Multiple Web Search
Hi Friends, Today I introduced a Multiple Web Search in my Website. It’s really amazing and very helpful as you enter a single query, you get results from three search engines at a time. How to use: Enter a keyword in the text area. And click Submit. You will obtain results from three search engines,…
Running PHP scripts on PC
Hi Friends, I was searching a way to run PHP scripts on my lappy but was unable. Yesterday I got a method of doing that, here goes my method: First of all you need to install Wamp Server (WAMP= Windows Apache MySQL PHP). Its installation is very easy. After the installation. Run Wamp Server. Open…