<?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>The Way Of Coding &#187; html</title>
	<atom:link href="http://thewayofcoding.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 06:17:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Working with Regular Expressions in C#</title>
		<link>http://thewayofcoding.com/2008/08/working-with-regular-expressions-in-c/</link>
		<comments>http://thewayofcoding.com/2008/08/working-with-regular-expressions-in-c/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 05:45:53 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[matching]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=99</guid>
		<description><![CDATA[I&#8217;ve been working on a program that needs to parse a html file for form data.  So when I was deciding what method to use, a few popped right into my mind. The first being a character by character search through the string.  Parsing through the data and flagging sections that fit the signature of [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2008/08/working-with-regular-expressions-in-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash video in a website</title>
		<link>http://thewayofcoding.com/2006/12/flash-video-in-a-website/</link>
		<comments>http://thewayofcoding.com/2006/12/flash-video-in-a-website/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 21:49:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flowplayer]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://localhost/?p=9</guid>
		<description><![CDATA[While researching about displaying video in web pages I came upon a good [free] solution. It uses: Free and open source flash based video player called FlowPlayer. Their website: http://flowplayer.sourceforge.net/ To encode the videos into the flv video format I used a free tool called Riva FLV Encoder. Their website: http://rivavx.de/?encoder Why a flash player [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2006/12/flash-video-in-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No, but there is more&#8230;much more thanks to my new friend ajax.</title>
		<link>http://thewayofcoding.com/2006/12/no-but-there-is-moremuch-more-thanks-to-my-new-friend-ajax/</link>
		<comments>http://thewayofcoding.com/2006/12/no-but-there-is-moremuch-more-thanks-to-my-new-friend-ajax/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 07:56:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[clever]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://localhost/?p=5</guid>
		<description><![CDATA[As I mentioned in the previous post, I made a static website in html, css, javascript, and json. It works pretty good and that&#8217;s great. The problem is my sister is the one who should be adding/editing content because it is her site. So the question is, how can I make an easily update-able site [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2006/12/no-but-there-is-moremuch-more-thanks-to-my-new-friend-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
