<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>Mathias Bynens</title>
  <description>The latest five items from the weblog of Mathias Bynens</description>
  <link>http://mathiasbynens.be/notes</link>
  <language>en</language>
  <generator>QMS</generator>
  <ttl>720</ttl>
  <atom:link rel="self" type="application/rss+xml" href="http://mathiasbynens.be/notes.rss" />
  <atom:link rel="alternate" type="application/atom+xml" href="http://mathiasbynens.be/notes.atom" />
  <atom:link rel="alternate" type="text/html" href="http://mathiasbynens.be/notes" />
  <item>
   <title>JavaScript’s internal character encoding: UCS-2 or UTF-16?</title>
   <description>Does JavaScript use UCS-2 or UTF-16 encoding? Since I couldn’t find a definitive answer to this question anywhere, I decided to look into it. The answer depends on what you’re referring to: the JavaScript engine, or JavaScript at the language level.</description>
   <link>http://mathiasbynens.be/notes/javascript-encoding</link>
   <comments>http://mathiasbynens.be/notes/javascript-encoding#comments</comments>
   <guid>http://mathiasbynens.be/notes/javascript-encoding</guid>
   <pubDate>Fri, 20 Jan 2012 22:18:54 +0100</pubDate>
  </item>
  <item>
   <title>JavaScript character escape sequences</title>
   <description>Having recently written about character references in HTML, I figured it would be interesting to look into JavaScript character escapes as well.</description>
   <link>http://mathiasbynens.be/notes/javascript-escapes</link>
   <comments>http://mathiasbynens.be/notes/javascript-escapes#comments</comments>
   <guid>http://mathiasbynens.be/notes/javascript-escapes</guid>
   <pubDate>Wed, 21 Dec 2011 15:24:30 +0100</pubDate>
  </item>
  <item>
   <title>The smallest possible valid (X)HTML documents</title>
   <description>I thought it would be fun to document the smallest possible valid HTML documents for each version, so here goes :)</description>
   <link>http://mathiasbynens.be/notes/minimal-html</link>
   <comments>http://mathiasbynens.be/notes/minimal-html#comments</comments>
   <guid>http://mathiasbynens.be/notes/minimal-html</guid>
   <pubDate>Thu, 15 Dec 2011 13:35:06 +0100</pubDate>
  </item>
  <item>
   <title>Ambiguous ampersands</title>
   <description>In this post, we’ll take a closer look at what happens if there’s an unencoded ampersand that’s not part of a character reference in your HTML code. Is it valid? Is it invalid? And what do “ambiguous ampersands” have to do with all this?</description>
   <link>http://mathiasbynens.be/notes/ambiguous-ampersands</link>
   <comments>http://mathiasbynens.be/notes/ambiguous-ampersands#comments</comments>
   <guid>http://mathiasbynens.be/notes/ambiguous-ampersands</guid>
   <pubDate>Wed, 23 Nov 2011 12:22:30 +0100</pubDate>
  </item>
  <item>
   <title>JavaScript `foo.prototype.bar` notation</title>
   <description>As a follow-up to the post documenting a few popular HTML element + attribute notations, here’s a similar one about JavaScript.</description>
   <link>http://mathiasbynens.be/notes/javascript-prototype-notation</link>
   <comments>http://mathiasbynens.be/notes/javascript-prototype-notation#comments</comments>
   <guid>http://mathiasbynens.be/notes/javascript-prototype-notation</guid>
   <pubDate>Fri, 12 Aug 2011 10:56:54 +0200</pubDate>
  </item>
 </channel>
</rss>
