<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Camp Ho Non Wah</title>
	<atom:link href="http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/feed/" rel="self" type="application/rss+xml" />
	<link>http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/</link>
	<description>daily rantings and readings of a growing boy :: how does nothing taste?</description>
	<lastBuildDate>Thu, 18 Feb 2010 10:18:45 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin Kramer</title>
		<link>http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/comment-page-1/#comment-131</link>
		<dc:creator>Kevin Kramer</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://chsav8r.com/phh/?p=445#comment-131</guid>
		<description>lols</description>
		<content:encoded><![CDATA[<p>lols</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Hargrave</title>
		<link>http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/comment-page-1/#comment-113</link>
		<dc:creator>Paul Hargrave</dc:creator>
		<pubDate>Tue, 01 Dec 2009 18:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://chsav8r.com/phh/?p=445#comment-113</guid>
		<description>It&#039;s coming along quite nicely. 

The hard part will be integrating the damn scheduling and admin sections. Greg didn&#039;t use AJAX, so every page (including the &quot;you&#039;ve successfully registered&quot; page, etc.) is in a separate file. Either I have to rewrite it my way, use the iframe method, or settle for a popup for the scheduling portion of the site. I&#039;m not sure which method I like better, but I&#039;ll certainly choose the one that looks the best. 

So, to answer your question:

Yes; there was progress over break.</description>
		<content:encoded><![CDATA[<p>It&#8217;s coming along quite nicely. </p>
<p>The hard part will be integrating the damn scheduling and admin sections. Greg didn&#8217;t use AJAX, so every page (including the &#8220;you&#8217;ve successfully registered&#8221; page, etc.) is in a separate file. Either I have to rewrite it my way, use the iframe method, or settle for a popup for the scheduling portion of the site. I&#8217;m not sure which method I like better, but I&#8217;ll certainly choose the one that looks the best. </p>
<p>So, to answer your question:</p>
<p>Yes; there was progress over break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Daniels</title>
		<link>http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/comment-page-1/#comment-112</link>
		<dc:creator>Matthew Daniels</dc:creator>
		<pubDate>Tue, 01 Dec 2009 17:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://chsav8r.com/phh/?p=445#comment-112</guid>
		<description>Any progress over break?</description>
		<content:encoded><![CDATA[<p>Any progress over break?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Hargrave</title>
		<link>http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/comment-page-1/#comment-109</link>
		<dc:creator>Paul Hargrave</dc:creator>
		<pubDate>Mon, 23 Nov 2009 22:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://chsav8r.com/phh/?p=445#comment-109</guid>
		<description>I really like PHP, thank you very much. :P

The image that is being rotated will not be associated with a certain page and will have the same basic outline. Don&#039;t worry.</description>
		<content:encoded><![CDATA[<p>I really like PHP, thank you very much. <img src='http://chsav8r.com/phh/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>The image that is being rotated will not be associated with a certain page and will have the same basic outline. Don&#8217;t worry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Daniels</title>
		<link>http://chsav8r.com/phh/2009/11/23/camp-ho-non-wah/comment-page-1/#comment-108</link>
		<dc:creator>Matthew Daniels</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://chsav8r.com/phh/?p=445#comment-108</guid>
		<description>... seriously? What&#039;s wrong with two lines of javascript code? You could just populate an array with source urls of images in some directory and then randomly select an element and be like 

document.getElementById(&#039;header_img&#039;).setAttribute(&#039;src&#039;, sourcesArray[Math.floor(Math.random()*sourcesArray.length)]);

or something like that?

I guess I just never liked PHP, so... that could be it.

Anyway, I really look forward to seeing the site when you finish it!

Oh, and as a side note, you may want to be careful with what images you&#039;re rotating. Sometimes people (like myself when I&#039;m not being very observant) associate prominent images. Then when they go back they have trouble finding, for example, some obscure page on swim checks because they start clicking links but can&#039;t find the one with the a certain image on it.

That&#039;s actually a pretty awful argument. I&#039;m just playing devil&#039;s advocate for you.

Talk to you soon!</description>
		<content:encoded><![CDATA[<p>&#8230; seriously? What&#8217;s wrong with two lines of javascript code? You could just populate an array with source urls of images in some directory and then randomly select an element and be like </p>
<p>document.getElementById(&#8216;header_img&#8217;).setAttribute(&#8217;src&#8217;, sourcesArray[Math.floor(Math.random()*sourcesArray.length)]);</p>
<p>or something like that?</p>
<p>I guess I just never liked PHP, so&#8230; that could be it.</p>
<p>Anyway, I really look forward to seeing the site when you finish it!</p>
<p>Oh, and as a side note, you may want to be careful with what images you&#8217;re rotating. Sometimes people (like myself when I&#8217;m not being very observant) associate prominent images. Then when they go back they have trouble finding, for example, some obscure page on swim checks because they start clicking links but can&#8217;t find the one with the a certain image on it.</p>
<p>That&#8217;s actually a pretty awful argument. I&#8217;m just playing devil&#8217;s advocate for you.</p>
<p>Talk to you soon!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
