<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>World of Rowan</title>
	<atom:link href="http://insanewookie.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanewookie.wordpress.com</link>
	<description>Random talk from a software engineer</description>
	<lastBuildDate>Fri, 14 May 2010 01:16:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='insanewookie.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>World of Rowan</title>
		<link>http://insanewookie.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://insanewookie.wordpress.com/osd.xml" title="World of Rowan" />
	<atom:link rel='hub' href='http://insanewookie.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Installing PHPUnit On Windows With Out PEAR</title>
		<link>http://insanewookie.wordpress.com/2010/05/14/installing-phpunit-on-windows-with-out-pear/</link>
		<comments>http://insanewookie.wordpress.com/2010/05/14/installing-phpunit-on-windows-with-out-pear/#comments</comments>
		<pubDate>Fri, 14 May 2010 01:16:33 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/?p=93</guid>
		<description><![CDATA[This is a quick description of how I got PHPUnit working on Windows without installing PEAR The PHPUnit documentation is a cryptic and sparse when describing how to install PHPUnit on windows. I am assuming that PHP is already installed and working. Steps: Download the latest version of PHPUnit (currently 3.4.9) from here http://pear.phpunit.de/get/ Extract [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=93&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a quick description of how I got PHPUnit working on Windows without installing PEAR</p>
<p>The PHPUnit documentation is a cryptic and sparse when describing how to install PHPUnit on windows.</p>
<p>I am assuming that PHP is already installed and working.</p>
<p>Steps:</p>
<ol>
<li>Download the latest version of PHPUnit (currently 3.4.9) from here <a href="http://pear.phpunit.de/get/">http://pear.phpunit.de/get/</a></li>
<li>Extract to somewhere (I put it in my PHP directory)</li>
<li>Edit the phpunit.bat file. At the bottom of the file there are two lines:<br />
<code>set PHPBIN="@php_bin@"<br />
%PHPBIN% "@bin_dir@\phpunit" %*</code></li>
<li>Change them to something like this:<br />
<code>set PHPBIN="C:\Program Files (x86)\PHP\php.exe"<br />
%PHPBIN% "C:\Program Files (x86)\PHP\phpunit.php" %*</code></li>
<li> To test if PHPUnit is working run &#8220;<code>phpunit --help</code>&#8221; from a command  prompt (PHP directory needs to be set in the path environment variable).</li>
</ol>
<br />Filed under: <a href='http://insanewookie.wordpress.com/category/programming/'>Programming</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=93&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2010/05/14/installing-phpunit-on-windows-with-out-pear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting Return-Path in PHP</title>
		<link>http://insanewookie.wordpress.com/2010/04/26/setting-return-path-in-php/</link>
		<comments>http://insanewookie.wordpress.com/2010/04/26/setting-return-path-in-php/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 02:43:29 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/?p=89</guid>
		<description><![CDATA[We have a system that needs to send automated emails. But we were having a problems where we were not getting bounce emails from invalid email addresses. After half a day of digging it turns out the problem was that the Return-Path header was being set to the user that the web server runs as. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=89&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have a system that needs to send automated emails. But we were having a problems where we were not getting bounce emails from invalid email addresses.</p>
<p>After half a day of digging it turns out the problem was that the Return-Path header was being set to the user that the web server runs as. Which was a non-existent email address.</p>
<p>To set the Return-Path in PHP on a unix environment use:<br />
<code>mail('nobody@example.com', 'the subject', 'the message', null, '-fwebmaster@example.com');</code></p>
<p>In windows envioronment use:<br />
<code>ini_set('sendmail_from', 'webmaster@example.com);</code></p>
<p>For more information see: <a href="http://www.php.net/manual/en/function.mail.php">http://www.php.net/manual/en/function.mail.php</a></p>
<br />Filed under: <a href='http://insanewookie.wordpress.com/category/programming/'>Programming</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=89&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2010/04/26/setting-return-path-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>
	</item>
		<item>
		<title>First telescope</title>
		<link>http://insanewookie.wordpress.com/2009/12/05/first-telescope/</link>
		<comments>http://insanewookie.wordpress.com/2009/12/05/first-telescope/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 00:08:22 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Astronomy]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/?p=84</guid>
		<description><![CDATA[Quick review/initial thoughts on the SkyWatcher BKP13065EQ2 telescope.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=84&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Quick review/initial thoughts of the SkyWatcher BKP13065EQ2 telescope I just brought.</p>
<p>As the model name suggest its a 130mm (5.1&#8243;) Newtonian Reflecting telescope. It has a focal length of 650mm and a focal ratio of F/5. For more detailed spesifications see the  <a href="http://www.skywatchertelescope.net/swtinc/product.php?id=134&amp;class1=1&amp;class2=104" target="_blank">SkyWatcher BKP13065EQ2</a> page. The scope cost $500 NZD before shipping.</p>
<p>The first thing to note is how easy the setup was. I found instructions very easy to understand and follow and had the telescope setup under and hour (all tools were provided in the box). And seeing as this was the first time I&#8217;ve setup a telescope I don&#8217;t think thats to bad. The instructions are well written with easy to follow diagrams. They also contain details on how to polar align the scope, collimating the optics, even calculating the magnification and true field of view.</p>
<p>The scope looks nice all in black with a slight sparkle to it.</p>
<p>It comes with 2 eye pieces, a 25mm and a 10mm. These are probably fine for a first telescope, but I&#8217;ll likely want to pick up some more and maybe some filters at a later date.</p>
<p>The mount feels quite sturdy, with adjustable height. Seems to manage the scope and 3.5 kg counter weight easily (once balanced correctly).  One of the main criteria I was looking for a first telescope was portability. Once fully assembled the whole thing is difficult to move around, but can easily be broken down to manageable pieces in a couple of minutes.</p>
<p>I can&#8217;t really comment on the viewing experience as I haven&#8217;t had a chance to do any night viewing yet. I&#8217;ve only had the scope for one night and it was clouded out. Expect a follow up</p>
<p>Conclusion:<br />
I can&#8217;t really find a fault with the SkyWatcher BKP13065EQ2 telescope. It looks good, has excellent instructions, simple to setup and reasonably portable.</p>
<br />Posted in Astronomy, Review  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=84&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2009/12/05/first-telescope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>
	</item>
		<item>
		<title>Move Music Into Artist Folders</title>
		<link>http://insanewookie.wordpress.com/2009/06/11/move-music-into-artist-folders/</link>
		<comments>http://insanewookie.wordpress.com/2009/06/11/move-music-into-artist-folders/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 10:56:13 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/?p=58</guid>
		<description><![CDATA[I like my music in artist folders so I created this little VB Script to move music albums into single folders. It takes a folder full of albums in the format &#8220;Artist &#8211; Album&#8221; and creates a folder for each artist, then moves the Albums into that folder. For example if you have a folder [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=58&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I like my music in artist folders so I created this little VB Script to move music albums into single folders.<br />
It takes a folder full of albums in the format &#8220;Artist &#8211; Album&#8221; and creates a folder for each artist, then moves the Albums into that folder.</p>
<p>For example if you have a folder C:\Music and sub folders in the format &#8221;Artist &#8211; Album&#8221; like below:</p>
<p>C:\Music\Artist1 &#8211; Album1<br />
C:\Music\Artist1 &#8211; Album2<br />
C:\Music\Artist2 &#8211; Album1</p>
<p>It will turn it into:</p>
<p>C:\Music\Artist1\Artits1 &#8211; Album1<br />
C:\Music\Artist1\Artist1 &#8211; Album2<br />
C:\Music\Artits2\Artits2 &#8211; Album1</p>
<p>Just copy the below code into a text file, rename it something like &#8220;music mover.vbs&#8221; put it in your root music directory (C:\Music\ in my example) and run it. Your music should now be in folders by artist.</p>
<p>Script is:</p>
<pre>Dim fso, folderObj, folders, outputFile, currentDir, newFolder, dashPos, folderName

Set fso = CreateObject("Scripting.FileSystemObject")
currentDir = fso.GetAbsolutePathName(".") + "\"

Set outputFile = fso.CreateTextFile(currentDir&amp;"\FileList.txt", True) 'file for loging things
Set folderObj = fso.GetFolder(currentDir)

Set folders = folderObj.SubFolders

For each folderIdx In folders
	newFolder = ""
	dashPos = InStr(folderIdx.Name, "-")
	folderName = currentDir + folderIdx.Name

	if dashPos &lt;&gt; 0 then 'we found a dash in the folder name (asuming that there are no artists or albums with dashes in their names the format is Artist - Album)

		newFolder = currentDir + Trim(Left(folderIdx.Name, dashPos-1))

		if not fso.FolderExists(newFolder) then
			fso.CreateFolder(newFolder)
			outputFile.WriteLine("Created new folder (" + Trim(Left(folderIdx.Name, dashPos-1)) + ")")
		else
			outputFile.WriteLine("Folder already exists (" + Trim(Left(folderIdx.Name, dashPos-1)) + ")")
		End If		

		outputFile.WriteLine(" - Added (" + folderIdx.Name + ")")
		Call fso.MoveFolder(folderName, newFolder + "\\")

	End If
Next

outputFile.Close</pre>
<p>If I feel like it I might write a script that does the opposite, takes Music\Artist\Artist &#8211; Album and moves them to Music\Artist &#8211; Album.</p>
<br />Posted in Programming  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=58&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2009/06/11/move-music-into-artist-folders/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>
	</item>
		<item>
		<title>More Lotus Notes table problems</title>
		<link>http://insanewookie.wordpress.com/2009/05/27/more-lotus-notes-table-problems/</link>
		<comments>http://insanewookie.wordpress.com/2009/05/27/more-lotus-notes-table-problems/#comments</comments>
		<pubDate>Wed, 27 May 2009 02:44:17 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Lotus Notes]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/2009/05/27/more-lotus-notes-table-problems/</guid>
		<description><![CDATA[Sort of an addition to my previous post, Notes doesn’t like large tables being created with AppendTable(). You get this error “Illegal column width &#8211; check Left and Right margins”. The work around is to create the table with only one row and the desired columns and then use AddRow() to add up to 255 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=48&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sort of an addition to my previous <a href="http://insanewookie.wordpress.com/2009/04/03/hard-limit-on-lotus-notes-rich-text-table-rows/">post</a>, Notes doesn’t like large tables being created with AppendTable().</p>
<p>You get this error “Illegal column width &#8211; check Left and Right margins”. The work around is to create the table with only one row and the desired columns and then use AddRow() to add up to 255 rows.</p>
<p>See the IBM <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21260833">technote</a> for more infomation.</p>
<br />Posted in Programming Tagged: Lotus Notes <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=48&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2009/05/27/more-lotus-notes-table-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>
	</item>
		<item>
		<title>First try at astrophotography</title>
		<link>http://insanewookie.wordpress.com/2009/05/20/first-try-at-astrophotography/</link>
		<comments>http://insanewookie.wordpress.com/2009/05/20/first-try-at-astrophotography/#comments</comments>
		<pubDate>Wed, 20 May 2009 04:58:04 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Astronomy]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/?p=44</guid>
		<description><![CDATA[I was recently in the about back of Australia (in and around Alice Springs). So while there I thought I would try using my cheep point and shoot Cannon Power shot to take some photos of the night sky. These are the results Somewhere along the galactic plane (this was actually taken by my friend [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=44&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was recently in the about back of Australia (in and around Alice Springs). So while there I thought I would try using my cheep point and shoot Cannon Power shot to take some photos of the night sky.<br />
These are the results</p>
<p><img src="http://farm3.static.flickr.com/2173/3542051404_a1c8f3d1fb.jpg" alt="" /></p>
<p>Somewhere along the galactic plane (this was actually taken by my friend with a similar camera but I tweaked it in Photoshop a bit)</p>
<p><img src="http://farm3.static.flickr.com/2484/3550879802_1e28142964.jpg" alt="" /></p>
<p>Taken early morning, the two stars arn&#8217;t actually stars they are Venus (the bright one) and Mars</p>
<br />Posted in Astronomy  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=44&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2009/05/20/first-try-at-astrophotography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2173/3542051404_a1c8f3d1fb.jpg" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2484/3550879802_1e28142964.jpg" medium="image" />
	</item>
		<item>
		<title>Hard limit on Lotus Notes rich text table rows</title>
		<link>http://insanewookie.wordpress.com/2009/04/03/hard-limit-on-lotus-notes-rich-text-table-rows/</link>
		<comments>http://insanewookie.wordpress.com/2009/04/03/hard-limit-on-lotus-notes-rich-text-table-rows/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 01:12:41 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Lotus Notes]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/?p=33</guid>
		<description><![CDATA[Some times Lotus Notes frustrates the hell out of me. Someone decided that it would be a good idea to put a hard limit (or at least a tiny limit) on the number of rows that a table can have I’m not using composite applications introduced in Lotus Notes 8, I assume it handles this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=33&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some times Lotus Notes frustrates the hell out of me. Someone decided that it would be a good idea to put a hard limit (or at least a tiny limit) on the number of rows that a table can have</p>
<p>I’m not using composite applications introduced in Lotus Notes 8, I assume it handles this kind of thing a lot better. But the java client is to heavy weight and all our database (Applications) and they use the standard design elements anyway.</p>
<p>If you try and create a table with more than 255 rows you will get the error:</p>
<p>“Table can have only 255 rows”</p>
<p><a title="http://www.geniisoft.com/showcase.nsf/DominoLimits" href="http://www.geniisoft.com/showcase.nsf/DominoLimits">List of Domino limits</a></p>
<p><strong>Solution:      <br /></strong>The solution is to basically keep creating new tables when you hit the row limit. The only problem is that it creates a gap between the tables which may mess up the layout a little.</p>
<p>Here is a simple function I wrote to break up an array into multiple tables if there are to many rows and add it to rich text field</p>
<p>rtField – the field you want to add the tables to    <br />tableData – a 2D array that gets converted into a table (this holds the table data)     <br />rows – the number of rows in the tableData array     <br />cols – the number of columns in the tableData array</p>
<p><font face="Courier New" size="1">Sub CreateTable(rtField As NotesRichTextItem, tableData As Variant, rows As Integer, cols As Integer)      <br />&#160;&#160;&#160; numFullTablesToAdd% = 0       <br />&#160;&#160;&#160; numFullTablesToAdd% = Fix(rows/255)       <br />&#160;&#160;&#160; &#8216;add tables first       <br />&#160;&#160;&#160; For i%=1 To numFullTablesToAdd%       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Call rtField.AppendTable(255, cols) &#8216; max row tables       <br />&#160;&#160;&#160; Next&#160;&#160;&#160; <br />&#160;&#160;&#160; Call rtField.AppendTable(rows Mod 255, cols) &#8216; whats left       <br />&#160;&#160;&#160; Dim rtnav As NotesRichTextNavigator       <br />&#160;&#160;&#160; Set rtnav = rtField.CreateNavigator       <br />&#160;&#160;&#160; &#8216;Dim rtTable As NotesRichTextTable       <br />&#160;&#160;&#160; Call rtnav.FindFirstElement(RTELEM_TYPE_TABLECELL)       <br />&#160;&#160;&#160; For r%=0 To rows-1       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; For c%=0 To cols-1       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Call rtField.BeginInsert(rtnav)       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Call rtField.AppendText(tableData(r%, c%))       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Call rtField.EndInsert       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Call rtnav.FindNextElement(RTELEM_TYPE_TABLECELL)       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Next       <br />&#160;&#160;&#160; Next       <br />End Sub</font></p>
<p>There maybe a way to instead create a table with HTML but I haven’t worked out out yet. Will update if I find a better solution</p>
<br />Posted in Programming Tagged: Code, Lotus Notes <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=33&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2009/04/03/hard-limit-on-lotus-notes-rich-text-table-rows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Live Writer</title>
		<link>http://insanewookie.wordpress.com/2009/04/02/windows-live-writer/</link>
		<comments>http://insanewookie.wordpress.com/2009/04/02/windows-live-writer/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 01:29:11 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/2009/04/02/windows-live-writer/</guid>
		<description><![CDATA[Thought I would give this Windows Live Writer app a go even though I barely ever post on my blog. Seems easy enough to create posts. The live preview is cool. Posted in Random<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=24&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thought I would give this Windows Live Writer app a go even though I barely ever post on my blog.</p>
<p>Seems easy enough to create posts. The live preview is cool.</p>
<br />Posted in Random  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=24&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2009/04/02/windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>
	</item>
		<item>
		<title>Beginner Astronomer</title>
		<link>http://insanewookie.wordpress.com/2009/02/26/beginner-astronomer/</link>
		<comments>http://insanewookie.wordpress.com/2009/02/26/beginner-astronomer/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 04:33:15 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Astronomy]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/?p=14</guid>
		<description><![CDATA[I&#8217;ve finally decided to take the next step in my astronomy interest. List night I went to the first meeting of the Palmerston North Astronomical Society up at the Palmerston North observatory. Half the time was mainly meeting formalities and a short presentation by the Chairman on a gathering they have each year called &#8220;Star [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=14&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally decided to take the next step in my astronomy interest. List night I went to the first meeting of the Palmerston North Astronomical Society up at the Palmerston North observatory. Half the time was mainly meeting formalities and a short presentation by the Chairman on a gathering they have each year called &#8220;Star Date&#8221;. After the we moved up to the telescope dome to get some viewing done. I can&#8217;t remember the exact size of telescope the dome housed bit it had an aperture of around 60cm (24 inches). This was the first time I had looked through a telescope of this size, even though it was very old I was pleasantly impressed. We viewed 4 objects that night I can&#8217;t remember what the first object was, I remember it was a nebula. The second was Barnard&#8217;s Loop (I think). This is where the Horse Head Nebula and Orion Nebula can be found although the telescope wasn&#8217;t able to resolve the Horse Head.  Then we had a look at the comet Lulin that is at its nearest pass at the moment, it was still very faint though. And lastly we pointed the telescope at Saturn, at the time it was close to the horizon, so we were getting a lot of atmospheric interference. There&#8217;s something about seeing an things in the night sky through a telescope with your own eyes that make it all that more awe-inspireing.</p>
<p>I think my next step is to pick up a pair of binoculors or a cheep telescope and get out there myself</p>
<br />Posted in Astronomy  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=14&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2009/02/26/beginner-astronomer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>
	</item>
		<item>
		<title>Rant: HDMI Cables</title>
		<link>http://insanewookie.wordpress.com/2008/12/15/rant-hdmi-cables/</link>
		<comments>http://insanewookie.wordpress.com/2008/12/15/rant-hdmi-cables/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 09:45:46 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://insanewookie.wordpress.com/?p=3</guid>
		<description><![CDATA[For my first post I&#8217;m going to have a rant about HDMI cables. So I decided to by a new TV (40&#8243; Samsung 6 series) and while in the store trying to decide the sales guy goes on about HDMI cables, specifically Monster cables. I never really believe what those sales guys say, anyway the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=3&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For my first post I&#8217;m going to have a rant about HDMI cables.</p>
<p>So I decided to by a new TV (40&#8243; Samsung 6 series) and while in the store trying to decide the sales guy goes on about HDMI cables, specifically Monster cables. I never really believe what those sales guys say, anyway the top cable was around NZ$400 and I remember reading somewhere that there is very little difference between a cheap HDMI cable and an expensive one. So I did a bit of digging.</p>
<p>Most of the info I came a cross wasn&#8217;t very official or scientific but in short it seems that for short lengths (less than 2 meters) cheap cables perform comparatively to expensive ones. Unless you want to future prof for ultra HD (higher than 1080p) go for a cheaper one.</p>
<p>To elaborate/rant a bit more. You may have heard people say that because HDMI is a digital signal the signal only gets there or it doesn&#8217;t. But I don&#8217;t think that&#8217;s necessarily true (from what I&#8217;ve read).</p>
<p>Now I&#8217;m not an electrical engineer so I wont pretend to know about electrical properties of HDMI cables but I&#8217;m a software engineer by day so I like to think I know a little bit about software and hardware. A signal is going to degrade along a cable no matter if its a digital or analog but where as an analog signal can be cleaned up by the reviver it can never be identical to the transmitted signal. Where as with a digital signal depending on how bad the signal has degraded and how good the error correcting software is the signal can be fixed up to be exactly like the transmitted data.</p>
<p>But unlike Ethernet(well TCP/IP protocol) if some data is unable to be error corrected it can request the data to be resent. Technically a video signal could do the same but practically its to late by the time the corrupt data is requested and resent it most likely wouldn&#8217;t be valid anymore . How the receiver handles the signal becomes important. I don&#8217;t know what the HDMI spec says bout error correcting but it apparently says that to comply with the spec it is only allowed to loose 1 pixel per billion. I wouldn&#8217;t be surprised if different receivers handled it differently. Say some data about one pixel is received that has errors in it the first thing its going to do is try and correct it, but say it can&#8217;t what does it do with the corrupt data? Does it just throw out the data and make the pixel black? Does it throw out the whole frame that the pixel data was for? Does it just display the corrupt pixel data? Or does it try to guess what the pixel should be like based on surrounding pixels? There are other complex ways of dealing with the data but this may come down to individual implementations on the receiver.</p>
<p>(What I say may not be true but I try to base it on what I know)</p>
<p>Here are some links that give some more HDMI cable info/tests:<br />
Gizmodo test HDMI cables: <a href="http://gizmodo.com/gadgets/hdmi-cable-battlemodo/the-truth-about-monster-cable-part-2-verdict-cheap-cables-keep-upusually-268788.php" target="_blank">Part II</a> and <a href="http://www.gizmodo.com.au/2007/07/the_truth_about_monster_cable_2.html" target="_blank">Part III</a><br />
<a href="http://www.hdtvmagazine.com/articles/2006/08/hdmi_part_8_-_c.php" target="_blank">Imforitive HDMI cable info</a><br />
<a href="http://www.pcworld.com/article/121777/the_cable_game.html" target="_blank">HDMI Cable Tests</a><br />
<a href="http://www.hdmi.org/index.aspx" target="_blank">Offical HDMI site</a><br />
<a href="http://gizmodo.com/370628/the-real-reasons-monster-cables-cost-so-much">Why Monster cables cost so much</a><br />
<a href="http://en.wikipedia.org/wiki/High-Definition_Multimedia_Interface" target="_blank">HDMI on Wikipedia</a></p>
<br />Posted in Rant Tagged: Rant, Technical <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/insanewookie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/insanewookie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/insanewookie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/insanewookie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/insanewookie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/insanewookie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/insanewookie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/insanewookie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/insanewookie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/insanewookie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/insanewookie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/insanewookie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/insanewookie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/insanewookie.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=insanewookie.wordpress.com&amp;blog=5031524&amp;post=3&amp;subd=insanewookie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://insanewookie.wordpress.com/2008/12/15/rant-hdmi-cables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">InsaneWookie</media:title>
		</media:content>
	</item>
	</channel>
</rss>
