How to create Social Slide Buttons with CSS Transitions
In this tutorial I am going to give you a great social buttons options for web designers, social media buttons like Facebook like Google share and Twitter tweet buttons are very necessary for all the websites but due to there different sizes of all social buttons designers always face difficulties to look them pretty in there themes, so in this tutorial I am going to give you a very nice and CSS based buttons with every theme compatibility theme compatibility.
[ Read More ]
10 Best PHP learning / Programming Books 2014
Best 2014 PHP Books If you are looking for latest PHP books then today I am going to give you a list of very useful books coming in 2014 you must have to learn these books. If you really want to learn Web Programming then you need to get basic programming skills and red books as many as you can. As a Programmer I am also reading many books to increase my knowledge and write applications and give training to my team.
[ Read More ]
How to create RSS feed Reader app in PHP
RSS ( Rich Site Summary ) is a technology used by millions of web users to keep track of their favorite websites, in other words make you easily informed about your favorite fields. In this tutorial I will show you how you can create your own application to keep track on your favorite websites. Its a very simple and basic tutorial for PHP Developers, I have created 3 tabs of my favorite websites lets have a look how to code.
[ Read More ]
How to create Emoticons with CSS & jQuery Plugin
We use emoticons all the time in our chat conversions, messaging, comments and even in our emails to show that your feelings through some symbols like smile, sad and laugh etc. So this tutorial is all about emoticons using this tutorials demo and download code you can show your emoticons in your web projects very easily. We use a jQuery plugin with CSS to perform this task and make it very simple and easy to understand for our readers.
[ Read More ]
How to create Image less CAPTCHA using PHP
We all using old and traditional image captcha to to confirm that the user sending data is a human or a machine but to create that image captcha we have to create images for each page which takes few seconds to load the page. People don't understand your captcha image reload the image, so now I am going to show you an alternate of image captcha is image less captcha with PHP where it generates the number as a phrase and ask user to type it in numbers.
[ Read More ]
How to use Skype API to Detect Users Status
Skype is one of the biggest free VoIP (voice over internet protocol) service and an instant messaging client, currently developed and managed by Microsoft. Today I am going to show you that how you can check any Skype user's status that he/she is online or off line. Its a very simple code I found on a website and want to share this with my readers.
[ Read More ]
How to use Smarty template engine in PHP
If you are developing a web application then you have to separate templates from your logic code and make your application simple. Using smarty you can design your web pages without the care of your application code. Smarty template engine work as a language you can add conditions, PHP Code, loops and many more.
[ Read More ]