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: July 2007
Introducing iSearch, A Search Page Optimized For The iPhone
I hacked a search page optimized for the iPhone. It uses the Yahoo! Search API and bits of Joe Hewitt’s iUI library. The address is: http://www.julienlecomte.net/isearch/ Developing a web application for the iPhone is actually easier than traditional web development … Continue reading
Posted in Web Development
Comments Off
Exposing Extension Functionality to Web-Page Javascript
In this article, I describe how to implement a scriptable XPCOM Component. This type of component exposes some extra functionality to untrusted web-page JavaScript running inside a Gecko-based browser such as Firefox. The implementation itself will be done in JavaScript. … Continue reading
Posted in Web Development
5 Comments
YUI-based Image Cropper Widget
I wrote a YUI-based image cropper widget that allows you to easily select which region of an image you’d like to crop. This widget works on all A-grade browsers in both standards mode and quirks mode. Attached is a screenshot. … Continue reading
Posted in Web Development
30 Comments
IE6, CSS Sprites and Alpha Transparency
Image slicing using CSS, also known as CSS sprites, is quickly becoming a very popular technique in web development as it can dramatically improve the performance of a site by reducing the number of HTTP requests (see this article for … Continue reading
Posted in Web Development
8 Comments
How to make a Bochs disk image
In this article, I try to synthesize several (incomplete or inaccurate) articles I’ve found on the Internet to guide you through the process of creating a disk image you may use with the Bochs emulator. The steps described below are … Continue reading
Posted in System Programming
3 Comments