Category Archives: JavaScript

AutoComplete.js update 1.2

I’ve completed an update/rewrite of my AutoComplete (Google suggest) widget. It now also includes a complete API document similar to the HelpBallons API. Examples: http://www.beauscott.com/examples/autocomplete Download: http://www.beauscott.com/examples/autocomplete/autocomplete.zip SVN: svn://beauscott.com/widgets/AutoComplete As always, please let me know if you have any issues … Continue reading

Posted in AJAX, Development, JavaScript, PHP, Widgets | 39 Comments

Yet Another AutoComplete widget

I’ve never really liked the floating-DIV approach to existing AutoCompleters (like Google Suggest). I figure: why break the UI? So in my approach I use a regular HTML SELECT object to serve the options. Again, this widget is based on … Continue reading

Posted in AJAX, Development, JavaScript, Widgets | 46 Comments

Aptana Web IDE

I just wrote a review of the Eclipse-based Web IDE called Aptana. With features like code completion for JavaScript, CSS and HTML, DOM compatibility checking, and cross-browser quirkiness testing, it’s shaping up to be a very good editor. Read the … Continue reading

Posted in AJAX, Development, JavaScript | Leave a comment

AJAX Rating Stars

Today I bring to you the second installment to my fledgling widgets library (which, by the way, I intend to packages together when I get enough components): AJAX Rating Stars. You have probably seen examples of these used all over … Continue reading

Posted in AJAX, Development, JavaScript, Widgets | 69 Comments

AJAX-enabled Help-Balloons

These have been deprecated with a new version available. Click here to go to the new version. As more and more websites adopt Web2.0 design, the simplicity of 25-year-old console styling is a thing of the past. Web browsers are … Continue reading

Posted in AJAX, JavaScript, Widgets | 115 Comments