<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>How to speedrun Dropbox’s Dropquest 2012</title>
   <description>Are you a Dropbox user? By completing this year’s Dropquest, you can get 1 GB of extra Dropbox storage space, for free. Here’s how to do that as fast as possible.</description>
   <link>http://mathiasbynens.be/notes/dropquest-2012</link>
   <comments>http://mathiasbynens.be/notes/dropquest-2012#comments</comments>
   <guid>http://mathiasbynens.be/notes/dropquest-2012</guid>
   <pubDate>Mon, 14 May 2012 16:21:29 +0200</pubDate>
  </item>
  <item>
   <title>Unquoted font family names in CSS</title>
   <description>Are the quotes in font-family: 'Comic Sans MS' required, or not? If you thought the answer was yes, you may want to read on.</description>
   <link>http://mathiasbynens.be/notes/unquoted-font-family</link>
   <comments>http://mathiasbynens.be/notes/unquoted-font-family#comments</comments>
   <guid>http://mathiasbynens.be/notes/unquoted-font-family</guid>
   <pubDate>Tue, 03 Apr 2012 17:38:34 +0200</pubDate>
  </item>
  <item>
   <title>Unquoted property names / object keys in JavaScript</title>
   <description>Fun fact: var foo = { H̹̙̦̮͉̩̗̗ͧ̇̏̊̾Eͨ͆͒̆ͮ̃͏̷̮̣̫̤̣Cͯ̂͐͏̨̛͔̦̟͈̻O̜͎͍͙͚̬̝̣̽ͮ͐͗̀ͤ̍̀͢M̴̡̲̭͍͇̼̟̯̦̉̒͠Ḛ̛̙̞̪̗ͥͤͩ̾͑̔͐ͅṮ̴̷̷̗̼͍̿̿̓̽͐H̙̙̔̄͜: 42 }; is valid JavaScript. It may not be immediately obvious, but the real surprise here is that the Cthulhu-esque property name is not surrounded by quotes. Intrigued by this, and having written about the similar topic of JavaScript identifiers before, I decided to look into valid property names in JavaScript. When do they need to be quoted? When can the quotes be omitted? And in which cases can dot notation be used instead of bracket notation to get or set a property based on its name?</description>
   <link>http://mathiasbynens.be/notes/javascript-properties</link>
   <comments>http://mathiasbynens.be/notes/javascript-properties#comments</comments>
   <guid>http://mathiasbynens.be/notes/javascript-properties</guid>
   <pubDate>Mon, 05 Mar 2012 21:17:54 +0100</pubDate>
  </item>
  <item>
   <title>Valid JavaScript variable names</title>
   <description>Did you know var π = Math.PI; is syntactically valid JavaScript? I thought this was pretty cool, so I decided to look into which Unicode glyphs are allowed in JavaScript variable names, or identifiers as the ECMAScript specification calls them.</description>
   <link>http://mathiasbynens.be/notes/javascript-identifiers</link>
   <comments>http://mathiasbynens.be/notes/javascript-identifiers#comments</comments>
   <guid>http://mathiasbynens.be/notes/javascript-identifiers</guid>
   <pubDate>Tue, 21 Feb 2012 15:19:15 +0100</pubDate>
  </item>
  <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>
 </channel>
</rss>
