Display Timezone is a simple plug-in to display current time with timezone in the upper right of your admin …
Trending Story
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 …
HTML5Rocks
HTML5Rocks.com is an open source project!. HTML5Rocks.com A resource for developers looking to put HTML5 to use today, including information …
Simple Image Gallery In jQuery
jQuery plug-in for a simple image gallery “simpleGallery()”. This will load all the images to the gallery container, then the …
jQuery Shaky/Vibrating Menu
A simple Vibrating menu with jQuery and CSS. I used the ul li pattern to make the menus. When we …
Poedit: A cross-platform PO to MO converter and PO file editor
This article describes how to convert and edit po files using Poedit Software. It is cross-platform software build in wxWidgets …
WordPress Custom Permalink Settings
On your WordPress blog the permalink settings allows the SEO URLs. There you can write your own permalink styles. The default …
Android Video Tutorials From GoogleDevelopers
Google Android Video Tutorials from Google Developers. Its talks about An Introduction to Android, Inside the Android Application Framework, Anatomy …
Dojo: Image Slideshow
Here is a simple image slide-show using Dojo and HTML/CSS. The SlideShow panel contains the Images and Description. All the …
Most Useful WordPress Plugins
Plugins can extend WordPress to do almost anything you can imagine. In the directory you can find, download, rate, …
JSON for Flex/Flash AS3 application development
One of my project I want implement JSON method as the data exchange, as there is no standalone functions for …
Turning Your Online Business Idea Into Reality
Have you got an idea for an online business? Maybe you’re currently in full-time work, in college, or you’re a …
Commonly Used Regular expressions
Here are some commonly used regular expressions. Most of them are applicable for PHP, JavaScript, Perl, Python and Java.
HTTP URL
/*
Matches: …
AS3 Set Keyboard Autofocus For SWF
Its too simple to remember, the problem is because of, Flash will lose the focus of the stage while adding(addChild) …
