0 comments / January 28, 2015

CSS Shadow on all sides of div

CSS Shadow can be used to project a div with 3D like effect. Most of the times we shadow bottom & left / bottom & right side to bring this effect. Sometimes we thought to shadow on all sides of div to give it a different look.


0 comments / January 07, 2015

$.browser is undefined - jquery type error

This browser function removed from jquery version 1.9. you need to write code for this or include jquery migrate plugin to restore depreciated functions


24 comments / November 12, 2014

share a link on whatsapp from website

We can add whatsapp sharing button to our website just like facebook,twitter,g+ etc. and share the content to whatsapp contacts or groups. This is working with ios and android with phones.


0 comments / November 11, 2014

Remove last character from string trick in php

General way of trimming last character of string in php is using substr function. But there is another way we can do it using rtrim().


0 comments / November 06, 2014

MySql concat null values

In MySql, Your update query will not run as expected when concatenating a column which has null value. Query doesn't show any issues but the value will not be updated.


0 comments / November 02, 2014

Browser detection in javascript

Sometimes we just need to know client web browser to deliver information or add some code specific to the browser. In a client web browser navigator object holds client browser name,version, user agent,platform and other details.


0 comments / July 24, 2014

Solved: xampp new security concept issue

When I try to access phpmyadmin after installing xampp in my linux system, I stuck with this error: New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file "httpd-xampp.conf".