<?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>Ramblings &#187; web</title>
	<atom:link href="http://matthewkwilliams.com/index.php/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewkwilliams.com</link>
	<description>Musings of Matt Williams</description>
	<lastBuildDate>Thu, 04 Nov 2010 18:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Javascript with CSS Sprites Animation</title>
		<link>http://matthewkwilliams.com/index.php/2009/02/11/javascript-with-css-sprites-animation/</link>
		<comments>http://matthewkwilliams.com/index.php/2009/02/11/javascript-with-css-sprites-animation/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 20:06:25 +0000</pubDate>
		<dc:creator>Matt Williams</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[sprites]]></category>

		<guid isPermaLink="false">http://matthewkwilliams.com/?p=203</guid>
		<description><![CDATA[One of the issues with gif animations is being able to stop and start them at will.  This post examines a method of using javascript to control CSS Background Sprites for Animation.]]></description>
		<wfw:commentRss>http://matthewkwilliams.com/index.php/2009/02/11/javascript-with-css-sprites-animation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web Based Portable mysql tool suite</title>
		<link>http://matthewkwilliams.com/index.php/2009/02/05/web-based-portable-mysql-tool-suite/</link>
		<comments>http://matthewkwilliams.com/index.php/2009/02/05/web-based-portable-mysql-tool-suite/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 22:23:30 +0000</pubDate>
		<dc:creator>Matt Williams</dc:creator>
				<category><![CDATA[glassfish]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://matthewkwilliams.com/index.php/2009/02/05/web-based-portable-mysql-tool-suite/</guid>
		<description><![CDATA[Are you limited in what software you can use at work?&#160; This article details how to have a web based tool suite for mysql.&#160; It currently has the following tools: AjaxMyTop &#8212; a php implementation of mytop (think top for mysql) which runs in a browser. rbdb &#8212; a phpmyadmin work-alike in progress.&#160; It&#8217;s the [...]]]></description>
		<wfw:commentRss>http://matthewkwilliams.com/index.php/2009/02/05/web-based-portable-mysql-tool-suite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;A&#8221; stands for Asynchronous</title>
		<link>http://matthewkwilliams.com/index.php/2008/12/02/the-a-stands-for-asynchronous/</link>
		<comments>http://matthewkwilliams.com/index.php/2008/12/02/the-a-stands-for-asynchronous/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 19:37:45 +0000</pubDate>
		<dc:creator>Matt Williams</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://matthewkwilliams.com/index.php/2008/12/02/the-a-stands-for-asynchronous/</guid>
		<description><![CDATA[So, I have a piece of code which goes out and updates a list.&#160; I&#8217;m using Ajax.Updater from Prototype.js, to get data back from the server. In my javascript, however, I&#8217;m immediately after kicking off the Ajax.Updater, doing processing based on the results from the update. And they&#8217;re out of sync, of course. It just [...]]]></description>
		<wfw:commentRss>http://matthewkwilliams.com/index.php/2008/12/02/the-a-stands-for-asynchronous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8220;width&#8221; gotcha</title>
		<link>http://matthewkwilliams.com/index.php/2008/08/28/css-width-gotcha/</link>
		<comments>http://matthewkwilliams.com/index.php/2008/08/28/css-width-gotcha/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 21:56:46 +0000</pubDate>
		<dc:creator>Matt Williams</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[gotchas]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://matthewkwilliams.com/?p=109</guid>
		<description><![CDATA[I found out something interesting today.  Per the W3C, the total &#8220;width&#8221; that a block element uses is: If &#8216;left&#8217; or &#8216;right&#8217; are given as &#8216;auto&#8217;, their computed value is 0. The following constraints must hold between the other properties: &#8216;margin-left&#8217; + &#8216;border-left-width&#8217; + &#8216;padding-left&#8217; + &#8216;width&#8217; + &#8216;padding-right&#8217; + &#8216;border-right-width&#8217; + &#8216;margin-right&#8217; = width [...]]]></description>
		<wfw:commentRss>http://matthewkwilliams.com/index.php/2008/08/28/css-width-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drag-n-drop</title>
		<link>http://matthewkwilliams.com/index.php/2008/08/13/drag-n-drop/</link>
		<comments>http://matthewkwilliams.com/index.php/2008/08/13/drag-n-drop/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 16:28:23 +0000</pubDate>
		<dc:creator>Matt Williams</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[scriptaculous]]></category>

		<guid isPermaLink="false">http://matthewkwilliams.com/?p=41</guid>
		<description><![CDATA[Despite reports to the contrary, scriptaculous sortables do not work inside a table, nor a tbody. (as of rails 2.1)]]></description>
		<wfw:commentRss>http://matthewkwilliams.com/index.php/2008/08/13/drag-n-drop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

