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