Author Archives: Huzoor Bux
10 Signs That Your Computer Is Dying
[ Read More ]
PHP vs. Javascript | Big Differences
[ Read More ]
Video Editing Tutorial With PHP and FFMPEG
[ Read More ]
Easily create stunning animated charts with Chart.js
Charts.js is a library for JavaScript which uses HTML5’s canvas to render various different beautiful charts for the web. You can download it from: http://www.chartjs.org and start using it immediately. All you have to do is add the Chart.js script to your document and you can take advantage of its functionality, documented at http://www.chartjs.org/docs/.
[ Read More ]
How to create Full Screen Responsive Image Gallery using CSS and Masonry
In this tutorial I am going to show you how to create a full screen responsive image gallery using CSS and Masonry ( is a JavaScript grid layout library ), I am giving you image gallery example but you can create your blog posts, user profiles, video wall etc using this technique so we are giving you this tutorial with a nice demo and source to download for free.
[ Read More ]
Stop using PHP MySQL extension and start using MySQLi or PDO
Nowadays, PHP have several database extensions. In the past, there was only the MySQL extension. Later, MySQLi extension appeared. It enabled developers to write more neat and maintainable code. It had also the power of object-oriented and it was more secure and strongly recommended in its days. Now, we have PDO that literally has it all.
[ Read More ]
Create Bootstrap form wizard and validation with jQuery
In this tutorial I will show you how to create form wizard and validation in jQuery, its a simple snippet created with Bootstrap and jquery to make a simple long from in steps to improve data collection process and beautify webpage.
[ Read More ]