<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Daniel Simon &#187; HTML</title>
	<atom:link href="http://greendesignhq.com/blog/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://greendesignhq.com/blog</link>
	<description>Just another software blog</description>
	<lastBuildDate>Tue, 31 Aug 2010 20:21:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Zen Coding</title>
		<link>http://greendesignhq.com/blog/2010/05/zen-coding/</link>
		<comments>http://greendesignhq.com/blog/2010/05/zen-coding/#comments</comments>
		<pubDate>Tue, 04 May 2010 19:51:21 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://greendesignhq.com/blog/?p=189</guid>
		<description><![CDATA[I use a lot of snippets when I program, those little shortcut that transform several lines of code. Zen coding goes further by proposing to use snippets the same way as the CSS selection. For example the following line of code: div#header is tranformed into: &#60;div id=&#8221;header&#8221;&#62;&#60;/div&#62; And this: div # header&#62; p&#62; lorem is [...]]]></description>
		<wfw:commentRss>http://greendesignhq.com/blog/2010/05/zen-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex : Using a JSP proxy page to bypass crossdomaine file</title>
		<link>http://greendesignhq.com/blog/2010/05/using-a-jsp-proxy-page-to-bypass-crossdomaine-file-using-flex/</link>
		<comments>http://greendesignhq.com/blog/2010/05/using-a-jsp-proxy-page-to-bypass-crossdomaine-file-using-flex/#comments</comments>
		<pubDate>Tue, 04 May 2010 19:24:22 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://greendesignhq.com/blog/?p=175</guid>
		<description><![CDATA[This example shows how to create a JSP proxy for XML request Server-Side Scripting. When you write a Flex application, and when you are accessing remote hosts for services you have no control of (ex: RSS Feed), then you find out there is no cross domain file ( crossdomain.xml) and Flex app will complain. Using [...]]]></description>
		<wfw:commentRss>http://greendesignhq.com/blog/2010/05/using-a-jsp-proxy-page-to-bypass-crossdomaine-file-using-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get  the document&#8217;s innerHTML</title>
		<link>http://greendesignhq.com/blog/2010/02/how-to-get-the-documents-innerhtml/</link>
		<comments>http://greendesignhq.com/blog/2010/02/how-to-get-the-documents-innerhtml/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:31:00 +0000</pubDate>
		<dc:creator>samantha</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://greendesignhq.com/blog/?p=52</guid>
		<description><![CDATA[If you want to access your document innerHTML, you can use the following document.all[0].innerHTML or document.documentElement.innerHTML if you want to skip the tags &#60;HMTL&#62; tags]]></description>
		<wfw:commentRss>http://greendesignhq.com/blog/2010/02/how-to-get-the-documents-innerhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
