April 28, 2005

Standards mode vs Quiks mode

Activating the Right Layout Mode Using the Doctype Declaration

In order to deal with both old tag soup written to old browser quirks and new standards-compliant pages, Mozilla (and Mozilla-based browsers), Mac IE 5, Windows IE 6, Safari, Opera 7 and Konqueror 3.2 have two main layout modes. In one mode the layout engine attempts to render conforming pages according the CSS and HTML recommendations. In the other mode the layout engine tries to mimic old browsers. In Mozilla these modes are known as “the Standards mode” and “the Quirks mode” respectively. In this document the same names are used also when referring to the modes of the other browsers.

Posted by mark at 11:59 AM | TrackBack

Publishing iCal to Apache

http://www.webweaving.org/ical/

The recently released iCal can publish calendars; either to your .mac
account - or to any DAV enabled webserver. Apache 2.0 will work just
fine
out of the box; for apache 1.3 - from version 1.3.27 you are fine;
earlier versions need a patch (see below) as apache was somewhat too
strict in its Digest authentication parsing.

Posted by mark at 11:58 AM | TrackBack

April 13, 2005

Mount .iso files under windows XP

This free program for Windows XP lets you create a virtual CD drive on your hard disk. winxpvirtualcdcontrolpanel_21.exe

For anyone unfamiliar with the terms 'virtual CD' or 'CD emulator', they mean that you can copy the entire contents of a CD-ROM to your hard disk and run the programs or access the files without the need for the original CD. This can make files more accessible, faster and more convenient. Given the speed and size of today's hard drives, you could easily fit a number of CDs onto your hard drive without noticing the difference. Assuming you had 30 full CDs, these would take around 20GB on a hard drive and all will be accessible after a few clicks of a mouse.

Hard drives are about 10 times faster than a CD, plus you can instantly access the file instead of grabbing the CD case, inserting the CD and awaiting for the contents to load. It's true, you could try copying the files over to the hard drive, but this can get messy, plus some programs require a CD to be loaded in order to run. This virtual CD program 'pretends' it is a CD drive (even though the files are on your hard drive), so your programs will run as normal.

It only works with ISO images

Installation instructions
=========================
1. Copy VCdRom.sys to your %systemroot%system32drivers folder.
2. Execute VCdControlTool.exe
3. Click "Driver control"
4. If the "Install Driver" button is available, click it. Navigate to the %systemroot%system32drivers folder, select VCdRom.sys, and click Open.
5. Click "Start"
6. Click OK
7. Click "Add Drive" to add a drive to the drive list. Ensure that the drive added is not a local drive. If it is, continue to click "Add Drive" until an unused drive letter is available.
8. Select an unused drive letter from the drive list and click "Mount".
9. Navigate to the image file, select it, and click "OK". UNC naming conventions should not be used, however mapped network drives should be OK.

You may now use the drive letter as if it were a local CD-ROM device. When you are finished you may unmount, stop, and remove the driver from memory using the driver control.
Posted by mark at 04:03 PM | TrackBack

Hints on getting NFS working with MythTV

My Settop Box

This page describes step-by-step how to setup NFS with your MythTV

Posted by mark at 01:35 PM | TrackBack