<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Geekin in the 7 cities</title>
	<link>http://brucestockwell.net/blog</link>
	<description>There are 10 types of people. Those who understand binary and those who do not.</description>
	<pubDate>Mon, 07 Apr 2008 02:45:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>OpenSearch Plugin</title>
		<link>http://brucestockwell.net/blog/2008/04/07/opensearch-plugin/</link>
		<comments>http://brucestockwell.net/blog/2008/04/07/opensearch-plugin/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 02:45:40 +0000</pubDate>
		<dc:creator>Bruce Stockwell</dc:creator>
		
		<category><![CDATA[Open standards]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[XML]]></category>

		<category><![CDATA[autodiscovery]]></category>

		<category><![CDATA[OpenSearch]]></category>

		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2008/04/07/opensearch-plugin/</guid>
		<description><![CDATA[I added OpenSearch to a customers intranet application a few weeks ago. It was so simple it&#8217;s almost embarrassing to blog a about it. Then, tonight, I found myself trying to remember what exactly I did to enable the OpenSearch plugins for IE7 and Firefox 2? It was so easy that it didn&#8217;t really sink [...]]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2008/04/07/opensearch-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Tid Bit</title>
		<link>http://brucestockwell.net/blog/2008/03/28/simple-tid-bit/</link>
		<comments>http://brucestockwell.net/blog/2008/03/28/simple-tid-bit/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 20:13:22 +0000</pubDate>
		<dc:creator>Bruce Stockwell</dc:creator>
		
		<category><![CDATA[Databases]]></category>

		<category><![CDATA[Microsoft Access]]></category>

		<category><![CDATA[Microsoft SQL Server]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[MS Access]]></category>

		<category><![CDATA[NULL]]></category>

		<category><![CDATA[SQL data types]]></category>

		<category><![CDATA[Sql Server]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2008/03/28/simple-tid-bit/</guid>
		<description><![CDATA[If you&#8217;re using Access as a front-end for a Sql Server database and you decide to use the Sql Server bit data type for say, a yes no field. Do remember to give your field definitions a default value first or you will run into problems on the Access side. Access will notify you that [...]]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2008/03/28/simple-tid-bit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Give me some FLAC</title>
		<link>http://brucestockwell.net/blog/2007/11/24/give-me-some-flac/</link>
		<comments>http://brucestockwell.net/blog/2007/11/24/give-me-some-flac/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 20:53:51 +0000</pubDate>
		<dc:creator>Bruce Stockwell</dc:creator>
		
		<category><![CDATA[Ogg]]></category>

		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2007/11/24/give-me-some-flac/</guid>
		<description><![CDATA[Idea #1: Hey I think I&#8217;ll convert my CD collection to MP3! That lasted until I discovered Ogg Vorbis. Idea #2: Hey I think I&#8217;ll convert my CD collection to Ogg Vorbis! That lasted until I discovered FLAC. So after a couple false starts, this is the plan (or Idea #3 if you like):

Rip my [...]]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2007/11/24/give-me-some-flac/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PODS</title>
		<link>http://brucestockwell.net/blog/2007/11/22/pods/</link>
		<comments>http://brucestockwell.net/blog/2007/11/22/pods/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 21:52:57 +0000</pubDate>
		<dc:creator>Bruce Stockwell</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2007/11/22/pods/</guid>
		<description><![CDATA[Plain Old Data Structures. A couple years ago, when I first tried my hand at C#, Every project I did used custom collection classes. It seems I was always implementing the ICollection Interface, dealing with enumeration as such. So much scaffolding just so that I could write foreach thing in things. My opinion is that [...]]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2007/11/22/pods/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Embedding Lua in C#</title>
		<link>http://brucestockwell.net/blog/2007/11/22/embedding-lua-in-c/</link>
		<comments>http://brucestockwell.net/blog/2007/11/22/embedding-lua-in-c/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 06:00:31 +0000</pubDate>
		<dc:creator>Bruce Stockwell</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[c#]]></category>

		<category><![CDATA[lua]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2007/11/22/embedding-lua-in-c/</guid>
		<description><![CDATA[About a year ago I played around with Lua. I had a good bit of fun but it never really took off for me. As is the case so many times, I pretty much forgot about Lua. I&#8217;ve got one of those attention spans that supports moving on quickly. Recently though, Lua came back into [...]]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2007/11/22/embedding-lua-in-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microformats XFN</title>
		<link>http://brucestockwell.net/blog/2007/06/21/microformats-xfn/</link>
		<comments>http://brucestockwell.net/blog/2007/06/21/microformats-xfn/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 03:43:54 +0000</pubDate>
		<dc:creator>Bruce Stockwell</dc:creator>
		
		<category><![CDATA[(x)html]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[microformats]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2007/06/21/microformats-xfn/</guid>
		<description><![CDATA[I&#8217;m getting into microformats in a big way. I guess you could say I drank the kool-aid. I&#8217;m going to start blogging a little bit about what I&#8217;ve learned. I will start with XFN. This idea was cooked up by Eric Meyer, Matt Mullenwegg and Tantek Celik. The premise was to describe the relationships that [...]]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2007/06/21/microformats-xfn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flickr badge vs XHTML 1.0</title>
		<link>http://brucestockwell.net/blog/2007/06/01/flickr-badge-vs-xhtml-10/</link>
		<comments>http://brucestockwell.net/blog/2007/06/01/flickr-badge-vs-xhtml-10/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 02:17:29 +0000</pubDate>
		<dc:creator>bruce</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[XML]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2007/06/01/flickr-badge-vs-xhtml-10/</guid>
		<description><![CDATA[My website has been XHTML 1.0 Transitional for a while now. I decided to take the next step in XHTML and start serving the mime type application/xhtml+xml to user agents that accept it and serve text/html to those agents that are slipping behind the times (read IE-7). First thing I did was include this PHP [...]]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2007/06/01/flickr-badge-vs-xhtml-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gmail and SMS</title>
		<link>http://brucestockwell.net/blog/2007/05/14/gmail-and-sms/</link>
		<comments>http://brucestockwell.net/blog/2007/05/14/gmail-and-sms/#comments</comments>
		<pubDate>Mon, 14 May 2007 17:44:12 +0000</pubDate>
		<dc:creator>bruce</dc:creator>
		
		<category><![CDATA[life hacker]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2007/05/14/gmail-and-sms/</guid>
		<description><![CDATA[I recently picked up two Samsung SCH-u740&#8217;s (buy on get one free). One I use and one is for my daughter. I also added text messaging to my Verizon account. The text messaging was for my daughter, but it turned out to good for me as well. Now I can filter messages from my Gmail [...]]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2007/05/14/gmail-and-sms/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Networking Map</title>
		<link>http://brucestockwell.net/blog/2007/05/13/social-networking-map/</link>
		<comments>http://brucestockwell.net/blog/2007/05/13/social-networking-map/#comments</comments>
		<pubDate>Sun, 13 May 2007 02:46:53 +0000</pubDate>
		<dc:creator>bruce</dc:creator>
		
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2007/05/13/social-networking-map/</guid>
		<description><![CDATA[Ok. If you&#8217;ve checked out my home page, you may have noticed the twitter stuff on the side. Yes I&#8217;m trying some more of this social networking. I&#8217;ve even strong armed some friends into joining me. What are friends for? So while doing some reading on social networking, I ran across this lovely tidbit.
]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2007/05/13/social-networking-map/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I watched &#8220;an inconvenient truth&#8221; tonight</title>
		<link>http://brucestockwell.net/blog/2007/05/09/i-watched-an-inconvenient-truth-tonight/</link>
		<comments>http://brucestockwell.net/blog/2007/05/09/i-watched-an-inconvenient-truth-tonight/#comments</comments>
		<pubDate>Wed, 09 May 2007 04:13:12 +0000</pubDate>
		<dc:creator>bruce</dc:creator>
		
		<category><![CDATA[Current Events]]></category>

		<guid isPermaLink="false">http://brucestockwell.net/blog/2007/05/09/i-watched-an-inconvenient-truth-tonight/</guid>
		<description><![CDATA[I watched an inconvenient truth tonight. I know, not exactly current events. Yet Al Gore&#8217;s message is not exactly current events. He&#8217;s been peddling his message for years now. So I watched the DVD and I learned a couple of things. I learned how voraciously past administrations have fought to down play global warming. I [...]]]></description>
		<wfw:commentRss>http://brucestockwell.net/blog/2007/05/09/i-watched-an-inconvenient-truth-tonight/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
