All web application’s database should be optimized and new techniques are required to handle the large records Here is a concept used by CodeIgniter where we can save our query result... Read more
Intelligent people do not like to gossip, they like talking about idea and innovations. Hence, they cannot just be friends with everybody. Average people sometimes gossips, belittle and jeal... Read more
Let’s see some fabulous ways to protect trees. Let me show those mind blowing pictures to all of you here. 1. Tree making its way: Many people cut down trees to make way for land, home... Read more
There is a huge difference between humans and animals. Animals are far more better than humans. I am not criticizing anyone friends, please don’t mistake me. But look at these pictures... Read more
Here we are going to integrate simple video call and voice chat functionality in your website with WebRTC, Socket.IO & Node.js. WebRTC (Web Real-Time Communications) is an open source pr... Read more
Shocket.Io emit Cheatsheet io.on('connect', onConnect); function onConnect(socket){ // sending to the client socket.emit('hello', 'can you hear me?', 1, 2, 'abc'); // sending to all clients... Read more
WebSocket is an amazingly fast, easy to use and full-duplex way to communicate between client and server. WebSocket is recommended if you want a fast real-time application like a bid applica... Read more
Let’s take a look at how to optimize MySQL queries for speed and performance. He we will go through the steps of optimizing SQL queries and databases. This will guarantee stability, sc... Read more
Here is list of all available keyboard shortcut in Mozilla Firebox browsers. Table of Contents Navigation Current Page Editing Search Windows & Tabs History Bookmarks Tools PDF Viewer Mi... Read more
Follow these steps to reset MySQL root user password: First stop mysql using below command: sudo /etc/init.d/mysql stop Run the commands below to create a new mysqld directory sudo mkdir /va... Read more