<?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>Occam&#039;s Razor &#187; html</title>
	<atom:link href="http://developmentgeek.com/blog/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://developmentgeek.com/blog</link>
	<description>Fueled by Mt. Dew and a love for technology</description>
	<lastBuildDate>Tue, 13 Jul 2010 15:39:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=7257</generator>
		<item>
		<title>Close Enough</title>
		<link>http://developmentgeek.com/blog/20080426/close-enough/</link>
		<comments>http://developmentgeek.com/blog/20080426/close-enough/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 21:28:08 +0000</pubDate>
		<dc:creator>Kevin Fairchild</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://developmentgeek.com/blog/?p=69</guid>
		<description><![CDATA[I was able to finally get the table structure the way I wanted it. Since my source data is all plain text, I identify the URLs and then add in the HREF data with the url as the link text as well as the location. Add in basic tags for displaying the images I want [...]]]></description>
			<content:encoded><![CDATA[<p>I was able to finally get the table structure the way I wanted it.</p>
<p>Since my source data is all plain text, I identify the URLs and then add in the HREF data with the url as the link text as well as the location. Add in basic tags for displaying the images I want next to the next and &#8212; BAM! &#8212; now I have a grid showing the posts/pictures for each user.</p>
<p>Once that was in place, I did something similar for usernames.</p>
<p>Last but not least, I hijacked the DocumentCompleted event of the browser control to add an OnClick event for each link&#8230;  That event lets me selectively perform actions based on what I need&#8230; So clicking on a normal URL will open up a new browser window displaying what&#8217;s needed. Clicking on the image link (the user pic) performs some stuff on the client side to allow replying to that person&#8217;s post.</p>
<p>It&#8217;ll make a bit more sense once I post some pics&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://developmentgeek.com/blog/20080426/close-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
