WP-Notify is a notification plugin, this will help you to notify or alert informations about latest posts/system maintenance …
XPath in JavaScript, PHP, ActionScript and jQuery
XPath, the XML Path Language, is a query language for selecting nodes from an XML document or we can say …
Google Instant Style Search For YouTube Instant
Google Instant is a new search enhancement that shows results as you type. You will get all the information from …
Resize Images In Same Quality Using CSS Properties
We will lose the image quality while re-sizing it from the original size to up-scaled or down-scaled. The browsers default …
jQuery Notification Message like StackOverflow
Here is the source code of the notification message like in stackoverflow. Make it easy with jQuery and CSS. Place …
Display Timezone Plugin for WordPress
Display Timezone is a simple plug-in to display current time with timezone in the upper right of your admin …
Detect iPod, iPad and iPhone Using JavaScript
JavaScript code to detect the user-agents of iPhone, iPad or iPod.
if (/iPad|iPod|iPhone/.test(navigator.userAgent)){
// do ur stuffs for apple
}else{
// do ur stuffs …
Include js files inside a js file
Some times you want to include or load other .js files inside another .js files or on document. JavaScript doesn’t …
jQuery UI DatePicker Disable/Enable Specified Dates
We all are familiar with jQuery UI DatePicker, it have many options to customize the functionality. Instead of that we …
