<?xml version="1.0" encoding="UTF-8"?>
<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>akikoo.org</title>
	
	<link>http://www.akikoo.org</link>
	<description>akikoo.org | the web home of Aki Karkkainen. Published from Copenhagen, Denmark.</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:25:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/akikoo" /><feedburner:info uri="akikoo" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Web design redefined</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/e9OtqEYSGMg/</link>
		<comments>http://www.akikoo.org/log/2012/02/04/web-design-redefined/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 12:02:55 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[One web]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/log/2012/02/04/web-design-redefined-httpt/</guid>
		<description><![CDATA[Web design redefined: <a href="http://t.co/MCWGxKz2" rel="nofollow">http://t.co/MCWGxKz2</a>. The most exciting part of the design process now happens in the browser, merging Creative &#38; Tech.]]></description>
			<content:encoded><![CDATA[<p>Web design redefined: <a href="http://t.co/MCWGxKz2" rel="nofollow">http://t.co/MCWGxKz2</a>. The most exciting part of the design process now happens in the browser, merging Creative &amp; Tech.</p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/e9OtqEYSGMg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2012/02/04/web-design-redefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2012/02/04/web-design-redefined/</feedburner:origLink></item>
		<item>
		<title>Frameless Grid</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/iuR3rE0mp4A/</link>
		<comments>http://www.akikoo.org/log/2011/12/23/frameless-grid/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 15:28:14 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[One web]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/log/2011/12/23/frameless-grid-a-clever-addit/</guid>
		<description><![CDATA[Frameless Grid, a clever addition to the growing set of tools available for creating adaptive/responsive websites: <a href="http://t.co/N8WgPZKV" rel="nofollow">http://t.co/N8WgPZKV</a>]]></description>
			<content:encoded><![CDATA[<p>Frameless Grid, a clever addition to the growing set of tools available for creating adaptive/responsive websites: <a href="http://t.co/N8WgPZKV" rel="nofollow">http://t.co/N8WgPZKV</a></p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/iuR3rE0mp4A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2011/12/23/frameless-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2011/12/23/frameless-grid/</feedburner:origLink></item>
		<item>
		<title>Using Ant to decouple mobile first CSS from Media Queries</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/pjG15uk40nQ/</link>
		<comments>http://www.akikoo.org/log/2011/12/05/using-ant-with-mobile-first-css/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 19:04:53 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[One web]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Webdev]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/?p=1308</guid>
		<description><![CDATA[Often you want to progressively enhance your mobile-first websites, making them responsive, but that obviously requires a fallback plan for legacy IE browsers that don’t support CSS3 Media Queries. You also want to manage the deployment process and follow the <abbr title="Don't Repeat Yourself ">DRY</abbr> principle as much as you can. You could of course use a polyfill but that means introducing a JavaScript dependancy for layout which might not be what you want. Luckily, there are other solutions.]]></description>
			<content:encoded><![CDATA[<p>Often you want to progressively enhance your mobile-first websites, making them responsive, but that obviously requires a fallback plan for legacy IE browsers that don’t support CSS3 Media Queries. You also want to manage the deployment process and follow the <abbr title="Don't Repeat Yourself ">DRY</abbr> principle as much as you can. You could of course use a polyfill but that means introducing a JavaScript dependancy for layout which might not be what you want. Luckily, there are other solutions.<span id="more-1308"></span></p>
<p>Nicolas Gallagher recently posted a brilliant article, <a href="http://nicolasgallagher.com/mobile-first-css-sass-and-ie/">Mobile first CSS and getting Sass to help with legacy IE</a>, in which he suggests using a pre-processor to produce two versions of compiled CSS from the same core code. He is basically extending Jeremy Keith&#8217;s <a href="http://adactio.com/journal/4494/">Windows mobile media queries</a> method. </p>
<h2>Using Ant as pre-processor</h2>
<p>Inspired by Nicolas&#8217; article, I&#8217;ve adapted the Ant build script that I use in my <a href="https://github.com/akikoo/one-web-boilerplate">One Web Boilerplate</a>, to do the same kind of file pre-processing on the server side when doing a build. This enables you to work on the same stylesheets when developing, and then generate two versions, to serve legacy IE browsers a desktop layout, while more capable browser get the enhanced version with Media Queries. </p>
<h2>Ant ReplaceRegExp task</h2>
<p>Before minifying the files, the script inlines all <code>@import</code>-ed styles and then turns Media Queries into comments wherever it sees <code>/*replace*/</code>, like so:  </p>
<pre><code>
/*replace*/@media only screen and (min-width: 30em) {/*replace*/
/*Styles*/
}/*replace*/
</code></pre>
<p>For IE-specific stylesheet, this is changed like below and then minified: </p>
<pre><code>
/*@media only screen and (min-width: 30em) {*/
/*Styles*/
/*}*/</code></pre>
<p>Modern browsers get the minified version with Media Queries in place. </p>
<p>I could have of course used <a href="http://sass-lang.com/">Sass</a>, but since my framework already uses Ant, and since I want to keep it generic, I didn&#8217;t want to add any other external dependencies to it. Also, I&#8217;ve written earlier about <a href="http://www.akikoo.org/log/2010/04/11/building-frontend-code-with-ant/">how Apache Ant can help you building and optimizing frontend code</a> so I know how incredibly useful Ant can be for code deployment. </p>
<h2>See it on GitHub</h2>
<p>See the <a href="https://github.com/akikoo/one-web-boilerplate/blob/master/README.md">One Web Boilerplate README on GitHub</a> for info on how it works! Decoupling your layout CSS rules from the actual Media Queries during build time can greatly improve your workflow and help managing your code.</p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/pjG15uk40nQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2011/12/05/using-ant-with-mobile-first-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2011/12/05/using-ant-with-mobile-first-css/</feedburner:origLink></item>
		<item>
		<title>One Web Boilerplate</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/1LwXnBatBEs/</link>
		<comments>http://www.akikoo.org/log/2011/11/19/one-web-boilerplate/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 18:42:51 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[One web]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[oneweb]]></category>
		<category><![CDATA[responsive]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/?p=1227</guid>
		<description><![CDATA[Over the last year or so, I've been thinking more and more about how frontend web development processes should be structured in small and large teams. Web projects often have tight deadlines so it’s important to have a structured approach to writing reusable code and testing modular code snippets in an optimized build environment, before deploying code to a testing or staging server. ]]></description>
			<content:encoded><![CDATA[<p><a class="img-art" href="https://github.com/akikoo/one-web-boilerplate"><img alt="One Web Boilerplate on GitHub" src="/wp-content/img/2011/11/one-web-boilerplate.jpg"></a>Over the last year or so, I&#8217;ve been thinking more and more about how frontend web development processes should be structured in small and large teams. Web projects often have tight deadlines so it’s important to have a structured approach to writing reusable code and testing modular code snippets in an optimized build environment, before deploying code to a testing or staging server. </p>
<h2>Modular build framework</h2>
<p>So, with all that in mind, I&#8217;ve put together a <a class="boilerplate" href="https://github.com/akikoo/one-web-boilerplate">One Web Frontend Boilerplate</a>, a modular framework for building responsive (mobile first) websites with <a href="http://httpd.apache.org/docs/2.2/howto/ssi.html">Apache <abbr title="Server Side Includes">ssi</abbr></a>. It&#8217;s still a work in progress, but stable enough to be used in real-world projects (it has been used already!). </p>
<p>It draws code from many other projects, combining best practices and various solutions into a custom frontend build framework. Think of <a href="http://www.alistapart.com/articles/responsive-web-design/">Responsive web design</a>, <a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>, <a href="http://html5boilerplate.com/mobile">Mobile Boilerplate</a> and <a href="http://www.stuffandnonsense.co.uk/projects/320andup/">320 and up</a> merged together, with code being written once and run anywhere on your pages with Apache <abbr title="Server Side Includes">ssi</abbr>.</p>
<h2>Apache Ant build script</h2>
<p>The project also includes <a href="https://github.com/akikoo/one-web-boilerplate/blob/master/build/build.xml">Ant build script</a> with the following tasks: </p>
<ul>
<li>Check JavaScript and CSS code quality, </li>
<li>Optimize CSS, JavaScript and HTML files, </li>
<li>Use RegEx to swap the CSS and JavaScript references in HTML header and footer during the build, to link to optimized assets instead of individual ones used during development, </li>
<li>Merge <abbr title="Server Side Includes">ssi</abbr> into single web pages (changing .shtml file extensions to .html), </li>
<li>Generate JSDoc documentation, </li>
<li>Optimize PNG and JPG images (public target, not included in default build), </li>
<li>Create a new directory where all the optimised assets and markup are placed for deployment.</li>
</ul>
<p>More info is available in the project <a href="https://github.com/akikoo/one-web-boilerplate#readme">README file</a>. The framework can easily be plugged into Continuous Integration solutions, such as  <a href="http://jenkins-ci.org">Jenkins</a>, to handle the deployment process after a successful Ant build. </p>
<p>Check out the <a class="boilerplate" href="https://github.com/akikoo/one-web-boilerplate">One Web Boilerplate on GitHub</a>. And remember to check the Credits section too. I hope you&#8217;ll find the framework useful in managing your source code and deployment process, while increasing productivity in large and small web teams. </p>
<p>If you have any thoughts or suggestions on how to make the framework better <a href="/contact">I&#8217;d love to hear them</a>.</p>
<h2>UPDATE 20 November, 2011</h2>
<p>Included <a href="https://github.com/akikoo/Pattern-Primer">my GitHub fork</a> of Jeremy Keith&#8217;s <a href="http://adactio.com/journal/5028/">Pattern Primer</a>, to include common markup snippets (or atomic units of content as Jeremy calls them). The idea is to build elements from the content out, outside any layout context and external dependencies. </p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/1LwXnBatBEs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2011/11/19/one-web-boilerplate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2011/11/19/one-web-boilerplate/</feedburner:origLink></item>
		<item>
		<title>Techniques for Responsive Images</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/cky0D5TUv0I/</link>
		<comments>http://www.akikoo.org/log/2011/10/05/techniques-for-responsive-images/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 19:09:16 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[One web]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/log/2011/10/05/great-summary-of-the-technique/</guid>
		<description><![CDATA[Great summary of the techniques for #<a href="http://search.twitter.com/search?q=%23responsive" class="aktt_hashtag">responsive</a> images, by Jason Grigsby: <a href="http://t.co/WcxgNCPy" rel="nofollow">http://t.co/WcxgNCPy</a>. Be sure to read the comments too.]]></description>
			<content:encoded><![CDATA[<p>Great summary of the techniques for #<a href="http://search.twitter.com/search?q=%23responsive" class="aktt_hashtag">responsive</a> images, by Jason Grigsby: <a href="http://t.co/WcxgNCPy" rel="nofollow">http://t.co/WcxgNCPy</a>. Be sure to read the comments too.</p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/cky0D5TUv0I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2011/10/05/techniques-for-responsive-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2011/10/05/techniques-for-responsive-images/</feedburner:origLink></item>
		<item>
		<title>New Responsive Design</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/_D03BZ-AwnA/</link>
		<comments>http://www.akikoo.org/log/2011/09/19/new-responsive-design/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 20:32:48 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[One web]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Webdev]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/?p=1181</guid>
		<description><![CDATA[I've created a new fluid, <a href="http://www.alistapart.com/articles/responsive-web-design/">responsive</a>, <a href="http://www.lukew.com/ff/entry.asp?933">mobile first</a>/<a href="http://adactio.com/journal/1716/">one web</a> skin for akikoo.org (I'm hesitating to call it a design). Anyway, here it is. ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a new fluid, <a href="http://www.alistapart.com/articles/responsive-web-design/">responsive</a>, <a href="http://www.lukew.com/ff/entry.asp?933">mobile first</a>/<a href="http://adactio.com/journal/1716/">one web</a> skin for akikoo.org (I&#8217;m hesitating to call it a design). Anyway, here it is. </p>
<p>My goal was to target smartphones, tablets, netbooks and desktops with the same codebase by responsively enhancing the site with <abbr title="Cascading Style Sheets">CSS3</abbr> Media Queries and some JavaScript. All users get reset, typography and colour declarations. Width and float declarations are added only if larger viewport is detected, using four resolution breakpoints. </p>
<p>All elements are aligned to a fluid 8-column symmetrical grid structure. All font sizes are defined in ems, according to the traditional typographic scale (8-9-10-11-12-14-16-18-21-24-36 etc.). I&#8217;ve also made an effort to maintain a consistent baseline even if element font size decreases or increases. </p>
<p>Finally, some extra nice-to-have (but not core) content is lazy loaded with JavaScript. This means that you&#8217;ll see Platform info, Credits and Elsewhere content only if you have JavaScript enabled and your viewport is larger than 48em/768px.</p>
<p>What about Internet Explorer? I thought you&#8217;d ask that. Internet Explorer lower than 9 get <a href="http://forabeautifulweb.com/">Andy Clarke</a>&#8216;s excellent <a href="http://code.google.com/p/universal-ie6-css/">Universal IE6 stylesheet</a>. You see, on this site I can&#8217;t be bothered to patch dead browsers (at work I do though). Also, if you have JavaScript enabled in IE lower than 9, you&#8217;ll be prompted to install <a href="http://code.google.com/chrome/chromeframe/">Chrome Frame</a>. Done.</p>
<p>For icons, I&#8217;m using <a href="http://icondock.com/free/vector-social-media-icons">Vector social media icons</a>. I&#8217;m using <abbr title="Accessible Rich Internet Applications">ARIA</abbr> landmark roles for styling, referenced with CSS attribute selectors. Another solution I&#8217;m using here is <a href="http://www.cssstickyfooter.com">Sticky footer</a>. It works nicely. </p>
<p>I was also planning for <a href="http://adactio.com/journal/4780/">switching the display of content and navigation based on browser size</a> but that&#8217;ll have to wait until the next design iteration of this site.</p>
<p>Here are some of the articles and frameworks published during the last year or so that inspired this redesign:</p>
<ul>
<li>Boilerplates: <a href="http://html5boilerplate.com/">HTML5 boilerplate</a>, <a href="http://html5boilerplate.com/mobile/">HTML5 mobile boilerplate</a>, <a href="http://forabeautifulweb.com/blog/about/320_and_up/">320 and Up</a></li>
<li><abbr title="Cascading Style Sheets">CSS3</abbr> Media Queries: <a href="http://forabeautifulweb.com/blog/about/hardboiled_css3_media_queries/">Hardboiled CSS3 Media Queries</a>, <a href="http://www.blog.highub.com/mobile-2/revisit-hardboiled-css3-media-queries/">Revisit Hardboiled CSS3 Media Queries</a>, <a href="http://css-tricks.com/6731-css-media-queries/">CSS Media Queries &#038; Using Available Space</a>, <a href="http://www.quirksmode.org/blog/archives/2010/08/combining_media.html">Combining media queries and JavaScript</a>, <a href="http://www.slideshare.net/bryanrieger/rethinking-the-mobile-web-by-yiibu">Rethinking the Mobile Web</a>, <a href="http://www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/">CSS Media Query for Mobile is Fool’s Gold</a>, <a href="http://www.broken-links.com/2011/02/21/using-media-queries-in-the-real-world/">Using Media Queries in the Real World</a></li>
<li>Trigger media queries with ems rather than pixels: <a href="http://adactio.com/journal/1700/">Responsive enhancement</a></li>
<li>Document outlines and semantics: <a href="http://www.456bereastreet.com/archive/201104/html5_document_outline_revisited/">HTML5 document outline revisited</a>, <a href="http://mezzoblue.com/archives/2011/01/31/boilerplate/">Semantic boilerplate</a></li>
<li>JavaScript should not be relied on for layout: <a href="http://www.nczonline.net/blog/2011/03/22/using-html5-semantic-elements-today/">Using HTML5 semantic elements today</a>, <a href="http://tantek.com/presentations/2010/11/html5-now/">HTML5 Right Here, Right Now</a></li>
<li>Responsive images: <a href="http://unstoppablerobotninja.com/entry/fluid-images/">Fluid images</a></li>
<li>Use IDs only for internal links and document fragments, not for styling: <a href="http://oli.jp/2011/ids/">Don’t use IDs in CSS selectors?</a></li>
<li>Microformats: <a href="http://microformats.org/wiki/hatom">hAtom 0.1 microformat</a></li>
</ul>
<p>There are still some tweaks to be done but I figured the theme was ready to be put online. This is the fifth version of this site. The previous version was online from November 2009 until September 2011. </p>
<p>Any comments? <a href="http://www.akikoo.org/contact/">Drop me a line</a>.</p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/_D03BZ-AwnA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2011/09/19/new-responsive-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2011/09/19/new-responsive-design/</feedburner:origLink></item>
		<item>
		<title>My photo in Where to Ski and Snowboard 2012 edition</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/nxoEaFRakpw/</link>
		<comments>http://www.akikoo.org/log/2011/09/17/my-photo-in-wtss-2012/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 19:30:44 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Traveling]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/?p=1076</guid>
		<description><![CDATA[<a href="http://www.flickr.com/photos/akikoo/5542482445/in/set-72157626306927668/">One of my St. Anton photos</a> from 2011 was selected for the revised 2012 edition of <a href="http://www.wheretoskiandsnowboard.com/the-book/">Where to Ski And Snowboard</a>, the best-selling resort guidebook on the UK market. The book is very useful as a reference and also helps in finding new ski destinations that you might not have considered. <a href="http://www.wheretoskiandsnowboard.com/the-book/buy/">Buy the book</a>. Highly recommended. ]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/img/2011/09/wtss2012.jpg" class="l" alt=""><a href="http://www.flickr.com/photos/akikoo/5542482445/in/set-72157626306927668/">One of my St. Anton photos</a> from 2011 was selected for the revised 2012 edition of <a href="http://www.wheretoskiandsnowboard.com/the-book/">Where to Ski And Snowboard</a>, the best-selling resort guidebook on the UK market. The book is very useful as a reference and also helps in finding new ski destinations that you might not have considered. <a href="http://www.wheretoskiandsnowboard.com/the-book/buy/">Buy the book</a>. Highly recommended. </p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/nxoEaFRakpw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2011/09/17/my-photo-in-wtss-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2011/09/17/my-photo-in-wtss-2012/</feedburner:origLink></item>
		<item>
		<title>Mind-blowing ONE WEB talk</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/FdZgm6YvqgQ/</link>
		<comments>http://www.akikoo.org/log/2011/09/15/mind-blowing-one-web-talk/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 11:31:19 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[One web]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/log/2011/09/15/mind-blowing-one-web-talk-from/</guid>
		<description><![CDATA[Mind-blowing ONE WEB talk from @<a href="http://twitter.com/adactio" class="aktt_username">adactio</a>: <a href="http://t.co/5hW0537h" rel="nofollow">http://t.co/5hW0537h</a>. See also <a href="http://t.co/ki8MPPfm" rel="nofollow">http://t.co/ki8MPPfm</a>, notes: <a href="http://t.co/Hj2MV2ty" rel="nofollow">http://t.co/Hj2MV2ty</a>]]></description>
			<content:encoded><![CDATA[<p>Mind-blowing ONE WEB talk from @<a href="http://twitter.com/adactio" class="aktt_username">adactio</a>: <a href="http://t.co/5hW0537h" rel="nofollow">http://t.co/5hW0537h</a>. See also <a href="http://t.co/ki8MPPfm" rel="nofollow">http://t.co/ki8MPPfm</a>, notes: <a href="http://t.co/Hj2MV2ty" rel="nofollow">http://t.co/Hj2MV2ty</a></p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/FdZgm6YvqgQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2011/09/15/mind-blowing-one-web-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2011/09/15/mind-blowing-one-web-talk/</feedburner:origLink></item>
		<item>
		<title>The new responsive design of BostonGlobe.com</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/ZzmnnQS3yac/</link>
		<comments>http://www.akikoo.org/log/2011/09/13/new-responsive-bostonglobe/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 12:01:26 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[One web]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/log/2011/09/13/new-responsive-bostonglobe-h/</guid>
		<description><![CDATA[New #<a href="http://search.twitter.com/search?q=%23responsive" class="aktt_hashtag">responsive</a> BostonGlobe: <a href="http://t.co/iYbVVdF" rel="nofollow">http://t.co/iYbVVdF</a>.  Cross-device support with a single codebase. Filament Group: <a href="http://t.co/ZidAi5c" rel="nofollow">http://t.co/ZidAi5c</a>]]></description>
			<content:encoded><![CDATA[<p>New #<a href="http://search.twitter.com/search?q=%23responsive" class="aktt_hashtag">responsive</a> BostonGlobe: <a href="http://t.co/iYbVVdF" rel="nofollow">http://t.co/iYbVVdF</a>.  Cross-device support with a single codebase. Filament Group: <a href="http://t.co/ZidAi5c" rel="nofollow">http://t.co/ZidAi5c</a></p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/ZzmnnQS3yac" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2011/09/13/new-responsive-bostonglobe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2011/09/13/new-responsive-bostonglobe/</feedburner:origLink></item>
		<item>
		<title>Design beyond your monitor</title>
		<link>http://feedproxy.google.com/~r/akikoo/~3/ndBynqf03Xs/</link>
		<comments>http://www.akikoo.org/log/2011/09/13/design-beyond-your-monitor/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 23:06:40 +0000</pubDate>
		<dc:creator>Aki Karkkainen</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[One web]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.akikoo.org/log/2011/09/13/design-beyond-your-monitor-ht/</guid>
		<description><![CDATA[Design beyond your monitor: <a href="http://t.co/cxEMrIs" rel="nofollow">http://t.co/cxEMrIs</a>. Great presentation about responsive web design and mobile first approach.]]></description>
			<content:encoded><![CDATA[<p>Design beyond your monitor: <a href="http://t.co/cxEMrIs" rel="nofollow">http://t.co/cxEMrIs</a>. Great presentation about responsive web design and mobile first approach.</p>
<img src="http://feeds.feedburner.com/~r/akikoo/~4/ndBynqf03Xs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akikoo.org/log/2011/09/13/design-beyond-your-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akikoo.org/log/2011/09/13/design-beyond-your-monitor/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.589 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-04 15:50:34 --><!-- Compression = gzip -->

