Tag: initially

Speed Up Firefox Page Rendering

September 03, 2007 by Jason

Mozilla applications render pages incrementally - they display what’s been received of a page before the entire page has been downloaded. Since the start of a page normally doesn’t have much useful information to display, Mozilla applications will wait a short interval before first rendering a page: by default, doesn’t try to render a page for 250 milliseconds while it’s waiting for data.

If you use about: to add the Integer nglayout.initialpaint.delay, and set the value to 0, immediately starts to display the page, even without complete data (lower values will make a page display more quickly, Read More»

Explorer Breadcrumbs for Windows XP

July 02, 2007 by Jason

was introduced in Gnome’s file browser. This feature was later implemented in Vista for simplifying directory navigation by adding a toolbar which shows the directories you’ve navigated. for XP users, a donationware called Explorer brings the same to XP.

With Explorer , you can click on the toolbar and go back to any previous directory at any point of time. Read More»