<?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>Elisabeth Robson</title>
	<atom:link href="http://elisabethrobson.com/?feed=rss2&#038;p=806" rel="self" type="application/rss+xml" />
	<link>http://elisabethrobson.com</link>
	<description>Writing, programming, enjoying life</description>
	<lastBuildDate>Thu, 07 Feb 2013 02:16:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>CSS3 Selectors</title>
		<link>http://elisabethrobson.com/?p=912</link>
		<comments>http://elisabethrobson.com/?p=912#comments</comments>
		<pubDate>Thu, 07 Feb 2013 02:16:09 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[selectors]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=912</guid>
		<description><![CDATA[CSS3 expands considerably on the selectors you can use to select elements in your page for styling. These selectors are described (along with the selectors previously supported in CSS2.1) in the Selectors Level 3 Module (http://www.w3.org/TR/selectors/). This document includes a nice summary of all the selectors in CSS in a table near the top of [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=912</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3</title>
		<link>http://elisabethrobson.com/?p=907</link>
		<comments>http://elisabethrobson.com/?p=907#comments</comments>
		<pubDate>Sun, 20 Jan 2013 05:46:00 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=907</guid>
		<description><![CDATA[One of the topics I get a lot of questions about is CSS3. In Head First HTML and CSS (2nd ed), we cover CSS basics, all of which you need to know to understand new features in CSS3 of course, and we do include some properties and features that are new in CSS3 (where they [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=907</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reader Question: Border for image on hover?</title>
		<link>http://elisabethrobson.com/?p=899</link>
		<comments>http://elisabethrobson.com/?p=899#comments</comments>
		<pubDate>Thu, 30 Aug 2012 22:51:23 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=899</guid>
		<description><![CDATA[Eric and I recently completed the second edition of Head First HTML and CSS. Along with a slew of small changes to bring the book up to date with the latest standards, we also removed the chapter on XHTML and added a new chapter on HTML5. It&#8217;s still quite mind boggling to see how much [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=899</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reader Question: passing functions as values?</title>
		<link>http://elisabethrobson.com/?p=894</link>
		<comments>http://elisabethrobson.com/?p=894#comments</comments>
		<pubDate>Thu, 05 Jul 2012 23:27:05 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=894</guid>
		<description><![CDATA[Another great question from a reader of Head First HTML5 Programming is about passing functions as values. This comes up when using the Geolocation API: the way you get your location is to call the built-in function getCurrentPosition() and pass in two arguments, both of which are functions. The reader asks: When you call getCurrentPosition(displayLocation, [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=894</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reader Question: What is an API?</title>
		<link>http://elisabethrobson.com/?p=891</link>
		<comments>http://elisabethrobson.com/?p=891#comments</comments>
		<pubDate>Thu, 05 Jul 2012 22:58:48 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=891</guid>
		<description><![CDATA[A couple of weeks ago, I got a great question from a reader of Head First HTML5 Programming: What is a API? Is it like a constructor function or is it just an object or something else? We use the term &#8220;API&#8221; frequently in Head First HTML5 Programming because the book is primarily about the [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=891</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10art10tech at The Project Room</title>
		<link>http://elisabethrobson.com/?p=888</link>
		<comments>http://elisabethrobson.com/?p=888#comments</comments>
		<pubDate>Thu, 05 Jul 2012 21:41:26 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=888</guid>
		<description><![CDATA[On June 27, I participated in an event at The Project Room in Seattle, WA, that brought together ten artists and ten technologists to discuss &#8220;solutions&#8221;. The event was run just like a speed-dating event, which meant each artist had 5 minutes at a table with a technologist, and a chaperone to make sure we [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=888</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with HTML5&#8242;s Web Sockets</title>
		<link>http://elisabethrobson.com/?p=886</link>
		<comments>http://elisabethrobson.com/?p=886#comments</comments>
		<pubDate>Thu, 16 Feb 2012 02:18:02 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[web sockets]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=886</guid>
		<description><![CDATA[Web Sockets is a new addition to HTML5 that allows you to create a persistent connection with a server for communication. With Ajax, because you&#8217;re using HTTP to communicate, the connection between your client and the server must be reestablished each time you want to get get or send data. This is fine if your [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=886</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: Building Hypermedia APIs with HTML5 and Node</title>
		<link>http://elisabethrobson.com/?p=884</link>
		<comments>http://elisabethrobson.com/?p=884#comments</comments>
		<pubDate>Mon, 30 Jan 2012 02:04:58 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[hypermedia]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=884</guid>
		<description><![CDATA[I picked up Building Hypermedia APIs with HTML5 and Node by Mike Amundsen hoping to learn more about HTML5, Node.js and how they are used to build web applications. Instead, the book primarily offers specific hypermedia solutions to the &#8220;type-marshaling&#8221; problem, that is, the problem of communicating between clients and servers. For instance, if the [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=884</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reader Question: Incrementing variables</title>
		<link>http://elisabethrobson.com/?p=879</link>
		<comments>http://elisabethrobson.com/?p=879#comments</comments>
		<pubDate>Thu, 19 Jan 2012 22:56:43 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Reader Question]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=879</guid>
		<description><![CDATA[I got a good reader question today about incrementing variables. This reader is completely new to programming and was getting confused about two common ways to increment variables: count = count + 1; a statement that often appears in a while loop, and i++; a statement that often appears in a for loop, like this: [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=879</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tell Congress: Don&#8217;t sensor the web!</title>
		<link>http://elisabethrobson.com/?p=878</link>
		<comments>http://elisabethrobson.com/?p=878#comments</comments>
		<pubDate>Wed, 18 Jan 2012 15:33:28 +0000</pubDate>
		<dc:creator>Elisabeth</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PIPA]]></category>
		<category><![CDATA[SOPA]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://elisabethrobson.com/?p=878</guid>
		<description><![CDATA[Today I, and others (Google, Wikipedia, O&#8217;Reilly Media, Ignite Show, Boing Boing, and more) are protesting the SOPA and PIPA bills making their way through congress. These bills will undermine the existing laws that have enabled the Web to thrive, creating millions of U.S. jobs. Here&#8217;s what you can do: Learn about SOPA and PIPA [...]]]></description>
		<wfw:commentRss>http://elisabethrobson.com/?feed=rss2&#038;p=878</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
