Author Archives: Huzoor Bux


May 28, 2019 6:14 pm

10 Signs That Your Computer Is Dying


10 Signs That Your Computer Is Dying

[ Read More ]


December 15, 2017 7:00 pm

PHP vs. Javascript | Big Differences


PHP vs. Javascript | Big Differences

[ Read More ]


January 26, 2017 3:27 pm

Video Editing Tutorial With PHP and FFMPEG


Video Editing Tutorial With PHP and FFMPEG

[ Read More ]


December 29, 2016 9:46 am

Easily create stunning animated charts with Chart.js


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 ]


December 28, 2016 9:44 am

How to create Full Screen Responsive Image Gallery using CSS and Masonry


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 ]


December 27, 2016 9:38 am

Stop using PHP MySQL extension and start using MySQLi or PDO


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 ]


December 21, 2016 8:34 am

Create Bootstrap form wizard and validation with jQuery


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 ]