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.
$.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
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.
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().
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.
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.
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".