<?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>Fred Yankowski &#187; technical</title>
	<atom:link href="http://fred.yankowski.com/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://fred.yankowski.com</link>
	<description>my personal blog</description>
	<lastBuildDate>Sun, 14 Mar 2010 15:41:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Calendar as information central</title>
		<link>http://fred.yankowski.com/2009/05/08/calendar-as-information-central/</link>
		<comments>http://fred.yankowski.com/2009/05/08/calendar-as-information-central/#comments</comments>
		<pubDate>Fri, 08 May 2009 18:22:02 +0000</pubDate>
		<dc:creator>fred</dc:creator>
				<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://fred.yankowski.com/?p=54</guid>
		<description><![CDATA[I think Scott Adams is right, &#8220;the biggest software revolution of the future is that the calendar will be the organizing filter for most of the information flowing into your life&#8221;.  Sharing calendars is still too hard, and when we solve that problem I expect it to be hugely useful.  I expected shared [...]]]></description>
			<content:encoded><![CDATA[<p>I think <a href="http://dilbert.com/blog/entry/calendar_as_filter/">Scott Adams</a> is right, &#8220;the biggest software revolution of the future is that the calendar will be the organizing filter for most of the information flowing into your life&#8221;.  Sharing calendars is still too hard, and when we solve that problem I expect it to be hugely useful.  I expected shared calendar technology to become mainstream years ago and it still hasn&#8217;t happened.  Just what is the roadblock?</p>
]]></content:encoded>
			<wfw:commentRss>http://fred.yankowski.com/2009/05/08/calendar-as-information-central/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>upgrading WordPress, or how to turn 30 minutes into several hours</title>
		<link>http://fred.yankowski.com/2008/07/27/upgrading-wordpress/</link>
		<comments>http://fred.yankowski.com/2008/07/27/upgrading-wordpress/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 03:04:09 +0000</pubDate>
		<dc:creator>fred</dc:creator>
				<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://fred.yankowski.com/?p=20</guid>
		<description><![CDATA[It took maybe 30 minutes to upgrade from WordPress 2.2 to 2.6, including time to revisit my notes on how I&#8217;ve done it before and to scan the official install/upgrade notes.  But then it took a couple of hours to figure out why categories were gone and how to fix it.  Long story [...]]]></description>
			<content:encoded><![CDATA[<p>It took maybe 30 minutes to upgrade from WordPress 2.2 to 2.6, including time to revisit my notes on how I&#8217;ve done it before and to scan the official install/upgrade notes.  But then it took a couple of hours to figure out why categories were gone and how to fix it.  Long story short, I had to manually build the wp_terms table rows based on the old wp_categories rows.  The SQL given in a forum note, <a href="http://wordpress.org/support/topic/191189">lost categories after 2.6 upgrade</a>, did the trick.  But what a waste of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://fred.yankowski.com/2008/07/27/upgrading-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selenium</title>
		<link>http://fred.yankowski.com/2006/05/05/selenium/</link>
		<comments>http://fred.yankowski.com/2006/05/05/selenium/#comments</comments>
		<pubDate>Sat, 06 May 2006 01:04:08 +0000</pubDate>
		<dc:creator>fred</dc:creator>
				<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://fred.yankowski.com/2006/05/05/selenium/</guid>
		<description><![CDATA[The Selenium software for testing web apps looks promising.  We&#8217;ve got a boatload of pages to get going in our PowerSchool deployment project and I&#8217;m hoping to use something like Selenium to automate some of the testing.
I experimented creating a test using the Selenium IDE plug-in with Firefox and ran into a glitch right [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.openqa.org/selenium/">Selenium</a> software for testing web apps looks promising.  We&#8217;ve got a boatload of pages to get going in our PowerSchool deployment project and I&#8217;m hoping to use something like Selenium to automate some of the testing.</p>
<p>I experimented creating a test using the <a href="http://www.openqa.org/selenium-ide/">Selenium IDE</a> plug-in with Firefox and ran into a glitch right away.  The page I&#8217;m testing does a redirect to force the connection into SSL/https.  The IDE tool captures the session OK but when I try to run the test from Selenium on the host it hangs at the point where the conversation switches to the SSL port.  I tried starting out in SSL but then it hangs when the ultimate page redirects back to a port 80 connection.  Rats.</p>
]]></content:encoded>
			<wfw:commentRss>http://fred.yankowski.com/2006/05/05/selenium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress blog</title>
		<link>http://fred.yankowski.com/2006/05/05/wordpress-blog/</link>
		<comments>http://fred.yankowski.com/2006/05/05/wordpress-blog/#comments</comments>
		<pubDate>Sat, 06 May 2006 00:11:48 +0000</pubDate>
		<dc:creator>fred</dc:creator>
				<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://www.ontosoft.com/~fred/wp_personal/?p=3</guid>
		<description><![CDATA[Seems like time to give blogging another shot.  (How did I ever get to be such a late adopter).
]]></description>
			<content:encoded><![CDATA[<p>Seems like time to give blogging another shot.  (How did I ever get to be such a late adopter).</p>
]]></content:encoded>
			<wfw:commentRss>http://fred.yankowski.com/2006/05/05/wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

