Well try this http://activecampaign.com/activespell/ free spell checker, it use backend pSpell component installed on PHP to work, but is very good spell checker for your HTML editors and TextArea boxes….
Category: Javascript
LightBox Vs VideoBox Vs Custom Code
Recently I was given a task to make LightBox and VideoBox work on same page, where we have Images and Video to show. However, Videobox is inspired by Lightbox as per developer,…
Javascript Replace Function
I just have been asked, “Does, Javacript string.replace function replace string only once?”. I said, “No”. But when I test the function I was wrong. Then did a search on…
Calculating distance
With increasing use of Map service such as google, yahoo and MSN one often need to calculate distance between two location. This can be done many ways I suppose. However,…
Filling Text Boxes for Testing
It is often required to fillin the form on webpage so you can test the form submission action. For this I often need to put different value so I can…