<?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 for Andrew's Tech Musings</title>
	<atom:link href="http://andrewcurioso.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewcurioso.com</link>
	<description>Tech, Social Media, PHP, Opinions</description>
	<lastBuildDate>Wed, 16 May 2012 00:03:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Counting to 1000 in PHP without loops or conditionals by Club Dresses</title>
		<link>http://andrewcurioso.com/2011/03/counting-to-1000-in-php-without-loops-or-conditionals/comment-page-1/#comment-34411</link>
		<dc:creator>Club Dresses</dc:creator>
		<pubDate>Wed, 16 May 2012 00:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=690#comment-34411</guid>
		<description>&lt;strong&gt;read more...&lt;/strong&gt;

[...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]...</description>
		<content:encoded><![CDATA[<p><strong>read more&#8230;</strong></p>
<p>[...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting file size overflow in PHP by file upload to large, $_POST/$_FILE empty so cant throw error - Bizzteams</title>
		<link>http://andrewcurioso.com/2010/06/detecting-file-size-overflow-in-php/comment-page-1/#comment-32298</link>
		<dc:creator>file upload to large, $_POST/$_FILE empty so cant throw error - Bizzteams</dc:creator>
		<pubDate>Tue, 03 Apr 2012 18:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=232#comment-32298</guid>
		<description>[...] 0 Times in 0 Posts           For a solution that may work for you, see Detecting upload file size overflow in PHP &#124; Andrew&#039;s Tech Musings           Reply With [...]</description>
		<content:encoded><![CDATA[<p>[...] 0 Times in 0 Posts           For a solution that may work for you, see Detecting upload file size overflow in PHP | Andrew&#039;s Tech Musings           Reply With [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Counting to 1000 in PHP without loops or conditionals by Mukesh Kumar</title>
		<link>http://andrewcurioso.com/2011/03/counting-to-1000-in-php-without-loops-or-conditionals/comment-page-1/#comment-31175</link>
		<dc:creator>Mukesh Kumar</dc:creator>
		<pubDate>Sun, 04 Mar 2012 09:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=690#comment-31175</guid>
		<description>//html code:-




Enter 1st no
Enter 2nd no










//its a php code: 
&lt;?php
$i=$_POST[&#039;a1&#039;];
$j=$_POST[&#039;a2&#039;];
label:
echo $i;
echo &quot;&quot;;
$i++;
if($i</description>
		<content:encoded><![CDATA[<p>//html code:-</p>
<p>Enter 1st no<br />
Enter 2nd no</p>
<p>//its a php code:<br />
&lt;?php<br />
$i=$_POST[&#039;a1&#039;];<br />
$j=$_POST[&#039;a2&#039;];<br />
label:<br />
echo $i;<br />
echo &quot;&#8221;;<br />
$i++;<br />
if($i</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My 2011 New Year&#8217;s resolutions by Charles Voita</title>
		<link>http://andrewcurioso.com/2011/01/my-2011-new-years-resolutions/comment-page-1/#comment-29765</link>
		<dc:creator>Charles Voita</dc:creator>
		<pubDate>Fri, 27 Jan 2012 03:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=586#comment-29765</guid>
		<description>I am liking your blog so far. Keep posting stuff! I also bought your book &#039;Expert PHP and MySQL.&#039; I am excited to bite into the real tofu of this book!</description>
		<content:encoded><![CDATA[<p>I am liking your blog so far. Keep posting stuff! I also bought your book &#8216;Expert PHP and MySQL.&#8217; I am excited to bite into the real tofu of this book!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RIA: Desktop Notifications in Google Chrome by Andrew Curioso</title>
		<link>http://andrewcurioso.com/2011/01/ria-desktop-notifications-in-google-chrome/comment-page-1/#comment-21062</link>
		<dc:creator>Andrew Curioso</dc:creator>
		<pubDate>Wed, 05 Oct 2011 18:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=596#comment-21062</guid>
		<description>@tomy The user just has to have the page open in their browser. Which means that they may have the window minimized or be on another tab. This is great for email where you might get an email while on another tab and you would want to know that new mail came in. There are many other such examples. So it is useful in that regard (just like you would have to have your mail client open to see a Growl notification on Mac).

If you did want to display it when the user didn&#039;t have your page open you would have to create a browser plugin or somehow have a Window open (such as a pop-under -- *cringe*). But I think it is useful even without that.</description>
		<content:encoded><![CDATA[<p>@tomy The user just has to have the page open in their browser. Which means that they may have the window minimized or be on another tab. This is great for email where you might get an email while on another tab and you would want to know that new mail came in. There are many other such examples. So it is useful in that regard (just like you would have to have your mail client open to see a Growl notification on Mac).</p>
<p>If you did want to display it when the user didn&#8217;t have your page open you would have to create a browser plugin or somehow have a Window open (such as a pop-under &#8212; *cringe*). But I think it is useful even without that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RIA: Desktop Notifications in Google Chrome by tomy</title>
		<link>http://andrewcurioso.com/2011/01/ria-desktop-notifications-in-google-chrome/comment-page-1/#comment-21047</link>
		<dc:creator>tomy</dc:creator>
		<pubDate>Wed, 05 Oct 2011 16:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=596#comment-21047</guid>
		<description>Is it possible to create a notification while the user isn&#039;t on the specific page or while the browser isn&#039;t open? I thought that was the point.</description>
		<content:encoded><![CDATA[<p>Is it possible to create a notification while the user isn&#8217;t on the specific page or while the browser isn&#8217;t open? I thought that was the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome CakeFest 2010 Attendees by Janis</title>
		<link>http://andrewcurioso.com/2010/09/welcome-cakefest-2010-attendees/comment-page-1/#comment-17459</link>
		<dc:creator>Janis</dc:creator>
		<pubDate>Sat, 10 Sep 2011 17:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=461#comment-17459</guid>
		<description>Hi,

Do you have a sample code for this tutorial?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you have a sample code for this tutorial?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A method called &#8216;delete&#8217; in Flex and AS3 by cristi</title>
		<link>http://andrewcurioso.com/2009/07/a-method-called-delete-in-flex-and-as3/comment-page-1/#comment-1471</link>
		<dc:creator>cristi</dc:creator>
		<pubDate>Thu, 31 Mar 2011 14:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=137#comment-1471</guid>
		<description>A big thank you Andrew!</description>
		<content:encoded><![CDATA[<p>A big thank you Andrew!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Counting to 1000 in PHP without loops or conditionals by Rendimiento de los bucles en Javascript frente a otras alternativas &#124; EtnasSoft</title>
		<link>http://andrewcurioso.com/2011/03/counting-to-1000-in-php-without-loops-or-conditionals/comment-page-1/#comment-1372</link>
		<dc:creator>Rendimiento de los bucles en Javascript frente a otras alternativas &#124; EtnasSoft</dc:creator>
		<pubDate>Thu, 17 Mar 2011 08:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=690#comment-1372</guid>
		<description>[...] original para C y C++: Printing 1 to 1000 without loop or conditionals  Solución para PHP: Counting to 1000 in PHP without loops or conditionals Otra solución para PHP: PHP to 1000 without conditionals and [...]</description>
		<content:encoded><![CDATA[<p>[...] original para C y C++: Printing 1 to 1000 without loop or conditionals  Solución para PHP: Counting to 1000 in PHP without loops or conditionals Otra solución para PHP: PHP to 1000 without conditionals and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Counting to 1000 in PHP without loops or conditionals by Andrew Curioso</title>
		<link>http://andrewcurioso.com/2011/03/counting-to-1000-in-php-without-loops-or-conditionals/comment-page-1/#comment-1350</link>
		<dc:creator>Andrew Curioso</dc:creator>
		<pubDate>Tue, 15 Mar 2011 21:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=690#comment-1350</guid>
		<description>I used this code as the answer to a Stack Overflow question. Vote up my answer if you like it.

http://stackoverflow.com/questions/5305156/printing-1-to-1000-without-loop-or-conditionals-in-php/5318251</description>
		<content:encoded><![CDATA[<p>I used this code as the answer to a Stack Overflow question. Vote up my answer if you like it.</p>
<p><a href="http://stackoverflow.com/questions/5305156/printing-1-to-1000-without-loop-or-conditionals-in-php/5318251" rel="nofollow">http://stackoverflow.com/questions/5305156/printing-1-to-1000-without-loop-or-conditionals-in-php/5318251</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

