PHP PHP Validate Email Address How to validate Email address using php.This can be easily done by php regular expressions. Here is a email validation example.Only you have ... By Sumith HarshanJuly 27, 2012
Recent Posts Get Twitter feeds to your web site using JQuery Add twitter feeds to your website is easier using JQuery by placing a link to it in your page’s header.And put the twitter ... By Sumith HarshanJuly 27, 2012
Recent Posts JQuery error() method What is the error() method of the jquery and how to use it.This article is describing how to use it,usages,issues and so on.The ... By Sumith HarshanJuly 25, 2012
Recent Posts Java Script check date range is valid or not Q:- I want to validate date range or if exist date range by using java script. Answer :- This is can be done ... By Sumith HarshanJuly 25, 2012
Recent Posts JQuery access iFrame elements When we working with iframe if we want to access iframe elements using JQuery.If you try to access using ID, class or other ... By Sumith HarshanJuly 23, 2012
PHP How can I detect iFrame using PHP How to detect this is a iframe or not, using php.You can check the referrer to determine if a request came from a ... By Sumith HarshanJuly 23, 2012
PHP PHP array convert to Java Script array Sometimes when we using php, we want to convert php array to java script array.php array can be convert to java script easily.Here ... By Sumith HarshanJuly 23, 2012
PHP PHP Detect Browser How can I detect browser using php.You can use php server variable $_SERVER[‘HTTP_USER_AGENT’] for this.It will return about the user’s operating system, as ... By Sumith HarshanJuly 22, 2012
Recent Posts How to delete all cookies using Java Script Here is a simple small function to delete all cookies using java script.You have to only call to this function.You can test this ... By Sumith HarshanJuly 21, 2012
Recent Posts WordPress get meta data from wp_options table How to get data/meta data from the wp_options table in the wordpress .In this table, option_values are(some values) saved as serialized .So directly we ... By Sumith HarshanJuly 21, 2012