Categories
- Astronomy (37)
- System Programming (5)
- Uncategorized (6)
- Web Development (32)
- Woodworking (5)
-
Recent Posts
- Hand tools only projects
- Julien’s Guide to Hand-Cutting Through Dovetails
- An unconventional loading strategy for YUI 3
- A tenoning jig for the Dewalt DW745 portable table saw
- How to make a square hole…
- First hand-cut mortise and tenon joint
- From Dream To Reality (follow up)
- OR: Dinosaur Point, 11/2/2010
- OR: CalStar 2010
- OR: DARC Observatory, 8/14/2010: Prison escapees enjoy dark and steady skies
Meta
Archives
- November 2011 (1)
- April 2011 (1)
- March 2011 (3)
- February 2011 (1)
- December 2010 (1)
- November 2010 (1)
- October 2010 (1)
- August 2010 (1)
- July 2010 (1)
- June 2010 (1)
- May 2010 (1)
- April 2010 (1)
- March 2010 (2)
- February 2010 (2)
- January 2010 (1)
- November 2009 (4)
- October 2009 (2)
- September 2009 (2)
- August 2009 (1)
- July 2009 (3)
- June 2009 (1)
- May 2009 (3)
- April 2009 (2)
- March 2009 (2)
- January 2009 (3)
- December 2008 (2)
- October 2008 (3)
- July 2008 (2)
- June 2008 (2)
- May 2008 (1)
- April 2008 (3)
- January 2008 (2)
- December 2007 (3)
- November 2007 (3)
- October 2007 (4)
- September 2007 (7)
- August 2007 (6)
- July 2007 (5)
Monthly Archives: August 2007
YUI Compressor Version 2.1 Now Available
This new version of the compressor fixes a few bugs and optimizes string concatenations. You can now keep your code nicely formatted by concatenating string literals, but not suffer any performance hit. For example, the following code: var url = … Continue reading
Posted in Web Development
29 Comments
YUI Compressor Version 2.0 Now Available
I am very pleased to announce the release of version 2.0 of the YUI Compressor. In addition to fixing several bugs and implementing a few enhancements suggested by the community, I also integrated Isaac Schlueter‘s regular expression based CSS minifier. … Continue reading
Posted in Web Development
36 Comments
Gzip Your Minified JavaScript Files
Today, I found out that the good folks behind jQuery were using Packer, another great JavaScript compression utility by Dean Edwards, to distribute their compressed version of the library. The result: an amazingly small 21KB download! My first thought was: … Continue reading
Posted in Web Development
51 Comments
YUI Compressor Version 1.1 Now Available
The release of the YUI Compressor last week has generated a lot of buzz and excitement throughout the web development community. Actually, after receiving so much great feedback, I felt compelled to issue a minor update as soon as possible … Continue reading
Posted in Web Development
10 Comments
Introducing the YUI Compressor
Is there a need for a new JavaScript minifier? According to Yahoo!’s Exceptional Performance Team, 40% to 60% of Yahoo!’s users have an empty cache experience and about 20% of all page views are done with an empty cache (see … Continue reading
Posted in Web Development
69 Comments
YUI-based Image Magnifier Widget
I wrote a prototype YUI-based image magnifier widget that makes use of VML on Internet Explorer and the Canvas tag on all the other A-grade browsers. Attached is a screenshot. To instantiate the widget, include the following source files in … Continue reading
Posted in Web Development
4 Comments