<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by jsampsonPC</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by jsampsonPC</title>
		<link>http://channel9.msdn.com/Niners/jsampsonPC/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/jsampsonPC/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 11:36:06 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 11:36:06 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Brilliant Code! Got Some?</title>
		<description><![CDATA[<p>Just found this one online:<br>
<br>
#include &lt;stdio.h&gt;<br>
<br>
typedef struct {<br>
&nbsp;&nbsp;&nbsp; int ch;<br>
&nbsp;&nbsp;&nbsp; int count;<br>
} star_t;<br>
<br>
int main(void) {<br>
&nbsp;&nbsp;&nbsp; star_t foo[] = {<br>
{46, 22}, {47, 1}, {194, 1}, {180, 1}, {194, 1}, {175, 1}, {47, 1}, {41, 1}, {'\n', 1},
<br>
{46, 20}, {44, 1}, {47, 1}, {194, 1}, {175, 1}, {46, 2}, {47, 1}, {'\n', 1}, <br>
{46, 19}, {47, 1}, {46, 4}, {47, 1}, {'\n', 1}, <br>
{46, 13}, {47, 1}, {194, 1}, {180, 1}, {194, 1}, {175, 1}, {47, 1}, {39, 1}, {46, 3}, {39, 1}, {47, 1}, {194, 1}, {180, 1}, {194, 1}, {175, 1}, {194, 1}, {175, 1}, {96, 1}, {194, 1}, {183, 1}, {194, 1}, {184, 1}, {'\n', 1},
<br>
{46, 10}, {47, 1}, {39, 1}, {47, 1}, {46, 3}, {47, 1}, {46, 4}, {47, 1}, {46, 7}, {47, 1}, {194, 1}, {168, 1}, {194, 1}, {175, 1}, {92, 1}, {'\n', 1},
<br>
{46, 8}, {40, 1}, {39, 1}, {40, 1}, {46, 3}, {194, 1}, {180, 1}, {46, 3}, {194, 1}, {180, 1}, {46, 4}, {32, 1}, {194, 1}, {175, 1}, {126, 1}, {47, 1}, {39, 1}, {46, 3}, {39, 1}, {41, 1}, {'\n', 1},
<br>
{46, 9}, {92, 1}, {46, 17}, {39, 1}, {46, 5}, {47, 1}, {'\n', 1}, <br>
{46, 10}, {39, 2}, {46, 3}, {92, 1}, {46, 10}, {32, 1}, {95, 1}, {46, 1}, {194, 1}, {183, 1}, {194, 1}, {180, 1}, {'\n', 1},
<br>
{46, 12}, {92, 1}, {46, 14}, {40, 1}, {'\n', 1}, <br>
{46, 14}, {92, 1}, {46, 13}, {92, 1}, {46, 1}, {32, 1}, {'\n', 1}<br>
&nbsp;&nbsp;&nbsp; };<br>
&nbsp;&nbsp;&nbsp; int i, j;<br>
&nbsp;&nbsp;&nbsp; for (i = 0; i &lt; sizeof(foo) / sizeof(foo[0]); i&#43;&#43;) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; star_t bar = foo[i];<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for (j = 0; j &lt; bar.count; j&#43;&#43;) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printf(&quot;%c&quot;, (char )bar.ch);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; return 0;<br>
}<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/420916-Brilliant-Code-Got-Some/dd7e253046c64da08c2f9deb0134b9fe#dd7e253046c64da08c2f9deb0134b9fe</link>
		<pubDate>Mon, 11 Aug 2008 22:19:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/420916-Brilliant-Code-Got-Some/dd7e253046c64da08c2f9deb0134b9fe#dd7e253046c64da08c2f9deb0134b9fe</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Brilliant Code! Got Some?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">W3bbo said:</div><div class="quoteText">I executed the PHP... it's just a list of days, clicking on a link doesn't actually do anything other than reload the page.<br>
<br>
This is under PHP5 though. Does your script make use of any PHP4-specific behaviour?<br>
</div></blockquote>It's not suppose to do anything other than list days. Something that could have been done like this:<br>
<br>
<blockquote>$list = &quot;&quot;;<br>
for ($i = 0; $i &lt; date('t&quot;); $i&#43;&#43;) {<br>
&nbsp; $list .= &quot;&lt;a href='pointlessCode.php?day={$i}' title='Day {$i}'&gt;Day {$i}&lt;/a&gt;, &quot;;<br>
}<br>
print $list;<br>
</blockquote>
<br>
As for any PHP4-Specific behaviour, not sure. I think all of the code is ambiguous. No PHP OO activity or anything. No usage of $_SESSION...I think&nbsp; it's all cross-compat with 4 and 5 <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br>
<br>
Somebody actually wanted a solution over at DevShed. They wanted links for days 1 - n of the current month. This was a joke-solution (although a functional one) for their problem. I thought it was funny <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br>
<br>
I was mostly curious if anybody here had every done anything similar as a joke.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/420916-Brilliant-Code-Got-Some/b1ca5f7812d34064ba7d9deb0134b9d1#b1ca5f7812d34064ba7d9deb0134b9d1</link>
		<pubDate>Mon, 11 Aug 2008 20:31:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/420916-Brilliant-Code-Got-Some/b1ca5f7812d34064ba7d9deb0134b9d1#b1ca5f7812d34064ba7d9deb0134b9d1</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Brilliant Code! Got Some?</title>
		<description><![CDATA[<p><h2>&quot;Billiant&quot; is sarcastic - the code here is less-than-brilliant...far less than brilliant.</h2>
<br>
<br>
I wrote the following up as a joke to a friend. Curious if you .NET guys have ever written your own jokes?<br>
<br>
The following code prints a link for each day of the current month: Day 1, Day 2, etc. The links direct you to another page that can do something with the query string...Enjoy.<br>
<br>
(Oh, and yes, this IS a joke - so no flaming <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' />)<br>
<br>
&lt;?php<br>
<br>
&nbsp;&nbsp;&nbsp; getDays();<br>
<br>
&nbsp;&nbsp;&nbsp; function getDays() {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $day = array(&quot;1&quot;,&quot;2&quot;,&quot;3&quot;,&quot;4&quot;,&quot;5&quot;,&quot;6&quot;,&quot;7&quot;,&quot;8&quot;,&quot;9&quot;,&quot;10&quot;,&quot;11&quot;,&quot;12&quot;,&quot;13&quot;,<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;14&quot;,&quot;15&quot;,&quot;16&quot;,&quot;17&quot;,&quot;18&quot;,&quot;19&quot;,&quot;20&quot;,&quot;21&quot;,&quot;22&quot;,&quot;23&quot;,&quot;24&quot;,<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;25&quot;,&quot;26&quot;,&quot;27&quot;,&quot;28&quot;,&quot;29&quot;,&quot;30&quot;,&quot;31&quot;);<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $trueDays = array();<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $arrayLinks = array();<br>
&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; for($i = 0; $i &lt; count($day); $i&#43;&#43;) {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if ($i &lt; date(&quot;t&quot;) &amp;&amp; $i &gt; 0) {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (is_numeric($i)) {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $trueDays[] = ($day[$i] &gt; 0) ? $day[$i] : 0 ;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (is_array($trueDays) &amp;&amp; 1 == 1) {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $dayString = implode(&quot;,&quot;,$trueDays);<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (strlen($dayString) &gt; 0) {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; foreach ($trueDays as $day) {<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $arrayLinks[] = &quot;&lt;a href='getDays.php?day={$day}'&gt;Day {$day}&lt;/a&gt;&quot;;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>
&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; print &quot;&lt;a href='getDays.php?day=1'&gt;Day 1&lt;/a&gt;, &quot; . implode(&quot;, &quot;,$arrayLinks);&nbsp;&nbsp;&nbsp;
<br>
&nbsp;&nbsp;&nbsp; }<br>
<br>
?&gt;<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/420916-Brilliant-Code-Got-Some/420916#420916</link>
		<pubDate>Mon, 11 Aug 2008 19:41:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/420916-Brilliant-Code-Got-Some/420916#420916</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">turrican said:</div><div class="quoteText">
<p>Yepp..</p>
<p>But hm... unless you need to use IE6, perhaps it is time to ditch the TABLE. The road was very hard for me, but I am very happy that I did ditch the TABLE now, no more mess! =)</p>
</div></blockquote>Turrican,<br>
<br>
I don't do table-based layouts if that is what you're suggesting. I'm strictly div-based with a strict doctype exclusive. The table in this thread (now 2 years ago) was for representing tabular data.<br>
<br>
Jonathan<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/adafe3c20b4545a7bb009deb0180967b#adafe3c20b4545a7bb009deb0180967b</link>
		<pubDate>Mon, 11 Aug 2008 01:44:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/adafe3c20b4545a7bb009deb0180967b#adafe3c20b4545a7bb009deb0180967b</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - I can haz my liveid, plz?</title>
		<description><![CDATA[<p>Ceiling kitteh is sad, because when this account (jsampsonpc) was inaccessible, I had to use my liveid. Now that I have this account back, I can't use my liveid, because it's associated to (jonathan sampson) account.<br>
<br>
Can haz delete FROM users WHERE user_name = &quot;jonathansampson&quot; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/420727-I-can-haz-my-liveid-plz/420727#420727</link>
		<pubDate>Sun, 10 Aug 2008 21:11:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/420727-I-can-haz-my-liveid-plz/420727#420727</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Olympics, lol</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">brian.shapiro said:</div><div class="quoteText">London will have to do better in 2012, W3bbo<br>
</div></blockquote>...but the world ends in 2012...Did London take this into consideration when they decided to host the games? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/420415-Olympics-lol/8edcf183152c4f9aacef9deb013421d6#8edcf183152c4f9aacef9deb013421d6</link>
		<pubDate>Sun, 10 Aug 2008 21:08:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/420415-Olympics-lol/8edcf183152c4f9aacef9deb013421d6#8edcf183152c4f9aacef9deb013421d6</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>60</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - IE White-space rendering sucks...</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">stevo_ said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">ScottWFB said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>display: block usually works.. but if not, use floating.. its not just an IE thing either..</p>
</div></blockquote>I don't recall ever experiencing this issue with anything but IE.<br>
<br>
@ ScottWFB, no, I've found no solution. I haven't really noticed it lately though in IE7 - but that doesn't mean it won't creep up on me sometime in the future.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/676d25e81bfe4a38b5db9deb018095e6#676d25e81bfe4a38b5db9deb018095e6</link>
		<pubDate>Sun, 10 Aug 2008 21:02:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/208796-IE-White-space-rendering-sucks/676d25e81bfe4a38b5db9deb018095e6#676d25e81bfe4a38b5db9deb018095e6</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - New Robot Order on Earth</title>
		<description><![CDATA[<p>Link is wrong : <a href="http://antwrp.gsfc.nasa.gov/apod/ap080401.html">http://antwrp.gsfc.nasa.gov/apod/ap080401.html</a><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261989-New-Robot-Order-on-Earth/08e88f56e92c452e9cc59dfa00c33fe4#08e88f56e92c452e9cc59dfa00c33fe4</link>
		<pubDate>Tue, 01 Apr 2008 16:21:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261989-New-Robot-Order-on-Earth/08e88f56e92c452e9cc59dfa00c33fe4#08e88f56e92c452e9cc59dfa00c33fe4</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Something you learned in the last 3 months from Ch9?</title>
		<description><![CDATA[<p>I invoke THREAD.RESURRECTION();!<br>
<br>
It's been almost 2 years, and nobody has learned anything? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> Let me be the first to start.<br>
<br>
Last week, W3bbo helped me solve a problem relating to Storing Markup in Data-fields. He introduced me to Markdown, a great way to keep your content clean, and convert it to HTML upon displaying.<br>
<br>
Now my database is getting cleaner and cleaner, and I even have my wife working on converting the rest of it, as a testimony to how easy it is to format your data with markdown - even my non-coding wife can do it.<br>
<br>
Thanks W3bbo <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/205914-Something-you-learned-in-the-last-3-months-from-Ch9/4b3e1176a5864b4aa23e9deb017d0f94#4b3e1176a5864b4aa23e9deb017d0f94</link>
		<pubDate>Mon, 31 Mar 2008 18:56:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/205914-Something-you-learned-in-the-last-3-months-from-Ch9/4b3e1176a5864b4aa23e9deb017d0f94#4b3e1176a5864b4aa23e9deb017d0f94</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Storing text for online article database...</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">figuerres wrote:</div>
<div class="quoteBody">&#65279;Just read a bit about it and it sounds GREAT!<br /></div>
</blockquote>
<br /><br />It is, completely. I used the PHP version, and it's nothing morethan calling the Markdown($source) function. It's so easy to use too. I am actually hiring my wife (who knows next to nothing about HTML/CSS) to come in and reformat the article database for me
 while I continue coding.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/b216902f042a4c67b1ea9dfa00c2974f#b216902f042a4c67b1ea9dfa00c2974f</link>
		<pubDate>Mon, 31 Mar 2008 00:20:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/b216902f042a4c67b1ea9dfa00c2974f#b216902f042a4c67b1ea9dfa00c2974f</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Storing text for online article database...</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">ZippyV wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>jh71283 wrote:</strong>
<hr size="1">
<i>&#65279;&nbsp;What about compressing the html that you're storing?<br /><br />would that do the trick?<br /></i></td>
</tr>
</tbody>
</table>
</blockquote>
<br /><br />How would that solve his problem?</div>
</blockquote>
<br /><br />I'm not looking for compression so much as covenience. I want to get away from mixed-data, and stick with some a bit more pleasing to the eyes and expandable.<br /><br />Markdown is extremely great, and seems to solve all of my problems while keeping the text completely readable.<br /><br />Markdown &#43; Clean CSS, that is.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/841914985aff40faa84b9dfa00c295d7#841914985aff40faa84b9dfa00c295d7</link>
		<pubDate>Sun, 30 Mar 2008 23:52:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/841914985aff40faa84b9dfa00c295d7#841914985aff40faa84b9dfa00c295d7</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Subscribing to an RSS feed on the local network</title>
		<description><![CDATA[<p>Maybe you could trick IE with some clever host-file manipulation?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261922-Subscribing-to-an-RSS-feed-on-the-local-network/a9c23217580343a4a8dd9dfa00c2d669#a9c23217580343a4a8dd9dfa00c2d669</link>
		<pubDate>Sat, 29 Mar 2008 18:23:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261922-Subscribing-to-an-RSS-feed-on-the-local-network/a9c23217580343a4a8dd9dfa00c2d669#a9c23217580343a4a8dd9dfa00c2d669</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Storing text for online article database...</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">W3bbo wrote:</div>
<div class="quoteBody">&#65279;
<blockquote></blockquote>
<a href="http://aspnetresources.com/blog/markdown_announced.aspx">Markdown</a>.<br /></div>
</blockquote>
<br /><br />Oh looky-there...this is neat.<br /><br />Thanks W3bbo.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/b2241d00495940479d6b9dfa00c29496#b2241d00495940479d6b9dfa00c29496</link>
		<pubDate>Thu, 27 Mar 2008 21:24:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/b2241d00495940479d6b9dfa00c29496#b2241d00495940479d6b9dfa00c29496</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Storing text for online article database...</title>
		<description><![CDATA[<p>Strip out markup? I don't want to do that. I'm asking this: if it's wrong to have markup in your data-field, then how do you apply formatting for articles that need it.<br /><br />...or maybe it's not wrong at all to do basic HTML in the data-field, such as P, STRONG, U, EM, BLOCKQUOTE, etc... any input guys?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/531a8fc7853a4d329b0f9dfa00c2941a#531a8fc7853a4d329b0f9dfa00c2941a</link>
		<pubDate>Thu, 27 Mar 2008 21:17:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/531a8fc7853a4d329b0f9dfa00c2941a#531a8fc7853a4d329b0f9dfa00c2941a</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Where do you store single pieces of information?</title>
		<description><![CDATA[<p>In the past I've had to do some things like this for small client sites. I wanted to give them the ability to change &quot;the front page paragraph&quot;, &quot;the about us column&quot;, and &quot;our slogans on different pages.&quot;<br /><br />Of course I wouldn't learn of this until things were pretty much finished being developed, so I went with a simple two-column table:<br /><br />location<br />text<br /><br />Examples:<br /><br />frontPageParagraph | Hello World<br />aboutUsColumn | Hello World Again<br />totalMembers | 2878<br />websiteCreatedDate | 2008-01-01<br /><br />That way I could simply &quot;SELECT text FROM oneLiners WHERE location = 'frontPageParagraph'&quot;.<br /><br />Again, probably not very elegant, but it worked. Like a previous niner said too, any solution of this type won't give you history, so you could simply toss in an isActive field of type bool, and rather than updating the text field, just insert a new record
 and give it the exclusive isActive value of True.<br /><br />Then it's merely &quot;SELECT text FROM oneLiners WHERE (location = 'frontPageParagraph') AND (isActive = true)&quot;<br /><br />Take it with a grain of salt <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261873-Where-do-you-store-single-pieces-of-information/87db9c0bbf3a49ab97069dfa00c2864c#87db9c0bbf3a49ab97069dfa00c2864c</link>
		<pubDate>Thu, 27 Mar 2008 20:29:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261873-Where-do-you-store-single-pieces-of-information/87db9c0bbf3a49ab97069dfa00c2864c#87db9c0bbf3a49ab97069dfa00c2864c</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Storing text for online article database...</title>
		<description><![CDATA[<p>Hey Niners,<br /><br />I'm working on an article database right now, and have introduced a bit of frustration into my day when I decided to offer the web-article as on-the-fly PDF's too.<br /><br />The article were all stored in the database as HTML. It's ugly, trust me. So I'm deciding what I want to do with them. The HTML is all wrong also, so I do have to go through and do some clean up regardless.<br /><br />But I recall being told in the past that articles should never contain ANY markup or css, but if that is the case, how would you write
<sup>238</sup>Pa without using the SUP tag?<br /><br />Just curious how you guys would design an article database beyond simply making a field for the title, author and text <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/261890#261890</link>
		<pubDate>Thu, 27 Mar 2008 19:55:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261890-Storing-text-for-online-article-database/261890#261890</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;quot;Searching &#39;Samson&#39;......did you mean &#39;Sampson&#39;?&amp;quot;</title>
		<description><![CDATA[<p>I'm about to start writing a small search engine within my site and I'm wanting to get more into assisting the user in finding the results they want.<br /><br />I have considered soundex() operations, but heard that they aren't always reliable, since longer more complex soundex() results may be truncated.<br /><br />I've also looked into Levenshtein Distance, but again have problems. Seems like to get a search-engine to find suggestions based upon their levenshtein-distance from the original search-term, you need to have a list of terms waiting to be compared to everybody's
 search term, and that could be nasty on the server forcing a levenshtein equation 1,000&#43; times everytime somebody submits a search.<br /><br />Even if you do the tiresome lookups, you'll get dozens of alternatives for each word - how do you decide which to suggest? Seems almost like I need to store search terms, and the number of their returned results in the database, and do levenshtein-comparisons
 against those, and sort the close ones by their number of last returned results...make sense?<br /><br />So I humble myself and come before you all today <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /> anybody know how to do this in an efficient way?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261720-quotSearching-Samsondid-you-mean-Sampsonquot/261720#261720</link>
		<pubDate>Wed, 19 Mar 2008 14:49:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261720-quotSearching-Samsondid-you-mean-Sampsonquot/261720#261720</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - It&#39; Time to To clarify the situation Windows 7</title>
		<description><![CDATA[<p><blockquote><div class="quoteAuthor">AndyC wrote:</div><div class="quoteBody">&#65279; <blockquote><table class="quoteTable"><tbody><tr><td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td><td class="txt3"><strong>PaoloM wrote:</strong><hr size="1"><i>&#65279;<br>Blue pearl = Windows Vista<br>White pearl = Windows Live<br>Green pearl = Media Center</i></td></tr></tbody></table></blockquote><br><br>Black pearl = Pirates!<br><br><img src="/emoticons/emotion-4.gif" border="0"></div></blockquote><br><br><a href="http://www.youtube.com/watch?v=Ut09zkRoG0g">Black Velvet</a>!<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/260493-It-Time-to-To-clarify-the-situation-Windows-7/34fdce6327214943a1489e31009f5ed4#34fdce6327214943a1489e31009f5ed4</link>
		<pubDate>Thu, 24 Jan 2008 19:58:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/260493-It-Time-to-To-clarify-the-situation-Windows-7/34fdce6327214943a1489e31009f5ed4#34fdce6327214943a1489e31009f5ed4</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>65</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - It&#39; Time to To clarify the situation Windows 7</title>
		<description><![CDATA[<p><blockquote><div class="quoteAuthor">Charles wrote:</div><div class="quoteBody">&#65279; <blockquote><table class="quoteTable"><tbody><tr><td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td><td class="txt3"><strong>jsampsonPC wrote:</strong><hr size="1"><i>&#65279; <blockquote><table class="quoteTable"><tbody><tr><td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td><td class="txt3"><strong>Charles wrote:</strong><hr size="1"><i>&#65279;What is the obsession lately with Windows 7? How many of you actually run Vista? <br><br>C</i></td></tr></tbody></table></blockquote><br><br>I run Vista on three machines, and XP on one. I love Vista. My fascination with Windows 7 is, it's Windows 7...why else wouldn't I be fascinated with it? <img src="/emoticons/emotion-1.gif" border="0"><br><br>That's like asking doctors why they would be fascinated in the next generation of medical instruments and devices <img src="/emoticons/emotion-1.gif" border="0"> Or what your question simply rhetorical? <img src="/emoticons/emotion-4.gif" border="0"><br></i></td></tr></tbody></table></blockquote><br><br>Well, no. Obsession is not the same thing as being curious and genuinely very&nbsp;interested. Obsession implies that it's <em>all you think about</em>, you know, obsessively <img src="/emoticons/emotion-1.gif" border="0"></div></blockquote><br><br>Ah, I didn't now you were being literal with &quot;obsession&quot; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /> I'm not necessarily &quot;obsessed&quot;. But yeah, interested and curious <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif?v=c9' alt='Tongue Out' /> Besides, if it keeps people talking about UX, and ideas, then that is cool <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/260493-It-Time-to-To-clarify-the-situation-Windows-7/94287b4bf79947fb8bf19e31009f4f72#94287b4bf79947fb8bf19e31009f4f72</link>
		<pubDate>Wed, 23 Jan 2008 20:05:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/260493-It-Time-to-To-clarify-the-situation-Windows-7/94287b4bf79947fb8bf19e31009f4f72#94287b4bf79947fb8bf19e31009f4f72</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>65</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - It&#39; Time to To clarify the situation Windows 7</title>
		<description><![CDATA[<p><blockquote><div class="quoteAuthor">Charles wrote:</div><div class="quoteBody">&#65279;What is the obsession lately with Windows 7? How many of you actually run Vista? <br><br>C</div></blockquote><br><br>I run Vista on three machines, and XP on one. I love Vista. My fascination with Windows 7 is, it's Windows 7...why else wouldn't I be fascinated with it? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /><br><br>That's like asking doctors why they would be fascinated in the next generation of medical instruments and devices <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /> Or what your question simply rhetorical? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif?v=c9' alt='Tongue Out' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/260493-It-Time-to-To-clarify-the-situation-Windows-7/428483c509b044cc8d749e31009f4c9c#428483c509b044cc8d749e31009f4c9c</link>
		<pubDate>Wed, 23 Jan 2008 20:01:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/260493-It-Time-to-To-clarify-the-situation-Windows-7/428483c509b044cc8d749e31009f4c9c#428483c509b044cc8d749e31009f4c9c</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>65</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Bigfoot on Mars?</title>
		<description><![CDATA[<p>It wasn't as amazing as the zoomed-out view of the mountain-side just behind this figure (I couldn't resist <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif?v=c9' alt='Tongue Out' />):<br><br><br><img src="http://www.christiandudesonline.org/media/spirit_mars.jpg"> I guess the rednecks are already up there looking for Bigfoot, trying to get that reward!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/260495-Bigfoot-on-Mars/19c5871496274bc4b6f69e31009f6cef#19c5871496274bc4b6f69e31009f6cef</link>
		<pubDate>Wed, 23 Jan 2008 19:45:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/260495-Bigfoot-on-Mars/19c5871496274bc4b6f69e31009f6cef#19c5871496274bc4b6f69e31009f6cef</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - 3d on the brain..</title>
		<description><![CDATA[<p><blockquote><div class="quoteAuthor">Maddus Mattus wrote:</div><div class="quoteBody">&#65279; <blockquote><table class="quoteTable"><tbody><tr><td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td><td class="txt3"><strong>AndyC wrote:</strong><hr size="1"><i>&#65279; <blockquote><table class="quoteTable"><tbody><tr><td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td><td class="txt3"><strong>jamie wrote:</strong><hr size="1"><i>*note - a scroll wheel mouse is as mandatory as a monitor<br><br></i></td></tr></tbody></table></blockquote><br><br>Tablet PC's don't have a scroll wheel. Neither do most laptops come to think of it.</i></td></tr></tbody></table></blockquote><br><br>Most laptops have somesort of shock detector, maybe you can use it&nbsp;to read the tilt instead of using a mouse wheel?</div></blockquote><br><br>If it's a tablet PC, why not just use the Stylus? Drag right&nbsp; to scroll right, drag up and down to zoom in/out?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/260478-3d-on-the-brain/c7c38ce4c18b4c74b4379e31009eeaf3#c7c38ce4c18b4c74b4379e31009eeaf3</link>
		<pubDate>Wed, 23 Jan 2008 16:02:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/260478-3d-on-the-brain/c7c38ce4c18b4c74b4379e31009eeaf3#c7c38ce4c18b4c74b4379e31009eeaf3</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>13</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Scientology Website Hacked</title>
		<description><![CDATA[<p><blockquote><div class="quoteAuthor">ScanIAm wrote:</div><div class="quoteBody">&#65279;...I have to say that the most entertaining part of the whole thread was&nbsp;this little ditty:<br><br><blockquote><table class="quoteTable"><tbody><tr><td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td><td class="txt3"><strong>jsampsonPC wrote:</strong><hr size="1"><i>&#65279;<br>Ignore him, he's an idiot. When I calmly defended Christianity here in the Atheist Quotes Thread, he went on a tirade about Religion. When all is calm, he takes the iniative to start even more religious discussions - he's a moron.<br></i></td></tr></tbody></table></blockquote><br><br>Followed, quickly, by: <br><br><blockquote><table class="quoteTable"><tbody><tr><td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td><td class="txt3"><strong>jsampsonPC wrote:</strong><hr size="1"><i>&#65279;<br><b>Romans&nbsp;12:14,18</b> <br><i>Bless them which persecute you</i>: bless, and<i> curse not</i>. If it be possible, as much as lieth in you, <i>live peaceably with all men</i>.</i></td></tr></tbody></table></blockquote><br><br><br>Ah...I guess&nbsp;all is forgiven.<br><br>Conveniently hypocritical&nbsp;peace be unto you, broham.<br><br></div></blockquote><br><br>How is it hypocritical? Am I not entitled to my opinion? Where in my statements did I curse you? I offered my reasoning. I didn't just blast you out of nowhere. You're inconsistent, and childish. It's this type of response from you that further convinces me that you are indeed an idiot. I mean that in the sincerest way possible.<br><br><b>id·i·ot</b> /ˈɪdiət/ Pronunciation Key - Show Spelled Pronunciation[id-ee-uht]–noun<br>1.&nbsp;&nbsp;&nbsp; an utterly foolish or senseless person.<br>2.&nbsp;&nbsp;&nbsp; Psychology. a person of the lowest order in a former classification of mental retardation, having a mental age of less than three years old and an intelligence quotient under 25.<br><br><b>mo·ron</b> /ˈmɔrɒn, ˈmoʊr-/ Pronunciation Key - Show Spelled Pronunciation[mawr-on, mohr-] –noun<br>1.&nbsp;&nbsp;&nbsp; a person who is notably stupid or lacking in good judgment.<br>2.&nbsp;&nbsp;&nbsp; Psychology. a person of borderline intelligence in a former classification of mental retardation, having an intelligence quotient of 50 to 69.<br><br>As I said before<br><br><blockquote><div class="quoteAuthor">jsampsonpc wrote:</div><div class="quoteBody"><i><i>When I calmly defended Christianity here in the Atheist Quotes Thread, he went on a tirade about Religion. When all is calm, he takes the iniative to start even more religious discussions</i></i></div></blockquote><br><br>How is that cursing you?<br><br><br><br><b>curse</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /kɜrs/ Pronunciation Key - Show Spelled Pronunciation[kurs] Pronunciation Key - Show IPA Pronunciation noun, verb, cursed or curst, curs·ing.<br>–noun<br>1.&nbsp;&nbsp;&nbsp; the expression of a wish that misfortune, evil, doom, etc., befall a person, group, etc.<br>2.&nbsp;&nbsp;&nbsp; a formula or charm intended to cause such misfortune to another.<br>3.&nbsp;&nbsp;&nbsp; the act of reciting such a formula.<br>4.&nbsp;&nbsp;&nbsp; a profane oath; curse word.<br>5.&nbsp;&nbsp;&nbsp; an evil that has been invoked upon one.<br>6.&nbsp;&nbsp;&nbsp; the cause of evil, misfortune, or trouble.<br>7.&nbsp;&nbsp;&nbsp; something accursed.<br>8.&nbsp;&nbsp;&nbsp; Slang. the menstrual period; menstruation (usually prec. by the).<br>9.&nbsp;&nbsp;&nbsp; an ecclesiastical censure or anathema.<br>–verb (used with object)<br>10.&nbsp;&nbsp;&nbsp; to wish or invoke evil, calamity, injury, or destruction upon.<br>11.&nbsp;&nbsp;&nbsp; to swear at.<br>12.&nbsp;&nbsp;&nbsp; to blaspheme.<br>13.&nbsp;&nbsp;&nbsp; to afflict with great evil.<br>14.&nbsp;&nbsp;&nbsp; to excommunicate.<br>–verb (used without object)<br>15.&nbsp;&nbsp;&nbsp; to utter curses; swear profanely.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/260409-Scientology-Website-Hacked/2e2b35ec76a64469b6ae9e31009d27ed#2e2b35ec76a64469b6ae9e31009d27ed</link>
		<pubDate>Wed, 23 Jan 2008 05:28:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/260409-Scientology-Website-Hacked/2e2b35ec76a64469b6ae9e31009d27ed#2e2b35ec76a64469b6ae9e31009d27ed</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>42</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - It&#39;s All Relative</title>
		<description><![CDATA[<p><blockquote><div class="quoteAuthor">Soviut wrote:</div><div class="quoteBody">&#65279;Incest is relative.<br></div></blockquote><br><br>It's absolutely relative!<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/260455-Its-All-Relative/88ad7e7fe358411a99579e31009e2361#88ad7e7fe358411a99579e31009e2361</link>
		<pubDate>Tue, 22 Jan 2008 20:51:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/260455-Its-All-Relative/88ad7e7fe358411a99579e31009e2361#88ad7e7fe358411a99579e31009e2361</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>37</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - It&#39;s All Relative</title>
		<description><![CDATA[<p><blockquote><div class="quoteAuthor">evildictaitor wrote:</div><div class="quoteBody">&#65279; <blockquote><table class="quoteTable"><tbody><tr><td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td><td class="txt3"><strong>jsampsonPC wrote:</strong><hr size="1"><i>&#65279;<br>Who's to say there aren't mediums that we simply cannot detect yet with today's technology. We've been doing this cat and mouse thing for a while. Make an observation, it's crazy insane, can't figure it out, learn something new, it makes more sense, and some day it's just taken for granted. Or, we make an observation, try to understand it within the current knowledge-base of Science, and find out 10 years later that we were completely wrong.<br></i></td></tr></tbody></table></blockquote><br><br>...But this conversation is tetering ever so close to the divide of where even theoretical physists start rechecking their assumptions, so let's get back to the newtonian world.<br></div></blockquote><br><br>Aww, fine. It was gettin' good though <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/260455-Its-All-Relative/c5286b20ce4e4b19b8509e31009e2198#c5286b20ce4e4b19b8509e31009e2198</link>
		<pubDate>Tue, 22 Jan 2008 20:43:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/260455-Its-All-Relative/c5286b20ce4e4b19b8509e31009e2198#c5286b20ce4e4b19b8509e31009e2198</guid>
		<dc:creator>jsampsonPC</dc:creator>
		<slash:comments>37</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/jsampsonPC/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>