<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>withoutnations : Mark Mitchell</title>
	
	<link>http://www.withoutnations.com</link>
	<description>I design and build things for the web.</description>
	<lastBuildDate>Sun, 22 Jan 2012 14:50:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/withoutnations" /><feedburner:info uri="withoutnations" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
					<title>Responsive Web Design &amp; WordPress</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/nZKq_xcVlpE/</link>
				<comments>http://www.withoutnations.com/2012/01/22/responsive-web-design-wordpress/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 14:49:10 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[Meetup]]></category>
		<category><![CDATA[Responsive Web Design]]></category>
		<category><![CDATA[Skills Matter]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1645</guid>
		<description><![CDATA[On 19 January, I spoke at the WordPress London meetup. The talk was a primer on Responsive Web Design, a topic I have a strong interest in (some might say an evangelical curiosity). The presentation briefly explains the basic philosophy of responsive design, demonstrates how Automattic has applied it to WordPress and offers suggestions to [...]]]></description>
			<content:encoded><![CDATA[<p>On 19 January, I spoke at the <a title="WordPress London" href="http://www.meetup.com/London-WordPress/">WordPress London</a> meetup. The talk was a primer on Responsive Web Design, a topic I have a strong interest in (some might say an evangelical curiosity). The presentation briefly explains the basic philosophy of responsive design, demonstrates how Automattic has applied it to WordPress and offers suggestions to WordPress bloggers and developers ways of making their site responsive.</p>
<p>Video of the event is found on the website of <a title="Skills Matter - link to video" href="http://skillsmatter.com/event/home/wordpress-speed">Skills Matter</a>, the organisation gracious enough to host the event.</p>
<p>The slide deck as shown, followed by an ordered list of my specific notes:</p>
<p><span id="more-1645"></span><br />
<script type="text/javascript" src="http://speakerdeck.com/embed/4f193fbc1a3f950022004f24.js"></script></p>
<p><strong>Slide 2</strong><br />
The state of the web today.<br />
Designers and developers have spent the last decade fighting for the desktop.<br />
We reach a consensus. 1024&#215;768 was a safe resolution.<br />
Mobile web is born, not much happens, and we continue to follow the same patterns.</p>
<p><strong>Slide 3</strong><br />
We continue to create pixel-perfect layouts for a fixed canvas.<br />
Individual layouts for every device.<br />
We have widescreen television, desktop, tablet, mobile.<br />
If mobile is acknowledged, it is commonly sand-boxed and dependent on user agent.</p>
<p><strong>Slide 4</strong><br />
Designs are cut and cropped.<br />
Performance issues.<br />
No content hierarchy.</p>
<p><strong>Slide 7</strong><br />
If you do have a mobile solution:<br />
How many devices do you cater a service or product to?<br />
How many experiences will a user have?<br />
What assumptions and compromises are made to this end?</p>
<p><strong>Slide 8</strong><br />
The idea is instead:<br />
Accept “the ebb and flow of things”.<br />
Websites cannot be pixel-perfect.<br />
Presentation must change from desktop to tablet, tablet to smartphone.<br />
It is context that plays an essential role in the user experience.</p>
<p><strong>Slide 9</strong><br />
Ethan Marcotte.<br />
Responsive web design is: Flexible grid, flexible images, media queries.<br />
Consistent and focused experience.</p>
<p><strong>Slide 10</strong><br />
Use percentages, not pixels.<br />
Create a fluid layout from a modular grid.<br />
Set minimum and maximum widths.<br />
The grid must resize as the browser changes.</p>
<p><strong>Slide 15</strong><br />
Scalable images and video.</p>
<p><strong>Slide 16</strong><br />
Scale to the design, but never above original size.</p>
<p><strong>Slide 17</strong><br />
We’ve had media types (screen, projector, print, handheld)<br />
CSS3 provides better ways of testing.<br />
Media queries look at physical characteristics.<br />
Browser viewport, device screen size, device orientation.</p>
<p><strong>Slide 19</strong><br />
The foundation of responsive design.<br />
Create a single site and single experience that targets the browser, not the device.<br />
Scales to fit all device sizes and orientations.</p>
<p><strong>Slide 25</strong><br />
Responsive web design is not the first and last solution.<br />
There are valid reasons to create tailored mobile sites and native applications.<br />
Bespoke experience, advanced device features, hardware access, distribution, curated content.<br />
Responsive design fills in the gaps.</p>
<p><strong>Slide 32</strong><br />
Beyond presentation. Impact on site performance and user experience.</p>
<p><strong>Slide 35</strong><br />
What can you do to make your site responsive?</p>
<p><strong>Slide 36</strong><br />
Start new. Making a site responsive retroactively is difficult.<br />
Focus on content. Mobile first.</p>
<p><strong>Slide 37</strong><br />
Start small.</p>
<p><strong>Slide 38</strong><br />
Use media queries to enhance and expand the design as screen real estate grows.<br />
Perfect example of progressive enhancement.<br />
Set queries at common smartphone sizes, tablet, desktop.</p>
<p><strong>Slide 39</strong><br />
Javascript for conditional loading: sidebar content, social media share buttons.<br />
Avoids overloading mobile users with supplementary material.<br />
This is important. Forces you to focus on necessary content.<br />
What do your site visitors really need?</p>
<p><strong>Slide 40</strong><br />
matchMedia.<br />
Set breakpoint in a variable.<br />
Add a listener to the variable.<br />
Set functions on load or resize.</p>
<p><strong>Slide 42</strong><br />
No shortage of good themes.<br />
Find themes that focus on mobile first.</p>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/nZKq_xcVlpE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2012/01/22/responsive-web-design-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.withoutnations.com/2012/01/22/responsive-web-design-wordpress/</feedburner:origLink></item>
		<item>
					<title>Write-up: TYPO London 2011 (Thursday)</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/Pf5DG2KwLa4/</link>
				<comments>http://www.withoutnations.com/2011/11/04/write-up-typo-london-2011-thursday/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 13:33:13 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[TYPO]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1636</guid>
		<description><![CDATA[Places From 20-22 October, London was host to the TYPO 2011 conference. The conference started sixteen years ago in Berlin, continuing without interruption since. London holds the distinction as the first event held outside of Germany. The format: three days of talks with appearances by more than forty speakers. The schedule is quite ambitious. Talks begin in [...]]]></description>
			<content:encoded><![CDATA[<h3>Places</h3>
<p>From 20-22 October, London was host to the <a href="http://typolondon.com/">TYPO 2011</a> conference. The conference started sixteen years ago in Berlin, continuing without interruption since. London holds the distinction as the first event held outside of Germany. The format: three days of talks with appearances by more than forty speakers. The schedule is quite ambitious. Talks begin in the early morning and continue well into the evening: there is no filler and the expectation of quality is high. <a href="http://spiekermann.com/">Erik Spiekermann</a> (always direct, brutally honest, wonderfully hilarious) and <a href="http://www.thisisrealart.com/">Adrian Shaughnessy</a> acted as the glue of the conference, holding the space between speakers in place.</p>
<p>The theme of the conference is perhaps best summarised by a point Dale Herigstad made in the very first talk, later expanded upon by Tim Fendley. <em>Spaces become places when they contain meaning; places gain definition with name</em>. The speakers, organisers and audience members all arrived from a great many places, and the work and conversation shared amongst them reaches even further.</p>
<p>While I currently design and develop for the web, my background is in print. I formally studied as a Graphic Designer, schooled in the principles of the Bauhaus and Swiss design. Towards the latter half of university, I experienced the autumn years of post-modernism in design &#8212; a divergence that encouraged experimentation and insisted on questioning legibility &#8212; an experience that certainly influenced my understanding of design as much as formal modernism. The speakers who volunteered their time for this conference came from a genuine mix of design and art backgrounds. Design conferences of this scale are quite rare, and I feel quite fortunate to have had the opportunity to see the work of so many of my peers and heroes, to view the work as presented.</p>
<p>The quality and tempo of the conference was perhaps set by the first day of talks, a series to kick off the weekend in great anticipation.</p>
<p><span id="more-1636"></span></p>
<p>&nbsp;</p>
<h3>People</h3>
<p><strong>Dale Herigstad</strong>. <em>Media Space: Where is what? Where is where?</em></p>
<p>Chief Interaction Officer, <a title="Possible Worldwide" href="http://www.possibleworldwide.com/">Possible Worldwide</a></p>
<p>Screens can define places. Historically, a shape &#8212; the rectangle &#8212; confined information and entertainment. The rectangle, the screen, is surface onto a scene. Through advancements in dimension and space, the confines of the screen begin to erode. Detached observation moves to immersive and interactive space. Gestures, metadata, contextual information, social networking, multi-planing leads to the creation of media space. Content portals, transitions and advanced interaction provide a dynamic experience in-game and media space.</p>
<p><a href="http://typolondon.com/blog/2011/10/dale-herigstad-when-the-rectangle-is-gone/">Further thoughts from the TYPO Blog</a></p>
<p>&nbsp;</p>
<p><strong>Nat Hunter</strong>. <em>Telling the right story</em></p>
<p>Creative Director, <a title="Airside" href="http://www.airside.co.uk/">Airside</a></p>
<p>Telling the right story is as important as a narrative work. Before presenting examples of great Airside narratives, Nat Hunter told a bit of her own story. Moving from chemistry to programming &#8212; with a great cameo from the <a href="http://en.wikipedia.org/wiki/Logo_(programming_language)">Logo</a> turtle! &#8212; to human computer interaction (HCI), she went on to start Airside as a collective with two partners. A few of the highlighted projects:</p>
<ul>
<li><a href="http://www.airside.co.uk/work/projects/demos-power">Demos: The Power Gap</a></li>
<li>Virgin Atlantic: In-flight entertainment</li>
<li>CafeDirect / <a href="http://wefarm.info/">WeFarm</a></li>
</ul>
<p>The new Virgin Atlantic in-flight entertainment system is welcome. I often fly Virgin to New York and the in-flight entertainment is &#8212; whilst better than most airlines &#8212; quite a terrible experience. Currently, an awkward game controller controls the user interface; accessing any piece of media requires, at minimum, half a dozen clicks and arrows presses. The new interface works entirely through touch and gesture. Media is largely accessed with one touch. Hunter described the challenges inherent to in-flight entertainment: by the time an airline manufactures and installs it, the system is outdated. The interface is meant to last for ten years. Aside from a few questionable UI decisions (primarily, heavy gradients) the interface should stand the test of time. I am eager to experience it on my next flight.</p>
<p>Ms Hunter shared an anecdote about the adoption of the new video screens: success is measured by a decline in drinks purchased from the bar, implying higher engagement with the entertainment system as a result of shorter wait times and more immediate interaction.</p>
<p><a href="http://typolondon.com/blog/2011/10/nat-hunter-telling-the-right-story/">Further thoughts from the TYPO Blog</a></p>
<p>&nbsp;</p>
<p><strong>Kutlu Çanlio?glu</strong>&amp;<strong> Titus Nemeth</strong>. <em>BBC&#8217;s Global Experience Langauge in 27 languages and 9 scripts</em></p>
<p>PhD Candidate, Reading University / Senior Creative Director, <a href="http://www.bbc.co.uk/worldservice/">BBC World Service</a></p>
<p>The BBC World Service poses a unique user experience and typographic challenge to the designers and developers of the broadcasting system. BBC news is available in twenty-seven languages and nine scripts. In applying their <a href="http://www.bbc.co.uk/guidelines/gel/">Global Experience Language (GEL)</a> framework to the many World Service websites, the BBC attempt to ensure a consistency of layout, local interpretations of colour and design patterns whilst maintaining a respect for the varied methods of content delivery. Brasil, as an example, rarely uses images for hard news; images are largely provided by local contributors. In Russia, all news is hard news, it is difficult to ascertain hierarchy. Bandwidth in China is unpredictable and slow: web users expect links to always open in a new window so that they may continue to load in the background. Çanlio?lu and his team often weigh accessibility and experience principles against regional expectations, continually asking the question: are the differences relevant to our approach?</p>
<p>The BBC join a bold, global initiative to utilise professional typography on the web, as embedded fonts. Arabic, as the flagship, is often only available in a single script released by Microsoft decades ago; a simplified representation of letterforms that ignores many cultural and linguistic subtleties. The irony, of course, is that users grew accustomed to the mistakes of the computer font and anticipate those changes over their authentic, written counterparts. The BBC selected Titus Nemeth&#8217;s <em>Nassim</em> typeface for <a href="http://www.bbc.co.uk/arabic/middleeast/2011/10/111031_un_libya_weapons.shtml">Arabic-language sites</a>. Much of the talk focused on the fascinating development of this typeface.</p>
<p><a href="http://typolondon.com/blog/2011/10/kutlu-canlioglu-and-titus-nemeth-the-raster-tragedy/">Further thoughts from the TYPO Blog</a></p>
<p>&nbsp;</p>
<p><strong>Jonathan Ellery</strong>. <em>The here and the now</em></p>
<p>Founder, <a href="http://brownsdesign.com">Browns</a></p>
<p>After a brief debate on his role as artist or designer (&#8220;design is: a brief, a client and fees&#8221;), Jonathan Ellery discussed the publishing business of his design studio, initiated in 2005. Named <a href="http://brownseditions.com/">Browns Editions</a>, Ellery self-publishes many of his own artist works, personal works that otherwise would be unlikely to see the light of day.</p>
<ul>
<li><a href="http://brownseditions.com/books/book.php?cat=191">136 Points of Reference</a></li>
<li><a href="http://brownseditions.com/books/book.php?cat=190">87</a> (a study in typography and form)</li>
<li><a href="http://brownseditions.com/books/book.php?cat=187">In and Out</a> (an abstract journey: roots in the life of Ellery&#8217;s father)</li>
<li><a href="http://brownseditions.com/books/book.php?cat=186">Constance</a> (accompanied a performance: Ellery&#8217;s relationship with women)</li>
<li><a href="http://brownseditions.com/books/book.php?cat=197">Ellery&#8217;s Theory of Neo-conservative Creationism</a> (an abstract journey: religion and science reconciled)</li>
<li><a href="http://brownseditions.com/books/book.php?cat=207">The Human Condition</a> (a study of rings, from child innocence to dark sexuality)</li>
</ul>
<p>I felt <em>136 Points of Reference</em> was particularly interesting. A collection of objects, moments, and broadly defined things that influenced Ellery and his work at the studio. The reference points were arranged in the publication in a way to show relationships between objects; to build rhythm and context. He remarked that everyone has a constantly evolving set of references, and that we have a responsibility to acknowledge these references. Once acknowledged, set them aside and move on. In keeping the same points of reference, you and your work are at risk of becoming mere shadows of their former selves.</p>
<p><a href="http://typolondon.com/blog/2011/10/jonathan-ellery-the-here-and-now/">Further thoughts from the TYPO Blog</a></p>
<p>&nbsp;</p>
<p><strong>Tony Brook</strong>. <em>Bred in the bone</em></p>
<p>Creative Director, <a href="http://spin.co.uk/">Spin</a></p>
<p>Mr Brook took time at the beginning of the talk to briefly discuss two projects: the identity for <a href="http://spin.co.uk/work-by-client/haunch-of-venison-3/haunch-of-venison-identity">Haunch of Venison</a> and the <a href="http://spin.co.uk/work-by-client/design-museum/">curation/design</a> of the <a href="http://designmuseum.org/exhibitions/2011/wim-crouwel">Wim Crouwel exhibition</a> at the Design Museum in London. The first appears to be a fantastic piece of reductive work: an apparent raw interpretation of the legs (the haunch) of a three-legged deer, turned to its side.</p>
<p>The Design Museum work was an extraordinary opportunity for Brook &#8212; a self-described &#8220;Wim Crouwel&#8221; stalker. He embraced the opportunity to meet with Crouwel, explore archives in the Netherlands. With some persuasion, Brook convinced the Design Museum to curate an exhibition. Spin visualised everything: catalogues, iOS apps, posters, invitations, exhibition signage, souvenirs.</p>
<p>&#8220;Bred in the bone&#8221; is a loose theory that design is shaped by the culture, heritage, economy of language and genetic makeup of those who create it. Brook used his own heritage to illustrate his point; the importance of Northern (England) culture in Halifax, Yorkshire &#8212; the places, people, language and music that leave sometimes in-discernible traces of influence in life and work.</p>
<p><a href="http://typolondon.com/blog/2011/10/tony-brook-stalking-your-idol-–-5-handy-hints/">Further thoughts from the TYPO Blog</a></p>
<p>&nbsp;</p>
<p><strong>Michael Bierut</strong>. <em>The only important decision</em></p>
<p>Partner, <a href="http://www.pentagram.com">Pentagram</a></p>
<p>Mr Bierut presented his showcase of work from Pentagram very much in the spirit of the conference. A sense of place for each project: work that embodies the context of the cities and landmarks in which commissioned. The title of the talk references the most important decision a designer can often make: what typeface should I use? In the highlights below, I&#8217;ve noted the typeface selected/created for each.</p>
<ul>
<li><a href="http://www.pentagram.com/search/celebration/#/1684/">Celebration, Florida</a> (Cheltenham)</li>
<li>Lower Manhattan, New York: <a href="http://www.pentagram.com/search/lower+manhattan/#/1519/">Alliance for Downtown New York</a> (Akzidenz Grotesk)</li>
<li>Brooklyn, New York: <a href="http://www.pentagram.com/search/brooklyn+academy/#/1824/">Brooklyn Academy of Music</a> (News Gothic)</li>
<li>Park Avenue, Manhattan: <a href="http://www.pentagram.com/search/lever+house/#/1507/">Lever House</a> (Lever Sans)</li>
<li>Falls Church, Virginia: <a href="http://www.pentagram.com/search/falls+church/#/1895/">General Dynamics</a></li>
<li>Milwaukee, Wisconsin: <a href="http://www.pentagram.com/search/harley-davidson/#/217/">Harley-Davidson</a> (Knockout)</li>
<li>Floral Park, New Jersey: <a href="http://www.pentagram.com/search/jets/#/1502/">New York Jets</a> (Jets Bold)</li>
<li>Columbus Circle, Manhattan, New York: <a href="http://www.pentagram.com/work/#/all/museums/newest/318/">Museum of Arts and Design</a> (MAD Face)</li>
<li>Miami, Florida: <a href="http://www.pentagram.com/search/new+world+symphony/#/1874/">New World Symphony</a></li>
<li>Times Square, Manhattan, New York: <a href="http://www.pentagram.com/search/new+york+times/#/254/">The New York Times</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/Pf5DG2KwLa4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2011/11/04/write-up-typo-london-2011-thursday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.withoutnations.com/2011/11/04/write-up-typo-london-2011-thursday/</feedburner:origLink></item>
		<item>
					<title>Immigration and settlement in the United Kingdom</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/ouRV4CQ24RQ/</link>
				<comments>http://www.withoutnations.com/2011/08/13/immigration-and-settlement-in-the-united-kingdom/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 22:31:33 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[immigration]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[Tories]]></category>
		<category><![CDATA[United Kingdom]]></category>
		<category><![CDATA[visa]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1453</guid>
		<description><![CDATA[On 9 June 2011, Immigration Minister Damian Green set out a proposal to abolish the link between temporary migration and permanent settlement in the United Kingdom. Specifically, the Home Office intends to reclassify visas as temporary and permanent for workers outside of the EEA. Most current work/study visas would fall under temporary; reserving permanent settlement [...]]]></description>
			<content:encoded><![CDATA[<p>On 9 June 2011, Immigration Minister Damian Green <a href="http://www.ukba.homeoffice.gov.uk/sitecontent/newsarticles/2011/june/12government-migration-proposals" title="Migration proposals">set out a proposal</a> to abolish the link between temporary migration and permanent settlement in the United Kingdom. Specifically, the Home Office intends to reclassify visas as temporary and permanent for workers outside of the EEA. Most current work/study visas would fall under temporary; reserving permanent settlement for a select few immigrants entering with employee-sponsored and ancestry-based qualifications. The proposed changes are the latest in successively more restrictive measures to immigration policy in the United Kingdom.</p>
<h4>Leave to remain</h4>
<p>Currently, the United Kingdom grants a migrant working or studying a specific period of &#8220;leave to remain&#8221;, during which they are entitled to claim temporary residency. At the end of this time, a person may choose to renew their visa or switch to a more appropriate route &#8212; for example, a student or spouse seeking entitlement to work. After five years of continued residency, immigrants may then apply for &#8220;indefinite leave to remain&#8221; (ILR), provided they continue to meet the necessary skill requirements. While ILR is still a step removed from citizenship, it does grant permanent settlement in the UK and full access to state services. The aforementioned consultation seeks to define, at the onset of a visa application, which visas are temporary. Workers on temporary visas will not have the option to apply for ILR.</p>
<p>The previous, Labour government introduced the current <a href="http://en.wikipedia.org/wiki/Tier_1_(General)_highly_skilled_workers" title="Tiered visas">tiered working visa system</a> in 2008. It is now all but extinct. The Home Office, in the waning years of Gordon Brown, made incremental restrictions to tiered visas by increasing the skill requirements of incoming workers. Following the election of the Liberal Democrat / Conservative coalition, the government has systematically dismantled the visa system. The highest privileged working visa &#8212; the Tier 1 Highly Skilled Migrant &#8212; <a href="http://www.ukba.homeoffice.gov.uk/sitecontent/newsfragments/35-t1-t2-annual-limits" title="Home Office">closed</a> on <a href="http://www.withoutnations.com/2010/12/05/closed-doors/" title="Closed doors">6 April 2011</a>. Tier 4, the student visa, was <a href="http://ukba.homeoffice.gov.uk/sitecontent/newsarticles/2011/march/54-student-visas">significantly altered</a> the same month in parallel to closing of the Tier 1 Post-study working visa.</p>
<p>The Home Office states that 84,000 migrants from outside the European Economic Area were granted indefinite leave to remain in 2010 via employment routes, a 17% increase from totals in 1997 (a year apparently relevant as it was the start of the three-term Labour government). Oft quoted reasons for reducing migration include the additional strain on services and loss of skilled jobs. </p>
<p>Theresa May, the Home Secretary, has made it clear that the United Kingdom intends to block the flow of immigrants from outside the EEA to as few people as legally possible.</p>
<p><span id="more-1453"></span></p>
<h4>Labor</h4>
<blockquote><p>We want the brightest and best workers to come to the UK, make a strong contribution to our economy while they are here, and then return home.
<p><cite>Damian Green</cite></p>
</blockquote>
<p>The Home Department addresses immigrants as &#8220;workers&#8221;. The underlying rationale is that visa holders have come to the UK to advance their work and careers. This is fair reasoning. However, the assumption that people are here <b>only</b> to work is deeply flawed. Green ignores the strong cultural and social ties that immigrants inevitably form. Adopted homes, however fleeting, still bind. Expecting immigrants to arrive, work for a bit then neatly pack their bags disregards the life that work is bundled within. Five years can be a lifetime of experience and learning; of friendship, of love, of cultural embrace.</p>
<p>The proposal makes no care for these links to community; coldly rational, it either denies the existence of friendship and possibility outside of work or expects the swift burning of bridges. Damian Green&#8217;s words amplifies an understanding that people are resources: temporary bodies to fill temporary roles.</p>
<h4>Contribution</h4>
<p>In striking contrast, Michael Bloomberg, mayor of New York, is pushing an <a href="http://mikebloomberg.com/index.cfm?objectid=9465639F-C29C-7CA2-F91D1F107BD1781E" title="Mike Bloomberg">initiative</a> to reform immigration in the United States, acknowledging the essential role of immigrants in America&#8217;s economic and cultural growth. Bloomberg proposes more temporary and permanent working visas for highly skilled migrants, new entrepreneur visas and expanded green cards.</p>
<blockquote><p>We will not remain a global superpower if we continue to close our doors to people who want to come here to work hard, start businesses, and pursue the American dream. The American dream cannot survive if we keep telling the dreamers to go elsewhere.
<p><cite><a href="http://bit.ly/lwLSkl">Michael Bloomberg</a></cite></p>
</blockquote>
<p>His initiative is a stark difference to the policies of the coalition government in the United Kingdom, and indeed to opinion in many parts of the United States. Yet his honesty and openness hits at a truth that many have been content to ignore. The immigration debate so often focuses on illegal persons that it rarely recognizes the economic and intellectual boon that stems from legal paths of migration. Globalization has allowed business and innovation to flourish, yet our borders are being closed to a generation of makers and thinkers.</p>
<h4>Choice</h4>
<p>The <a href="http://www.ukba.homeoffice.gov.uk/sitecontent/documents/policyandlaw/consultations/employment-related-settlement/" title="Proposal">proposal</a> <small>(document)</small>, if passed, will come into effect in 2014. It is unclear whether immigrants already in the United Kingdom would be affected by the changes. The Home Office is keeping an <a href="http://www.ukba.homeoffice.gov.uk/work-routes-consultation" title="Home Office">open consultation</a> until 9 September.</p>
<p>I did not move to the United Kingdom with the intent to settle permanently. The prospect of permanent settlement, however, is incentive for me to stay.</p>
<p>I have lived in this country for two years and already have a sincere appreciation for my work experience, my friends, the culture, this city. I understand how difficult it could be in one year to leave all of that behind. The same decision three years on is a choice I would hope to earn: a choice I believe all legal immigrants deserve.</p>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/ouRV4CQ24RQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2011/08/13/immigration-and-settlement-in-the-united-kingdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.withoutnations.com/2011/08/13/immigration-and-settlement-in-the-united-kingdom/</feedburner:origLink></item>
		<item>
					<title>Custom WordPress RSS feeds and Feedburner</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/Kw9LbrPCmXE/</link>
				<comments>http://www.withoutnations.com/2011/07/17/custom-wordpress-rss-feeds-and-feedburner/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 15:08:31 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[making things]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[theming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1451</guid>
		<description><![CDATA[A great deal of web content is accessible through syndication feeds. RSS, the de facto standard, is often the singular path to publishings of an author&#8217;s blog. Despite rumblings of its demise, RSS remains an essential method of news consumption. As such, a feed should strive to provide the clearest, cleanest presentation of content possible [...]]]></description>
			<content:encoded><![CDATA[<p>A great deal of web content is accessible through syndication feeds. RSS, the de facto standard, is often the singular path to publishings of an author&#8217;s blog. Despite <a href="http://camendesign.com/blog/rss_is_dying" title="RSS is dead">rumblings</a> of its demise, RSS remains an essential method of news consumption. As such, a feed should strive to provide the clearest, cleanest presentation of content possible outside of the feed&#8217;s source website.</p>
<p>I recently introduced a second stream of content to this site, <em>Snapshots</em> of web content that I find inspiring or informative. The format for presentation of this stream is still under debate, but the current solution mixes the posts into my normal blog stream. When it came to delivering this content to an RSS client, I wanted to ensure that readers weren&#8217;t forced to click through to this site first to view the linked content. Additionally, the posts categorized as snapshots should be differentiated in the feed.</p>
<p>Subscriptions for this site, like many others, are tracked through <a href="http://feedburner.google.com" title="Feedburner">Feedburner</a>. My goal was to create a custom RSS feed to accommodate a different type of content post which would overwrite the default WordPress feed, then track the custom feed with Feedburner.</p>
<p>This requires three steps.</p>
<h3>WordPress</h3>
<h4>Automation</h4>
<p>With the release of version 3.0, WordPress has supported a small but very helpful function for handling the output of RSS feeds. Previously, all links had to be added manually in the header section of the theme templates. The new function automates the entire process; on an index page it will create a feed for all posts and a feed for all comments; on an individual post, the two global feeds with the addition of a comments feed relevant to the current post. To enable automation, first remove all existing RSS links from the theme header. The function will not work otherwise. Then, add the following to functions.php:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">add_theme_support<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'automatic-feed-links'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>If your theme requires backwards compatibility with WordPress before 3.0, have a look at <a href="http://clark-technet.com/2010/05/wordpress-theme-developers-tip-automatic-feed-links-in-3-0" title="Jeremy Clark">Jeremy Clark</a>&#8216;s solution.</p>
<h4>Building a custom feed</h4>
<p>The WordPress documentation has a <a href="http://codex.wordpress.org/Customizing_Feeds" title="Wordpress: Custom RSS">list of recommended methods</a> for creating custom RSS feeds. I chose to build my feed as a custom theme template, based on notes from <a href="http://www.seodenver.com/custom-rss-feed-in-wordpress/" title="Zack Katz">Zack Katz</a>.</p>
<p><strong>Set a function to load your custom PHP template</strong>.<br />
The name of my custom feed template is, quite originally, <code>feed.php</code> and located at the root of my active theme. All mentions of <em>honeycomb</em> are unique, required values. Change the name to something appropriate to your site. <em>Honeycomb</em> is in reference to the name of my theme.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> honeycomb_rss<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	load_template<span style="color: #009900;">&#40;</span> TEMPLATEPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/feed.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'do_feed_honeycomb'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'honeycomb_rss'</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">10</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Katz&#8217;s tutorial also provides a function to manage custom permalinks so that links to <code>/?feed=rss</code> will work as well as <code>/feed/rss/</code> for custom feeds.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> custom_feed_rewrite<span style="color: #009900;">&#40;</span><span style="color: #000088;">$wp_rewrite</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000088;">$feed_rules</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
		<span style="color: #0000ff;">'feed/(.+)'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'index.php?feed='</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$wp_rewrite</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">preg_index</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
		<span style="color: #0000ff;">'(.+).xml'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'index.php?feed='</span><span style="color: #339933;">.</span> <span style="color: #000088;">$wp_rewrite</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">preg_index</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span>
		<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$wp_rewrite</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">rules</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$feed_rules</span> <span style="color: #339933;">+</span> <span style="color: #000088;">$wp_rewrite</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">rules</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'generate_rewrite_rules'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'custom_feed_rewrite'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Resaving your existing permalink settings in WordPress->Settings->Permalinks will activate the new rules.</p>
<p><strong>Create a custom feed template</strong><br />
In the function above, the custom feed template is located at <code>/feed.php</code> (eg <code>wp-content/themes/honeycomb/feed.php</code>). Create a new file with your chose template name at this location, and drop the entirety of <code>/wp-includes/feed-rss2.php</code> inside.</p>
<p>This is your custom feed, and will reflect any changes made to the custom template.</p>
<p>The default WordPress posts feed is located at <code>http://www.withoutnations.com/feed/</code> (alternatively, <code>http://www.withoutnations.com/?feed=rss2</code>). The custom feed noted above is accessible at <code>http://www.withoutnations.com/feed/honeycomb/</code> and <code>http://www.withoutnations.com/?feed=honeycomb</code>.</p>
<h3>Feedburner</h3>
<p>The next step is to update Feedburner with the custom address. Select &#8220;Edit Feed Details…&#8221; from any of the analytics tabs at Feedburner to edit the feed configuration. As we are replacing the default WordPress feed with our custom file, the source that Feedburner looks to for analysis must be changed. In the settings pane, I replaced <strong>Original feed</strong> <code>http://www.withoutnations.com/feed/</code> with <code>http://www.withoutnations.com/feed/honeycomb/</code> (the path to the custom feed).</p>
<p><img src="http://www.withoutnations.com/wp-content/uploads/2011/07/feedburner.png" alt="" title="Feedburner: Settings" width="600" height="114" class="alignnone size-full wp-image-1477" /></p>
<h3>Apache</h3>
<p>With the custom feed defined and the Feedburner source set, the last remaining task is to tell WordPress to forward your main feed path to Feedburner, where it can be properly tracked and managed. There are a number of WordPress plugins that can help with this: <a href="http://wordpress.org/extend/plugins/feedburner-plugin/" title="FD Feedburner">FD Feedburner</a> and <a href="http://wordpress.org/extend/plugins/primary-feedburner/" title="Primary Feedburner">Primary Feedburner</a> are actively maintained by their developers. Google still provides an older version of <a href="http://www.google.com/support/feedburner/bin/answer.py?hl=en&#038;answer=78483" title="Feedsmith">Feedsmith</a> as well.</p>
<p>The basic function of all of the plugins is to set an Apache rewrite rule that redirects your feed URL to Feedburner. It&#8217;s a convenient service if access to your site&#8217;s server environment is restricted or you are uncomfortable editing server-side files. However, if this isn&#8217;t a worry, I suggest setting the rewrite rule yourself in .htaccess. It&#8217;s straightforward, dependable and does not rely on third-party plugins which are prone to compatibility issues and bugs.</p>
<p>In a not-so-recent article, Jeff Starr at <a href="http://perishablepress.com/press/2008/03/25/redirect-wordpress-feeds-to-feedburner-via-htaccess-redux/" title="Perishable Press">Perishable Press</a> provides a few simple and efficient .htacess rules to achieve WordPress to Feedburner redirects. His suggestions include both post and comment feed redirects. Have a look through his article if this is something your site requires; I was only interested in creating one single custom post feed and setting it to redirect and hence left WordPress to manage the comment feeds.</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">IfModule</span> mod_rewrite.c&gt;
<span style="color: #00007f;">RewriteEngine</span> <span style="color: #0000ff;">On</span>
<span style="color: #00007f;">RewriteCond</span> %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC] 
<span style="color: #00007f;">RewriteRule</span> ^feed/$ http://feeds.feedburner.com/withoutnations [L,NC,R=<span style="color: #ff0000;">302</span>]
&lt;/<span style="color: #000000; font-weight:bold;">IfModule</span>&gt;</pre></div></div>

<p>Requests for <code>/feed/</code> will redirect to Feedburner at <code>http://feeds.feedburner.com/withoutnations</code>. This rule reroutes the main feed but leaves <code>/feed/honeycomb</code> accessible to Feedburner.</p>
<p>If your site is using custom permalinks, it is essential to place the Feedburner rewrite rule above the WordPress permalink rewrites, otherwise WordPress ignores the redirect. Typically, permalink rules will look something like:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #adadad; font-style: italic;"># BEGIN WordPress</span>
&lt;<span style="color: #000000; font-weight:bold;">IfModule</span> mod_rewrite.c&gt;
<span style="color: #00007f;">RewriteEngine</span> <span style="color: #0000ff;">On</span>
<span style="color: #00007f;">RewriteBase</span> /
<span style="color: #00007f;">RewriteRule</span> ^index\.php$ - [L]
<span style="color: #00007f;">RewriteCond</span> %{REQUEST_FILENAME} !-f
<span style="color: #00007f;">RewriteCond</span> %{REQUEST_FILENAME} !-d
<span style="color: #00007f;">RewriteRule</span> . /index.php [L]
&lt;/<span style="color: #000000; font-weight:bold;">IfModule</span>&gt;
<span style="color: #adadad; font-style: italic;"># END WordPress</span></pre></div></div>

<p>The simplest way to test if the feed is working is to check the feed URL in a browser: <code>/feed/</code> should immediately redirect to the Feedburner account address (eg <code>http://feeds.feedburner.com/withoutnations</code>).</p>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/Kw9LbrPCmXE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2011/07/17/custom-wordpress-rss-feeds-and-feedburner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.withoutnations.com/2011/07/17/custom-wordpress-rss-feeds-and-feedburner/</feedburner:origLink></item>
		<item>
					<title>Snapshot: OFFF Barcelona 2011 Main Titles</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/yo-yB1-VoTM/24982650</link>
				<comments>http://www.withoutnations.com/2011/07/09/offf-barcelona-2011-main-titles/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 21:41:20 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Snapshots]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1446</guid>
		<description><![CDATA[&#160;]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><iframe src="http://player.vimeo.com/video/24982650?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="524" height="190"></iframe></p>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/yo-yB1-VoTM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2011/07/09/offf-barcelona-2011-main-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://vimeo.com/24982650</feedburner:origLink></item>
		<item>
					<title>Snapshot: The Kickin’ Chicken</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/K4xJ-JBPK-M/if_this_chickens_a_kickin_dont_come_a_cluckin.php</link>
				<comments>http://www.withoutnations.com/2011/07/09/the-kickin-chicken/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 18:07:17 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Snapshots]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1424</guid>
		<description />
			<content:encoded><![CDATA[<p><a href="http://www.underconsideration.com/brandnew/archives/if_this_chickens_a_kickin_dont_come_a_cluckin.php"><img class="alignleft size-medium wp-image-1437" title="snapshot_chicken" src="http://www.withoutnations.com/wp-content/uploads/2011/07/snapshot_chicken-545x374.png" alt="" width="545" height="374" /></a></p>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/K4xJ-JBPK-M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2011/07/09/the-kickin-chicken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.underconsideration.com/brandnew/archives/if_this_chickens_a_kickin_dont_come_a_cluckin.php</feedburner:origLink></item>
		<item>
					<title>Snapshot: Online Dating: Sex, Love, and Loneliness : The New Yorker</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/jIw_VEz8iYI/110704fa_fact_paumgarten</link>
				<comments>http://www.withoutnations.com/2011/07/03/online-dating-sex-love-and-loneliness-the-new-yorker/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 19:46:37 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Snapshots]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1389</guid>
		<description><![CDATA[The process of selecting and securing a partner, whether for conceiving and rearing children, or for enhancing one’s socioeconomic standing, or for attempting motel-room acrobatics, or merely for finding companionship in a cold and lonely universe, is as consequential as it can be inefficient or irresolute. Lives hang in the balance, and yet we have [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The process of selecting and securing a partner, whether for conceiving and rearing children, or for enhancing one’s socioeconomic standing, or for attempting motel-room acrobatics, or merely for finding companionship in a cold and lonely universe, is as consequential as it can be inefficient or irresolute. Lives hang in the balance, and yet we have typically relied for our choices on happenstance—offhand referrals, late nights at the office, or the dream of meeting cute.</p></blockquote>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/jIw_VEz8iYI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2011/07/03/online-dating-sex-love-and-loneliness-the-new-yorker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.newyorker.com/reporting/2011/07/04/110704fa_fact_paumgarten</feedburner:origLink></item>
		<item>
					<title>Snapshot: The Spam Factory’s Dirty Secret</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/jeAANxTZ64E/hormel-spam-pig-brains-disease</link>
				<comments>http://www.withoutnations.com/2011/06/30/the-spam-factorys-dirty-secret/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 19:51:39 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Snapshots]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1393</guid>
		<description><![CDATA[On the other side, Garcia inserted the metal nozzle of a 90-pounds-per-square-inch compressed-air hose and blasted the pigs&#8217; brains into a pink slurry. One head every three seconds. A high-pressure burst, a fine rosy mist, and the slosh of brains slipping through a drain hole into a catch bucket.]]></description>
			<content:encoded><![CDATA[<blockquote><p>On the other side, Garcia inserted the metal nozzle of a 90-pounds-per-square-inch compressed-air hose and blasted the pigs&#8217; brains into a pink slurry. One head every three seconds. A high-pressure burst, a fine rosy mist, and the slosh of brains slipping through a drain hole into a catch bucket.</p></blockquote>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/jeAANxTZ64E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2011/06/30/the-spam-factorys-dirty-secret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://motherjones.com/politics/2011/06/hormel-spam-pig-brains-disease</feedburner:origLink></item>
		<item>
					<title>Snapshot: Sad as Hell</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/uxYGuYy6Xh0/sad-as-hell</link>
				<comments>http://www.withoutnations.com/2011/06/25/sad-as-hell/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 19:58:09 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Snapshots]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1396</guid>
		<description><![CDATA[I have the sensation, as do my friends, that to function as a proficient human, you must both “keep up” with the internet and pursue more serious, analog interests. I blog about real life; I talk about the internet. It’s so exhausting to exist on both registers, especially while holding down a job. It feels [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I have the sensation, as do my friends, that to function as a proficient human, you must both “keep up” with the internet and pursue more serious, analog interests. I blog about real life; I talk about the internet. It’s so exhausting to exist on both registers, especially while holding down a job. It feels like tedious work to be merely conversationally competent.</p></blockquote>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/uxYGuYy6Xh0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2011/06/25/sad-as-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nplusonemag.com/sad-as-hell</feedburner:origLink></item>
		<item>
					<title>Snapshot: Anatomy of a Mashup: Definitive Daft Punk visualised</title>
			<link>http://feedproxy.google.com/~r/withoutnations/~3/l03DUfcUzUU/</link>
				<comments>http://www.withoutnations.com/2011/06/08/anatomy-of-a-mashup-definitive-daft-punk-visualised/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 20:05:35 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Snapshots]]></category>
		<category><![CDATA[Web Project]]></category>

		<guid isPermaLink="false">http://www.withoutnations.com/?p=1403</guid>
		<description />
			<content:encoded><![CDATA[<p><a href="http://daftpunk.themaninblue.com/"><img class="alignleft size-medium wp-image-1439" title="snapshot_daft-punk" src="http://www.withoutnations.com/wp-content/uploads/2011/06/snapshot_daft-punk-545x374.png" alt="" width="545" height="374" /></a></p>
<img src="http://feeds.feedburner.com/~r/withoutnations/~4/l03DUfcUzUU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.withoutnations.com/2011/06/08/anatomy-of-a-mashup-definitive-daft-punk-visualised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://daftpunk.themaninblue.com/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.751 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-01-30 17:26:20 -->

