Share Box with Jquery & CSS3

Jquery Share Box with CSS3

Today I am going to share some interesting Social Share Box in a Tooltip for your blog. I have used jQuery & CSS3 to achieve this. You can just copy the code & use it anywhere in your blog.. 🙂 jQuery Code CSS3 Code Please don’t forget to share and subscribe to … 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

Facebook Timeline Wall Script 2.0 with PHP, Mysql, jQuery

Facebook Timeline Wallscript

Hi Guys, Today I am going to share my facebook timeline wall script version 2.0 with more interesting features. I have added live commenting system with smileys option. I had received lots of request from my visitors to update the existing facebook wallscript version 1. So today I am very … Read more

Facebook Like Tooltip using Jquery & CSS

facebook tooltip with Jquery

Facebook like jQuery tooltip plugin with a flexible design that’s easy to customize. Implementation is straightforward and is easy to customize, has smooth fade-ins and fade-outs, and even gives you a number of different ways you can use those tooltips (including complex content). Download  View Demo Unique Features Checks for … Read more

Top 10 Responsive Frameworks for Web Developers

Cool Kitten framework

Today I am going to share some interesting stuffs. I had googled & come up with nice css framesworks that are really useful when its comes to responsive design. Groundwork CSS Built from the ground up with Sass, GroundworkCSS is a fully responsive framework that features an incredibly flexible, nest-able  fluid grid system … 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