<?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"
	>
<channel>
	<title>Comments for Web Development Blog</title>
	<atom:link href="http://letstalkdev.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://letstalkdev.com</link>
	<description>Lets talk Web Development</description>
	<pubDate>Thu, 21 Aug 2008 19:12:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on IE7 and DocType Alert! by NaldzGraphics</title>
		<link>http://letstalkdev.com/css/ie7-and-doctype-alert/#comment-125</link>
		<dc:creator>NaldzGraphics</dc:creator>
		<pubDate>Thu, 07 Aug 2008 02:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=27#comment-125</guid>
		<description>great post mate.

NaldzGraphicss last blog post..&lt;a href="http://naldzgraphics.com/inspiration/30-professional-logo-collection/" rel="nofollow"&gt;30 Professional Logo Collection&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>great post mate.</p>
<p>NaldzGraphicss last blog post..<a href="http://naldzgraphics.com/inspiration/30-professional-logo-collection/">30 Professional Logo Collection</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Styling the File Input by Jason</title>
		<link>http://letstalkdev.com/development/styling-the-file-input/#comment-102</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 24 Jun 2008 12:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=14#comment-102</guid>
		<description>Nice tutorial.  I have never thought of styling my browse input buttons.  I am working on an FTP site for a someone and I think they are going to love this idea! thanks.

Jasons last blog post..&lt;a href="http://www.mywebtronics.com/css/web-design-trick-javascript-column-heights/" rel="nofollow"&gt;Web Design Trick: Javascript Column Heights&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Nice tutorial.  I have never thought of styling my browse input buttons.  I am working on an FTP site for a someone and I think they are going to love this idea! thanks.</p>
<p>Jasons last blog post..<a href="http://www.mywebtronics.com/css/web-design-trick-javascript-column-heights/">Web Design Trick: Javascript Column Heights</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The 5 W&#8217;s of PHP Development by Software Development India</title>
		<link>http://letstalkdev.com/web-development/the-5-ws-of-php-development/#comment-95</link>
		<dc:creator>Software Development India</dc:creator>
		<pubDate>Mon, 16 Jun 2008 10:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=10#comment-95</guid>
		<description>PHP (a recursive acronym for PHP: Hypertext Preprocessor)is a computer scripting language, originally designed for producing dynamic web pages. It is for server-side scripting, but can be used from a command line interface or in standalone graphical applications.

While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification. Released under the PHP License, the Free Software Foundation considers it to be free software.</description>
		<content:encoded><![CDATA[<p>PHP (a recursive acronym for PHP: Hypertext Preprocessor)is a computer scripting language, originally designed for producing dynamic web pages. It is for server-side scripting, but can be used from a command line interface or in standalone graphical applications.</p>
<p>While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification. Released under the PHP License, the Free Software Foundation considers it to be free software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 and DocType Alert! by Jason</title>
		<link>http://letstalkdev.com/css/ie7-and-doctype-alert/#comment-89</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 09 Jun 2008 12:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=27#comment-89</guid>
		<description>I am glad somebody finally said it...for the millionth time, IE is a "dick", I don't believe we are referring to the name sometimes used instead of Richard.  Great post, that is good information to have.

Jasons last blog post..&lt;a href="http://www.mywebtronics.com/css/web-design-trick-javascript-column-heights/" rel="nofollow"&gt;Web Design Trick: Javascript Column Heights&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I am glad somebody finally said it&#8230;for the millionth time, IE is a &#8220;dick&#8221;, I don&#8217;t believe we are referring to the name sometimes used instead of Richard.  Great post, that is good information to have.</p>
<p>Jasons last blog post..<a href="http://www.mywebtronics.com/css/web-design-trick-javascript-column-heights/">Web Design Trick: Javascript Column Heights</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 and DocType Alert! by Richard John</title>
		<link>http://letstalkdev.com/css/ie7-and-doctype-alert/#comment-80</link>
		<dc:creator>Richard John</dc:creator>
		<pubDate>Tue, 03 Jun 2008 12:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=27#comment-80</guid>
		<description>This is because without a DOCTYPE, IE assumes that the page is not valid, and renders it in "quirks mode".
When a DOCTYPE is present, it will render in "standards compliance mode". IE's "standards compliance mode" still isn't totally compliant, though...

Richard Johns last blog post..&lt;a href="http://richardmjohn.com/2008/06/01/brightkite-plugin-for-wordpress-curl-version/" rel="nofollow"&gt;BrightKite Plugin for WordPress: cURL Version&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This is because without a DOCTYPE, IE assumes that the page is not valid, and renders it in &#8220;quirks mode&#8221;.<br />
When a DOCTYPE is present, it will render in &#8220;standards compliance mode&#8221;. IE&#8217;s &#8220;standards compliance mode&#8221; still isn&#8217;t totally compliant, though&#8230;</p>
<p>Richard Johns last blog post..<a href="http://richardmjohn.com/2008/06/01/brightkite-plugin-for-wordpress-curl-version/">BrightKite Plugin for WordPress: cURL Version</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 and DocType Alert! by Lamonte</title>
		<link>http://letstalkdev.com/css/ie7-and-doctype-alert/#comment-78</link>
		<dc:creator>Lamonte</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=27#comment-78</guid>
		<description>Yes, I've been meaning to play with other doctypes my self such as the math doctype, but never really seen the use for it.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;ve been meaning to play with other doctypes my self such as the math doctype, but never really seen the use for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 and DocType Alert! by Website Design india</title>
		<link>http://letstalkdev.com/css/ie7-and-doctype-alert/#comment-70</link>
		<dc:creator>Website Design india</dc:creator>
		<pubDate>Mon, 02 Jun 2008 10:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=27#comment-70</guid>
		<description>I have noticed that when you remove the the Doc Type in IE 7, the stylesheet in IE goes bad, but when I add it back it has no  problem. I think the reason it has been added is because now there are various types of formats available such as XML etc. So for future website design companies in US, outsourced destinations India are recommended to use it.</description>
		<content:encoded><![CDATA[<p>I have noticed that when you remove the the Doc Type in IE 7, the stylesheet in IE goes bad, but when I add it back it has no  problem. I think the reason it has been added is because now there are various types of formats available such as XML etc. So for future website design companies in US, outsourced destinations India are recommended to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The 5 W&#8217;s of PHP Development by Lamonte</title>
		<link>http://letstalkdev.com/web-development/the-5-ws-of-php-development/#comment-49</link>
		<dc:creator>Lamonte</dc:creator>
		<pubDate>Wed, 14 May 2008 03:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=10#comment-49</guid>
		<description>You could try phpfreaks.com or talkphp.com they have some great articles about advanced subjects in php.  If you really want to cover better php options you should try finding a software you like, maybe and old version of IPB 2.0.x or 2.x.x and check how they got it set up.</description>
		<content:encoded><![CDATA[<p>You could try phpfreaks.com or talkphp.com they have some great articles about advanced subjects in php.  If you really want to cover better php options you should try finding a software you like, maybe and old version of IPB 2.0.x or 2.x.x and check how they got it set up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The 5 W&#8217;s of PHP Development by Php Programming Tutorial</title>
		<link>http://letstalkdev.com/web-development/the-5-ws-of-php-development/#comment-48</link>
		<dc:creator>Php Programming Tutorial</dc:creator>
		<pubDate>Tue, 13 May 2008 19:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=10#comment-48</guid>
		<description>anybody here know of a good site to find more info on Php Programming Tutorial? I've got this site bookmarked and im gonna keep checking it out, but i still would like to find a site that covers Php Programming Tutorial a little more thoroughly..thanks</description>
		<content:encoded><![CDATA[<p>anybody here know of a good site to find more info on Php Programming Tutorial? I&#8217;ve got this site bookmarked and im gonna keep checking it out, but i still would like to find a site that covers Php Programming Tutorial a little more thoroughly..thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The 5 W&#8217;s of PHP Development by Jason</title>
		<link>http://letstalkdev.com/web-development/the-5-ws-of-php-development/#comment-38</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 09 May 2008 03:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://letstalkdev.com/?p=10#comment-38</guid>
		<description>I agree with you.  PHP is by far the best server scripting language.  It totally outshines ASP and is much easier to learn and use.  I started learning web development with PHP, I went to school where I was taught ASP.NET.  I have to say, PHP is far superior.  Just like everything else associated with Microsoft, the open source stuff always outshines them.

Jasons last blog post..&lt;a href="http://www.mywebtronics.com/php/give-browser-specific-css-files-with-php/" rel="nofollow"&gt;Give Browser Specific CSS Files With PHP&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I agree with you.  PHP is by far the best server scripting language.  It totally outshines ASP and is much easier to learn and use.  I started learning web development with PHP, I went to school where I was taught ASP.NET.  I have to say, PHP is far superior.  Just like everything else associated with Microsoft, the open source stuff always outshines them.</p>
<p>Jasons last blog post..<a href="http://www.mywebtronics.com/php/give-browser-specific-css-files-with-php/">Give Browser Specific CSS Files With PHP</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
