Google Wave pining for the fjords
Barely one year after the announcement of Wave Google have decided to discontinue it’s development as a standalone product. Although there was a huge amount of hype behind it’s launch Google Wave was always plagued by the simplest of questions – what do I do with it ? The blog posting announcing it’s cancellation suggests that even Google themselves didn’t know what to do with it. The “future of email” is no more.
http://googleblog.blogspot.com/2010/08/update-on-google-wave.html
Konami Code
A recent mock up for a new design had a couple of us musing on the avenues for adding interesting discoverable content to websites. By interesting I of course mean silliness that may not be appreciated by the clientèle and so the thought ended there. There are however websites that have audiences that are perhaps more appreciative of easter eggs. A growing subset of these use the Konami Code first seen back in the heady days of the NES. Enter the elusive code on such a site and all manner of wackiness occurs. Try it on Facebook for instance. Clearly it’s a bit onerous to try this on every website you visit just on the off chance they have something for you but thankfully wikipedia steps up with this handy list – http://en.wikipedia.org/wiki/List_of_Konami_code_websites
Want to add it to your website ? Konami-js provides an easy drop in solution http://www.snaptortoise.com/konami-js/ and there’s a jQuery plug-in for fans of that library http://www.gethifi.com/blog/konami-code-jquery-plugin-pointlessly-easy
P.s. It’s Up, Up, Down, Down, Left, Right, Left, Right, B, A
CSS3 PIE
Internet Explorer has long been the bane of modern web development and while Microsoft are forging ahead with an ever growing list of features for IE9 there will still be for some time a need to support earlier versions. To meet the need for brand spanking new HTML and CSS support in old browsers there is a slowly increasing list of workarounds usually involving Javascript that enables the latest features. While certainly not the first CSS3 PIE is one of the more interesting solutions to the problem as it adds some of the more eye catching styling abilities of CSS3 to IE6 thru 8. With the addition of a simple behaviour file to your CSS you can have support for gradients, shadows and yes, even rounded corners.
CSS Media Queries
Nary a month on from the UK launch of the iPad it’s iPhone 4 day. Beyond the sight of people getting giddy over expensive consumer electronics the proliferation of mobile devices with all sorts of different resolutions and orientations raises the question of how best to serve web content that can be viewed as nature intended on all these devices. We’re not even past clients asking for pages that “fit on one screen” to which we invariably point to articles such as this – http://www.cxpartners.co.uk/thoughts/the_myth_of_the_page_fold_evidence_from_user_testing.htm – so how do we build for everyone ?
One answer are CSS media queries. Simply put these allow you to supply different CSS depending upon queries about the devices resolution and orientation. For more information see http://broadcast.oreilly.com/2010/04/using-css-media-queries-ipad.html and http://www.alistapart.com/articles/responsive-web-design/