Quantcast
Channel: The Debuggers
Browsing all 10 articles
Browse latest View live

Generate multiple Google Maps on a page

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...

View Article



Yearly Review 2017 – Year of Experiments and Learning

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...

View Article

Client Server Communication : HTTP, Polling, SSE, Websockets and Comets

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. The post...

View Article

Send PUSH notification using Google FCM and PHP

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). The post Send...

View Article

Complete Web Push Notification using OneSignal in 10 steps

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...

View Article


File Encryption and Decryption using PHP Extension Mcrypt

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. The post File Encryption and Decryption...

View Article

Best practices to follow with database indexes

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...

View Article

PHP API for Current Bitcoin Price

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...

View Article


Minify HTML in CodeIgniter using Hooks

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...

View Article


Backup/Restore MySql database using PHP

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...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images