<?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>seanys.com &#187; Programming</title>
	<atom:link href="http://seanys.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanys.com</link>
	<description>Just another bunch of stuff pouring out of some guy's head</description>
	<lastBuildDate>Wed, 17 Aug 2011 06:39:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Word 2007, where&#8217;s the Organizer?</title>
		<link>http://seanys.com/2008/05/09/word-2007-wheres-the-organizer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=word-2007-wheres-the-organizer</link>
		<comments>http://seanys.com/2008/05/09/word-2007-wheres-the-organizer/#comments</comments>
		<pubDate>Fri, 09 May 2008 02:58:30 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Whinging]]></category>

		<guid isPermaLink="false">http://seanys.com/?p=62</guid>
		<description><![CDATA[I occasionally develop macros in Word and having recently switched to Office 2007 (and a new computer) I initially found myself unable to move macros across from my old machine. Here&#8217;s how. The first trick is to turn on the Developer tab. Open the Microsoft Office menu (the round button in the top left corner [...]]]></description>
		<wfw:commentRss>http://seanys.com/2008/05/09/word-2007-wheres-the-organizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve lost my Twittin&#8217; mind</title>
		<link>http://seanys.com/2008/05/06/ive-lost-my-twittin-mind/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ive-lost-my-twittin-mind</link>
		<comments>http://seanys.com/2008/05/06/ive-lost-my-twittin-mind/#comments</comments>
		<pubDate>Tue, 06 May 2008 14:58:36 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://seanys.com/?p=61</guid>
		<description><![CDATA[You may notice some fairly erratic behaviour from my Twitter sidebar at the moment. It&#8217;s because I&#8217;m in the process of developing my Twitter Widget further. I&#8217;m trying to add the 2 missing Twitter badges to it. This&#8217;ll mean some reworking of the configuration GUI and I fear it may be beyond the ability of [...]]]></description>
		<wfw:commentRss>http://seanys.com/2008/05/06/ive-lost-my-twittin-mind/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Twitter widget</title>
		<link>http://seanys.com/2007/10/12/twitter-wordpress-widget/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twitter-wordpress-widget</link>
		<comments>http://seanys.com/2007/10/12/twitter-wordpress-widget/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 14:44:29 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://seanys.com/2007/10/12/twitter-wordpress-widget/</guid>
		<description><![CDATA[I&#8217;ve been wanting to dip my foot into WordPress widgets for while so when I noticed Twitter didn&#8217;t have a WordPress widget I decided to write one. Of course, I&#8217;m not the first. The widget makes use of Twitter&#8217;s Javascript &#8216;badge&#8217;. It&#8217;s not sophisticated and there&#8217;s only 3 configuration options: Twitter account name, widget title [...]]]></description>
		<wfw:commentRss>http://seanys.com/2007/10/12/twitter-wordpress-widget/feed/</wfw:commentRss>
		<slash:comments>173</slash:comments>
		</item>
		<item>
		<title>Using the Flash &#8216;Nested Ojects&#8217; method in ASP pages</title>
		<link>http://seanys.com/2007/09/10/asp-flash-nested-objects/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asp-flash-nested-objects</link>
		<comments>http://seanys.com/2007/09/10/asp-flash-nested-objects/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 13:06:30 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://seanys.com/2007/09/10/asp-flash-nested-objects/</guid>
		<description><![CDATA[Occasionally I want to use Flash on a web page. Tragic, but true. I&#8217;ve been looking for an accessible, valid method for doing this. There are few candidates. I settled on the &#8216;Nested Objects&#8217; method. It seemed quick, painless and didn&#8217;t require javascript. But there was a hitch&#8230; Active Server Pages error 'ASP 0139' Nested [...]]]></description>
		<wfw:commentRss>http://seanys.com/2007/09/10/asp-flash-nested-objects/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Switching views in VS2005</title>
		<link>http://seanys.com/2006/11/30/switching-views-in-vs2005/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=switching-views-in-vs2005</link>
		<comments>http://seanys.com/2006/11/30/switching-views-in-vs2005/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 02:37:32 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://seanys.com/2006/11/30/switching-views-in-vs2005/</guid>
		<description><![CDATA[I use DreamWeaver. A lot. I also write ASP but have realised that it&#8217;s probably time to move to ASP.NET now that 2.0 is claiming to make a lot of things easier. In making this move, I&#8217;m having to come to terms with the Visual Studio 2005 IDE. It&#8217;s formidable. The more I can get [...]]]></description>
		<wfw:commentRss>http://seanys.com/2006/11/30/switching-views-in-vs2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t be RSS&#8217;ed</title>
		<link>http://seanys.com/2005/08/02/cant-be-rss-ed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cant-be-rss-ed</link>
		<comments>http://seanys.com/2005/08/02/cant-be-rss-ed/#comments</comments>
		<pubDate>Tue, 02 Aug 2005 09:09:47 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://hd24637.bpm.ecu.edu.au/blog/?p=11</guid>
		<description><![CDATA[For ages I&#8217;ve had a page open in my browser and today I actually used it. The idea of doing something with RSS on our site has been hassling me for a while now and I must&#8217;ve been looking for code to implement (read: copy and paste) it on our site. So a co-worker asks [...]]]></description>
		<wfw:commentRss>http://seanys.com/2005/08/02/cant-be-rss-ed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nuke &#8216;Em!</title>
		<link>http://seanys.com/2005/08/01/nuke-em/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nuke-em</link>
		<comments>http://seanys.com/2005/08/01/nuke-em/#comments</comments>
		<pubDate>Mon, 01 Aug 2005 04:22:47 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://hd24637.bpm.ecu.edu.au/blog/?p=9</guid>
		<description><![CDATA[Fixed my first bug last Thursday. Didn&#8217;t write about it then because I couldn&#8217;t be buggered (no pun intended). Seems DNN3&#8242;s skin and container preview thumbnails weren&#8217;t displaying in its admin interface. Unbelievably the &#60;img src= URL had back slashes in it. On my W2K -> W2K3 server URLScan was blocking this. Here&#8217;s the fix: [...]]]></description>
		<wfw:commentRss>http://seanys.com/2005/08/01/nuke-em/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

