Smiley Parser with PHP

Smiley Parser with PHP

Today I am going to share How to make a smiley parser in PHP with few lines of code. A simple array with key as smiley symbol & value as image is used to parse a smiley using php’s str_replace function These little tricks  will spice up your IM conversations … Read more

Creating Digital Clock using jQuery & CSS3

Digital Clock using jQuery & CSS3

I found this article at http://tutorialzine.com , So I would like to share this tutorial to my readers.. The clock doesn’t need a lot of HTML. This is because a large part of it, like the names of the weekdays and the code for the digits, is generated dynamically. Here is the … Read more

Gmail Style Message Inbox Design with jQuery & CSS

Gmail Style Message Inbox with Jquery & CSS

Today I am going to tell how to create Gmail Style Message Inbox Design with jQuery & CSS.  From this design you can able to Add Star / Unstar Messages Delete Single Message Delete Multiple Messages Mark as Read Mark as Unread This tutorial will bring you exactly look like … Read more

HTML5 Chart

HTML5 Chart

Chart.js is an object-oriented graphing system that uses JavaScript and HTML5 Canvas to create six different types of charts. It allows for line charts, bar charts, radar charts, pie charts, polar area charts, and doughnut charts, all beautifully animated and fully customizable. They’re even rendered in high enough resolution for retina … Read more

How to Validate IPv4 Address in PHP

Validate IP Address in PHP

Today I am going to tell how to validate IPv4 / IP address using PHP. Simple function which will used to check client IP address is valid or not. Steps to validate IPv4 Address in PHP Split IP address into segments  by dot(.)  using explode function Make sure that there … Read more

How to delete multiple rows from a table with jQuery?

Removing multiple rows from a table with jQuery

Today I am going to tell you how to delete multiple rows from table with jquery with few lines of code. I hope this tutorial will be really useful in your web projects during handling data’s rendering in table. Deleting single row in table is painful when you have more … Read more

Load Your Webpage Faster using jQuery

Page Faster Loading jQuery Pronto

A jQuery plugin for faster page loads. Building on concepts like pjax and TurboLinks, Pronto is a simple way to harness the speed increases that HTML5’s pushState() can provide on nearly any site imaginable. Using a “partial page load” technique, Pronto reduces the over all server load and font-end render time by only … Read more