March 16, 2024 4:02 am

How to use Font Awesome Iconic font using CSS


How to use Font Awesome Iconic font using CSS
Font Awesome is a CSS library which gives you vector icons (which are all based on mathematical expressions, to represent images in computer graphics.) that can be easily customize with power of CSS like size, color or drop shadow etc. Basically this Font Awesome was designed for Bootstrap and now all the web designers adopting it and creating themes with very few images or no images.

[ Read More ]



March 15, 2024 4:01 am

How to create Social Slide Buttons with CSS Transitions


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 ]



March 14, 2024 4:03 am

10 Best PHP learning / Programming Books 2014


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 ]



March 13, 2024 4:01 am

How to create RSS feed Reader app in PHP


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 ]



March 12, 2024 4:05 am

How to create Emoticons with CSS & jQuery Plugin


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 ]



March 11, 2024 5:02 am

How to create Image less CAPTCHA using PHP


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 ]



March 10, 2024 5:02 am

How to use Skype API to Detect Users Status


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 ]