Database of All Countries and all time zones
Database of All Countries and all time zones Download attached file.
View ArticleRegex to replace garbage data
Regex to replace garbage data Sometimes we need to eliminate garbage data present in some string values , like in following example, “CBS Sports has just released the final tally of their traffic...
View ArticleDisable image copying using js
Disable image copying using js To disable the right click option on an image simply add : oncontextmenu=”return false;” in image tag Example <img src=”logo.jpg” oncontextmenu=”return false;”...
View ArticleOnline Photo Editor
Check http://www.pixlr.com/editor This is a fantastc image editing tool and most important its FREE !!
View ArticleMulti Level Select Box in simple HTML
Creating a multilevel select box is a simple thing and it is very useful. <select id='sections'> <optgroup lable='Section 1'> <option value='1.1'>1.1</option> <option...
View ArticleA simple and useful trick with multi-line comments.
1. Here is a simple example of multi-line comment we follow in most of the languages, /*if( some conditional statements ){ ... a lot of brilliant code goes here... ... }*/ 2. Many times when we need...
View Article