<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Otaqui.Com</title>
	<link>http://otaqui.com/wp</link>
	<description>Pete Otaqui's personal blog</description>
	<lastBuildDate>Thu, 03 Jul 2008 12:48:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>George Carlin&#8217;s eulogy on Kuro5hin</title>
		<description>Kuro5hin has a brilliant, if lazy, eulogy for George Carlin - who would undoubtedly have loved it.

Pope John Paul II George Carlin embraced the harsh realities of suffering head-on, and showed that they are an integral and unavoidable part of our pilgrimage here on earth, not to be feared but ...</description>
		<link>http://otaqui.com/wp/2008/07/george-carlins-eulogy-on-kuro5hin/</link>
			</item>
	<item>
		<title>Developing with Mono and MonoDevelop on OS X</title>
		<description>

Having just downloaded and installed MonoDevelop for OS X I can say that the process of getting up and running is an absolute breeze - only involving the normal mac 'download, unpack and drop into Applications' routine.

MonoDevelop (and indeed Mono itself) allows you to build several types of application - ...</description>
		<link>http://otaqui.com/wp/2008/06/developing-with-mono-and-monodevelop-on-os-x/</link>
			</item>
	<item>
		<title>Quickly Backup to Time Machine in OS X</title>
		<description>It's possible to force a backup to the OS X Time Machine facility if you have its icon visible in your toolbar, but I find that I really have enough stuff up there so try and keep it down to things I regularly use.  It's also possible to force ...</description>
		<link>http://otaqui.com/wp/2008/06/quickly-backup-to-time-machine-in-os-x/</link>
			</item>
	<item>
		<title>Dojo Toolkit Book Reviews - &#8216;Dojo: The Definitive Guide&#8217;, &#8216;Mastering Dojo&#8217; and &#8216;Dojo: Using The Dojo Javascript Library To Build Ajax Applications&#8217;</title>
		<description>Having been working extensively with the Dojo Toolkit, and found their documentation to be extremely useful - but not exhaustive. I was happy therefore to be able to get hold of the following of pre-release books about the toolkit:


	Dojo: The Definitive Guide
	Mastering Dojo
	Dojo: Using the Dojo JavaScript Library to Build ...</description>
		<link>http://otaqui.com/wp/2008/06/dojo-toolkit-book-reviews-dojo-the-definitive-guide-mastering-dojo/</link>
			</item>
	<item>
		<title>Reacting To Events with the Dojo Dijit Editor</title>
		<description>I was writing a custom set of validation routines for a form, and using Dojo's Dijit.Editor component - and having some trouble attaching my "invalid" class and a tooltip to a 'required' editor.

There were several parts to the problem:


	Iframe Transparency in IE
	Targeting the containing div node, the editor's iframe tag, ...</description>
		<link>http://otaqui.com/wp/2008/06/reacting-to-events-with-the-dojo-dijit-editor/</link>
			</item>
	<item>
		<title>Endlessly Disconnecting Bluetooth - and how to actually disconnect</title>
		<description>Like many other people, I've had problems with an endlessly scrolling 'Disconnecting' message when my bluetooth modem connection goes down, or fails to dial up correctly.

I accidentally discovered a method for dropping the bluetooth connection properly, and removing the cycling message from the OS X menu bar:


Get iStat Pro's free ...</description>
		<link>http://otaqui.com/wp/2008/06/endlessly-disconnecting-bluetooth-and-how-to-actually-disconnect/</link>
			</item>
	<item>
		<title>Transparent IFrames in Internet Explorer using Javascript</title>
		<description>In order to have an IFrame with a transparent background in Internet Explorer, you need to add an "allowtransparency" attribute, like so:

&#60;iframe src="iframe_source.html" id="iframe_id" allowtransparency="true" /&#62;

However, if you want to set the transparency with Javascript via the DOM, you must camelCase the property:

document.getElementById('iframe_id').allowTransparency = true;

Note - you must also make ...</description>
		<link>http://otaqui.com/wp/2008/06/transparent-iframes-in-internet-explorer-using-javascript/</link>
			</item>
	<item>
		<title>Firefox 3 RC1 Extensions</title>
		<description>Now that Firefox 3 Release Candidate 1 is out, I've decided to give it a proper trial.

I had tried running Firefox 2 and 3 in parallel on my macbook, but found that 3 would always try and become the default browser, which annoyed me enough to get rid of it. ...</description>
		<link>http://otaqui.com/wp/2008/05/firefox-3-rc1-extensions-2/</link>
			</item>
	<item>
		<title>Get a Forward Delete key on your Mac Book with Double Command</title>
		<description>Since I switched to a Macbook Pro, I've felt the absence of the "Delete" key.  It's not the same as the Backspace key even in text-based applications, let alone in other things such as a web browser.

To the rescue comes Double Command, a Preference Pane add-in that will give ...</description>
		<link>http://otaqui.com/wp/2008/03/get-a-forward-delete-key-on-your-mac-book-with-double-command/</link>
			</item>
	<item>
		<title>Listing files with the path in Bash</title>
		<description>This little script will print a list of the current files in a directory, prefixed with the full path:
#!/bin/sh
curdir=`pwd`
if [ $# -eq 1 ]
then
	usrdir="$1"
	ls &#124; xargs -I % echo `pwd`/% &#124; sed -e s!$usrdir!!
else
	ls &#124; xargs -I % echo `pwd`/%
fi
You can optionally provide an initial part of the path to ...</description>
		<link>http://otaqui.com/wp/2008/03/listing-files-with-the-path-in-bash/</link>
			</item>
</channel>
</rss>
