In this post, we will be backing up and restoring database easily using PHP. The basic idea is to dump database table structure and data into a SQL file for backing up. While restoring, the SQL queries dumped into the file are executed one after another.
In this article, I will show how to minify HTML output using CodeIgniter framework. By removing unnecessary characters and lines in HTML code such as indentation, comments, empty lines, etc., you can save download file size without affecting the output but also improving the performance.
According to Wikipedia, Bitcoin is a cryptocurrency, a form of electronic cash. Cryptocurrency is basically a digital currency in which encryption techniques are used to regulate the generation of units of currency and verify the transfer of funds, operating independently of a central bank. A cryptocurrency is a digital or virtual currency designed to work
By creating correct indexes for tables based on the queries your applications use, you can improve performance of your application.
In this post, I'll discuss on basics of Database Indexes and best practices to follow.
We will be using "Mcrypt" PHP extension for this purpose of encryption and decryption. The mcrypt extension is an interface to the mcrypt cryptography library.
In this post, we will be learning to send push notification with OneSignal. OneSignal provides the facility of sending push notification in various platforms as iOS, Google Android, Web Push, Amazon Fire, Windows Phone and Mac OS X.
Do you want to send Push Notification to your users devices?
I am going to show how to send Cross Platform (Android/iOS) Push Notification using Firebase Cloud messaging (Google FCM).
In this article, we are going to get in detail about various techniques of Client-Server Communication.
Learn about Simple HTTP Requests, Ajax Polling, Server Sent Events, Websocket, Comet.
When we look back at 2017, it will be remembered, more than anything else, as a solid foundation for The Debuggers. We have managed to continue writing, though less often, during this time period.
With this post, I would like to present our Yearly Review for 2017.
Want to display multiple google maps on a single page? Then, this post is for you.
For displaying multiple maps, you need multiple container for map. Just remember to specify height and width of the container.