Customizable Form Select / Dropdown Replacement with Mootools

After seeing couple of implementations of replacing the default form checkboxes and radio buttons I was on a search for cross-platform select dropdown which can be fully styled with CSS....

July 17, 2008 · Peter

Dojo vs JQuery vs MooTools vs Prototype Performance Comparison

Updated: (MooTools vs JQuery vs Prototype vs YUI vs Dojo Comparison Revised)[/javascript/mootools-vs-jquery-vs-prototype-vs-yui-vs-dojo-comparison-revised] As part of my Mootools lecture at Codecamp I showed a brief speed comparison between the most used Javascript Frameworks running in the major browsers....

February 24, 2008 · Peter

WAI / XHTML Valid Input Watermarks for Mootools

Just refactored the input watermarking script, of course it is still **XHTML** 1.0 transitional and **WCAG** priority 1,2 valid. JavaScript:...

November 14, 2007 · Peter

Custom Dropdown (Styled Select)

Update: A far more better approach is to dynamically replace ’s in the HTML. Here is my post on the topic – Customizable Form Select / Dropdown Replacement with Mootools...

November 1, 2007 · Peter

Smooth Dynamic Rounded Corners

I have previously read about Javascript ways to make rounded corners but non of the suggested techniques produced antialiased (smooth) corners making me skeptic about the whole concept but curvyCorners proved me wrong – nice rounded corners with arbitrary radius, options for anti-aliasing and borders – Great work Cameron!...

October 23, 2007 · Peter