<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:planet="http://planet.intertwingly.net/" xmlns:indexing="urn:atom-extension:indexing" indexing:index="no"><access:restriction xmlns:access="http://www.bloglines.com/about/specs/fac-1.0" relationship="deny"/>
  <title>Planet Oxford Geeks</title>
  <updated>2010-07-31T12:42:34Z</updated>
  <generator uri="http://intertwingly.net/code/venus/">Venus</generator>
  <author>
    <name>Simon Willison</name>
    <email>simon+planetoxfordgeeks@simonwillison.net</email>
  </author>
  <id>http://planet.oxfordgeeks.net/atom.xml</id>
  <link href="http://planet.oxfordgeeks.net/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://planet.oxfordgeeks.net/" rel="alternate"/>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/244 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-30" rel="alternate" type="text/html"/>
    <title>Today: 30 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I was vegetarian all day, even at the BBQ.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-30T22:22:10Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/243 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-29" rel="alternate" type="text/html"/>
    <title>Today: 29 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I attended an Acquia webinar on Drupal 7. It was my first webinar. I almost got tricked into actually raising my hand instead of clicking the 'raise hand' button when asked to raise my hand.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-29T20:47:02Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/29/hookbox/</id>
    <link href="http://simonwillison.net/2010/Jul/29/hookbox/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">Hookbox</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://hookbox.org/">Hookbox</a> (<a href="http://cometdaily.com/2010/07/26/a-fast-introduction-to-hookbox/" title="Comet Daily">via</a>). For most web projects, I believe implementing any real-time comet features on a separate stack from the rest of the application makes sense—keep using Rails, Django or PHP for the bulk of the application logic, and offload any WebSocket or Comet requests to a separate stack built on top of something like Node.js, Twisted, EventMachine or Jetty. Hookbox is the best example of that philosophy I’ve yet seen—it’s a Comet server that makes WebHook requests back to your regular application stack to check if a user has permission to publish or subscribe to a given channel. “The key insight is that all application development with hookbox happens either in JavaScript or in the native language of the web application itself”.</p>
</div></div>
    </summary>
    <updated>2010-07-29T09:48:13Z</updated>
    <category term="comet"/>
    <category term="django"/>
    <category term="hookbox"/>
    <category term="javascript"/>
    <category term="michaelcarter"/>
    <category term="php"/>
    <category term="rails"/>
    <category term="webhooks"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/29/cantojs/</id>
    <link href="http://simonwillison.net/2010/Jul/29/cantojs/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">canto.js: An Improved HTML5 Canvas API</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://www.davidflanagan.com/2010/07/cantojs-an-impr.html">canto.js: An Improved HTML5 Canvas API</a> (<a href="http://ajaxian.com/archives/canto-js-an-improved-canvas-api" title="Ajaxian">via</a>). Improved is an understatement: canto adds jQuery-style method chaining, the ability to multiple coordinates to e.g. lineTo at once, relative coordinate methods (regular Canvas does everything in terms of absolute coordinates), the ability to use degrees instead of radians, a rounded corner shortcut, a more convenient .revert() method and a simple parser that can understand SVG path expressions! The only catch: it uses getters and setters so won’t work in IE.</p>
</div></div>
    </summary>
    <updated>2010-07-29T09:39:43Z</updated>
    <category term="canto"/>
    <category term="canvas"/>
    <category term="davidflanagan"/>
    <category term="html5"/>
    <category term="javascript"/>
    <category term="svg"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/28/nodejitsus/</id>
    <link href="http://simonwillison.net/2010/Jul/28/nodejitsus/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">nodejitsu's node-http-proxy</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://github.com/nodejitsu/node-http-proxy">nodejitsu’s node-http-proxy</a> (<a href="http://thechangelog.com/post/872114581/node-http-proxy-reverse-proxy-for-node-js" title="The Changelog">via</a>). Exactly what I’ve been waiting for—a robust  HTTP proxy library for Node that makes it trivial to proxy requests to a backend with custom proxy behaviour added in JavaScript. The example app adds an artificial delay to every request to simulate a slow connection, but other exciting potential use cases could include rate limiting, API key restriction, logging, load balancing, lint testing and more besides.</p>
</div></div>
    </summary>
    <updated>2010-07-28T23:34:50Z</updated>
    <category term="http"/>
    <category term="javascript"/>
    <category term="node"/>
    <category term="nodejs"/>
    <category term="proxy"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/242 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-28" rel="alternate" type="text/html"/>
    <title>Today: 28 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I stayed at home and ate 2 persons' share of dinner because I forgot how to cook for one.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-28T20:35:19Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/241 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-27" rel="alternate" type="text/html"/>
    <title>Today: 27 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I cycled to Suzy's for Carcassonne despite the pouring rain, and I didn't get drenched in the end after all.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-27T21:53:02Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/240 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-26" rel="alternate" type="text/html"/>
    <title>Today: 26 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I got back to Oxford from Plymouth and napped all afternoon from train fatigue.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-26T22:29:22Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/239 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-25" rel="alternate" type="text/html"/>
    <title>Today: 25 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I explored Plymouth with Peter, and decided it's just like Singapore.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-25T22:15:43Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/238 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-24" rel="alternate" type="text/html"/>
    <title>Today: 24 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I travelled to Plymouth to see Peter.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-24T19:13:23Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://natbat.net/2010/Jul/24/rachelandrew/</id>
    <link href="http://natbat.net/2010/Jul/24/rachelandrew/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">A quote from Rachel Andrew</title>
    <content type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="quote segment">
		<blockquote cite="http://twitter.com/rachelandrew/statuses/19408852017">
			<p>the Small Person has just come in to tell me that Someone On The Internet is WRONG.</p>
		</blockquote>
		<p class="cite"> - <a href="http://twitter.com/rachelandrew/statuses/19408852017">Rachel Andrew</a></p>
	</div>



</div>
    </content>
    <updated>2010-07-24T08:02:26Z</updated>
    <source>
      <id>http://natbat.net/</id>
      <author>
        <name>Natalie Downe</name>
      </author>
      <link href="http://natbat.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/natbat" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" type="text/html"/>
      <title xml:lang="en-gb">Natalie Downe's Weblog</title>
      <updated>2010-07-24T08:02:26Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/237 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-23" rel="alternate" type="text/html"/>
    <title>Today: 23 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I lost my temper on the road again and put myself (on my bicycle) and other people (in cars) in danger. I should have POOR IMPULSE CONTROL tattooed on my forehead.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-23T22:56:11Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://hicksdesign.co.uk/journal/white-ufo</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/oDghyJTXESs/white-ufo" rel="alternate" type="text/html"/>
    <title>White UFO</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p><img alt="" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/skitched-20100723-111235.jpg"/></p>

	<p>This beautiful Apple Airport Basestation was my 30th birthday present from my wife, quite possibly one of the best presents I’ve ever had. The gift of wireless. In those days it was 1mb broadband, but it was still exciting being able to work from anywhere in the house.</p>

	<p>These days it’s been overtaken by N wireless devices, but it’s such a design classic that it has to be on display. It’s new home is the windowsill next to my desk at Webble Mill.</p>
   <hr/></div>
    </summary>
    <updated>2010-07-23T16:11:18Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hicksdesign.co.uk/journal/white-ufo</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/236 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-22" rel="alternate" type="text/html"/>
    <title>Today: 22 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I went to Oxford Go Club with Pavel despite impending rain. I'm becoming more weatherproof these days.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-22T22:02:32Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://hicksdesign.co.uk/journal/illustrator-export-artboards-as-png32</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/J4PYe-FLqfo/illustrator-export-artboards-as-png32" rel="alternate" type="text/html"/>
    <title>Illustrator export artboards as png32</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>A recent plea on twitter for an Illustrator script has been answered! I needed to export all my artboards as 32bit <span class="caps">PNG</span>s (24bit + 8 bit Alpha Channel), with the artboard name as the filename, but Illustrator doesn’t come with a built in method to do this. The closest it offers is the standard export, where it can save all artboards, but it always appends the document name to the start of the filename. </p>

	<p>Big hurrays then for <a href="https://twitter.com/dansketchpad">Dan Smith</a> for creating exactly the script I needed! It’s already made a big difference to my workflow. If you’d like a copy too, <a href="http://dl.dropbox.com/u/23369/downloads/ExportPNG.jsx">Download Artboards-<span class="caps">PNG</span>.jsx</a>. I placed mine in Illustrators Presets/en_gb/Scripts folder to make sure it’s always loaded.</p>
   <hr/>
   <p>Tagged: <a href="http://hicksdesign.co.uk/tag/adobe/" rel="tag">adobe</a>, 
<a href="http://hicksdesign.co.uk/tag/illustrator/" rel="tag">illustrator</a></p></div>
    </summary>
    <updated>2010-07-22T17:52:11Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hicksdesign.co.uk/journal/illustrator-export-artboards-as-png32</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://hicksdesign.co.uk/journal/illustrator-export-artboards-as-png24</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/DbmMYvS2Rqo/illustrator-export-artboards-as-png24" rel="alternate" type="text/html"/>
    <title>Illustrator export artboards as png24</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>A recent plea on twitter for an Illustrator script has been answered! I needed to export all my artboards as 24bit <span class="caps">PNG</span>s, with the artboard name as the filename, but Illustrator doesn’t come with a built in method to do this. The closest it offers is the standard export, where it can save all artboards, but it always appends the document name to the start of the filename. </p>

	<p>Big hurrays then for <a href="https://twitter.com/dansketchpad">Dan Smith</a> for creating exactly the script I needed! It’s already made a big difference to my workflow. If you’d like a copy too, <a href="http://dl.dropbox.com/u/23369/downloads/Artboards-PNG24.jsx">Download Artboards-PNG24.jsx</a>. I placed mine in Illustrators Presets/en_gb/Scripts folder to make sure it’s always loaded.</p>
   <hr/>
   <p>Tagged: <a href="http://hicksdesign.co.uk/tag/adobe/" rel="tag">adobe</a>, 
<a href="http://hicksdesign.co.uk/tag/illustrator/" rel="tag">illustrator</a></p></div>
    </summary>
    <updated>2010-07-22T17:52:11Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hicksdesign.co.uk/journal/illustrator-export-artboards-as-png24</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://hicksdesign.co.uk/speaking/css-filters</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/796eL26ZmoQ/css-filters" rel="alternate" type="text/html"/>
    <title>CSS Filters Slides</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Last night I presented a 5 minute microslot on <span class="caps">CSS</span> Filters – excluding older versions of IE from seeing your <span class="caps">CSS</span>, and feeding extra styles to specific versions of IE and mobile browsers. The slides (with presenter notes) are now available to download from the new Speaking section.</p>
<p><a href="http://hicksdesign.co.uk/journal/css-filters-slides" rel="bookmark">Comment on this</a></p></div>
    </summary>
    <updated>2010-07-22T17:36:02Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hicksdesign.co.uk/speaking/css-filters</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/22/jeremiah/</id>
    <link href="http://simonwillison.net/2010/Jul/22/jeremiah/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">Jeremiah Grossman: I know who your name, where you work, and live</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://jeremiahgrossman.blogspot.com/2010/07/i-know-who-your-name-where-you-work-and.html">Jeremiah Grossman: I know who your name, where you work, and live</a>. Appalling unfixed vulnerability in Safari 4 and 5 —if you have the “AutoFill web forms using info from my Address Book card” feature enabled (it’s on by default) malicious JavaScript on any site can steal your name, company, state and e-mail address—and would be able to get your phone number too if there wasn’t a bug involving strings that start with a number. The temporary fix is to disable that preference.</p>
</div></div>
    </summary>
    <updated>2010-07-22T08:44:48Z</updated>
    <category term="apple"/>
    <category term="autocomplete"/>
    <category term="browsers"/>
    <category term="exploit"/>
    <category term="safari"/>
    <category term="security"/>
    <category term="vulnerability"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/235 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-21" rel="alternate" type="text/html"/>
    <title>Today: 21 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I went to <a href="http://oxford.geeknights.net/2010/jul-21st/">Oxford Geek Night</a> and thoroughly enjoyed it again.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-21T22:47:36Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/21/pypi/</id>
    <link href="http://simonwillison.net/2010/Jul/21/pypi/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">What to do when PyPI goes down</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://www.jacobian.org/writing/when-pypi-goes-down/#c5203">What to do when PyPI goes down</a>. My deployment scripts tend to rely on PyPI these days (they install dependencies in to a virtualenv) which makes me distinctly uncomfortable. Jacob explains how to use the PyPI mirrors that are starting to come online, but that won’t help if the PyPI listing links to an externally hosted file which starts to 404, as happened with the python-openid package quite recently (now fixed). The comments on the post discuss workarounds, including hosting your own PyPI mirror or bundling tar.gz files of your dependencies with your project.</p>
</div></div>
    </summary>
    <updated>2010-07-21T10:19:28Z</updated>
    <category term="deployment"/>
    <category term="jacobkaplanmoss"/>
    <category term="packaging"/>
    <category term="pip"/>
    <category term="pypi"/>
    <category term="python"/>
    <category term="setuptools"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/234 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-20" rel="alternate" type="text/html"/>
    <title>Today: 20 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I felt bad going to Oxford Go Club without Peter. Then I forgot that I would be cycling home alone and went the spooky way, scaring myself with thoughts of ghosts.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-20T21:56:04Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/20/spatial/</id>
    <link href="http://simonwillison.net/2010/Jul/20/spatial/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">[UPDATE] Spatial Search in Apache Lucene and Solr</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://www.lucidimagination.com/blog/2010/07/20/update-spatial-search-in-apache-lucene-and-solr/">[UPDATE] Spatial Search in Apache Lucene and Solr</a>. Spacial search is finally coming (back) to Solr—trunk now supports sorting and boosting by distance.</p>
</div></div>
    </summary>
    <updated>2010-07-20T18:28:11Z</updated>
    <category term="lucene"/>
    <category term="search"/>
    <category term="solr"/>
    <category term="spatialsearch"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/20/chaining/</id>
    <link href="http://simonwillison.net/2010/Jul/20/chaining/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">Easier custom Model Manager Chaining</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://djangosnippets.org/snippets/2117/">Easier custom Model Manager Chaining</a>. A neat solution to the problem of wanting to write a custom QuerySet method (.published() for example) which is also available on that model’s objects manager, without having to write much boilerplate.</p>
</div></div>
    </summary>
    <updated>2010-07-20T18:21:56Z</updated>
    <category term="django"/>
    <category term="orm"/>
    <category term="queryset"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/20/reddit/</id>
    <link href="http://simonwillison.net/2010/Jul/20/reddit/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">Three new features for reddit gold</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://blog.reddit.com/2010/07/three-new-features-for-reddit-gold.html">Three new features for reddit gold</a>. Reddit’s experiments with a subscriber program are interesting to watch. 9,000 people signed up as subscribers without there being any benefit at all, and they’re now being rewarded with the ability to opt out of ads and access to computationally expensive features (like different ways of sorting their own user page) that wouldn’t scale for the entire user base.</p>
</div></div>
    </summary>
    <updated>2010-07-20T17:54:50Z</updated>
    <category term="ads"/>
    <category term="reddit"/>
    <category term="scaling"/>
    <category term="subscriptions"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/233 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-19" rel="alternate" type="text/html"/>
    <title>Today: 19 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I got carried away with online shopping and forgot to eat dinner, and even forgot to call Peter!</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-19T22:42:23Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/232 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-18" rel="alternate" type="text/html"/>
    <title>Today: 18 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I met up with friends for brunch, and then went shopping, played guitar, played ukulele, played Go, napped and watched BBC Proms on iPlayer. It was a long day without Peter.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-18T20:57:15Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/18/simplegeos/</id>
    <link href="http://simonwillison.net/2010/Jul/18/simplegeos/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">simplegeo's python-oauth2</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://github.com/simplegeo/python-oauth2">simplegeo’s python-oauth2</a>. The Python OAuth library scene is frighteningly complicated at the moment. This seems to be the most actively maintained, and the readme includes working example code for talking to the Twitter API (including integration with Django auth).</p>
</div></div>
    </summary>
    <updated>2010-07-18T17:22:23Z</updated>
    <category term="django"/>
    <category term="oauth"/>
    <category term="oauth2"/>
    <category term="python"/>
    <category term="simplegeo"/>
    <category term="twitter"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/231 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-17" rel="alternate" type="text/html"/>
    <title>Today: 17 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today Peter left Oxford for Plymouth. I felt more sad than I'd expected.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-17T19:18:39Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/230 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-16" rel="alternate" type="text/html"/>
    <title>Today: 16 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today we had Ash and Monika over for a sushi dinner party.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-16T22:58:20Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/229 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-15" rel="alternate" type="text/html"/>
    <title>Today: 15 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I went to the Oxford Go club again. I like everyone there and hope to become a regular.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-15T22:31:36Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://www.woothemes.com/2010/07/training-ninjas-with-jon-hicks/</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/c5_BUXnbCvQ/" rel="alternate" type="text/html"/>
    <title>A new Ninja for Woo Themes!</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p><img alt="" src="http://cdn.woothemes.com.nyud.net:8080/wp-content/uploads/2010/07/04-Ninja-Vector-i3-31.jpg"/></p>

	<p>I recently created a new Ninja character for WooThemes, but this time, the post about the work is on the WooThemes Blog!</p>
<p><a href="http://hicksdesign.co.uk/journal/a-new-ninja-for-woo-themes" rel="bookmark">Comment on this</a></p></div>
    </summary>
    <updated>2010-07-15T15:35:29Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.woothemes.com/2010/07/training-ninjas-with-jon-hicks/</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://hicksdesign.co.uk/journal/the-start-of-shelf</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/OiqJ2Nwx7hA/the-start-of-shelf" rel="alternate" type="text/html"/>
    <title>The start of Shelf!</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Drew Strojny from <a href="http://thethemefoundry.com/">The Theme Foundry</a> (who I knew from his lovely <a href="http://thethemefoundry.com/traction/">Traction theme</a>) recently asked me if I’d like to create a new WordPress theme for him. The offer-I-couldn’t-refuse was complete creative freedom, and the opportunity to make the design process visible. That doesn’t mean ‘open’ in the sense of ‘everything being up for discussion with the internets’ (that way madness lies), but documenting the steps as we go. </p>

	<p>Everyone has a different workflow, and my workflow isn’t necessarily the right approach for anyone else and vice versa. However, I still love hearing others explain their thought process – the ‘Design Eye’ panels at <span class="caps">SXSW</span> spring immediately to mind as being good examples. </p>

	<p>So on this blog, and on my <a href="http://dribbble.com/players/hicksdesign">dribbble</a> account, I’ll be recording what happens as it goes along. Who knows, it might be fun! It’s the certainly the first time I’ve ever done a project in this way.</p>

	<p>Before I go any further, I have to know the constraints. Even on jobs with creative freedom, there are still constraints. On this project there are 2 main ones: budget (which is usually the case) and saleability. It can’t be so esoteric a theme that no only my mum wants to buy it! </p>

	<p>The next stage was to come up with an idea. Drew wanted it be something that I would excited about, that I really felt motivated to do. My original thought was something along an 18th century nautical theme, inspired in no small part by my love for the Kraken Rum packaging:</p>

	<p><img alt="" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/skitched-20100715-093102.jpg"/></p>

	<p>I discussed this with Drew, but the conclusion was that this was too esoteric, limiting the potential audience somewhat, which was fine. So I went away and sketched a more contemporary idea that had been brewing:</p>

	<p><img alt="" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/skitched-20100715-093454.jpg"/></p>

	<p>It involves a shelf (very subtle white/grey shades, not wood) with a series of ‘cards’ on it. The content is put into these cards and their size is dependent on the browser window. Content could be identified as different types of ‘cards’ (article, photo, video etc.) and each of these would have a slightly different layout.</p>

	<p>There would be a fixed top nav and footer, and these would allow for different colour scheme options – a very modern grey/yellow but the background yellow and text colour could be interchangeable for any colour scheme. </p>

	<p>As the content would resize to fit the height, scrolling would be horizontal. We’re always told to avoid horizontal scrolling, but I love a challenge! I’m keen to see if I can make it work, especially with what will be a fluid, responsive design.</p>

	<p>This a theme that could multiple purposes:</p>

	<ul>
		<li>a Tumblog or Blog</li>
		<li>Photography or Design portfolio</li>
		<li>Shopping site</li>
	</ul>

	<p>Basically sites with a lot of visual information, rather than text-heavy content. Stay tuned for more developments!</p>
   <hr/>
   <p>Tagged: <a href="http://hicksdesign.co.uk/tag/shelf/" rel="tag">shelf</a></p></div>
    </summary>
    <updated>2010-07-15T15:11:41Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hicksdesign.co.uk/journal/the-start-of-shelf</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://natbat.net/2010/Jul/15/adactio/</id>
    <link href="http://natbat.net/2010/Jul/15/adactio/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">A quote from Jeremy Keith</title>
    <content type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="quote segment">
		<blockquote cite="http://twitter.com/adactio/statuses/18592226646">
			<p>Laughing out loud at a comment by @natbat in some HTML I'm looking through.</p>
		</blockquote>
		<p class="cite"> - <a href="http://twitter.com/adactio/statuses/18592226646">Jeremy Keith</a></p>
	</div>



</div>
    </content>
    <updated>2010-07-15T09:28:09Z</updated>
    <source>
      <id>http://natbat.net/</id>
      <author>
        <name>Natalie Downe</name>
      </author>
      <link href="http://natbat.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/natbat" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" type="text/html"/>
      <title xml:lang="en-gb">Natalie Downe's Weblog</title>
      <updated>2010-07-24T08:02:26Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/15/multinode/</id>
    <link href="http://simonwillison.net/2010/Jul/15/multinode/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">Multi-node: Concurrent NodeJS HTTP Server</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://www.sitepen.com/blog/2010/07/14/multi-node-concurrent-nodejs-http-server/">Multi-node: Concurrent NodeJS HTTP Server</a>. Kris Zyp’s library for spawning multiple Node child processes (one per core is suggested) for concurrent request handling, taking advantage of Node’s child_process module. This alleviates the need to run multiple Node instances behind an nginx load balancer in order to take advantage of multiple cores.</p>
</div></div>
    </summary>
    <updated>2010-07-15T08:22:13Z</updated>
    <category term="javascript"/>
    <category term="kriszyp"/>
    <category term="nginx"/>
    <category term="node"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/228 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-14" rel="alternate" type="text/html"/>
    <title>Today: 14 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I stayed in and watched TED videos with Peter, it was our last quiet evening in before he leaves for Plymouth on Saturday.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-14T22:55:00Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://hicksdesign.co.uk/journal/school-of-seven-bells-disconnect-from-desire-</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/8fla1HiuY6U/school-of-seven-bells-disconnect-from-desire-" rel="alternate" type="text/html"/>
    <title>School of Seven Bells - 'Disconnect from Desire'</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p><img alt="" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/disconnect-20100714-124736.png"/></p>

	<p>Just as it was with their first album “Alpinisims” , the <a href="http://www.sviib.com/">School of Seven Bells</a> second album ‘Disconnect from Desire’ is in heavy rotation at the moment. It’s <a href="http://hicksdesign.co.uk/journal/swoon">another</a> one of those albums that even when I’m not playing it, it’s <em>still playing in my head</em>. Especially the closing number “The Wait”, which is nearing 25 plays in just a couple of days.</p>

	<p>There’s already a few contenders for favourite album of the year, but this is the top of the list.</p>
   <hr/></div>
    </summary>
    <updated>2010-07-14T17:45:59Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hicksdesign.co.uk/journal/school-of-seven-bells-disconnect-from-desire-</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://www.thedieline.com/blog/2010/07/gails-artisan-bakery.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+TheDieline+%28TheDieline.com+-+Blog+-+World%27s+%231+Package+Design+Website%29</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/ncI9gWtqaPk/gails-artisan-bakery.html" rel="alternate" type="text/html"/>
    <title>Gail's Artisan Bakery Identity</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p><img alt="" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/gails-20100713-203942.png"/></p>

	<p>Delicious packaging design for Gail’s Artisan Bakery.</p>
<p><a href="http://hicksdesign.co.uk/journal/gail-s-artisan-bakery-identity" rel="bookmark">Comment on this</a></p></div>
    </summary>
    <updated>2010-07-14T01:39:57Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.thedieline.com/blog/2010/07/gails-artisan-bakery.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+TheDieline+%28TheDieline.com+-+Blog+-+World%27s+%231+Package+Design+Website%29</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://www.thedieline.com/blog/2010/07/gails-artisan-bakery.html?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+TheDieline+%28TheDieline.com+-+Blog+-+World%27s+%231+Package+Design+Website%29</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/ncI9gWtqaPk/gails-artisan-bakery.html" rel="alternate" type="text/html"/>
    <title>Gail's Artisan Bakery Identity</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p><img alt="" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/gails-20100713-203942.png"/></p>

	<p>Delicious packaging design for Gail’s Artisan Bakery.</p>
<p><a href="http://hicksdesign.co.uk/journal/gail-s-artisan-bakery-identity" rel="bookmark">Comment on this</a></p></div>
    </summary>
    <updated>2010-07-14T01:39:57Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.thedieline.com/blog/2010/07/gails-artisan-bakery.html?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+TheDieline+%28TheDieline.com+-+Blog+-+World%27s+%231+Package+Design+Website%29</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-14T01:39:57Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/227 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-13" rel="alternate" type="text/html"/>
    <title>Today: 13 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I brought Pavel to the Oxford Go club meeting, but it was cancelled due to TED Late Nights using the same venue. Would've loved to gate crash.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-13T20:52:14Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/226 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-12" rel="alternate" type="text/html"/>
    <title>Today: 12 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I had a panic clean-up of my flat after discovering some 50 maggots under the sofa.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-12T22:05:49Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/225 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-11" rel="alternate" type="text/html"/>
    <title>Today: 11 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I bought a cheap £25 bike so I won't have to carry my brompton up and down the stairs whenever I go out.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-11T21:14:47Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/11/dnode/</id>
    <link href="http://simonwillison.net/2010/Jul/11/dnode/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">DNode: Asynchronous Remote Method Invocation for Node.js and the Browser</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://substack.net/posts/85e1bd/DNode-Asynchronous-Remote-Method-Invocation-for-Node-js-and-the-Browser">DNode: Asynchronous Remote Method Invocation for Node.js and the Browser</a>. Mind-bendingly clever. DNode lets you expose a JavaScript function so that it can be called from another machine using a simple JSON-based network protocol. That’s relatively straight-forward... but DNode is designed for asynchronous environments, and so also lets you pass callback functions which will be translated in to references and used to make remote method invocations back to your original client. And to top it off, there’s a browser client library so you can perform the same trick over a WebSocket between a browser and a server.</p>
</div></div>
    </summary>
    <updated>2010-07-11T14:27:04Z</updated>
    <category term="async"/>
    <category term="dnode"/>
    <category term="jameshalliday"/>
    <category term="javascript"/>
    <category term="json"/>
    <category term="node"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/11/diffable/</id>
    <link href="http://simonwillison.net/2010/Jul/11/diffable/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">Diffable: only download the deltas</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://www.stevesouders.com/blog/2010/07/09/diffable-only-download-the-deltas/">Diffable: only download the deltas</a>. JavaScript library for detecting and serving diffs to JavaScript rather than downloading large scripts every time a few lines of code are changed. “Using Diffable has reduced page load times in Google Maps by more than 1200 milliseconds (~25%). Note that this benefit only affects users that have an older version of the script in cache. For Google Maps that’s 20-25% of users.”</p>
</div></div>
    </summary>
    <updated>2010-07-11T12:19:15Z</updated>
    <category term="diffable"/>
    <category term="googlemaps"/>
    <category term="javascript"/>
    <category term="performance"/>
    <category term="stevesouders"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/11/maposmatic/</id>
    <link href="http://simonwillison.net/2010/Jul/11/maposmatic/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">MapOSMatic</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://www.maposmatic.org/">MapOSMatic</a>. Clever service built on top of OpenStreetMap, which renders double sided city maps with a map and grid on one size and an A-Z street name index on the other. Runs on top of Mapnik, PostGIS and Cairo, with a few thousand additional lines of Python and Django.</p>
</div></div>
    </summary>
    <updated>2010-07-11T12:15:55Z</updated>
    <category term="cairo"/>
    <category term="django"/>
    <category term="maposmatic"/>
    <category term="mapping"/>
    <category term="openstreetmap"/>
    <category term="postgis"/>
    <category term="postgresql"/>
    <category term="python"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://natbat.net/2010/Jul/11/jpstacey/</id>
    <link href="http://natbat.net/2010/Jul/11/jpstacey/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">A quote from J-P Stacey</title>
    <content type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="quote segment">
		<blockquote cite="http://twitter.com/jpstacey/statuses/18261962308">
			<p>Emmenthal = Valley of the River Emme = Emmerdale. Not such a fancy cheese now, are we, my rubber friend?</p>
		</blockquote>
		<p class="cite"> - <a href="http://twitter.com/jpstacey/statuses/18261962308">J-P Stacey</a></p>
	</div>



</div>
    </content>
    <updated>2010-07-11T09:10:23Z</updated>
    <source>
      <id>http://natbat.net/</id>
      <author>
        <name>Natalie Downe</name>
      </author>
      <link href="http://natbat.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/natbat" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <link href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" type="text/html"/>
      <title xml:lang="en-gb">Natalie Downe's Weblog</title>
      <updated>2010-07-24T08:02:26Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/224 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-10" rel="alternate" type="text/html"/>
    <title>Today: 10 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today we planted our pet pepper plant at the allotment.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-10T22:55:55Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/10/commit/</id>
    <link href="http://simonwillison.net/2010/Jul/10/commit/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">getlatlon.com commit dae961a...</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://github.com/simonw/getlatlon.com/commit/dae961a014979b711bbb36d0c6c129bcc37e7a4a">getlatlon.com commit dae961a...</a>. I’ve finally added an OpenStreetMap tab to getlatlon.com—here’s the diff, it turns out adding a custom OpenStreetMap layer to an existing Google Maps application only takes a few lines of boilerplate code.</p>
</div></div>
    </summary>
    <updated>2010-07-10T12:22:49Z</updated>
    <category term="getlatlon"/>
    <category term="googlemaps"/>
    <category term="javascript"/>
    <category term="openstreetmap"/>
    <category term="projects"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/223 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-09" rel="alternate" type="text/html"/>
    <title>Today: 9 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today Peter caught a cold from me.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-09T22:36:19Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://hicksdesign.co.uk/journal/new-goodies</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/4mFP8-vbSFc/new-goodies" rel="alternate" type="text/html"/>
    <title>New Goodies!</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p><img class="fr" src="http://feeds.feedburner.com.nyud.net:8080/images/icons/site_icons_cake.png"/>I’ve finally been through the entire site, and kicked out any legacy stuff (some of which went back to 2003!) and implemented the new responsive design. Originally, I’d intended to change the layout in the various sections, but in the end I’ve used the same one. After trying the other options, it just felt right.</p>

	<h3>Wallpapers</h3>

	<p>One of things I’ve changed is a new Goodies section. With the exception of the Hill House font (download link now works!), everything is new, including brand new desktop and iphone(4)/mobile wallpapers.</p>

	<p><img alt="" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/desktop_bubbles-20100708-154250.jpg"/></p>

	<h3>Icon Reference Chart</h3>

	<p>Another new goodie is a little labour of love: <a href="http://feeds.feedburner.com/iconreference/">The Icon Reference Chart</a>. Fed up of checking various sources to get the information I needed, I started compiling it all together in one table. I’ll add to and improve this chart over time. </p>
   <hr/>
   <p>Tagged: <a href="http://hicksdesign.co.uk/tag/hicksdesign/" rel="tag">hicksdesign</a>, 
<a href="http://hicksdesign.co.uk/tag/updates/" rel="tag">updates</a></p></div>
    </summary>
    <updated>2010-07-09T01:25:38Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hicksdesign.co.uk/journal/new-goodies</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/222 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-08" rel="alternate" type="text/html"/>
    <title>Today: 8 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today was my birthday. I received many delightful presents and Peter made me a <a href="http://senseis.xmp.net/?MonkeyJump" title="Read about the weiqi Monkey Jump on Sensei's Library.">Monkey Jump</a> cake.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-08T22:15:58Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.jpstacey.info/329 at http://www.jpstacey.info</id>
    <link href="http://www.jpstacey.info/blog/2010/07/08/what-you-need-know-about-drupal-views" rel="alternate" type="text/html"/>
    <title>What you need to know about Drupal views</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Every content management system needs its query builder—an application which creates customizable lists of content elements and present them in a similarly customisable way. Customization will be typically through an admin interface on the website, and the query builder can be as basic as a text box for SQL or as complex as a many-layered GUI across multiple webpages. <a href="http://drupal.org/">Drupal</a>, for its part, has <a href="http://drupal.org/project/views">Views</a>. D5 has Views 1, D6 has Views 2, and it looks like the forthcoming Drupal 7 will have Views 3.</p>
<p>However, as the criteria for list-building get more and more complex, there will come a point where custom code will produce the exited result far more quickly and efficiently than Views. The problem for the developer is: while simple lists are obviously candidates for Views; and riotously tangled layouts are obviously candidates for your own modules and SQL; how do you cope with the middle ground? How can you tell from the outset that a particular problem will land you in a Views-only cul-de-sac?</p>
<p>Well, I contend that the individual developer needn't worry, so long as he's clued up about developing <em>with</em>, not <em>outside</em>, Views. I reckon that the middle ground can <em>almost</em> always be bridged by Views augmented with custom code; unless you're completely convinced from the start that, say, the logic of what you want is not representable in a query builder, you can start with Views and tweak with customisations later.</p>
<p>But to be sure you can extricate yourself from any small to medium tiger traps that "Views+your spec" might drop you in, it's wise to know in advance the full range of tools at your disposal. Here are five of what I consider the most important tricks for building a complex Drupal view.</p>
<ol>
<li><strong>Views themeing </strong> Views has a very modular set of Drupal theme files. The markup and presentation of individual fields, rows of fields, and whole views of many rows can all be modified on a per-view, per-view-format or even cross-site basis. In a particular view's admin GUI, you can see an entry marked "Theme: Information." If you click on this, it will tell you what template files the view will try to use, and what files it's currently using (in bold.) You can copy these files across from the module directory to your theme and rescan to use them; you can even rename them to be specific to the current view or formatting options, and when you rescan the directories, Views should spot the new files.</li>
<li><strong>Addon modules</strong>  There are a number of extension modules for views which will very quickly improve view presentation or data flexibility. At the one end is <a href="http://drupal.org/project/semanticviews">Semantic Views</a>, which allows you to present certain fields in your views with more semantic markup: titles can be <em>h2</em> elements; contact details can be in <em>address</em> elements, etc. At the other end of the workflow, close to the database, is the <a href="http://drupal.org/project/views_or">Views Or</a> plugin, which lets you swap the normal views filter AND logic ("all items must be published AND have type=blogpost") for a more inclusive OR logic ("all items must have type=blogpost OR be less than three weeks old"). If you're not sure whether there's an addon module for you, <a href="http://www.drupal.org.uk/uk-irc-channel-now-added-bot">ask on the #drupaluk IRC channel</a>.</li>
<li><strong>Views as a backend</strong>  Several third-party modules use views as an adjunct: that means that while the module itself is doing something apparently clever with your content, it's secretly using a view to manage most of the hard work. If you want to maintain arbitrary admin-sortable lists of content, <a href="http://drupal.org/project/nodequeue">Nodequeue</a> provides a nice interface for doing so. But behind each nodequeue sits... a Drupal view, and a plugin which ties the nodequeue database table to your nodes to produce the required results. Tagadelic, a module which produces tag clouds for e.g. your recent blogposts, has over the years moved from a <a href="http://drupal.org/project/tagadelic">standalone module</a> (which still exists), to a <a href="http://drupal.org/project/tagadelic_views">Views style plugin</a>, so you can build the initial tags view yourself and activate Tagadelic styling and popular-tags filtering once you're done.</li>
<li><strong>Views hooks</strong>  The workflow for views is like the workflow of Drupal itself in miniature: as such, it has its own set of views-specific hooks, including <em>hook_views_pre_render</em> and <em>hook_views_pre_build</em>. <a href="http://drupalcontrib.org/api/search/6/hook_views_">All the Views hooks are documented on drupalcontrib.org</a>. So, learn the <a href="http://www.angrydonuts.com/views-2-basic-page-view-flow">basic page-view flow</a>, from a blogpost by Mr Views himself, Earl Miles. Pick it apart. See what each bit does in the code. You should eventually be able to find the views hook you want in the code, and be able to modify the view object, its compiled SQL, the results returned, and even the eventual output, all in your own modules.</li>
<li><strong>Writing your own plugins</strong>  A Views plugin is less complicated than you might fear. There's not a great deal of easy-to-find, easy-to-read documentation out there about Views plugins, but try not to let that put you off. A plugin consists basically of a module, a hook function (or two) and a PHP object: the rest is just detail and theming! While that sounds a bit glib, it has some merit: look at the plugins for such modules above as Semantic Views and Nodequeue, and see how they all relate back to an object in a .<em>inc</em> file and a template in a <em>.tpl.php </em>file. You can extend an existing plugin using standard PHP class syntax, and develop it piece by piece by overriding methods one at a time. Views plugins are incredibly powerful, more so than using configurable third-party modules or just interrupting the current view using a Views hook. They get your code right into the heart of a given view's workflow and let you do (almost) whatever you want. Remember to clear caches if you get stuck: you might even need to resort to a "TRUNCATE cache" at your MySQL command line if your changes don't seem to be having an effect.</li>
</ol>
<p>If you've started building your listing page with Views, but the spec has ended up getting more complicated, try each of the five solutions above in turn. When the problem at hand suddenly gets a whole lot more complicated, escalate your solution's complexity by moving another step down the list!</p>
<p>There's obviously a lot more to developing with Views than a single blogpost could ever really summarize without turning into an extended essay. But there's a lot more documentation out there—although of a pretty sprawling and hard-to-navigate sort—and the tips above should hopefully give you pointers both for where to start your extending of Views, and also what to google for when you get stuck. Have fun and good luck!</p>

<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<rdf:Description rdf:about="http://www.jpstacey.info/blog/2010/07/08/what-you-need-know-about-drupal-views" dc:identifier="http://www.jpstacey.info/blog/2010/07/08/what-you-need-know-about-drupal-views" dc:title="What you need to know about Drupal views" trackback:ping="http://www.jpstacey.info/trackback/329" />
</rdf:RDF>
-->
<div class="trackback-url">
http://www.jpstacey.info/trackback/329</div></div>
    </summary>
    <updated>2010-07-08T19:51:37Z</updated>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/custom" term="custom"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/drupal" term="drupal"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-category/framework" term="framework"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-category/hacking" term="hacking"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/howto" term="howto"/>
    <category scheme="http://www.jpstacey.info/category/tags/query" term="query"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-category/tutorials" term="tutorials"/>
    <category scheme="http://www.jpstacey.info/category/tags/views" term="views"/>
    <author>
      <name>jp.stacey</name>
    </author>
    <source>
      <id>http://www.jpstacey.info/blog_view</id>
      <link href="http://www.jpstacey.info/blog_view" rel="alternate" type="text/html"/>
      <link href="http://www.jpstacey.info/blog/feed/" rel="self" type="application/rss+xml"/>
      <title>The Graceful Exits blog</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://www.jpstacey.info/327 at http://www.jpstacey.info</id>
    <link href="http://www.jpstacey.info/blog/2010/07/08/ogn18-under-two-weeks-time" rel="alternate" type="text/html"/>
    <title>OGN18 in under two weeks' time</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>The <a href="http://oxford.geeknights.net/2010/jul-21st/">next Oxford Geek Night is on Wednesday 21 July</a>, in less than two weeks' time. I for one am <em>really </em>looking forward to it.</p>
<p>We managed out of sheer luck and cheek to bagsy a fantastic speaker for OGN18, the ever-<em>Interesting</em> <a href="http://russelldavies.typepad.com/">Russell Davies</a>. Russell was the organizer of the 2007 and 2008 <em><a href="http://www.interesting2007.com/">Interesting</a> </em>conferences, and is involved in lots of fantastic projects, including <a href="http://www.speechification.com/">Speechification</a> and <a href="http://www.newspaperclub.co.uk/">Newspaper Club</a>. He's also a writer for <a href="http://www.wired.co.uk/">Wired</a>, a speaker at many conferences including <a href="http://russelldavies.typepad.com/planning/2010/06/sharing.html">Lift 2010</a>, and what one might frivolously call a futorologist or pundit. He's going to talk about his experiences turning internets into print, and what he's learned from doing it as part of projects like the Newspaper Club.</p>
<p>Along with our keynote speaker we've got half a dozen of the absolute best of local microslot volunteers. There's talks on topics as far ranging as "designing backwards", linked data, graphing 19th-century social networks, genomics, CSS and Rotacoo's Spotify #fridaymix tape. A few new faces and a few established (and deservedly so) local faces. As always we'll be putting video up on the site afterwards, so there'll be a permanent record of our high-quality speakers.</p>
<p>Finally, we hope to have space for the Pitches - our sixty-second open mic slots that anyone can volunteer for, even on the night - and a book raffle. All told it should be a great excuse to saunter over to the Jericho Tavern in the July sun / sudden downpour (delete as applicable.) Hope to see all the other Oxford geeks there.</p>

<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<rdf:Description rdf:about="http://www.jpstacey.info/blog/2010/07/08/ogn18-under-two-weeks-time" dc:identifier="http://www.jpstacey.info/blog/2010/07/08/ogn18-under-two-weeks-time" dc:title="OGN18 in under two weeks&#039; time" trackback:ping="http://www.jpstacey.info/trackback/327" />
</rdf:RDF>
-->
<div class="trackback-url">
http://www.jpstacey.info/trackback/327</div></div>
    </summary>
    <updated>2010-07-08T19:41:23Z</updated>
    <category scheme="http://www.jpstacey.info/category/blog-category/community" term="community"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-category/culture" term="culture"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/event" term="event"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/geeks" term="geeks"/>
    <category scheme="http://www.jpstacey.info/category/tags/internet" term="internet"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/networking" term="networking"/>
    <category scheme="http://www.jpstacey.info/category/tags/newspaperclub" term="newspaperclub"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/ogn" term="ogn"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/oxford" term="oxford"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/oxfordgeeknight" term="oxfordgeeknight"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/oxfordshire" term="oxfordshire"/>
    <category scheme="http://www.jpstacey.info/category/wordpress-tag/print" term="print"/>
    <category scheme="http://www.jpstacey.info/category/tags/russelldavies" term="russelldavies"/>
    <author>
      <name>jp.stacey</name>
    </author>
    <source>
      <id>http://www.jpstacey.info/blog_view</id>
      <link href="http://www.jpstacey.info/blog_view" rel="alternate" type="text/html"/>
      <link href="http://www.jpstacey.info/blog/feed/" rel="self" type="application/rss+xml"/>
      <title>The Graceful Exits blog</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://www.jkr.co.uk/design-gazette/beautiful-new-underground-ads-that-dodge-the-obvious/</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/T0xfq_FUlEQ/" rel="alternate" type="text/html"/>
    <title>Beautiful new underground ads that dodge the obvious</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p><img alt="" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/skitched-20100709-125131.jpg"/></p>
<p><a href="http://hicksdesign.co.uk/journal/beautiful-new-underground-ads-that-dodge-the-obvious" rel="bookmark">Comment on this</a></p></div>
    </summary>
    <updated>2010-07-08T18:00:08Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.jkr.co.uk/design-gazette/beautiful-new-underground-ads-that-dodge-the-obvious/</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/8/github/</id>
    <link href="http://simonwillison.net/2010/Jul/8/github/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">How we deploy new features</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://github.com/blog/677-how-we-deploy-new-features">How we deploy new features</a>. GitHub are experimenting with using Redis for configuration management. I’ve been thinking about this recently too—managing feature flags feels like an ideal use-case for Redis, since it lets you read multiple values on every page access without adding a bunch of extra read traffic on your regular database.</p>
</div></div>
    </summary>
    <updated>2010-07-08T10:04:34Z</updated>
    <category term="github"/>
    <category term="redis"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/221 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-07" rel="alternate" type="text/html"/>
    <title>Today: 7 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today Peter treated me to a fabulous gourmet dinner at <a href="http://www.fishesoxford.co.uk/" title="The Fishes">The Fishes</a> to celebrate his new job and my upcoming birthday.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-07T21:52:06Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://hicksdesign.co.uk/journal/using-files-for-page-templates-in-textpattern</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/Uu5Avebx5Qk/using-files-for-page-templates-in-textpattern" rel="alternate" type="text/html"/>
    <title>Using files for page templates in Textpattern</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>One of Textpattern’s drawbacks has always been that page templates are saved in the database. Editing them means using the textarea in the <span class="caps">TXP</span> admin interface, but I’m sure most people would prefer to use their favourite text editor.</p>

	<p>Here’s a workaround that works in <span class="caps">TXP</span> 4.2.0 (I haven’t tried other versions). </p>

	<ol>
		<li>Enable ‘Allow <span class="caps">PHP</span> in pages?’ in Advanced Preferences if you haven’t already</li>
		<li>Set up your sections and corresponding page templates as you want them</li>
		<li>Copy and paste everything in your page template into a php file (such as ‘template.php’)</li>
		<li>Create a ‘pages’ folder in your textpattern directory and save the file there</li>
		<li>Replace the content of your page template in <span class="caps">TXP</span> admin with:</li>
	</ol>

<pre><code>&lt;txp:php&gt;echo parse(file_get_contents(txpath.'/pages/template.php'));&lt;/txp:php&gt;
</code></pre>

	<p>From there on in, you can edit the php file. There may be a performance hit doing this, but all <span class="caps">TXP</span> tags work. Much easier!</p>
   <hr/>
   <p>Tagged: <a href="http://hicksdesign.co.uk/tag/textpattern/" rel="tag">textpattern</a>, 
<a href="http://hicksdesign.co.uk/tag/tips/" rel="tag">tips</a></p></div>
    </summary>
    <updated>2010-07-07T18:24:47Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hicksdesign.co.uk/journal/using-files-for-page-templates-in-textpattern</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/220 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-06" rel="alternate" type="text/html"/>
    <title>Today: 6 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I had been thinking about my past again. I do that whenever I make new friends, as if I want them to feel sorry for me and give me a pat on my back for having turned out fine. Is this what they call self pity?</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-06T22:55:00Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry>
    <id>http://hicksdesign.co.uk/journal/ios-icon-template-for-illustrator-cs5</id>
    <link href="http://feedproxy.google.com/~r/hicksdesign/~3/g8UNv8iFYvA/ios-icon-template-for-illustrator-cs5" rel="alternate" type="text/html"/>
    <title>iOS icon template for Illustrator CS5</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>With the iPad and iPhone 4, there are as many, if not more, different size icons to create for iOS than there are for desktop apps. While there are plenty of templates and reference sheets for Photoshop users (see <a href="http://blog.cocoia.com/2010/iphone-4-icon-psd-file/">Cocoia</a>) I prefer to use Illustrator CS5 to create mine. So I’ve made my own template, and it’s available <a href="http://dl.dropbox.com/u/23369/downloads/iOS%20app%20icon%20template.ai">here</a> if you find it useful too!</p>

	<h4> <a href="http://dl.dropbox.com/u/23369/downloads/iOS%20app%20icon%20template.ai">Download the iOS icon template for Illustrator CS5</a></h4>

	<p><img alt="Screenshot of the iOS4 template" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/Artwork-20100705-201358.png"/></p>

	<p><img alt="Layers and Artboards screenshot" class="fr" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/Untitled-20100705-133304.png"/>The top layer of the file contains labels and a mask to add the rounded corners of the icon. Don’t forget to hide these before you export.</p>

	<h3>Corner Radius</h3>

	<p>Something that Apple doesn’t include in it’s documentation are the various corner radius dimensions for <em>all</em> the icon sizes. This information has been compiled thanks to investigations of <a href="http://www.youknowwhodesign.com/">Sarah Parmenter</a> and <a href="http://maxvoltar.com/">Tim Van Damme</a>. </p>

	<p>It’s best to create the artwork with 90° corners and let the OS round them off, but there is a mask layer to help you check how it would look. The mask also uses the appropriate colour for the context – white for the app store, black for the home screen and light grey for the spotlight results.</p>

	<p>Also the icon that iOS uses for spotlight results on the iPad is trimmed by 1px around the edge. So while the artwork still needs to be supplied as 50px, the visible area is only 48px, and the guides reflect that, while the rounded corner mask stays at 50px.</p>

	<h3>Exporting</h3>

	<p>The icons are all set out on their own artboard, so when you’re ready to export check the ‘Use Artboards’ option to get each icon as an individual file:</p>

	<p><img alt="Export" src="http://hicksdesign.co.uk.nyud.net:8080/else/images/Export-20100705-133428.png"/></p>

	<h3>Disclaimer</h3>

	<p>While I’ve worked hard to make sure this template is as accurate as possible, I can’t guarantee it’s completely error-free. Let me know if you find any bugs, and I’ll update it!</p>

	<p>If you’re using CS4 or below, this template may well work for you, but hasn’t been tested and may explode leaving terrible stains. I target CS5 because of it’s the first version that has pixel snapping that actually works!</p>
   <hr/>
   <p>Tagged: <a href="http://hicksdesign.co.uk/tag/adobe/" rel="tag">adobe</a>, 
<a href="http://hicksdesign.co.uk/tag/icons/" rel="tag">icons</a>, 
<a href="http://hicksdesign.co.uk/tag/illustrator/" rel="tag">illustrator</a>, 
<a href="http://hicksdesign.co.uk/tag/resources/" rel="tag">resources</a></p></div>
    </summary>
    <updated>2010-07-06T01:30:43Z</updated><feedburner:origlink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://hicksdesign.co.uk/journal/ios-icon-template-for-illustrator-cs5</feedburner:origlink>
    <author>
      <name>Jon Hicks</name>
    </author>
    <source>
      <id>http://hicksdesign.co.uk//journal/</id>
      <link href="http://hicksdesign.co.uk//journal/" rel="alternate" type="text/html"/>
      <link href="http://feeds.feedburner.com/hicksdesign" rel="self" type="application/rss+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <subtitle>The journal of Hicksdesign, a creative partnership working with new and old-fangled media</subtitle>
      <title>The Hickensian</title>
      <updated>2010-07-23T16:11:18Z</updated>
    </source>
  </entry>

  <entry xml:lang="en">
    <id>http://blog.victoriac.net/219 at http://blog.victoriac.net</id>
    <link href="http://blog.victoriac.net/today/2010-07-05" rel="alternate" type="text/html"/>
    <title>Today: 5 July 2010</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="field-today-html">

  
    
          
          <p>Today I ate biscuit, cake and fruit for breakfast, lunch, tea and dinner.</p>

      
</div>
<div class="node-body"/></div>
    </summary>
    <updated>2010-07-05T22:53:55Z</updated>
    <author>
      <name>victoriachan</name>
    </author>
    <source>
      <id>http://blog.victoriac.net</id>
      <link href="http://blog.victoriac.net" rel="alternate" type="text/html"/>
      <link href="http://blog.victoriac.net/rss.xml" rel="self" type="application/rss+xml"/>
      <title>VictoriaC</title>
      <updated>2010-07-31T12:42:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-gb">
    <id>http://simonwillison.net/2010/Jul/5/skorea/</id>
    <link href="http://simonwillison.net/2010/Jul/5/skorea/" rel="alternate" type="text/html"/>
    <title xml:lang="en-gb">S.Korea ends Microsoft's online shopping monopoly</title>
    <summary type="xhtml" xml:lang="en-gb"><div xmlns="http://www.w3.org/1999/xhtml"><div class="blogmark segment"><p><a href="http://news.yahoo.com/s/afp/20100701/tc_afp/skoreaitinternetbankingmicrosoft_20100701053219">S.Korea ends Microsoft’s online shopping monopoly</a>. The crazy rules mandating Active X based encryption for government and e-commerce sites have finally been dropped, after the Korea Communications Commission found them “unfit for a new Internet environment involving smartphones”.</p>
</div></div>
    </summary>
    <updated>2010-07-05T08:21:01Z</updated>
    <category term="activex"/>
    <category term="korea"/>
    <category term="microsoft"/>
    <source>
      <id>http://simonwillison.net/</id>
      <author>
        <name>Simon Willison</name>
      </author>
      <link href="http://simonwillison.net/" rel="alternate" type="text/html"/>
      <link href="http://feeds.simonwillison.net/swn-everything" rel="self" type="application/atom+xml"/>
      <link href="http://pubsubhubbub.appspot.com/" rel="hub" type="text/html"/>
      <title xml:lang="en-gb">Simon Willison's Weblog</title>
      <updated>2010-07-29T09:48:13Z</updated>
    </source>
  </entry>
</feed>
