<?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>Frank's Musings&#187; Web Apps</title>
	<atom:link href="http://staff.washington.edu/fmf/category/web-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://staff.washington.edu/fmf</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2009 21:26:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS and jQuery animation</title>
		<link>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/</link>
		<comments>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 23:17:05 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=551</guid>
		<description><![CDATA[
Animation in web applications can do more than add pizazz to a page, it can give good visual cues to the user as to what is happening.
For example, consider an image carousel, where you have one largish image and smaller ones in the background.
Having images animate to get larger and move into place (in addition [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/07/15/css-and-jquery-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Cookies</title>
		<link>http://staff.washington.edu/fmf/2009/06/19/setting-cookies/</link>
		<comments>http://staff.washington.edu/fmf/2009/06/19/setting-cookies/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 00:39:47 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=190</guid>
		<description><![CDATA[A co-worker mentioned one day that he was having problems with setting multiple cookies in the same Set-Cookie HTTP header, but things were fine if they were set with separate headers. He noted that it was not consistent across browsers, and that the specs seem to indicate that you can set multiple cookies with a [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/06/19/setting-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3D CSS transformations</title>
		<link>http://staff.washington.edu/fmf/2009/03/25/iphone-3d-css-transformations/</link>
		<comments>http://staff.washington.edu/fmf/2009/03/25/iphone-3d-css-transformations/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:39:04 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=350</guid>
		<description><![CDATA[The current version of Mobile Safari on the iPhone and iPod touch allow you to do 3D transformations in CSS. This allows you to give objects perspective and rotation in 3D space, as well as the ability to use transitions and animations.
This example shows how to apply perspective, as well as applying rotation with a [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/03/25/iphone-3d-css-transformations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL, IP addresses, and ports</title>
		<link>http://staff.washington.edu/fmf/2009/03/03/ssl-ip-addresses-and-ports/</link>
		<comments>http://staff.washington.edu/fmf/2009/03/03/ssl-ip-addresses-and-ports/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 00:35:27 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=340</guid>
		<description><![CDATA[This follow-up to my post about SSL and IP addresses covers using SSL with multiple ports on the same IP address. We often use alternate port numbers to provide test versions of a host or application, since just changing the port number keeps the ServerName the same.
It&#8217;s very straightforward to set up Apache with an [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/03/03/ssl-ip-addresses-and-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grouping with fieldset</title>
		<link>http://staff.washington.edu/fmf/2009/02/06/grouping-with-fieldset/</link>
		<comments>http://staff.washington.edu/fmf/2009/02/06/grouping-with-fieldset/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 01:45:06 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=262</guid>
		<description><![CDATA[If you have a form that has items which should be grouped together, using &#60;fieldset&#62; is a good way to go. It&#8217;s essentially a &#60;div&#62; with a predefined border, but what makes it work well is the ability to label the box with a legend. If you want to change its look, however, you must [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/02/06/grouping-with-fieldset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pubcookie Application IDs</title>
		<link>http://staff.washington.edu/fmf/2009/01/27/pubcookie-application-ids/</link>
		<comments>http://staff.washington.edu/fmf/2009/01/27/pubcookie-application-ids/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 00:50:19 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=281</guid>
		<description><![CDATA[A question came up at the last Web Council Meeting about protecting a directory with Pubcookie. The page loaded, but CSS, Javascript, and images didn&#8217;t. This can almost always be fixed by using PubcookieAppID in your .htaccess file.
The way Pubcookie works is it it will send multiple cookies to your browser, one for each application. [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2009/01/27/pubcookie-application-ids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Web Application Gestures</title>
		<link>http://staff.washington.edu/fmf/2008/12/19/iphone-web-application-gestures/</link>
		<comments>http://staff.washington.edu/fmf/2008/12/19/iphone-web-application-gestures/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 01:18:28 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=231</guid>
		<description><![CDATA[Web applications for Mobile Safari (used on the iPhone and iPod touch) can take advantage of multiple touches and gestures. The simplest gestures to implement are scaling and rotating an object, since support for them is built-in.
Below is an example which allows you to use the pinch gesture to resize the box and rotating your [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/12/19/iphone-web-application-gestures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP and TLS &#8211; followup</title>
		<link>http://staff.washington.edu/fmf/2008/11/25/http-and-tls-followup/</link>
		<comments>http://staff.washington.edu/fmf/2008/11/25/http-and-tls-followup/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 22:38:06 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=192</guid>
		<description><![CDATA[A few weeks ago I wrote about each SSL certificate used on a web server needing to have its own IP address. I ran across a reference to RFC 2817, Upgrading to TLS Within HTTP/1.1. It describes a method to upgrade a connection to TLS (Transport Layer Security, the successor to SSL; I&#8217;ll use the [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/11/25/http-and-tls-followup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL and IP addresses</title>
		<link>http://staff.washington.edu/fmf/2008/11/05/ssl-and-ip-addresses/</link>
		<comments>http://staff.washington.edu/fmf/2008/11/05/ssl-and-ip-addresses/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 23:50:23 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=136</guid>
		<description><![CDATA[I&#8217;m often asked questions about using certificates with SSL-enabled web servers, mostly centered around hosting multiple sites on the same server. Many times my reply starts out as a series of questions to find out what the person is trying to do, who will be using the various servers, and how much the person is [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/11/05/ssl-and-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging inconsistent behavior</title>
		<link>http://staff.washington.edu/fmf/2008/10/31/debugging-inconsistent-behavior/</link>
		<comments>http://staff.washington.edu/fmf/2008/10/31/debugging-inconsistent-behavior/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 21:57:27 +0000</pubDate>
		<dc:creator>fmf</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/fmf/?p=133</guid>
		<description><![CDATA[My wife and a developer co-worker were working on a client Plone site the other day when they ran into an anomaly. Melody was checking whether search results showed an icon to indicate pages which should only be available to registered users (using custom code for the site which is different than what normally happens [...]]]></description>
		<wfw:commentRss>http://staff.washington.edu/fmf/2008/10/31/debugging-inconsistent-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
