<?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/"
	>

<channel>
	<title>The Great Taste of Nothing &#187; hnw</title>
	<atom:link href="http://chsav8r.com/phh/tag/hnw/feed/" rel="self" type="application/rss+xml" />
	<link>http://chsav8r.com/phh</link>
	<description>daily rantings and readings of a growing boy :: how does nothing taste?</description>
	<lastBuildDate>Thu, 22 Apr 2010 18:52:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I Love My MBP</title>
		<link>http://chsav8r.com/phh/2010/01/14/i-love-my-mbp/</link>
		<comments>http://chsav8r.com/phh/2010/01/14/i-love-my-mbp/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 05:06:38 +0000</pubDate>
		<dc:creator>Paul Hargrave</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[hnw]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://chsav8r.com/phh/?p=585</guid>
		<description><![CDATA[The other day I received a &#8220;video&#8221; of the HNW Winter Camp highlights. Since I have recently started managing the HNW website, I was thrilled to finally have multimedia content. When I put in the DVD, expecting to find an .avi, .mpeg, .mov, (or worse, a .wmv), what I found sent shivers down my spine. [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I received a &#8220;video&#8221; of the HNW Winter Camp highlights. Since I have recently started managing the HNW website, I was thrilled to finally have multimedia content. When I put in the DVD, expecting to find an .avi, .mpeg, .mov, (or worse, a .wmv), what I found sent shivers down my spine. Instead of a video presentation, I was welcomed by a massive 300+ slide PowerPoint presentation. </p>
<p>In PowerPoint, it wouldn&#8217;t be too hard to automatically export every slide as an image. But in this particular presentation, the pictures did not take up the full height/width of the slide and therefore the background would appear in every slide. This simply would not do.</p>
<p>Firing up Automator, I was able to quickly throw together a script that would export every picture contained in the PowerPoint presentation to a folder, where i could later pick through the images to find those that would meet my quality control standards. </p>
<p>Is there a built-in Windows utility that would be able to do this? I think not. </p>
<p>Mac wins&#8230; again. </p>
]]></content:encoded>
			<wfw:commentRss>http://chsav8r.com/phh/2010/01/14/i-love-my-mbp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scoutmasters Are Stoopid</title>
		<link>http://chsav8r.com/phh/2009/12/26/scoutmasters-are-stoopid/</link>
		<comments>http://chsav8r.com/phh/2009/12/26/scoutmasters-are-stoopid/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 20:57:14 +0000</pubDate>
		<dc:creator>Paul Hargrave</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[epic fail]]></category>
		<category><![CDATA[hnw]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://chsav8r.com/phh/?p=564</guid>
		<description><![CDATA[In modifying my original summercamp database program to work with wintercamp, I realized that some people don&#8217;t understand what the SHIFT key on the computer is for. In other words, most of the data that I receive from the online registration interface is completely lowercase. This, however, presents a problem; information that I produce for [...]]]></description>
			<content:encoded><![CDATA[<p>In modifying my original summercamp database program to work with wintercamp, I realized that some people don&#8217;t understand what the SHIFT key on the computer is for. In other words, most of the data that I receive from the online registration interface is completely lowercase. This, however, presents a problem; information that I produce for Ho Non Wah is official. We can&#8217;t have lowercase names being seen by anyone who matters (this implies that I don&#8217;t matter). I needed a way to quickly change the case of the LastName and FirstName fields to proper case, so this is what I came up with. </p>
<p><code>UPDATE CurrentWeek SET CurrentWeek.LastName = StrConv([LastName],3), CurrentWeek.FirstName = StrConv([FirstName],3);</code></p>
<p>If I call that piece of SQL from an update query, I can easily update all of the records in the table without touching a single piece of data. This doesn&#8217;t take into account names like Mc, Mac, (and Paddywack), but a quick sort in ascending order of the LastName field will show any of the M&#8217;s that need specialized attention. I could modify this code at a later date, but this quick and dirty solution works for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://chsav8r.com/phh/2009/12/26/scoutmasters-are-stoopid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camp Ho Non Wah</title>
		<link>http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/</link>
		<comments>http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 20:30:35 +0000</pubDate>
		<dc:creator>Paul Hargrave</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[camping]]></category>
		<category><![CDATA[hnw]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://chsav8r.com/phh/?p=445</guid>
		<description><![CDATA[So, after battling for control over the Camp Ho Non Wah website, Greg has finally consented to a redesign by yours truly, along with the ability for ME to update it whenever I want!
I&#8217;m taking what used to look like this:

&#8230;and bringing it in to the days of Web 2.0. 
I have a pretty good [...]]]></description>
			<content:encoded><![CDATA[<p>So, after battling for control over the Camp Ho Non Wah website, Greg has finally consented to a redesign by yours truly, along with the ability for ME to update it whenever I want!</p>
<p>I&#8217;m taking what used to look like this:</p>
<p><a href="http://www.camphnw.com"><img src="http://chsav8r.com/phh/wp-content/uploads/2009/11/hnw-600x550.png" alt="hnw" title="hnw" width="600" height="550" class="aligncenter size-large wp-image-446" /></a></p>
<p>&#8230;and bringing it in to the days of Web 2.0. </p>
<p>I have a pretty good design in mind right now, and after about 30 hours, it&#8217;s finally coming together. I wanted to do something a little different by having rotating header images, but not the complete header; only a fraction. There are a handful of scripts out there that rotate images, but many of them are written in JavaScript, and suffer from an important limitation: in order to add or remove items from the pool of images to pick from, you need to get in there and edit the code yourself. Every time you want to make a change. In every page that rotates images. I wanted something simple, and changing the page only slightly and in subtle ways can work miracles for an otherwise ‘static’ website. For example, imagine a masthead-graphic that&#8217;s different each time someone reloads the page. How about a product image-link that seems to magically change with every pageview? </p>
<p>In looking around a bit, I found a solution that references the bg-image in the css to a URL that points to a PHP script, in turn selecting a random image from the folder in which the script is contained. It&#8217;s actually a pretty ingenious solution.</p>
<ol>
<li>Download the PHP script rotator.txt <a href='http://chsav8r.com/phh/wp-content/uploads/2009/11/rotate.txt'>here</a>. After downloading, rename the file to rotator.php.</li>
<li>Put the images to be rotated in the same directory as rotator.php.</li>
<li>Upload all the files via FTP.</li>
<li>Insert this code in the CSS for the DIV which contains the image you would like to switch.</li>
</ol>
<p><code>background: url(images/rotator.php) no-repeat center top;</code></p>
<p>And presto! You&#8217;re image is dynamically changed every time the page is reloaded.</p>
<p>I&#8217;m not going to show you how I&#8217;m going to implement this code as of yet, but hopefully you should see the result (live, of course) by the end of Thanksgiving break. I&#8217;m quite excited about what you&#8217;ll say!</p>
]]></content:encoded>
			<wfw:commentRss>http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Naked As We Came</title>
		<link>http://chsav8r.com/phh/2009/08/31/naked-as-we-came/</link>
		<comments>http://chsav8r.com/phh/2009/08/31/naked-as-we-came/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 06:15:08 +0000</pubDate>
		<dc:creator>Paul Hargrave</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[hnw]]></category>
		<category><![CDATA[iron and wine]]></category>
		<category><![CDATA[song]]></category>
		<category><![CDATA[soothing]]></category>

		<guid isPermaLink="false">http://chsav8r.com/phh/?p=142</guid>
		<description><![CDATA[There&#8217;s a long story that goes with song. 
The short version is as follows: summercamp. office. long nights. sweet dreams.

Naked As We Came by Iron and Wine from Such Great Heights

I love this version by Iron and Wine because is so soothing to listen to. Be careful, the song can get stuck in your head. [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a long story that goes with song. </p>
<p>The short version is as follows: summercamp. office. long nights. sweet dreams.</p>
<p><a href="http://abbyaustin.files.wordpress.com/2009/04/iron_and_wine_such_great_heights1.jpg"><img alt="" src="http://abbyaustin.files.wordpress.com/2009/04/iron_and_wine_such_great_heights1.jpg" title="Such Great Heights" class="alignleft" width="250" height="250" /></a></p>
<p><a href='http://chsav8r.com/phh/wp-content/uploads/2009/08/02-Naked-as-We-Came.mp3'><strong>Naked As We Came</strong> <br />by Iron and Wine</a> from <em>Such Great Heights</em></p>
<p><br clear="left"/></p>
<p>I love this version by Iron and Wine because is so soothing to listen to. Be careful, the song can get stuck in your head. Seriously, though, this song became a mantra to the stressful nights and the bonding time with friends and just seemed to melt the bad times away to reveal the beauty in life.</p>
<p>When you think about it, it&#8217;s all about our growth through life as we age. It&#8217;s like riding on a sinusoidal wave. You have your down days, your up days, and things always balance themselves out. It&#8217;s the phenomenon of what we perceive to be karma. So when you&#8217;re in a trough and you need a pick-me-up, this song will always be there to guide your way.</p>
]]></content:encoded>
			<wfw:commentRss>http://chsav8r.com/phh/2009/08/31/naked-as-we-came/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://chsav8r.com/phh/wp-content/uploads/2009/08/02-Naked-as-We-Came.mp3" length="3681417" type="audio/mpeg" />
		</item>
	</channel>
</rss>
