Simple jQuery Preloader for Websites

jQuery Preloader for websites

Now a days every websites are powered by jQuery Preloader. It will add interactivity to a webpage with some sort of animations.  Today I am going to tell how to create a simple jQuery Preloader with 2 lines of jQuery code & few lines of CSS code. We want our … Read more

Easiest way to Detect Browser in PHP

PHP Detect Browser

Now a days people are started detecting your browser and Operating system details in their web application for debugging, system usage analytics & other purposes. In this tutorial we are going to see how to Detect Browser & Operating System (OS) details in PHP. By using PHP’s native function we … Read more

Javascript Check Internet Connection

How to Check Internet Connection Exists or Not using Javascript

99% of people used to type google.com immediately after opening their web browser to check internet connection. This is very true in our morden world. Now a days we can’t live without an Internet. While browing, If you lose the connection then you will feel sad and unhappy till the … Read more

PHP Text to Speech using Amazon Polly API

php text to speech amazon polly

Amazon Polly is a Web Service used to convert any Text to Speech in real time. Also there is an option to download into MP3 format. This text to speech service that uses advanced machine learning technologies to convert speech that sounds like a original human voice. checkout my recent … Read more

Facebook Style Mention System with PHP, MYSQL & jQuery

Facebook Twitter Style Mention System with PHP, jQuery & PDO

Facebook / Twitter style mention system with PHP is one of the cool implementation in the social networks. It is used to mention the particular user by adding @ symbol infront of the username. When you start typing @ followed by username, social networks automatically suggests the users via autocomplete … Read more

How to Implement Memcached in PHP CodeIgniter

Memcached in Codeigniter

In this post I would to share how to install memcached caching system in amazon ec2 cloud server and access it via php codeigniter framework. We can store any data like plain text, json, array & html contents into the server memory. Stored can be accessible by using . About … Read more

20+ Popular Online Web Developer Tools in 2020

20+ online web developer tools

In this post I would like to share most popular free online web developer tools that every web developers should know. These web developer tools are used for various purpose in your web applications such as code optimization, image modification, testing APIs, validation and mobile compability issues. Why I’m sharing … Read more

Bootstrap Table Fixed Header using CSS

Bootstrap Fixed Header Table using CSS

Now a days web developers are making responsive html tables. Responsive table alone won’t be nice when you have large number of rows and columns in the table. If any table that has thousands of rows and more than 10 columns then height of the table is always larger than … Read more