<?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 PHP Starter</title>
	<atom:link href="http://phpstarter.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpstarter.net</link>
	<description>PHP Tips &#38; Tools From Starters to Experts</description>
	<lastBuildDate>Sun, 07 Mar 2010 17:45:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Parse Weather Forecast Data (from the NDFD) in PHP by Andrew</title>
		<link>http://phpstarter.net/2009/02/parse-weather-forecast-data-from-the-ndfd-in-php/comment-page-1/#comment-406</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 07 Mar 2010 17:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=348#comment-406</guid>
		<description>&lt;p&gt;Sean-&lt;/p&gt;
&lt;p&gt;That&#039;s interesting.  I had a similar issue because the arrays weren&#039;t aligning properly, causing the days to be off, and the forecasts were flipped - showing day for night and night for day.  It&#039;s hard to say why you are seeing night for both.  How are you processing the XML?  I assume you are doing it in ASP.NET, but can you post how you are getting the data from the XML to an object to use?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Sean-</p>
<p>That&#8217;s interesting.  I had a similar issue because the arrays weren&#8217;t aligning properly, causing the days to be off, and the forecasts were flipped &#8211; showing day for night and night for day.  It&#8217;s hard to say why you are seeing night for both.  How are you processing the XML?  I assume you are doing it in ASP.NET, but can you post how you are getting the data from the XML to an object to use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Weather Forecast Data (from the NDFD) in PHP by Sean</title>
		<link>http://phpstarter.net/2009/02/parse-weather-forecast-data-from-the-ndfd-in-php/comment-page-1/#comment-404</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=348#comment-404</guid>
		<description>I have this working in ASP.net, but I feel like the icons must be wrong because it sometimes shows nighttime icons for the day highs....  Am I somehow not matching these up right?
Here&#039;s the page I&#039;m referring to:  http://www.boatpittsburgh.com
You can use the down arrow to expand the weather for the whole week... apparently on Monday and Tuesday it&#039;s forecast to be a solar eclipse all day long... O.o</description>
		<content:encoded><![CDATA[<p>I have this working in ASP.net, but I feel like the icons must be wrong because it sometimes shows nighttime icons for the day highs&#8230;.  Am I somehow not matching these up right?<br />
Here&#8217;s the page I&#8217;m referring to:  <a href="http://www.boatpittsburgh.com" rel="nofollow">http://www.boatpittsburgh.com</a><br />
You can use the down arrow to expand the weather for the whole week&#8230; apparently on Monday and Tuesday it&#8217;s forecast to be a solar eclipse all day long&#8230; O.o</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Merge Image Layers in PHP by Andrew</title>
		<link>http://phpstarter.net/2009/07/merge-image-layers-in-php/comment-page-1/#comment-403</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=455#comment-403</guid>
		<description>&lt;p&gt;The file_get_contents() function does not work in all environments - only the ones that have &lt;span class=&quot;term&quot;&gt; &lt;em&gt;&lt;tt class=&quot;parameter&quot;&gt;allow_url_fopen&lt;/tt&gt;&lt;/em&gt;&lt;/span&gt; set to true in the PHP configuration.  I have had more luck across hosting environments that way.&lt;/p&gt;
&lt;p&gt;If you are sure that allow_url_fopen will be enabled where you are using this, then ya, it would probably be easier than including the Snoopy class.&lt;/p&gt;
&lt;p&gt;Glad you find the articles useful! :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The file_get_contents() function does not work in all environments &#8211; only the ones that have <span class="term"> <em><tt class="parameter">allow_url_fopen</tt></em></span> set to true in the PHP configuration.  I have had more luck across hosting environments that way.</p>
<p>If you are sure that allow_url_fopen will be enabled where you are using this, then ya, it would probably be easier than including the Snoopy class.</p>
<p>Glad you find the articles useful! <img src='http://phpstarter.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Merge Image Layers in PHP by Tim Barmann</title>
		<link>http://phpstarter.net/2009/07/merge-image-layers-in-php/comment-page-1/#comment-402</link>
		<dc:creator>Tim Barmann</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=455#comment-402</guid>
		<description>Hi Andrew,
I very much appreciate your great work and your willingness to share it.  Question - why do you use the Snoopy class instead of something like PHP&#039;s file_get_contents() ?
Thanks again,
Tim</description>
		<content:encoded><![CDATA[<p>Hi Andrew,<br />
I very much appreciate your great work and your willingness to share it.  Question &#8211; why do you use the Snoopy class instead of something like PHP&#8217;s file_get_contents() ?<br />
Thanks again,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically Converting Text to an Image by Andrew</title>
		<link>http://phpstarter.net/2009/02/dynamically-converting-text-to-an-image/comment-page-1/#comment-401</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=337#comment-401</guid>
		<description>&lt;p&gt;Alex -&lt;/p&gt;
&lt;p&gt;I was able to get the example &lt;a href=&quot;../../../samples/337/test.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;working&lt;/a&gt;.  Make sure you have the path to the font current.  When I had it set to the wrong path, PHP throws a warning and then uses the default font.  If you have warnings disabled, you may not notice that.  Run &lt;code&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span style=&quot;color: #0000bb;&quot;&gt;error_reporting&lt;/span&gt;&lt;span style=&quot;color: #007700;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000bb;&quot;&gt;E_ALL&lt;/span&gt;&lt;span style=&quot;color: #007700;&quot;&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/code&gt; before any other code to make sure you aren&#039;t hiding any warnings that are getting thrown.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Alex -</p>
<p>I was able to get the example <a href="../../../samples/337/test.php" target="_blank" rel="nofollow">working</a>.  Make sure you have the path to the font current.  When I had it set to the wrong path, PHP throws a warning and then uses the default font.  If you have warnings disabled, you may not notice that.  Run <code><span style="color: #000000;"><span style="color: #0000bb;">error_reporting</span><span style="color: #007700;">(</span><span style="color: #0000bb;">E_ALL</span><span style="color: #007700;">);</span></span></code> before any other code to make sure you aren&#8217;t hiding any warnings that are getting thrown.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically Converting Text to an Image by alex turner</title>
		<link>http://phpstarter.net/2009/02/dynamically-converting-text-to-an-image/comment-page-1/#comment-400</link>
		<dc:creator>alex turner</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=337#comment-400</guid>
		<description>this doesnt seem to be working for me - ive inputted the code in a php and created a test html file. Ive also selected the font by downloading the program and converting it to .gdf, but it still displays all text normally...</description>
		<content:encoded><![CDATA[<p>this doesnt seem to be working for me &#8211; ive inputted the code in a php and created a test html file. Ive also selected the font by downloading the program and converting it to .gdf, but it still displays all text normally&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Akismet Class/Library for Codeigniter by CodeIgniter Tutorials to Help You Get Started &#124; KomunitasWeb</title>
		<link>http://phpstarter.net/2009/02/akismet-classlibrary-for-codeigniter/comment-page-1/#comment-398</link>
		<dc:creator>CodeIgniter Tutorials to Help You Get Started &#124; KomunitasWeb</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=301#comment-398</guid>
		<description>[...] Akismet Class/Library for Codeigniter &#8211; Don&#8217;t like spam? Of course. So get akismet rid your spam. [...]</description>
		<content:encoded><![CDATA[<p>[...] Akismet Class/Library for Codeigniter &#8211; Don&#8217;t like spam? Of course. So get akismet rid your spam. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Current Weather Conditions Data from the NWS in PHP by Andrew</title>
		<link>http://phpstarter.net/2009/02/parse-current-weather-conditions-data-from-the-nws-in-php/comment-page-1/#comment-394</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 15 Jan 2010 22:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=386#comment-394</guid>
		<description>Hey Tim,

I figured that this way, I would only have to parse the XML once on the data load rather than every time someone loads a page.  Would this make a huge difference in the page load time? Probably not.  Also, if the NWS made changes to their file structure, you would have to rewrite some PHP code anyway, so I figured it wouldn&#039;t be too much of a big deal to change some MySQL data fields while you are at it.

Your method would probably work just as well - it&#039;s a matter of personal preference on what you would rather maintain.</description>
		<content:encoded><![CDATA[<p>Hey Tim,</p>
<p>I figured that this way, I would only have to parse the XML once on the data load rather than every time someone loads a page.  Would this make a huge difference in the page load time? Probably not.  Also, if the NWS made changes to their file structure, you would have to rewrite some PHP code anyway, so I figured it wouldn&#8217;t be too much of a big deal to change some MySQL data fields while you are at it.</p>
<p>Your method would probably work just as well &#8211; it&#8217;s a matter of personal preference on what you would rather maintain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Current Weather Conditions Data from the NWS in PHP by Tim Barmann</title>
		<link>http://phpstarter.net/2009/02/parse-current-weather-conditions-data-from-the-nws-in-php/comment-page-1/#comment-393</link>
		<dc:creator>Tim Barmann</dc:creator>
		<pubDate>Fri, 15 Jan 2010 21:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=386#comment-393</guid>
		<description>Sorry about using the wrong name, Andrew!</description>
		<content:encoded><![CDATA[<p>Sorry about using the wrong name, Andrew!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Current Weather Conditions Data from the NWS in PHP by Tim Barmann</title>
		<link>http://phpstarter.net/2009/02/parse-current-weather-conditions-data-from-the-nws-in-php/comment-page-1/#comment-392</link>
		<dc:creator>Tim Barmann</dc:creator>
		<pubDate>Fri, 15 Jan 2010 21:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://phpstarter.net/?p=386#comment-392</guid>
		<description>Hey Chris,
Great work! I&#039;m finding your tutorials very helpful.
One question about the approach you took for caching.  Rather than create fields in the MYSQL database to mirror those in the NWS current observation xml file, why not just create a big text field in the DB and store the xml in a single field? Another DB field could be the station id, and a third field could be the last updated time.  Can you see any advantage/disadvantage to this approach?  My thinking is that you don&#039;t have to worry about changing the database if the NWS decides to change the format of their current observations xml.
Thanks again for your great work.
Tim</description>
		<content:encoded><![CDATA[<p>Hey Chris,<br />
Great work! I&#8217;m finding your tutorials very helpful.<br />
One question about the approach you took for caching.  Rather than create fields in the MYSQL database to mirror those in the NWS current observation xml file, why not just create a big text field in the DB and store the xml in a single field? Another DB field could be the station id, and a third field could be the last updated time.  Can you see any advantage/disadvantage to this approach?  My thinking is that you don&#8217;t have to worry about changing the database if the NWS decides to change the format of their current observations xml.<br />
Thanks again for your great work.<br />
Tim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
