IE6 PNG Transparency Fix with Javascript v2.0
Thanks to Aaron Newton from CNET.com for refactoring my PNG Fix script and increasing its quality and speed. As usual for dessert explanations + demo and source code...
Thanks to Aaron Newton from CNET.com for refactoring my PNG Fix script and increasing its quality and speed. As usual for dessert explanations + demo and source code...
For a work in progress in my spare time (a WordPress Theme) I decided to implement one quite useful technique for images merging that has the following pros:...
While investigating some performance issue on a project I’m working on I stumbled upon this very useful article by a Google system engineer....
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...
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!...