<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Substrakt &#187; austin</title>
	<atom:link href="http://substrakt.co.uk/tag/austin/feed/" rel="self" type="application/rss+xml" />
	<link>http://substrakt.co.uk</link>
	<description>Substrakt</description>
	<lastBuildDate>Tue, 31 Aug 2010 11:01:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SXSWi: Even Faster Web Sites</title>
		<link>http://substrakt.co.uk/2009/03/27/sxswi-even-faster-web-sites/</link>
		<comments>http://substrakt.co.uk/2009/03/27/sxswi-even-faster-web-sites/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 10:21:26 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[faster]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://www.substrakt.co.uk/?p=400</guid>
		<description><![CDATA[Some tips from Google on how to speed things up.]]></description>
			<content:encoded><![CDATA[<div id="__ss_1151677" style="width:425px;text-align:left"><a title="SXSW: Even Faster Web Sites" href="http://www.slideshare.net/souders/sxsw-even-faster-web-sites?type=presentation">SXSW: Even Faster Web Sites</a></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/souders">Steve Souders</a>.</div>
</div>
<p>Focus on the frontend, increase percevied performance.</p>
<p>Script block page execution, they block document.ready event. <a href="http://stevesouders.com/cuzillion/?ex=10008">Cuzillion</a> is a tool to test execution flow. There&#8217;s a set limit of requests for each domain, &#8216;connection pool&#8217; is the tech term, so use domain sharding. images.example.com/ scripts.example.com point to the same resource. Then you can queue up resources and they won&#8217;t block, because they served from different domains.</p>
<p>There&#8217;s a full breakdown of techniques in the slideshow but using JS to insert JS into the head won&#8217;t block, so you can use a main script to trigger loading other scripts. Useful but it gets tech if you need to load a library before another script, e.g. jQuery before jQuery UI. Suspect somebody needs to write a library to do this better. Pay attention to race conditions.</p>
<p><strong>iframes the most expensive DOM element</strong> another excuse not use them. iframes also block document ready, which is hard when your serving 3rd party ads. A way around this is to wait for document ready then insert the iframes, they load after the important JS and don&#8217;t block your UI. Just bundle them in with (#foo).html = &#8220;adcode&#8221;</p>
<p>There were also some recommendations about using mod_delate although that spends CPU time, so if you&#8217;ve got heavy traffic it might not be applicable. Also Google do some clever stuff with flushing, where part of the page is sent to the browser even if the rest of the page is in flux. It&#8217;s interesting, but then they&#8217;ve got control of the whole stack. They could/do probably run a modded up apache which is speed focused.</p>
<p>&#8220;Google want the web to be instantaneous&#8221; interesting choice of words, not fast, or quick but immediate. It&#8217;s a utility.</p>
<p><a href="http://www.stevesouders.com/blog/">More on Steve&#8217;s blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://substrakt.co.uk/2009/03/27/sxswi-even-faster-web-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SXSWi: Everything You Know About Web Design Is Wrong</title>
		<link>http://substrakt.co.uk/2009/03/19/sxswi-everything-you-know-about-web-design-is-wrong/</link>
		<comments>http://substrakt.co.uk/2009/03/19/sxswi-everything-you-know-about-web-design-is-wrong/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:51:15 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://www.substrakt.co.uk/?p=395</guid>
		<description><![CDATA[We kicked off our first Substrakt SXSW with Everything You Know About Web Design Is Wrong, I think we came out of it with a fresh perspective and focus on a very familiar topic.]]></description>
			<content:encoded><![CDATA[<p><strong>SXSWi: Everything You Know About Web Design Is Wrong</strong></p>
<p>We kicked off our first Substrakt SXSW with Everything You Know About Web Design Is Wrong, I think we came out of it with a fresh perspective and focus on a very familiar topic.</p>
<p>Here’s a quick video summary:</p>
<p>raw notes: (my comments in <strong>bold</strong>)</p>
<ul>
<li>media driven by tech not artists</li>
<li>master the tech and have good content = win</li>
<li>web needs to develop a language/grammar, film used to suck but then we developed ideas about how to use the camera to tell a story</li>
<li>artist driven instead of tech driven</li>
<li>list of sites that would be just as good if they were printed</li>
<li>above the fold is a big fail <strong>won’t be the last time I say that</strong></li>
</ul>
<p>don’t know what the grammar will be, but here are some emerging patterns</p>
<ul>
<li>random voyerism<br />
examples like flickrvision because we like to watch <strong>see also: flickr.com/explore/clock/ which I think is the best example of this atm</strong><br />
we like to watch people, even if were not connected to them <strong>people are all the same</strong><br />
another example is found magazine, which is a collection of found photographs <strong>we have the ability to construct a narrative from non-narrative forms</strong></li>
</ul>
<ul>
<li>self-aware, but controlled, content (i.e. content with metadata)<br />
Metadata is content that knows itself better than we do.</li>
</ul>
<ul>
<li>user created content<br />
The web is about a single user and the choices they make.<br />
They control the content</li>
</ul>
<ul>
<li>ambient awareness<br />
trival and profound<br />
twitter as a portrait <strong>again with the network narrative thing, also relevant to Transaction Analysis</strong></li>
</ul>
<ul>
<li>experiential content<br />
Rollercoaster is not the track, it’s the experience<br />
Experience as the content</li>
</ul>
<p>Design is not about making something look pretty, it’s the whole stack, visual design is a means to an end, real design solves problems. Design needs to happen at the beginning not just at the end, and it needs to be jambalaya mix everyone in. Use an expert in the context to explore and protect the user experience</p>
<p>Here’s the answer but your asking the wrong question</p>
<p><strong>there was a bit of talk about being allowed to fail and this usual learn from your failures vibe, I don’t agree, you need to learn from success not how to get it wrong</strong></p>
<p>If you’d like to digest the whole thing on your iPod then <a href="http://audio.sxsw.com/2009/podcasts/D1%20SXSW_PODCASTS/031309_PM1_BallA_WebDesignIsWrong.mp3"><span>grab the podcast</span></a>, everything was filmed but actually I can’t seem to track down the full version anywhere.</p>
<p>More interesting SXSW stuff to come <img src='http://substrakt.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://substrakt.co.uk/2009/03/19/sxswi-everything-you-know-about-web-design-is-wrong/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://audio.sxsw.com/2009/podcasts/D1%20SXSW_PODCASTS/031309_PM1_BallA_WebDesignIsWrong.mp3" length="18954711" type="audio/mpeg" />
		</item>
		<item>
		<title>Substrakt&#8217;s SXSW Voyage</title>
		<link>http://substrakt.co.uk/2009/02/06/substrakts-sxsw-voyage/</link>
		<comments>http://substrakt.co.uk/2009/02/06/substrakts-sxsw-voyage/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:12:55 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://www.substrakt.co.uk/?p=378</guid>
		<description><![CDATA[In March, Jim and I will be off to SXSW. There&#8217;s some fantastic panels lined up, I&#8217;m already having a hard time picking which things to go to, everything sounds a bit too interesting. I know that Pete Ashton and Antonio Gould are headed in that direction, but who else from around Birmingham is going over? It would [...]]]></description>
			<content:encoded><![CDATA[<p>In March, Jim and I will be off to <a href="http://sxsw.com/">SXSW</a>. There&#8217;s some <a href="http://panelpicker.sxsw.com/">fantastic panels lined up</a>, I&#8217;m already having a hard time picking which things to go to, everything sounds a bit too interesting.</p>
<p>I know that <a href="http://ash10.com/2009/01/crowdsourcing-sxswi-support/">Pete Ashton</a> and <a href="http://antoniogould.com/2009/02/02/im-going-to-sxsw/comment-page-1/">Antonio Gould</a> are headed in that direction, but who else from around Birmingham is going over? It would be nice to have a bit of a meetup in Austin.</p>
<p>If you&#8217;re headed over then <a href="http://www.dopplr.com/traveller/deplorableword">add me on Dopplr</a> so we can start making plans!</p>
<p><a href="http://www.dopplr.com/traveller/deplorableword"><img src="http://sxsw.com/drupal5/sites/all/themes/sxsw/images/sxsw2009ia.gif" alt="SXSW 2009" width="240" height="230" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://substrakt.co.uk/2009/02/06/substrakts-sxsw-voyage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
