<?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>iain chalmers - web strategy, planning, and design.</title>
	<atom:link href="http://iainchalmers.org/feed" rel="self" type="application/rss+xml" />
	<link>http://iainchalmers.org</link>
	<description>Web sites. Web Strategy. Website project management. And occasionally coffee, motorcycles, &#38; music.</description>
	<lastBuildDate>Wed, 22 May 2013 06:18:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Insane idea of the day #877…</title>
		<link>http://iainchalmers.org/2013-05-insane-idea-of-the-day-877-rants</link>
		<comments>http://iainchalmers.org/2013-05-insane-idea-of-the-day-877-rants#comments</comments>
		<pubDate>Wed, 22 May 2013 06:02:02 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=226</guid>
		<description><![CDATA[So Flickr announced 1TB (yes, one _terabyte!_) of free storage for all users. Which made me (and a whole bunch of other people) joke about writing a filesystem to use it as cloud storage. Then, of course someone _did_ it ,and<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2013-05-insane-idea-of-the-day-877-rants">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p>So Flickr announced 1TB (yes, one _terabyte!_) of free storage for all users.</p>
<p>Which <a href="https://twitter.com/iain_chalmers/status/336626222110998528">made me</a> (and a whole bunch of other people) joke about writing a filesystem to use it as cloud storage.</p>
<p>Then, of course <a href="https://github.com/meltingice/flickr-store">someone _did_ it </a>,and <a href="https://github.com/ricardobeat/filr">someone else too</a>. (Personally I think &#8220;encoding&#8221; your data into text chunks in the png file is cheating &#8211; surely storing it as image data, either <a href="http://blog.nihilogic.dk/2008/05/compression-using-canvas-and-png.html">data-as-images-looking-like-noise</a> or <a href="http://en.wikipedia.org/wiki/Steganography">data-steganographically-embedded</a> is more &#8220;in keeping with the spirit&#8221; of using Flickr&#8217;s storage?).</p>
<p>Then <a href="https://twitter.com/emailpdeluca">@emailpdeluca</a> <a href="https://twitter.com/emailpdeluca/status/336752152326328320">asked</a> &#8221;so is raid supported with multiple accounts&#8221;?</p>
<p>But I was busy at work. so, of course, by brain decided to<em><strong> think about this and nothing else because productivity!</strong> - </em>so…</p>
<p>A new plan.</p>
<p>Presenting</p>
<h2>Washoe LAPSSFS</h2>
<blockquote><p>Washoe LAPSSFS is a distributed, fault tolerant, secure, highly available, photo storage provider independent &#8211; cloud storage system. It stores data in an &#8220;album grid&#8221; consisting of a collection of albums stored on free or inexpensive photo hosting sites. Each file you wish to store is first encrypted, then broken up into chunks and each chunk is stored in a photo on any of your configured photo storage sites/accounts. The splitting into chunks is done using erasure-coding, which means you can reconstruct the data even if one or many of the storage services become unavailable. It can also ensure that any one storage provider doesn&#8217;t hold enough encoded chunks to decrypt the file &#8211; even if they acquire the decryption key.</p>
<h3>How it (ought to) work:</h3>
<ul>
<li><span style="line-height: 13px;">Embed (or fork) <a href="https://tahoe-lafs.org/trac/tahoe-lafs">Tahoe LAFS</a></span></li>
<li>Modify/configure Tahoe to create chunks small enough to me encoded/hidden in photos (ballpark guesses &#8211; if we steganographically encode our encrypted data into the 2 least significant bits of a 16bit 2 megapixel image, we&#8217;ll be able to store a block of 256KB in each photo. This is a profligate waste of storage resources, but hey &#8211; Melissa just paid $1.1Billion for Tumblr, looks to me like they can afford it…)</li>
<li>Embed those chunks of data into individual image files (either from a user-supplied image library, or by searching online image sites for CC licensed photos).</li>
<li>Modify Tahoe to store urls/credential of hosting sites and photos as the location of each chunk &#8211; and to use those urls/credentials to retrieve specific chunks as required.</li>
<li>Upload resulting image files to the available set of hosting sites/accounts.</li>
<li><em>Profit</em></li>
</ul>
<h3>Future plans (for someone else to implement:</h3>
<ul>
<li><span style="line-height: 13px;">Add the ability to proxy photo storage/retrieval requests for friends/colleagues/anonymous-random-people. This adds &#8220;noise&#8221; to any storage account traceable back to you &#8211; as well as hiding critical chunks of your encrypted data in storage accounts not related to you.</span></li>
</ul>
<h3>Development roadmap:</h3>
<ul>
<li><span style="line-height: 13px;">I plan to post this rant to Twitter, and fully expect to see someone on Hackernews has it up and running a forkable on GitHub by the end of the weekend.</span></li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2013-05-insane-idea-of-the-day-877-rants/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideas and Execution &#8211; the enourmous difference between them in effort required.</title>
		<link>http://iainchalmers.org/2012-12-ideas-and-execution-the-enourmous-difference-in-effort-between-them-internet</link>
		<comments>http://iainchalmers.org/2012-12-ideas-and-execution-the-enourmous-difference-in-effort-between-them-internet#comments</comments>
		<pubDate>Fri, 14 Dec 2012 04:22:28 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=102</guid>
		<description><![CDATA[Wow! Welcome HackerNews visitors! Discussion here This is a story about some ideas, some pivots, and one friend&#8217;s 3 month or so run at executing one idea. &#160; TL;DR &#8211; Ideas come quick. You can have dozens of them a<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2012-12-ideas-and-execution-the-enourmous-difference-in-effort-between-them-internet">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p><span style="float: right;">Wow! Welcome HackerNews visitors! <a href="http://news.ycombinator.com/item?id=4919611">Discussion here <img src="http://ycombinator.com/images/y18.gif" /></a></span><br clear="all" /></p>
<p>This is a story about some ideas, some pivots, and one friend&#8217;s 3 month or so run at executing one idea.</p>
<div class="wp-caption aligncenter" style="width: 215px"><img title="Raspberry Pi on workbench" src="http://cdn.tweetwood.com/images/celeb/309/9/1ufl9/mpesce-9z91-570x.jpg" alt="" width="205" height="154" /><p class="wp-caption-text">From this</p></div>
<div class="wp-caption aligncenter" style="width: 215px"><a href="http://www.kickstarter.com/projects/cloudlight/light-1"><img title="Moores Light" src="http://cdn.tweetwood.com/images/celeb/309/9/1ufl9/mpesce-gguk-570x.png" alt="Moores Light" width="205" height="150" /></a><p class="wp-caption-text">to this</p></div>
<p>&nbsp;</p>
<p>TL;DR &#8211; Ideas come quick. You can have dozens of them a day if you&#8217;re in a creative mood. Execution is, for many ideas, orders of magnitude more effort. Any big, hairy, ambitious idea you have is probably going to require skills and experience you dont have, and you&#8217;ll need to find people who do and convince them to help or pay them to consult. That&#8217;s why incubators (somethimes) work so well. That&#8217;s why &#8220;skunkworks&#8221; projects in big companies (sometimes) work so well. Everybody &#8220;knows&#8221; this &#8211; here&#8217;s a story illustrating it…</p>
<p><a href="http://www.kickstarter.com/projects/cloudlight/light-1">This</a> might be partly my fault.</p>
<p>Early this year, I got very frustrated on RasberryPi&#8217;s launch day, wasting 3 or 4 hours pounding reload buttons and having form submissions fail trying to order one. I eventually got an order in to Element14 (which is what Farnell call themselves these days in Australia), but it was already &#8220;on backorder&#8221; by the time I&#8217;d got their website to accept my money. So my instant gratification desire wasn&#8217;t fulfilled, and when it finally shipped later in the year I&#8217;d got busy with work and with other projects, so it sat in my pile of &#8220;stuff to play with later&#8221;.</p>
<p>At some stage, my friend <a href="https://twitter.com/mpesce">Mark Pesce</a> (and if that sounds familiar, perhaps you&#8217;re old enough to remember <a href="http://www.w3.org/MarkUp/VRML/">VRML</a> and the <a href="https://en.wikipedia.org/wiki/VRML#Emergence.2C_popularity.2C_and_rival_technical_upgrade">Labyrinth demo</a> from the late &#8217;90s) mentioned he was waiting to get his hands on a &#8216;Pi, with vague ideas about teaching kids to program, kid&#8217;s robotics courses, TV shows &#8211; I&#8217;d taken him to our local <a href="http://robodino.org/">hackerspace Robots and Dinosaurs</a> to meet some like-minded people and see what gear and skills and people were doing hardware/software hacking locally. So I lent him my RaspberryPi to play with.</p>
<p>Shortly afterwards, he was tweeting about having an LED hooked up to <a href="http://au.tweetwood.com/photos/mpesce/155410/mark_pesce">the GPIO port</a>, and a Python script running from the webserver on the &#8216;Pi, which let him turn his LED on and off with a cheesy little JSON API from anywhere on the internet. So, of course, I made it blink on and off hoping to annoy him, as you do. Then I made it blink <a href="http://www.youtube.com/watch?v=ydpP3tmIYtQ">&#8230; &#8212;- &#8230;</a> (which is SOS in morse code). Not satisfied with that, I glued together a bunch of Perl modules from CPAN, and slurped up all Marks tweets and responses to @mpesce from Twitter in real time, and made his <a href="https://www.youtube.com/watch?v=TbDuVJOe_d4">LED blink them all out in Morse code</a>. (Partly &#8217;cause it was fun, but probably at least a little bit because I should have been filling out timesheets or invoicing or writing reports at work, you know those most creative of times…)</p>
<p>A month or so later, he&#8217;s gone from a bare Raspberry Pi sitting on his desk with a single orange LED, to a (as he puts it) &#8220;pipebomb looking&#8221; contraption with about 64 individually addressable RGB LEDs zip tied onto a white foam base with a &#8216;Pi hanging off the end of it, which lets him play patterns of colours and brightnesses, all under  control from his phone via the internet.</p>
<p>This is where the real work started&#8230;</p>
<p>In early October, I got invited to a launch at <a href="http://fishburners.org/">FishBurners (a Sydney co-working space / incubator)</a>. Mark had put together a team of experienced and talented professionals, Kean who I knew from Robots and Dinosaurs and who runs an <a href="http://www.kean.com.au/">embedded electronics / microcontroller consulting firm</a>, Robert from <a href="http://tillerdesign.com/">Tiller Design</a> who I knew by reputation as the guy who did the industrial design on the beautiful <a href="http://www.ottoespresso.com/">Otto Espresso Machine</a>, <a href="https://twitter.com/ZenPsycho">Breton</a> coming up with awesome demos and writing 3 dimensional graphics abstraction libraries, <a href="http://katecarruthers.com/blog/">Kate</a> doing marketing and social media. All of those people are &#8220;worth&#8221; well over $150/hr, in the sense that they&#8217;d get paid at least that much by other businesses for their time. There&#8217;s certainly more people who should be on this list too, I know I put Mark in touch with Colin for information about getting a security audit done on the internet-facing hardware/software, somebody talented did a bunch of web design and WordPress configuration for them, the open and transparent financials on their website explaining the costings and the resulting Kickstarter target amount must have had some procurement/logistics/manufacturing experience behind them, there&#8217;s been clearly professional photography and video shot many times.</p>
<p>At the FishBurners event, there were close-to-production-ready prototypes of the light.<a href="http://blog.moorescloud.com/2012/10/06/problems-you-want-to-have/"><img class="aligncenter" title="Prototypes" src="http://blog.moorescloud.com/wp-content/uploads/2012/10/babies-small.jpg" alt="" width="240" height="173" /></a></p>
<p>All of that had gone way beyond the initial &#8220;idea&#8221;. There&#8217;s been work put in by a dozen or more people, work witch might well have cost several hundred thousand dollars at full commercial rates. I&#8217;m pretty sure most of those people involved have only charged nominal rates, if anything &#8211; I&#8217;m sure quite a few of them have dug deeply into their own pockets to pay for the expenses of getting this far. Instead they&#8217;re all caught up in the excitement of &#8220;the idea&#8221; and doing hard, valuable, experienced, professional work; with the expectation of future payoff when &#8220;the idea&#8221; becomes &#8220;the successful business&#8221;.</p>
<p>This is &#8220;the execution&#8221;. The bit that&#8217;s a lot less fun, and a lot more personally and financially costly that &#8220;coming up with ideas&#8221;. And Mark&#8217;s team are killing it!</p>
<p>&nbsp;</p>
<p>(and now, the &#8220;ask&#8221;&#8230;)</p>
<p>And they need your help. To do this right will take a lot of money. Go have a look at their <a href="http://www.kickstarter.com/projects/cloudlight/light-1">Kickstarter page</a>. If you like the idea as much as I do &#8211; chip in to help. If you can&#8217;t afford to, maybe forward it on to your friends &#8211; ask for a light-pledge for christmas. Tweet about it. Blog about it.</p>
<p>Go on. <a href="http://www.kickstarter.com/projects/cloudlight/light-1">Help make a smart light exist…</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2012-12-ideas-and-execution-the-enourmous-difference-in-effort-between-them-internet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile: Goals and Analytics</title>
		<link>http://iainchalmers.org/2012-07-mobile-goals-and-analytics-mobile</link>
		<comments>http://iainchalmers.org/2012-07-mobile-goals-and-analytics-mobile#comments</comments>
		<pubDate>Sun, 15 Jul 2012 08:31:24 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=93</guid>
		<description><![CDATA[How long to people spend looking at your site on their phone? What are they trying to do, and is it different from when they&#8217;re a &#8220;non-mobile&#8221; visitor to your site? A recent TechCrunch article by Jack Krawcyzk titled &#8220;Your<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2012-07-mobile-goals-and-analytics-mobile">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p>How long to people spend looking at your site on their phone? What are they trying to do, and is it different from when they&#8217;re a &#8220;non-mobile&#8221; visitor to your site?</p>
<p>A recent TechCrunch article by Jack Krawcyzk titled &#8220;<a href="http://techcrunch.com/2012/07/08/your-mobile-device-is-the-least-social-device-you-own/">Your Mobile Phone Is The Least Social Device You Own</a>&#8221; had this graph near the opening:</p>
<div class="wp-caption alignnone" style="width: 410px"><a href="http://techcrunch.com/2012/07/08/your-mobile-device-is-the-least-social-device-you-own/"><img class="  " title="Session length by Media/Device type" src="http://tctechcrunch2011.files.wordpress.com/2012/07/1-time-spent-tc.png?w=640" alt="Graph of session length by media/device type" width="400" height="224" /></a><p class="wp-caption-text">Session length by Media/Device type (from a techcrunch.com article by Jack Krawcyzk)</p></div>
<p>It&#8217;s suggesting that people visiting your site on mobile only do so for a very short time compared to a &#8220;desktop&#8221; visit.</p>
<p>There&#8217;s a certain &#8220;well, _obviously_&#8221; simplicity in that revelation, but there&#8217;s also some consequences if it&#8217;s true[1].</p>
<p>On the Mightymedia website, we know from tracking webserver logs and Google Analytics that visitors are 85+% likely to be looking for one of two things &#8211; our phone number or our address. We&#8217;ve got an &#8220;About Us&#8221; and a &#8220;Services&#8221; section in our mobile site (you can see it by going directly to <a href="http://www.mightymedia.com.au/mobile">http://www.mightymedia.com.au/mobile</a> even on your desktop browser), but almost nobody ever clicks those links. People hit the homepage and either click the phone number autodialling link, or go to the Contact page to see our address. (Or they bounce from the home page…) We had a mobile optimised portfolio page there for a while, and in 4 months not one person clicked it (except for us testing it and showing it off).</p>
<p>Your <em>users</em> goals when browsing your website on their phone are very likely to be extremely straightforward. They have their mobile phone in their hand, and they&#8217;re looking for information about you. It&#8217;s almost certain they want to call you or visit you. Make sure you&#8217;ve got you phone number, address, and opening hours really easy to find. That&#8217;s probably what nearly everybody is looking for on your mobile site.</p>
<p>Google breaks down mobile users into 3 categories: A. &#8220;Repetitive now&#8221; B. &#8220;Bored now&#8221; C. &#8220;Urgent now&#8221; (see: <a href="http://www.informationweek.com/news/mobility/business/229216268">her</a>e). Mightymedia&#8217;s mobile website visitors are clearly all in category C &#8220;Urgent now&#8221;. You business might be different &#8211; <a href="http://www.yellowexpress.com.au">Yellow Express</a> (or their direct <a href="http://yellowexpress.com.au/mobile/">mobile site link</a>) have &#8220;Repetitive now&#8221; clients who&#8217;re tracking parcels, <a href="http://www.smbinteriordesign.com.au">SMB Interior Design</a> ( <a href="http://www.smbinteriordesign.com.au/mobile/">mobile link</a>) has quite a lot of visitors spending many minutes browsing their gallery, presumably in the &#8220;Bored now&#8221; category. But both of those still have very important contact details very prominently displayed.</p>
<p>Make sure you know what visitors to your mobile site are looking for, and what business goals you need them to complete. (And, as always, <a href="http://www.mightymedia.com.au">Mighty Media</a> would love to help you develop your <a href="http://www.mightymedia.com.au/mobile-web-development-sydney">mobile website strategy</a>, call us on 1300 050 690 to chat)</p>
<p>&nbsp;</p>
<p>[1] The truthfulness there is not easy to measure. First thing I did was go and look in Google Analytics to see Average visit duration for mobile vs non-mobile visits across a bunch of sites. Unfortunately that doesn&#8217;t immediately show a much set of stats &#8220;proving&#8221; the assertion, with different sites and different time periods on the same site giving contradictory and inconclusive numbers. I think the problem is finding</p>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2012-07-mobile-goals-and-analytics-mobile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Even government departments are going &#8220;mobile&#8221;</title>
		<link>http://iainchalmers.org/2012-05-even-government-departments-are-going-mobile-uncategorized</link>
		<comments>http://iainchalmers.org/2012-05-even-government-departments-are-going-mobile-uncategorized#comments</comments>
		<pubDate>Thu, 24 May 2012 23:32:18 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=90</guid>
		<description><![CDATA[President Obama notes that &#8220;Many government services are not optimized for smartphones or tablets, and other services aren&#8217;t available at all on those devices&#8221;, and has instructed Federal Agencies to provide reports on their websites mobile plans. (via ComputerWorld &#8211;<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2012-05-even-government-departments-are-going-mobile-uncategorized">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p>President Obama notes that &#8220;Many government services are not optimized for smartphones or tablets,  and other services aren&#8217;t available at all on those devices&#8221;, and has instructed Federal Agencies to provide reports on their websites mobile plans. (via <a href="http://www.computerworld.com/s/article/9227412/Obama_orders_agencies_to_optimize_Web_content_for_mobile" target="_blank">ComputerWorld</a> &#8211; apologies for their preroll popup advertising)</p>
<p>If government departments are setting up mobile websites or mobile optimised websites, that&#8217;s surely just going to increase the number of people expecting a functional mobile website experience from every website.</p>
<p>&nbsp;</p>
<p>(And, of course, if you&#8217;re looking for <a href="http://www.mightymedia.com.au/mobile-web-development-sydney" target="_blank">mobile web development in Sydney</a>, get in touch with me at work at <a href="http://www.mightymedia.com.au/contacts" target="_blank">Mighty Media</a>.)</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2012-05-even-government-departments-are-going-mobile-uncategorized/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet smack down of the month…</title>
		<link>http://iainchalmers.org/2012-05-internet-smack-down-of-the-month%e2%80%a6-rants</link>
		<comments>http://iainchalmers.org/2012-05-internet-smack-down-of-the-month%e2%80%a6-rants#comments</comments>
		<pubDate>Sat, 12 May 2012 03:07:11 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=86</guid>
		<description><![CDATA[ From https://github.com/torvalds/linux/pull/17#issuecomment-5660946 torvalds commented 6 hours ago On Fri, May 11, 2012 at 1:48 PM, Dominik Dabrowski wrote: You might have fun raging on the internet, but I think your goals would be better served if you expressed your thoughts<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2012-05-internet-smack-down-of-the-month%e2%80%a6-rants">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p> From https://github.com/torvalds/linux/pull/17#issuecomment-5660946</p>
<p>torvalds commented 6 hours ago</p>
<p>On Fri, May 11, 2012 at 1:48 PM, Dominik Dabrowski <reply@reply.github.com> wrote:</p>
<blockquote><p>You might have fun raging on the internet, but I think your goals would be better served if you expressed your thoughts in a clear (maybe even polite) manner that doesn&#8217;t embarrass the people whose actions you&#8217;re trying to influence.</p></blockquote>
<p>Umm. I think I&#8217;ve been able to reach my goals on the internet better<br />
than most people.</p>
<p>The fact that I&#8217;m very clear about my opinions is probably part of it.</p>
<p>If people get offended by accurate portrayals of the current state of<br />
github pull requests, that&#8217;s *their* problem.</p>
<p>I hate that whole &#8220;victim philosophy&#8221;.  The truth shouldn&#8217;t be sugarcoated.</p>
<p>                        Linus</p>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2012-05-internet-smack-down-of-the-month%e2%80%a6-rants/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile First &#8211; in the local media today.</title>
		<link>http://iainchalmers.org/2012-02-mobile-first-in-the-local-media-today-web-design</link>
		<comments>http://iainchalmers.org/2012-02-mobile-first-in-the-local-media-today-web-design#comments</comments>
		<pubDate>Fri, 17 Feb 2012 00:36:48 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[MobileIT mobile]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=77</guid>
		<description><![CDATA[There&#8217;s a good article about mobile in Technology Spectator this morning. (Go, read it. I&#8217;ll wait…) Personally I think it&#8217;s confused on the important differences between tablets and smartphones, and also the difference between mobile websites and mobile apps. In<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2012-02-mobile-first-in-the-local-media-today-web-design">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p>There&#8217;s a good article about <a href="http://technologyspectator.com.au/smart-devices/mobility/time-chief-mobility-officer?utm_source=IainChalmers.org">mobile in Technology Spectator</a> this morning.</p>
<p>(Go, read it. I&#8217;ll wait…)</p>
<p>Personally I think it&#8217;s confused on the important differences between tablets and smartphones, and also the difference between mobile websites and mobile apps.</p>
<p>In spite of that it&#8217;s a good read with some startling figures, including:</p>
<blockquote><p>The Commonwealth Bank says 30 per cent of its online transactions now come from mobile devices, compared with just two per cent two years ago.</p></blockquote>
<p>and</p>
<blockquote><p>More than 25 per cent of tablet sales in the year ahead are expected to be to companies for their employees.</p></blockquote>
<p>That second quote interests me mostly for what it&#8217;s <em>not</em> saying. Up to 75% of tablet sales are <strong>not</strong> being purchased by companies.</p>
<p>What are all those personally bought iPad / Android tablet / Windows tablet owners doing with their high tech toys? Have you checked your website analytics to find out? (Here&#8217;s a hint, a lot of them are <a href="http://www.clearingworks.com/ebay-expects-big-mobile-commerce-growth-in-2012/" target="_blank">spending incredible amounts of money</a>&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2012-02-mobile-first-in-the-local-media-today-web-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Standards Day</title>
		<link>http://iainchalmers.org/2011-12-web-standards-day-uncategorized</link>
		<comments>http://iainchalmers.org/2011-12-web-standards-day-uncategorized#comments</comments>
		<pubDate>Wed, 30 Nov 2011 22:58:04 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=74</guid>
		<description><![CDATA[So Apparently Nov 30 is &#8220;Blue Beanie Day &#8211; in support of web standards&#8220;. A fine sentiment, but shouldn&#8217;t _everyday_ be &#8220;in support of web standards&#8221;? (Well, except for days I&#8217;m out riding the bike. Every _other_ day I care<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2011-12-web-standards-day-uncategorized">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p><a href="http://iainchalmers.org/wp-content/uploads/2011/05/big_avatar_bluebeanie.jpg"><img class="alignleft size-full wp-image-75" title="Blue Beanie for Web Standards Support..." src="http://iainchalmers.org/wp-content/uploads/2011/05/big_avatar_bluebeanie.jpg" alt="" width="101" height="100" /></a>So Apparently Nov 30 is &#8220;<a href="http://www.netmagazine.com/news/blue-beanie-day-celebrates-web-standards-111595">Blue Beanie Day</a> &#8211; <a href="http://www.zeldman.com/bbd/">in support of web standards</a>&#8220;.</p>
<p>A fine sentiment, but shouldn&#8217;t _everyday_ be &#8220;in support of web standards&#8221;?</p>
<p>(Well, except for days I&#8217;m out riding the <a href="http://www.flickr.com/photos/bigiain/115616789/">bike</a>. Every _other_ day I care deeply about web standards &#8211; when I&#8217;m halfway through the twisty mountain roads, whether you&#8217;re using Flash or IE-only javascript or whatnot is the furthest thing from my mind&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2011-12-web-standards-day-uncategorized/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you publishing video on your website?</title>
		<link>http://iainchalmers.org/2011-05-are-you-publishing-video-on-your-website-uncategorized</link>
		<comments>http://iainchalmers.org/2011-05-are-you-publishing-video-on-your-website-uncategorized#comments</comments>
		<pubDate>Tue, 03 May 2011 00:28:19 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[uncategorized]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=68</guid>
		<description><![CDATA[Do you have any idea how it ends up looking to your users? There&#8217;s a great post here about measuring visitors video performance &#8211; do you know how often visitors end up with pauses while rebuffering? Should you be compressing<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2011-05-are-you-publishing-video-on-your-website-uncategorized">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p>Do you have any idea how it ends up looking to your users?</p>
<p>There&#8217;s a great post here about <a href="http://webanalyticsinpractice.com/video-performance-reporting">measuring visitors video performance</a> &#8211; do you know how often visitors end up with pauses while rebuffering? Should you be compressing your video more? Could you get away with higher quality video? How can you even find out?</p>
<p>Go read Simons post &#8211; it&#8217;s a bit technically specific to his Omniture SiteCatalyst  analytics setup, but it asks some good questions and provides ideas about how and what you can measure to monitor your site&#8217;s video playback performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2011-05-are-you-publishing-video-on-your-website-uncategorized/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Monitoring Tools</title>
		<link>http://iainchalmers.org/2010-10-website-monitoring-tools-work</link>
		<comments>http://iainchalmers.org/2010-10-website-monitoring-tools-work#comments</comments>
		<pubDate>Fri, 01 Oct 2010 10:24:00 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=44</guid>
		<description><![CDATA[I just read a good blog post about free website monitoring options on devcurry.com. I use two of those free services as part of our website strategy at the web design firm I work for in Sydney. mon.itor.us is great<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2010-10-website-monitoring-tools-work">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p>I just read a good blog post about <a href="http://www.devcurry.com/2010/09/monitor-website-uptime-using-free.html">free website monitoring options</a> on devcurry.com.</p>
<p>I use two of those free services as part of our <a href="http://www.mightymedia.com.au/web-strategy">website strategy</a> at the <a href="http://www.mightymedia.com.au/">web design firm I work for in Sydney</a>. <a href="http://mon.itor.us/">mon.itor.us</a> is great for tracking uptime and response times over the previous two months, and <a href="http://www.montastic.com">www.montastic.com</a> have a really good email notification service. I recommend both of them.</p>
<p>Anyone who has a website needs to decide if they care about downtime, and if so, how much. Unless you don&#8217;t care at all, you need a way to measure it. And you probably ought to care because there are lots of implications of unscheduled website downtime, from the appearance of poor customer service to the SEO (search engine optimisation) implications of a flaky or slow website. It might not matter if your pictures-of-cute-kittys website disappears for a few hours or days (but I&#8217;ll bet the <a href="http://icanhascheezburger.com/">icanhascheezburger.com</a> people know exactly when their site is down), but if your website is a reflection of your business you need to ensure it&#8217;s reflecting the image you try very hard to portray in the rest of your professional life. You wouldn&#8217;t leave you shop/office/showroom/studio closed up and not answer the phone at times your clients expect you to be available, right?</p>
<p>Ask your web people if they&#8217;re monitoring your site for downtime. If they&#8217;re not, ask them if they can. Or use one of these services to do it yourself.</p>
<p>Call us at <a href="http://www.mightymedia.com.au/">Mighty Media</a> for advice, or for a free &#8220;Website Health Check&#8221;, or let us help you with full a website strategy consultation.</p>
<p>Remember, if you aren&#8217;t measuring it, you can&#8217;t improve it. How is your website performing now? How can you make it perform better?</p>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2010-10-website-monitoring-tools-work/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A good SEO practice and process post.</title>
		<link>http://iainchalmers.org/2010-07-a-good-seo-practice-and-process-post-work</link>
		<comments>http://iainchalmers.org/2010-07-a-good-seo-practice-and-process-post-work#comments</comments>
		<pubDate>Sun, 18 Jul 2010 03:14:12 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://iainchalmers.org/?p=38</guid>
		<description><![CDATA[From : http://www.kalzumeus.com/2010/07/17/seo-for-software-companies/ SEO In A Nutshell People treat SEO like it is black magic, but at the core it is very simple: Content + Links = You Win. A good explanation of &#8220;content&#8221; and &#8220;links&#8221;, and how to generate both. Some<span class="ellipsis">&#8230;</span><div class="read-more"><a href="http://iainchalmers.org/2010-07-a-good-seo-practice-and-process-post-work">Read more &#8250;</a></div><!-- end of .read-more -->]]></description>
				<content:encoded><![CDATA[<p>From : <a title="SEO for software compaines" href="http://www.kalzumeus.com/2010/07/17/seo-for-software-companies/">http://www.kalzumeus.com/2010/07/17/seo-for-software-companies/</a></p>
<blockquote>
<h2>SEO In A Nutshell</h2>
<p>People treat SEO like it is black magic, but at the core it is very  simple: Content + Links = You Win.</p></blockquote>
<p>A good explanation of &#8220;content&#8221; and &#8220;links&#8221;, and how to generate both. Some interesting numbers on the costs and profits from targeting long tail search keywords. The post is aimed at people producing and selling software, but the ideas and principles are applicable to any website&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://iainchalmers.org/2010-07-a-good-seo-practice-and-process-post-work/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/38 queries in 0.094 seconds using disk
Object Caching 673/725 objects using disk

 Served from: iainchalmers.org @ 2013-05-23 05:26:01 by W3 Total Cache -->