<?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>TodaysMeet &#187; Status</title>
	<atom:link href="http://blog.todaysmeet.com/category/status/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.todaysmeet.com</link>
	<description></description>
	<lastBuildDate>Sun, 21 Feb 2010 01:28:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Service Status Updates</title>
		<link>http://blog.todaysmeet.com/service-status-updates-29/</link>
		<comments>http://blog.todaysmeet.com/service-status-updates-29/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:03:47 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Bugfixes]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://blog.todaysmeet.com/?p=29</guid>
		<description><![CDATA[Those of you following TodaysMeet on Twitter may have seen a few tweets today about a styling but in Internet Explorer 8. This seems like as good a time as any to bring a new tool to your attention: Today&#8217;s Meet Service Status. This very simple site contains short status updates, and has an RSS [...]]]></description>
			<content:encoded><![CDATA[<p>Those of you following <a href="http://twitter.com/todaysmeet">TodaysMeet</a> on Twitter may have seen a few tweets today about a styling but in Internet Explorer 8. This seems like as good a time as any to bring a new tool to your attention: <a href="http://status.todaysmeet.com/">Today&#8217;s Meet Service Status</a>.</p>
<p>This very simple site contains short status updates, and has an <abbr title="Really Simple Syndication">RSS</abbr> feed, should you need it.</p>
<p>I&#8217;ll be using this to post updates on the <a href="http://todaysmeet.com/">Today&#8217;s Meet</a> service when I&#8217;m either in a place where I can&#8217;t write a full blog post, or when I&#8217;d rather concentrate on fixing the issue and explain it later. It will be the first, best place to look during outages, both planned and unplanned. Both the status feed and this blog now run on a server separate from Today&#8217;s Meet itself,</p>
<p>Eventually, I may configure the status updates to cross post to Twitter, but for now you&#8217;ll just have to subscribe to the <a href="http://status.todaysmeet.com/feed">feed</a>.</p>
<p>For those of you interested in the details of the bug, follow me below the break.<span id="more-29"></span></p>
<p>The problem is demonstrated in the image below. The top part of the picture is how things looked in Internet Explorer 8 on Windows Vista (and presumably on XP, as well) the bottom part is how it <em>should</em> look:</p>
<div id="attachment_30" class="wp-caption aligncenter" style="width: 324px"><img class="size-full wp-image-30" title="IE8 Style Bug" src="http://blog.todaysmeet.com/wp-content/uploads/2009/08/todaysmeet-ie8-but.gif" alt="An example of the style bug in IE8." width="314" height="300" /><p class="wp-caption-text">An example of the style bug in IE8.</p></div>
<p>I&#8217;ve recreated the bug here in <a href="http://mozilla.com/">Firefox</a> with <a href="http://getfirebug.com/">Firebug</a>, so you&#8217;re not really looking at an IE8 screen shot, but it&#8217;s basically accurate.</p>
<p>The issue appears to be caused by a bug in either IE8 itself or in the <a href="http://prototypejs.org/">Prototype</a> JavaScript library (I&#8217;m running version 1.6.0.2 on the live server). The HTML elements that are added when new posts are received are either being created with no <code>class</code> attribute, having it stripped off, or it&#8217;s just not being read, so no styles are applied to them. Styles are important, obviously.</p>
<p>The workaround in place is a second style sheet, just for IE8, added with a <a href="http://www.quirksmode.org/css/condcom.html">conditional comment</a>. Fortunately, IE8 adds support for the <a href="http://www.w3.org/TR/CSS21/selector.html#first-child"><code>:first-child</code> selector</a>, which allows me to apply the same styles in a slightly less-than-ideal way.</p>
<p>At some point in the future, I plan on migrating to <a href="http://jquery.com/">jQuery</a>, which will hopefully remove the need for this little hack. I&#8217;ll try to post more details on that when I have a definite road map.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.todaysmeet.com/service-status-updates-29/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Unscheduled Downtime</title>
		<link>http://blog.todaysmeet.com/unscheduled-downtime-25/</link>
		<comments>http://blog.todaysmeet.com/unscheduled-downtime-25/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:24:29 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Status]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[downtime]]></category>

		<guid isPermaLink="false">http://blog.todaysmeet.com/?p=25</guid>
		<description><![CDATA[There was some unscheduled downtime last night and this morning. The technical story is a corrupt database table. The human story is that people were unable to use Today&#8217;s Meet for several hours, because it, unfortunately, happened while I was asleep. I want to apologize to anyone who was affected by this. While I can [...]]]></description>
			<content:encoded><![CDATA[<p>There was some unscheduled downtime last night and this morning. The technical story is a corrupt database table. The human story is that people were unable to use Today&#8217;s Meet for several hours, because it, unfortunately, happened while I was asleep.</p>
<p>I want to apologize to anyone who was affected by this. While I can never guarantee 100% uptime, it&#8217;s still my job to provide as stable and reliable a platform as I can, and when that fails, I take it personally. I&#8217;m sorry.</p>
<p>If your room is missing any data, please let me know as soon as possible, through <a href="mailto:james@todaysmeet.com">email</a> or <a href="http://twitter.com/home?status=@todaysmeet%20I%27m%20missing%20data%20from%20room">Twitter</a>. My rolling backups go for a few days, but sooner is better.</p>
<p>The timing is lousy, because I&#8217;m starting a cross country move tomorrow, but when I land (probably about three weeks) there are some new monitoring methods I want to integrate, to catch, report and try to fix, more obscure cases like this automatically. Third party uptime monitoring only notices the most egregious errors, like whole-server crashes. Even local monitoring with tools like <a href="http://mmonit.com/monit/">monit</a> wasn&#8217;t fine-grained enough to catch this. That means it&#8217;s time to look at custom solutions.</p>
<p>But, as I said, I&#8217;m moving, so it will be a little while. I will make sure everything stays up and running. These problems have been pretty rare. Hopefully nothing happens while I&#8217;m driving through Nebraska!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.todaysmeet.com/unscheduled-downtime-25/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
