Browser acceptable plain-language color names in javascript

AliceBlue AntiqueWhite Aqua Aquamarine Azure Beige Bisque Black BlanchedAlmond Blue BlueViolet Brown BurlyWood CadetBlue Chartreuse Chocolate Coral

The max number precision value in javascript

It is 2^53 = 9007199254740992.

javascript Get Credit Card Type By Number (regex validation example)

function GetCreditCardTypeByNumber(ccnumber) { if ((/^(34|37)/img).test(cc) && cc.length == 15) { return 'AMEX'; //AMEX begins with 34

Show invariant(en-us?) datetime formate

Example of showing day of week and monthname using javascript

Examples of refresh/reload current page

A SEO friendly refresh/reload solution

Web programming resources you may need

The difference between setTimeout and setInterval

setTimeout: Run once and then stop. setTimeout("AFunction()",1000); setInterval: Run by loop. setInterval("BFunction()",1000);

javascript window maximization

javascript autocomplete feature of input

javascript get user selected text

javascript to check opened window is closed or not

javascript get millisecond or microsecond

javascript move to next input when ENTER key is pressed

javascript turn off ime(english letters only)

javascript view webpages' HTML source