<?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 Envelopery</title>
	<atom:link href="http://envelopery.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://envelopery.com</link>
	<description>Where envelopes are born - Technology Blog and Web Host</description>
	<lastBuildDate>Fri, 23 Sep 2011 05:54:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Make a static website using templates by admin</title>
		<link>http://envelopery.com/html-css-web-development/make-a-static-website-using-templates/#comment-3873</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 23 Sep 2011 05:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://envelopery.com/?p=63#comment-3873</guid>
		<description>Hehehe ~ sorry for being so brief, 
I just wrote this up quickly 

I added some more explanation, and points on why you would want to do this ~ (I&#039;m sure there are more reasons.... )</description>
		<content:encoded><![CDATA[<p>Hehehe ~ sorry for being so brief,<br />
I just wrote this up quickly </p>
<p>I added some more explanation, and points on why you would want to do this ~ (I&#8217;m sure there are more reasons&#8230;. )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make a static website using templates by Jim Cripps</title>
		<link>http://envelopery.com/html-css-web-development/make-a-static-website-using-templates/#comment-3760</link>
		<dc:creator>Jim Cripps</dc:creator>
		<pubDate>Thu, 22 Sep 2011 06:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://envelopery.com/?p=63#comment-3760</guid>
		<description>What? Add header and footer to what external files? That same line of code for the top and bottom? And then what? Why all of these changes?</description>
		<content:encoded><![CDATA[<p>What? Add header and footer to what external files? That same line of code for the top and bottom? And then what? Why all of these changes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML Validation for WordPress Plugin Simple Meta Tags by admin</title>
		<link>http://envelopery.com/html-css-web-development/html-validation-for-wordpress-plugin-simple-meta-tags/#comment-3741</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 22 Sep 2011 03:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://envelopery.com/?p=60#comment-3741</guid>
		<description>No worries ~ thanks for that - 
Keep up the awesome work, and thanks for leaving a comment ~ ~</description>
		<content:encoded><![CDATA[<p>No worries ~ thanks for that &#8211;<br />
Keep up the awesome work, and thanks for leaving a comment ~ ~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML Validation for WordPress Plugin Simple Meta Tags by Dagan</title>
		<link>http://envelopery.com/html-css-web-development/html-validation-for-wordpress-plugin-simple-meta-tags/#comment-2979</link>
		<dc:creator>Dagan</dc:creator>
		<pubDate>Thu, 15 Sep 2011 07:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://envelopery.com/?p=60#comment-2979</guid>
		<description>Good point the HTML is not validating for the &amp; char... I saw your solution on the link and it would be better to use htmlentities function (which converts the whole range into HTML safe characters) - I will work on this and implement a solution (you should see it in the new version release)

Cheers
Dagan</description>
		<content:encoded><![CDATA[<p>Good point the HTML is not validating for the &amp; char&#8230; I saw your solution on the link and it would be better to use htmlentities function (which converts the whole range into HTML safe characters) &#8211; I will work on this and implement a solution (you should see it in the new version release)</p>
<p>Cheers<br />
Dagan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make a clickable div button by Arun</title>
		<link>http://envelopery.com/html-css-web-development/make-a-clickable-div-button/#comment-2573</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Sun, 11 Sep 2011 06:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://envelopery.com/?p=49#comment-2573</guid>
		<description>What&#039;s wrong with standard a tags?</description>
		<content:encoded><![CDATA[<p>What&#8217;s wrong with standard a tags?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to centre a DIV in HTML CSS for clean Web Design Development by Arun</title>
		<link>http://envelopery.com/html-css-web-development/how-center-div-html-css-design/#comment-25</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Tue, 16 Aug 2011 07:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://envelopery.com/?p=35#comment-25</guid>
		<description>Hey Ben,

Assuming you mean horizontal centering (i.e. the div is equidistant from the left and right sides), check out: http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/, http://stackoverflow.com/questions/114543/how-to-center-div-in-div. The left and right margin set to &#039;auto&#039; is what does the centering.

Arun</description>
		<content:encoded><![CDATA[<p>Hey Ben,</p>
<p>Assuming you mean horizontal centering (i.e. the div is equidistant from the left and right sides), check out: <a href="http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/" rel="nofollow">http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/</a>, <a href="http://stackoverflow.com/questions/114543/how-to-center-div-in-div" rel="nofollow">http://stackoverflow.com/questions/114543/how-to-center-div-in-div</a>. The left and right margin set to &#8216;auto&#8217; is what does the centering.</p>
<p>Arun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FileZilla Error Too many connections from this IP address Upload files not working by FileZilla Error Too many connections from this IP address Upload &#8230; &#124; IP address.co.uk</title>
		<link>http://envelopery.com/html-css-web-development/filezilla-error-too-many-connections-from-this-ip-address-upload-files-not-working/#comment-16</link>
		<dc:creator>FileZilla Error Too many connections from this IP address Upload &#8230; &#124; IP address.co.uk</dc:creator>
		<pubDate>Mon, 01 Aug 2011 06:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://envelopery.com/?p=36#comment-16</guid>
		<description>[...] See more here: FileZilla Error Too many connections from this IP address Upload &#8230; [...]

[WORDPRESS HASHCASH] The comment&#039;s server IP (174.121.37.2) doesn&#039;t match the comment&#039;s URL host IP (174.121.37.5) and so is spam.</description>
		<content:encoded><![CDATA[<p>[...] See more here: FileZilla Error Too many connections from this IP address Upload &#8230; [...]</p>
<p>[WORDPRESS HASHCASH] The comment&#8217;s server IP (174.121.37.2) doesn&#8217;t match the comment&#8217;s URL host IP (174.121.37.5) and so is spam.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

