<?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>Brad Westness.com &#187; Programming</title>
	<atom:link href="http://www.bradwestness.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradwestness.com</link>
	<description>A living portfolio, personal website and blog</description>
	<lastBuildDate>Fri, 16 Jul 2010 19:45:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<cloud domain='www.bradwestness.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>MSSQL Administrator</title>
		<link>http://www.bradwestness.com/2010/07/mssql-administrator/</link>
		<comments>http://www.bradwestness.com/2010/07/mssql-administrator/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 19:40:56 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bradwestness.com/2010/07/mssql-administrator/</guid>
		<description><![CDATA[I’ve been working on an MSSQL based PHP application the last couple weeks, and I didn’t really have a good way to see what data was actually in the tables, or indeed what columns and datatypes the tables were made up of. I was essentially given the database connection info and told to “get to [...]]]></description>
		<wfw:commentRss>http://www.bradwestness.com/2010/07/mssql-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Child Element Heights with jQuery simplyScroll</title>
		<link>http://www.bradwestness.com/2010/06/dynamic-child-element-heights-with-jquery-simplyscroll/</link>
		<comments>http://www.bradwestness.com/2010/06/dynamic-child-element-heights-with-jquery-simplyscroll/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 17:43:45 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bradwestness.com/2010/06/dynamic-child-element-heights-with-jquery-simplyscroll/</guid>
		<description><![CDATA[simplyScroll is a compact little jQuery plugin that auto-scrolls child elements of a container div that you call it on with jQuery. So, for example if you have the following unordered list: &#60;ul id=&#34;list&#34;&#62; &#60;li&#62;Item 1&#60;/li&#62; &#60;li&#62;Item 2&#60;/li&#62; &#60;li&#62;Item 3&#60;/li&#62; &#60;/ul&#62; Then you can call simplyScroll on the list as follows: $(document.ready(function(){ $(&#34;#list&#34;).simplyScroll({ autoMode: 'loop' [...]]]></description>
		<wfw:commentRss>http://www.bradwestness.com/2010/06/dynamic-child-element-heights-with-jquery-simplyscroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Into the Social Sphere</title>
		<link>http://www.bradwestness.com/2010/04/into-the-social-sphere/</link>
		<comments>http://www.bradwestness.com/2010/04/into-the-social-sphere/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 18:27:06 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bradwestness.com/2010/04/into-the-social-sphere/</guid>
		<description><![CDATA[Back in the early to mid nineties, businesses all wanted to “get online” to establish their web presence on the (then) newly popular “information super-highway.” Having a website was promised to bring them untold riches and an exponential increase in customers. Even brick-and-mortar local businesses that didn’t offer any services not available on site joined [...]]]></description>
		<wfw:commentRss>http://www.bradwestness.com/2010/04/into-the-social-sphere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joel Spolsky Is Not Magic</title>
		<link>http://www.bradwestness.com/2010/04/joel-spolsky-is-not-magic/</link>
		<comments>http://www.bradwestness.com/2010/04/joel-spolsky-is-not-magic/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:37:21 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bradwestness.com/2010/04/joel-spolsky-is-not-magic/</guid>
		<description><![CDATA[Joel Spolsky is treated with reverence by the programming community. It seems like every blog post, comment, interview, Tumble, etc. that has his name associated with it ends up on Hacker News or Reddit. Certainly he has a profound impact on the programming community and many, many people take his words as gospel. I’ve been [...]]]></description>
		<wfw:commentRss>http://www.bradwestness.com/2010/04/joel-spolsky-is-not-magic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Writing an AJAX Google Search Appliance Connector &#8211; Part 1: PHP</title>
		<link>http://www.bradwestness.com/2010/04/writing-an-ajax-google-search-appliance-connector-part-1-php/</link>
		<comments>http://www.bradwestness.com/2010/04/writing-an-ajax-google-search-appliance-connector-part-1-php/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 19:47:09 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bradwestness.com/2010/04/writing-an-ajax-google-search-appliance-connector-part-1-php/</guid>
		<description><![CDATA[I started working a summer internship position with the University of Wisconsin-Whitewater in mid March. The university just purchased a Google Search Appliance and my job is the rollout of the appliance. Right now the university’s search is running on a Google Mini, which is quickly being outgrown. So, we’re developing a web service to [...]]]></description>
		<wfw:commentRss>http://www.bradwestness.com/2010/04/writing-an-ajax-google-search-appliance-connector-part-1-php/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
