<?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: Build a Buzzword Bingo Card in PHP</title>
	<atom:link href="http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:18:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert K</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-924796</link>
		<dc:creator>Robert K</dc:creator>
		<pubDate>Tue, 28 Apr 2009 08:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-924796</guid>
		<description>Brilliant! Perhaps accumulate a large list and stick it in a database? The you can print off multiple 10&#039;s of sheets for everyone but the presenter to have a go :P</description>
		<content:encoded><![CDATA[<p>Brilliant! Perhaps accumulate a large list and stick it in a database? The you can print off multiple 10&#8217;s of sheets for everyone but the presenter to have a go :P</p>]]></content:encoded>
	</item>
	<item>
		<title>By: joro6430</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-914446</link>
		<dc:creator>joro6430</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-914446</guid>
		<description>Mmmmm I can answer my own question now.  It&#039;s the usual story of pilot error I&#039;m afraid.  I messed up the array by omitting a comma on one of the buzz phrases.  When that phrase was absent the software was fine, and now works great with lots of buzz phrases.  As Dilbert has it, never underestimate the extent of human stupidity.</description>
		<content:encoded><![CDATA[<p>Mmmmm I can answer my own question now.  It&#8217;s the usual story of pilot error I&#8217;m afraid.  I messed up the array by omitting a comma on one of the buzz phrases.  When that phrase was absent the software was fine, and now works great with lots of buzz phrases.  As Dilbert has it, never underestimate the extent of human stupidity.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: joro6430</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-914337</link>
		<dc:creator>joro6430</dc:creator>
		<pubDate>Sat, 11 Apr 2009 13:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-914337</guid>
		<description>Thanks Raena - that worked just fine.  Very amusing.  However it broke when I added more words to the array. It performs as presented up to 29 words in the array, but crashes with 30 or more words.  Can&#039;t see anything wrong with your logic, is it the shuffle() function causing the bug? I cut out your code and substituted 
      shuffle($buzzwords);

$count=1;
foreach ($buzzwords as $word) {
  echo &quot;$count $word, &quot;;
  $count++;
 }
and this misbehaved similarly - breaking at the array size 30 words barrier.  Anybody seen this (mis)behaviour before?</description>
		<content:encoded><![CDATA[<p>Thanks Raena &#8211; that worked just fine.  Very amusing.  However it broke when I added more words to the array. It performs as presented up to 29 words in the array, but crashes with 30 or more words.  Can&#8217;t see anything wrong with your logic, is it the shuffle() function causing the bug? I cut out your code and substituted<br />
      shuffle($buzzwords);</p>
<p>$count=1;<br />
foreach ($buzzwords as $word) {<br />
  echo &#8220;$count $word, &#8220;;<br />
  $count++;<br />
 }<br />
and this misbehaved similarly &#8211; breaking at the array size 30 words barrier.  Anybody seen this (mis)behaviour before?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-910371</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 06 Apr 2009 01:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-910371</guid>
		<description>Liking the bingo card. I&#039;m learning PHP myself actually and finding it an interesting language. Posting to &lt;a href=&quot;http://www.phpmule.com/blog&quot; rel=&quot;nofollow&quot;&gt;PHPmule.com/blog&lt;/a&gt;. Will be trying to learn more stuff like this in the future!</description>
		<content:encoded><![CDATA[<p>Liking the bingo card. I&#8217;m learning PHP myself actually and finding it an interesting language. Posting to <a href="http://www.phpmule.com/blog" rel="nofollow">PHPmule.com/blog</a>. Will be trying to learn more stuff like this in the future!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ghydle</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-901836</link>
		<dc:creator>ghydle</dc:creator>
		<pubDate>Tue, 24 Mar 2009 17:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-901836</guid>
		<description>that was fun - more of these fun examples please!!</description>
		<content:encoded><![CDATA[<p>that was fun &#8211; more of these fun examples please!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: CamCrow</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-889555</link>
		<dc:creator>CamCrow</dc:creator>
		<pubDate>Sun, 08 Mar 2009 01:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-889555</guid>
		<description>Our staff did this (at my school) back in the fall; our principal gave us a sheet with a whole bunch of ministry/board terms (some would say BS as is listed above) at the top, and we were to put them in random boxes in a 5x5 grid. I&#039;m our school&#039;s webmaster, if I had this tool I could&#039;ve generated a random sheet for each teacher! ;-)</description>
		<content:encoded><![CDATA[<p>Our staff did this (at my school) back in the fall; our principal gave us a sheet with a whole bunch of ministry/board terms (some would say BS as is listed above) at the top, and we were to put them in random boxes in a 5&#215;5 grid. I&#8217;m our school&#8217;s webmaster, if I had this tool I could&#8217;ve generated a random sheet for each teacher! ;-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xxparanormalxx</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-889240</link>
		<dc:creator>xxparanormalxx</dc:creator>
		<pubDate>Sat, 07 Mar 2009 13:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-889240</guid>
		<description>greatness.</description>
		<content:encoded><![CDATA[<p>greatness.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Okpor</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-888972</link>
		<dc:creator>Lawrence Okpor</dc:creator>
		<pubDate>Fri, 06 Mar 2009 22:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-888972</guid>
		<description>To DuleyNoted,
You should save the first example as &#039;bingo.php&#039; and the 2nd example with any name but it should have a .php extension. That should do it. If you have a problem mail me at lawokp@yahoo.com</description>
		<content:encoded><![CDATA[<p>To DuleyNoted,<br />
You should save the first example as &#8216;bingo.php&#8217; and the 2nd example with any name but it should have a .php extension. That should do it. If you have a problem mail me at <a href="mailto:lawokp@yahoo.com">lawokp@yahoo.com</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Courtney</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-888892</link>
		<dc:creator>Courtney</dc:creator>
		<pubDate>Fri, 06 Mar 2009 18:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-888892</guid>
		<description>okay, lil challenge (and I&#039;m not a programmer but I understand some logic)

75 words, with 15 available randomly in each column. 

I host &quot;indie rock bingo&quot; and simply paste stickers of items randomly on bingo cards, and call them out as randomly as I humanly can, but I&#039;d like to eventually move to a bingo generator with pictures (simple enough right, insert jpgs in the array?) where each icon corresponds to an actual bingo # and I can use my bingo cage.</description>
		<content:encoded><![CDATA[<p>okay, lil challenge (and I&#8217;m not a programmer but I understand some logic)</p>
<p>75 words, with 15 available randomly in each column. </p>
<p>I host &#8220;indie rock bingo&#8221; and simply paste stickers of items randomly on bingo cards, and call them out as randomly as I humanly can, but I&#8217;d like to eventually move to a bingo generator with pictures (simple enough right, insert jpgs in the array?) where each icon corresponds to an actual bingo # and I can use my bingo cage.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: raena</title>
		<link>http://www.sitepoint.com/blogs/2009/03/03/build-a-buzzword-bingo-card-in-php/comment-page-1/#comment-888011</link>
		<dc:creator>raena</dc:creator>
		<pubDate>Thu, 05 Mar 2009 06:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=6699#comment-888011</guid>
		<description>@DuleyNoted, My Documents isn&#039;t usually a place where PHP can execute. Try using a regular web server.

Also, for a PHP inclusion to work properly, you need to either tell your web server to make .html files executable by PHP, or change bingo.html to something else with .php at the end.  So I&#039;m not sure your bingo.html file will work unless you do one of those things.

If you don&#039;t have a web server, &lt;a href=&quot;http://www.apachefriends.org/en/xampp.html&quot; rel=&quot;nofollow&quot;&gt;try out XAMPP&lt;/a&gt;. It has Apache, PHP, MySQL, lots of other goodies, and runs locally right there on your machine. Free!</description>
		<content:encoded><![CDATA[<p>@DuleyNoted, My Documents isn&#8217;t usually a place where PHP can execute. Try using a regular web server.</p>
<p>Also, for a PHP inclusion to work properly, you need to either tell your web server to make .html files executable by PHP, or change bingo.html to something else with .php at the end.  So I&#8217;m not sure your bingo.html file will work unless you do one of those things.</p>
<p>If you don&#8217;t have a web server, <a href="http://www.apachefriends.org/en/xampp.html" rel="nofollow">try out XAMPP</a>. It has Apache, PHP, MySQL, lots of other goodies, and runs locally right there on your machine. Free!</p>]]></content:encoded>
	</item>
</channel>
</rss>
