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: September 2007
YUI Compressor Version 2.2.1 Now Available
I implemented a few enhancement requests and fixed a bug in this new version of the YUI Compressor. Let me know if you encounter any issue with it. Update (9/27/07): YUI Compressor version 2.2.2 is now available. It fixes a … Continue reading
Posted in Web Development
27 Comments
Trimming comments in HTML documents using Apache Ant
This short article, explaining how to trim unnecessary code (comments, empty lines) from HTML documents, is a follow-up to an article published a couple of weeks ago on this blog: Building Web Applications With Apache Ant. Basically, the idea is … Continue reading
Posted in Web Development
6 Comments
YUI Compressor Version 2.2 Now Available
This new version of the YUI Compressor supports stdin and stdout. This means that you can now call the YUI Compressor using the following command line: java -jar yuicompressor-2.2.jar –type js < input.js > output.js You can still use the … Continue reading
Posted in Web Development
12 Comments
Building Web Applications With Apache Ant
The importance of having a solid build process Modern web applications are large and complicated pieces of engineering, using many different technologies, sometimes deployed on hundreds (or even thousands) of servers throughout the world, and used by people from dozens … Continue reading
Posted in Web Development
25 Comments
The Rich Web Experience 2007
I am currently attending the Rich Web Experience conference in San Jose. Lots of great topics are being covered by immensely talented speakers who are passionate about sharing their knowledge. Here are a few pictures I took with my iPhone … Continue reading
Posted in Web Development
2 Comments
Introducing Simplix, an Operating System Anybody Can Understand
Back in university, I took a few classes dealing with operating system design. These classes were extremely theoretical and, in some ways, helped me throughout my curriculum and my career, serving as a solid base I could then build upon … Continue reading
Posted in System Programming
4 Comments
The Planets Of The Solar System
A few years ago, I was very active in the field of amateur astronomy. I used to take pictures of the planets and the moon using a MEADE ETX 105 telescope and a Philips TouCam Pro webcam. I have not … Continue reading
Posted in Astronomy
2 Comments