Author Archives: Huzoor Bux


March 19, 2024 4:02 am

Privacy Policy


Privacy Policy

[ Read More ]


March 18, 2024 4:05 am

How to create lazy loading images using jQuery


How to create lazy loading images using jQuery
Today I am going to give you a simple but very useful jQuery plugin which can load images on page scroll called lazy loading, if you used high resolution images on your website then it's a best solution for you to make your web site looks professional. This makes the page load faster and reduce server traffic since the client loads the images in the region what they look at.

[ Read More ]


March 17, 2024 4:03 am

How to prevent spammers with MotionCAPTCHA using jQuery


How to prevent spammers with MotionCAPTCHA using jQuery
Captcha is one of the very useful to prevent spammers to insert fake data in your web forms, today I am going to show you how to create a MotionCAPTCHA using jQuery. MotionCAPTCHA is a jQuery CAPTCHA plugin that requires users to sketch the shape they see in the canvas in order to submit a form. This is a very simple and easy to configure in your web application it looks like a drawing pad user has to draw given sketch.

[ Read More ]


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 ]