<?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: FizzBuzz questions &amp; coding for fun!</title>
	<atom:link href="http://kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/</link>
	<description>News and ideas about programming</description>
	<lastBuildDate>Thu, 19 Jan 2012 08:28:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: kanenas.net</title>
		<link>http://kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/comment-page-1/#comment-549</link>
		<dc:creator>kanenas.net</dc:creator>
		<pubDate>Thu, 19 Jan 2012 08:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kanenas.net/?p=271#comment-549</guid>
		<description>&lt;strong&gt;Dave&lt;/strong&gt;, could you please explain exactly what do you want to do ?!</description>
		<content:encoded><![CDATA[<p><strong>Dave</strong>, could you please explain exactly what do you want to do ?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/comment-page-1/#comment-548</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Thu, 19 Jan 2012 01:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.kanenas.net/?p=271#comment-548</guid>
		<description>How would u use with html 
Like having 2 files index.htlm and fizzbuzz.php any suggestions.Am new with php</description>
		<content:encoded><![CDATA[<p>How would u use with html<br />
Like having 2 files index.htlm and fizzbuzz.php any suggestions.Am new with php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/comment-page-1/#comment-454</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Mon, 25 Jul 2011 18:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.kanenas.net/?p=271#comment-454</guid>
		<description>bah. stupid striptags.
[php]
for($i=1; $i 0?$i:(!$i%3==0&amp;&amp;$i%5==0?&#039;FizzBuzz&#039;:($i%5==0?&#039;Buzz&#039;:&#039;Fizz&#039;))).&#039;&lt;br /&gt;&#039;;    
}
[/php]</description>
		<content:encoded><![CDATA[<p>bah. stupid striptags.</p>
<pre class="brush: php; title: ; notranslate">
for($i=1; $i 0?$i:(!$i%3==0&amp;amp;&amp;amp;$i%5==0?'FizzBuzz':($i%5==0?'Buzz':'Fizz'))).'&amp;lt;br /&amp;gt;';
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/comment-page-1/#comment-453</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Mon, 25 Jul 2011 18:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kanenas.net/?p=271#comment-453</guid>
		<description>[php]
for($i=1; $i 0?$i:(!$i%3==0&amp;&amp;$i%5==0?&#039;FizzBuzz&#039;:($i%5==0?&#039;Buzz&#039;:&#039;Fizz&#039;))).&#039;&#039;;    
}
[/php]</description>
		<content:encoded><![CDATA[<pre class="brush: php; title: ; notranslate">
for($i=1; $i 0?$i:(!$i%3==0&amp;amp;&amp;amp;$i%5==0?'FizzBuzz':($i%5==0?'Buzz':'Fizz'))).'';
}
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

