Category Archives: PHP Videos


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 6, 2016 9:52 am

How to Reward users for viewing videos using AJAX


How to Reward users for viewing videos using AJAX
In this tutorial, we are going to show you how to reward users for watching videos in your site. They would be rewarded only for watching the whole video without fast-forwarding/skipping parts of it and would be rewarded only once for each video.

[ Read More ]


December 5, 2016 8:20 am

12 Reasons to Choose PHP for Developing Website


12 Reasons to Choose PHP for Developing Website
Ever since the dawn of the internet, there have been countless additions and developments over the decades that have amazingly improved a number of our technologies. One of the technologies spoken of regards the creation and development of website designing tools and platforms. Many such website creators/developers have opted to utilize PHP in their website design efforts, and the reason behind this is due to the open-source server-side scripting language, which allows the user to opt for a range of different features at their disposal.

[ Read More ]


December 1, 2016 7:04 am

jQuery Fullcalendar Integration with Bootstrap, PHP & MySQL


jQuery Fullcalendar Integration with Bootstrap, PHP & MySQL
Recently I have used this plugin in an application and faced some issues to integrate it with bootstrap so I don't want my readers to waste time in integration in this tutorial you will get a fullcalendar working with bootstrap, PHP & MySQL. We are doing some basic operations like add event, edit event and delete event.

[ Read More ]


January 4, 2016 9:16 am

Creating a Text-to-Speech API part 2


Creating a Text-to-Speech API part 2
After we have set up all parameters, we create a variable that will hold the name of the audio file which will be a randomly generated name. Afterwards, we launch eSpeak in the command line with all possible user parameters. If the user has not specified a parameter, it will just be blank.

[ Read More ]