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...

November 12, 2007 · Peter

Optimizing Page Load Time – Images

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:...

November 12, 2007 · Peter

Optimizing Page Load Time – A. Hopkins (Google)

While investigating some performance issue on a project I’m working on I stumbled upon this very useful article by a Google system engineer....

November 11, 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