<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Red Ant</title>
    <link>/feed/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Red Ant design blog.</description>
    
    
        <item>
          <title>Refactoring a design</title>
          <description>&lt;p&gt;We&amp;#8217;ve recently spent some time adding some new features to a site that we built a while back. Part of this was moving it to a new &lt;acronym title=&quot;Content Management System&quot;&gt;CMS&lt;/acronym&gt;, and since we had the chance, we took a look at each of the templates to see where they could be improved.&lt;/p&gt;


	&lt;p&gt;I won&amp;#8217;t bore you with all the various tweaks and changes, but one page in particular was interesting in terms of refactoring a design. The page was a product menu. It lists several product groups and the products within each. Each product menu has between two and seven groups of products.&lt;/p&gt;


	&lt;p class=&quot;quote&quot;&gt;Need to cut to the chase? Here is our &lt;a href=&quot;#original&quot;&gt;original version&lt;/a&gt;, which we redesigned it to be faster and more useful. You can &lt;a href=&quot;http://yates.co.nz/products/fertilising/&quot;&gt;play with the new version here&lt;/a&gt;.&lt;/p&gt;


&lt;h2&gt;The original version&lt;/h2&gt;

	&lt;p&gt;Our original version was this:&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/26091646@N08/2442027383/&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3172/2442027383_04c8d73380.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;This was (in my opinion) a good example of something that &lt;strong&gt;&amp;#8220;photoshops well&amp;#8221;&lt;/strong&gt;, but is not particularly usable in when filled with real data. This wasn&amp;#8217;t evident until the site was live and filled with real content, and you needed to find something specific (rather than &amp;#8220;a product&amp;#8221;) or browse around a product area.&lt;/p&gt;


	&lt;p&gt;Each product area has a drop down list, which shows a set of product names that you select from:&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/26091646@N08/2442851158/&quot; title=&quot;Existing product menu detail&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3078/2442851158_46dc2d154f_o.gif&quot; width=&quot;689&quot; height=&quot;331&quot; alt=&quot;Existing product menu detail&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;This design worked well if:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;you knew the exact name of what you were looking for (so you could find it in the list)&lt;/li&gt;
		&lt;li&gt;you could find the item easiest via an alphabetical ordering&lt;/li&gt;
		&lt;li&gt;once you&amp;#8217;d selected a product, you didn&amp;#8217;t want to jump to another&lt;/li&gt;
		&lt;li&gt;the product area blurbs were helpful for you in your search&lt;/li&gt;
	&lt;/ul&gt;


&lt;h2&gt;Refactoring&lt;/h2&gt;

	&lt;p&gt;It&amp;#8217;s not that there was anything that wrong with the original layout. The design neatly fits all the required information in, plus a blurb about each of the product areas. We designed this area so someone could get to any product with a minimum number of mouse clicks- and measuring against this metric the design is successful.&lt;/p&gt;


	&lt;p&gt;However, we all thought there were a few ways that we could improve the page, and make it more &lt;strong&gt;useful&lt;/strong&gt;:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;we dropped the text summary&lt;/strong&gt; to get back some space&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;arranged each area in a vertical list&lt;/strong&gt; rather than a grid. Each item expands to show all the products within. Clicking on another product area collapses the first.&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;used thumbnails&lt;/strong&gt; of each product as a visual aid. &lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;increased the size of the mouse click hit area&lt;/strong&gt; to make it easier to click on a specific product (the previous select list made it easy to choose one product too high/low if you weren&amp;#8217;t careful with your mouse)&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Here is the revised design, and you can &lt;a href=&quot;http://yates.co.nz/products/fertilising/&quot;&gt;play with it here&lt;/a&gt; &lt;br/&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/26091646@N08/2442871682/&quot; title=&quot;current-expanded&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3216/2442871682_1aa2e7ceb4.jpg&quot; width=&quot;500&quot; height=&quot;477&quot; alt=&quot;Revised design for the Yates product menu&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/26091646@N08/2442027585/&quot; title=&quot;current-closed&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2177/2442027585_fb35d5ecf2.jpg&quot; width=&quot;500&quot; height=&quot;426&quot; alt=&quot;Revised design for the Yates product menu&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;We thought that using thumbnails of each product might be a nice idea, but it was only when we prototyped real data such as &lt;a href=&quot;http://yates.co.nz/products/books-tools-and-propagation/&quot;&gt;the tools menu&lt;/a&gt; that we could see how useful a thumbnail would be in this instance. The tools menu lists all different types of secateurs, saws, and tree cutting devices. There is no way you could know whether the &lt;a href=&quot;http://yates.co.nz/products/books-tools-and-propagation/tools/ars-fruit-pruner-300l/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;ARS&lt;/span&gt; Fruit Pruner 300L&lt;/a&gt; is the same or different to the &lt;a href=&quot;http://yates.co.nz/products/books-tools-and-propagation/tools/ars-fruit-pruner-se30/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;ARS&lt;/span&gt; Fruit Pruner &lt;span class=&quot;caps&quot;&gt;SE30&lt;/span&gt;&lt;/a&gt; (they are different) by looking at the product names. But it is quite clear from the thumbnail that the &lt;a href=&quot;http://yates.co.nz/products/books-tools-and-propagation/tools/ars-fruit-pruner-se45/&quot;&gt;&lt;span class=&quot;caps&quot;&gt;SE45&lt;/span&gt;&lt;/a&gt; is closer to the 300L.&lt;/p&gt;


	&lt;p&gt;Another thing that we didn&amp;#8217;t realise during the intial design phase was how products are named. Yates often include the brand or product area as part of a name, which makes for a lot of repetitive data in each. This repetition makes it hard to scan a list and pick the difference when displayed in the way that we had it. Having thumbnails greatly help with this problem.&lt;/p&gt;


&lt;h2&gt;Avoiding the waterfall&lt;/h2&gt;

	&lt;p&gt;The design process for a web site works well when iterations or design cycles are allowed/encouraged to occur. For us, this means avoiding waterfalls- where one person or team does a bit, then passes it on to the next. Tasks progress from one stage to the next in one direction- rarely going back upstream. For web sites, they often look like this:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;one person makes a wireframe UI&lt;/li&gt;
		&lt;li&gt;who passes it on to another to get it signed off by the client&lt;/li&gt;
		&lt;li&gt;and then on a designer to photoshop&lt;/li&gt;
		&lt;li&gt;then on to an &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt; person to cut&lt;/li&gt;
		&lt;li&gt;and then somehow squeeze it into a &lt;span class=&quot;caps&quot;&gt;CMS&lt;/span&gt; or web app&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Since someone has diligently been getting signoffs at critical points, there is little opportunity or motivation for someone towards the end to redress issues- in fact it often becomes progressively harder (&amp;#8220;that&amp;#8217;s already been signed off&amp;#8230;&amp;#8221;). You&amp;#8217;ll end up with exactly what you asked for, but it might not be the most satisfying process or final result.&lt;/p&gt;


	&lt;p&gt;The way we try to tackle this issue is to involve everyone as early as possible, and get them operating as an autonomous team. If someone sees something that is not ideal or presenting problems with their own stage, we try and fix it (aka &amp;#8220;repairing broken windows&amp;#8221;) by taking it back upstream.&lt;/p&gt;


	&lt;p&gt;In this instance, the design had gone pretty much all the way through our process. But by looping back and spending some additional UI and design time, we were able to resolve other issues  eg: the grid layout was difficult and taking time to maintain across different browsers, and adding in additional areas was a manual &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;/CSS task. We were also able to make significant improvements to the usefulness of the screen.&lt;/p&gt;</description>
          <pubDate>Sat, 26 Apr 2008 21:07:29 GMT</pubDate>
          <guid>http://redant.com.au/blog/refactoring-a-design/</guid>
          <link>http://redant.com.au/blog/refactoring-a-design/</link>
        </item>
    
        <item>
          <title>Earth Hour goes 3D!</title>
          <description>&lt;p&gt;As part of our ongoing work on &lt;a href=&quot;http://www.earthhour.org/&quot;&gt;Earth Hour&lt;/a&gt;, and to help contextualise the global nature of the 2008 event (144,000 signups and counting...), we made this 3D globe using &lt;a href=&quot;http://papervision3d.org&quot;&gt;Papervision3D&lt;/a&gt;. We've plotted all the sign-ups based on IP (using the Red Ant spy satellite) and a total count of sign-ups by country.&lt;/p&gt;

&lt;p&gt;You will need Flash player 9 installed to view this demo.&lt;/p&gt;

&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&quot; width=&quot;460&quot; height=&quot;445&quot; id=&quot;eh3d&quot; align=&quot;middle&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.earthhour.org/flash/3D/EarthHour.swf&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#012033&quot; /&gt;&lt;param name=&quot;menu&quot; value=&quot;hide&quot; /&gt;&lt;PARAM NAME=&quot;FlashVars&quot; value=&quot;data_url=http://www.earthhour.org/flash/3D/geodata.zip&quot;&gt;&lt;embed src=&quot;http://www.earthhour.org/flash/3D/EarthHour.swf&quot; quality=&quot;high&quot; bgcolor=&quot;#012033&quot; width=&quot;460&quot; height=&quot;445&quot; name=&quot;eh3d&quot; align=&quot;middle&quot; flashvars=&quot;data_url=http://www.earthhour.org/flash/3D/geodata.zip&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;&lt;/object&gt;

&lt;p&gt;We output zipped data files on a regular basis, and after the event we plan on showing how the message spread over time, so check back soon!&lt;/p&gt;</description>
          <pubDate>Wed, 19 Mar 2008 15:42:46 GMT</pubDate>
          <guid>http://redant.com.au/blog/earth-hour-goes-3d/</guid>
          <link>http://redant.com.au/blog/earth-hour-goes-3d/</link>
        </item>
    
        <item>
          <title>Earth Hour 2008</title>
          <description>&lt;p&gt;Last March, Sydney had an event called &lt;a href=&quot;http://en.wikipedia.org/wiki/Earth_hour&quot;&gt;Earth Hour&lt;/a&gt;. This involved getting everyone to turn their lights off for an hour, to see how far we could reduce energy consumption. Street lights were kept on for safety, but it was quite surreal to look out and see everyone start turning lights off. It certainly made you think about how many lights and appliances you leave on, just because it is inconvenient to turn them off.&lt;/p&gt;


	&lt;p&gt;Well, it was a great success and Sydney ended up saving about 25 tonnes of &lt;span class=&quot;caps&quot;&gt;CO2&lt;/span&gt; emissions. This year, it&amp;#8217;s become a global event. At 8pm on the 29 March 2008, hopefully millions of people in different cities around the world are going to turn their lights off.&lt;/p&gt;


	&lt;p&gt;On Friday morning we helped launch a small part of Earth Hour 2008: &lt;a href=&quot;http://www.earthhour.org&quot;&gt;www.earthhour.org&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;&lt;a class=&quot;images&quot; href=&quot;http://www.earthhour.org&quot; style=&quot;height:103px;&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2094/2117180190_144e166d95_o.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Working with Leo Burnett, we created the site in Rails, with Radiant for content management. There is quite a lot of flash video, so we used Lighttpd for better performance for streaming &lt;span class=&quot;caps&quot;&gt;FLV&lt;/span&gt; video, with the rest of the site on several Mongrel webservers.&lt;/p&gt;</description>
          <pubDate>Mon, 17 Dec 2007 13:17:59 GMT</pubDate>
          <guid>http://redant.com.au/blog/earth-hour-2008/</guid>
          <link>http://redant.com.au/blog/earth-hour-2008/</link>
        </item>
    
        <item>
          <title>sign up forms are tricky to do well</title>
          <description>&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/J00ehBG0VNg&amp;rel=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/J00ehBG0VNg&amp;rel=1&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description>
          <pubDate>Tue, 30 Oct 2007 15:39:54 GMT</pubDate>
          <guid>http://redant.com.au/blog/sign-up-forms-are-tricky-to-do-well/</guid>
          <link>http://redant.com.au/blog/sign-up-forms-are-tricky-to-do-well/</link>
        </item>
    
        <item>
          <title>le grand content</title>
          <description>&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/lWWKBY7gx_0&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/lWWKBY7gx_0&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description>
          <pubDate>Fri, 12 Oct 2007 09:18:01 GMT</pubDate>
          <guid>http://redant.com.au/blog/le-grand-content/</guid>
          <link>http://redant.com.au/blog/le-grand-content/</link>
        </item>
    
        <item>
          <title>Oooh we've been busy little ants...</title>
          <description>&lt;p&gt;We&amp;#8217;ve been super busy over the last month or so, counting down the days to our &lt;a href=&quot;http://www.theaustralian.news.com.au/story/0,,22145672-28737,00.html&quot;&gt;&lt;span class=&quot;caps&quot;&gt;APEC&lt;/span&gt; lockdown&lt;/a&gt;. We&amp;#8217;re going to stock up on coffee big time just in case George decides he likes it here and chooses to &lt;a href=&quot;http://www.smh.com.au/news/national/bush-may-stay-in-town-longer/2007/08/09/1186530533168.html&quot;&gt;stay a bit longer&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Here are a few of the projects that have been keeping us busy lately:&lt;/p&gt;


	&lt;h2&gt;Books Alive&lt;/h2&gt;


	&lt;p&gt;&lt;a class=&quot;images&quot; href=&quot;/portfolio/books-alive&quot;&gt;&lt;img src=&quot;/images/blog/aug-update-images/books-alive.jpg&quot; alt=&quot;Books Alive&quot; width=&quot;500&quot; height=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;The Books Alive site is an Australian Government initiative to encourage people to read. Rather than listing thousands of titles you &lt;em&gt;could&lt;/em&gt; read, the Books Alive site is all about 50 really great books that you &lt;em&gt;should&lt;/em&gt; read!&lt;/p&gt;


	&lt;p&gt;&amp;#8220;Your personal guide to 50 books so good, everyone will want to read them.&amp;#8221;&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.booksalive.com.au&quot;&gt;Visit the site&lt;/a&gt;&lt;/p&gt;


	&lt;h2&gt;Broadcast Australia&lt;/h2&gt;


	&lt;p&gt;&lt;a class=&quot;images&quot; href=&quot;/portfolio/broadcast-australia&quot;&gt;&lt;img src=&quot;/images/blog/aug-update-images/broadcast-australia.jpg&quot; alt=&quot;Broadcast Australia&quot; width=&quot;500&quot; height=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;We created a new visual design and site layout to highlight the companyâ€™s most important marketing messages and make it easier for potential customers to find information relevant to them. We also set up a new Content Management System so that content owners inside the business can update pages almost as easily as updating a document on their desktop.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.broadcastaustralia.com.au&quot;&gt;Visit the site&lt;/a&gt;&lt;/p&gt;


	&lt;h2&gt;Huggies Jeans for Genes&lt;/h2&gt;


	&lt;p&gt;&lt;a class=&quot;images&quot; href=&quot;/portfolio/huggies&quot;&gt;&lt;img src=&quot;/images/blog/aug-update-images/huggies.jpg&quot; alt=&quot;Huggies&quot; width=&quot;500&quot; height=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;We added some denim bling to the header area as part of Huggies support of Jeans for Genes day. We also developed a new photo upload tool that allows members to upload photos of their children wearing jeans. This is a reusable tool that will be used in other photo based competitions, and includes an extensive image moderation application.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.huggies.com.au&quot;&gt;Visit the site&lt;/a&gt;&lt;/p&gt;


	&lt;h2&gt;Kleenex Wipes&lt;/h2&gt;


	&lt;p&gt;&lt;a class=&quot;images&quot; href=&quot;/portfolio/kleenex-wipes/&quot;&gt;&lt;img src=&quot;/images/blog/aug-update-images/kleenex-wipes.jpg&quot; alt=&quot;Kleenex Wipes&quot; width=&quot;500&quot; height=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;A brand new site for Kleenex Wipes. Watch for the closing doors!&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.kleenexwipes.com.au&quot;&gt;Visit the site&lt;/a&gt;&lt;/p&gt;


	&lt;h2&gt;Snugglers&lt;/h2&gt;


	&lt;p&gt;&lt;a class=&quot;images&quot; href=&quot;/portfolio/snugglers/&quot;&gt;&lt;img src=&quot;/images/blog/aug-update-images/snugglers.jpg&quot; alt=&quot;Snugglers&quot; width=&quot;500&quot; height=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;A brand new site for Snugglers&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.snugglers.com.au&quot;&gt;Visit the site&lt;/a&gt;&lt;/p&gt;


	&lt;h2&gt;KCP4u extranet&lt;/h2&gt;


	&lt;p&gt;&lt;a class=&quot;images&quot; href=&quot;/portfolio/kcp4u/&quot;&gt;&lt;img src=&quot;/images/blog/aug-update-images/kcp4u.jpg&quot; alt=&quot;kcp4u&quot; width=&quot;500&quot; height=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;A new extranet application for KC Professional, which contains sales material and product information for internal staff and distributors.&lt;/p&gt;


	&lt;h2&gt;Oxfam Trailwalker&lt;/h2&gt;


	&lt;p&gt;&lt;a class=&quot;images&quot; href=&quot;http://www2.oxfam.org.au/trailwalker/Sydney&quot;&gt;&lt;img src=&quot;/images/blog/aug-update-images/trailwalker.jpg&quot; alt=&quot;Trailwalker&quot; width=&quot;500&quot; height=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;The Melbourne walk has come and gone, and just a few more sleeps until the Sydney event. This is a .net project that we&amp;#8217;ve been working on with the Oxfam team.&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www2.oxfam.org.au/trailwalker/Sydney&quot;&gt;Visit the site&lt;/a&gt;&lt;/p&gt;</description>
          <pubDate>Thu, 16 Aug 2007 21:21:14 GMT</pubDate>
          <guid>http://redant.com.au/blog/oooh-weve-been-busy-little-ants/</guid>
          <link>http://redant.com.au/blog/oooh-weve-been-busy-little-ants/</link>
        </item>
    
        <item>
          <title>Building a meaningful forum</title>
          <description>&lt;p&gt;One of the things that we&amp;#8217;re constantly on about here at Red Ant is meaningful interaction. A website is all well and good if it gets a gajillion hits, but, if those hits are from bots or the human equivalent, then the only meaningful thing that you&amp;#8217;ll have at the end is a large bill from your hosting provider.&lt;/p&gt;


	&lt;p&gt;One of the ways people have interacted with one another since the Internet was in Internappies is, of course, through forums. And, while many forums can lay claim to fostering community and interaction between users, just as many forums lay waste to that same idea, and leave behind only wasted time, wasted words and wasted bandwidth.&lt;/p&gt;


	&lt;p&gt;When &lt;a href=&quot;http://huggies.com.au&quot;&gt;Huggies&lt;/a&gt; (did we mention it was &lt;a href=&quot;http://redant.com.au/portfolio/huggies/&quot;&gt;one of the most popular parenting sites in Australia&lt;/a&gt;?) asked us to rebuild their forum earlier this year, we had all of this in mind. But how&amp;#8217;s it gone so far?&lt;/p&gt;


	&lt;p&gt;Well here are some stats: Over 12,000 posts have been made by over 1,200 individual members in one week. The longest post has over 2,800 replies and counting. It&amp;#8217;s had &amp;#8216;more than 600,000 posts since it was launched, and the company&amp;#8217;s experts are now receiving more than 100 questions a month.&amp;#8217;&lt;/p&gt;


	&lt;p&gt;This is all summarised neatly in &lt;a href=&quot;http://www.smh.com.au/news/biztech/its-web-take-20/2007/05/14/1178995074605.html?page=fullpage#contentSwap1&quot;&gt;an article&lt;/a&gt; in the Sydney Morning Herald:&lt;/p&gt;


	&lt;p class=&quot;quote&quot;&gt;&amp;#8216;Through the forum, Huggies is able to build a strong relationship with parents that hopefully builds loyalty to Huggies products. &amp;#8216;The options for communication and interaction that web 2.0 technologies present are widening rapidly.&amp;#8217;&lt;/p&gt;


	&lt;p&gt;There are a few things that mark out the Huggies forum. The presence of experts helps to guide user-generated discussions along helpful paths &amp;#8211; users can submit questions and get them answered on a one-to-one basis, as well as discuss related answers together. It also helps that the forum is focused around a singular topic, parenting and pregnancy, and while it might seem to be an obvious thing to say, that topic is one that the core audience is keen to discuss.&lt;/p&gt;


	&lt;p&gt;Lesson for the day, when you&amp;#8217;re building interactivity for users: spare a thought (and hopefully a bit more) for what that interactivity will mean, both for the user, and for the client.&lt;/p&gt;</description>
          <pubDate>Mon, 23 Jul 2007 15:40:57 GMT</pubDate>
          <guid>http://redant.com.au/blog/building-a-meaningful-forum/</guid>
          <link>http://redant.com.au/blog/building-a-meaningful-forum/</link>
        </item>
    
        <item>
          <title>Text Cloud in Flash</title>
          <description>&lt;p&gt;This post outlines an idea that we&amp;#8217;ve come up with for visualising a list of information in interesting ways. We&amp;#8217;ve included some code examples, a live example, and you can download the source code to roll your own.&lt;/p&gt;


	&lt;p&gt;First, some background. We&amp;#8217;re working on a project that had some kind tag cloud as part of the layout, serving both as navigation and a quick way of visualising what the content (in this case books) was about. Initially, the idea was to have a regular tag cloud. Content within the site would be tagged by users, and then we&amp;#8217;d display these as links next to the book as a way of showing what other people thought of/categorised the book as. Clicking on &amp;#8220;green&amp;#8221; would get you all of the other &lt;strong&gt;green&lt;/strong&gt; books. The more often a book is tagged &lt;strong&gt;green&lt;/strong&gt;, the bigger the &lt;strong&gt;green&lt;/strong&gt; link becomes in the list.&lt;/p&gt;


	&lt;p&gt;But as the project progressed out of wireframe and into design, we came to the realisation that many of the pages probably wouldn&amp;#8217;t get tagged &amp;#8211; at least not by &amp;#8220;real&amp;#8221; users (read: not Red Ant people). One of the things we try to do in our design process is to have lots of reviews to really test out ideas with all of our team. What might seem a cool idea early on might end up being a production nightmare in the harsh light of day, or alternately someone might have a much better idea on how to do it. Someone &lt;a href=&quot;http://www.librarything.com/thingology/2007/02/when-tags-works-and-when-they-dont.php&quot;&gt;brought up this Library Thing post&lt;/a&gt; which discusses tag clouds on Amazon and Library Thing &amp;#8211; well worth a read if you&amp;#8217;re considering using tag clouds as part of your site structure.&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;Tagging works well when people tag &amp;#8220;their&amp;#8221; stuff, but it fails when they&amp;#8217;re asked to do it to &amp;#8220;someone else&amp;#8217;s&amp;#8221; stuff. You can&amp;#8217;t get your customers to organize your products, unless you give them a very good incentive. We all make our beds, but nobody volunteers to fluff pillows at the local Sheraton.&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;So, we had a problem in that the tag cloud idea wasn&amp;#8217;t necessarily going to work getting tags from users. But it &lt;strong&gt;did&lt;/strong&gt; work as a visual device- a really simple way of getting the overall flavour of content on any given page. &lt;a href=&quot;http://www.joelamantia.com/blog/archives/tag_clouds/text_clouds_a_new_form_of_tag_cloud.html&quot;&gt;Joe Lamatia&lt;/a&gt; has an interesting post about moving away from basic tag clouds, and their value as a way of &lt;strong&gt;visualising information&lt;/strong&gt;. Using his title as inspiration, we worked up this re-usable snippet that can be used in a Radiant page (or any page/CMS with some tweaks), and it looks like this:&lt;/p&gt;


&lt;script type=&quot;text/javascript&quot; src=&quot;/javascripts/flash_resize.js&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;text-cloud&quot; class=&quot;text-cloud&quot;&gt;&lt;ul&gt;
    &lt;li&gt;Miles Franklin Award&lt;/li&gt;
        &lt;li&gt;versatile and provoking&lt;/li&gt;
        &lt;li&gt;powerful narrative&lt;/li&gt;
        &lt;li&gt;mystifying power&lt;/li&gt;
        &lt;li&gt;Queensland&lt;/li&gt;
        &lt;li&gt;most impressive novel&lt;/li&gt;
        &lt;li&gt;Essential reading&lt;/li&gt;
        &lt;li&gt;love and betrayal&lt;/li&gt;
        &lt;li&gt;inter-racial relationships&lt;/li&gt;
        &lt;li&gt;Indigenous spirituality&lt;/li&gt;
        &lt;li&gt;colonial violence&lt;/li&gt;
    &lt;/ul&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;/javascripts/text-cloud.js&quot;&gt;&lt;/script&gt;

	&lt;p&gt;&lt;em&gt;Example of Text Cloud in Flash. Refresh the page and you&amp;#8217;ll see the keywords written out as text, and then get replaced with the Flash.&lt;/em&gt;&lt;/p&gt;


	&lt;h2&gt;Integrating a text cloud into Radiant&lt;/h2&gt;


	&lt;p&gt;To make it easy to generate a text cloud in our &lt;span class=&quot;caps&quot;&gt;CMS&lt;/span&gt; (we&amp;#8217;re using Radiant), we thought that a simple ordered list was the most logical/semantic choice for content. We didn&amp;#8217;t want our content authors having to remember lots of markup to generate what was in essence a list of keywords describing the content. To add a text cloud, they add a &amp;#8220;cloud&amp;#8221; part to the page, and then use &lt;a href=&quot;http://en.wikipedia.org/wiki/Textile_%28markup_language%29&quot;&gt;Textile&lt;/a&gt; to write a list of words, starting with the most important:&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;/images/blog/text-cloud/radiant-admin.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;We grab the &amp;#8220;cloud&amp;#8221; bit with this code, which could be either in the layout or as a snippet&lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;/images/blog/text-cloud/cloud-snippet.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;But this is only half the story. Next, we could have gone 2 ways. The first would have been to simply style the content via &lt;span class=&quot;caps&quot;&gt;CSS&lt;/span&gt; and Javascript, and the second was to use Flash. The advantage of Flash here is that it gave us a bit more freedom with regard to font, effects, and speed of production. The Javascript feeds this list of words into a Flash movie and we let Flash handle the weighting. We used &lt;a href=&quot;http://prototypejs.org/&quot;&gt;Prototype&lt;/a&gt; to parse the list, and added it as a variable into the embed code.&lt;/p&gt;


&lt;pre name=&quot;code&quot; class=&quot;js&quot;&gt;
var so = new SWFObject(&quot;root.swf&quot;, &quot;text-cloud-flash&quot;,
  &quot;525px&quot;, &quot;100%&quot;, &quot;8&quot;, &quot;#ffffff&quot;);

so.addVariable(&quot;tags&quot;,$$('div.text-cloud li').collect(
  function(li){return li.firstChild.nodeValue;}).join() );

so.write(&quot;text-cloud&quot;);
&lt;/pre&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;/javascripts/shCore.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;/javascripts/shBrushJScript.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;/javascripts/shBrushXml.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;/javascripts/dojshighlight.js&quot;&gt;&lt;/script&gt;

	&lt;p&gt;From there it is pretty straight forward. Flash randomises the array, calculates relative sizes of fonts, and generates our text cloud. The only tricky thing left to do is to resize the Flash content on the page to fit the height of it&amp;#8217;s content. We didn&amp;#8217;t want to limit the content author at all- if they want 5 words or 50 words, the Flash needs to deal with it gracefully. Again, this is handled with Javascript and Prototype. This means that the content editor doesn&amp;#8217;t need to worry about passing additional arguments to make it bigger for more text, and we can be sure the text cloud will look the way it&amp;#8217;s meant to look.&lt;/p&gt;


	&lt;h2&gt;Try it out&lt;/h2&gt;


&lt;div id=&quot;tag-cloud&quot; class=&quot;tag-cloud&quot;&gt;
&lt;/div&gt;

&lt;form id=&quot;tag-cloud-form&quot; method=&quot;post&quot; action=&quot;#&quot;&gt;

  &lt;p class=&quot;textarea&quot;&gt;
    &lt;label for=&quot;keywords&quot;&gt;Keywords (e.g. hello,world,this,is,a,test)&lt;/label&gt;
    &lt;textarea id=&quot;keywords&quot; name=&quot;keywords&quot; rows=&quot;4&quot; cols=&quot;40&quot;&gt;&lt;/textarea&gt;
  &lt;/p&gt;

  &lt;p class=&quot;submit&quot;&gt;
    &lt;input type=&quot;submit&quot; value=&quot;Create Cloud&quot; onClick=&quot;javascript:urchinTracker ('/makeacloud');&quot;/&gt;
  &lt;/p&gt;

&lt;/form&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;/javascripts/tag-cloud.js&quot;&gt;&lt;/script&gt;

	&lt;h2&gt;Download and roll your own&lt;/h2&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;/javascripts/flash_resize.js&quot; onClick=&quot;javascript:urchinTracker ('/downloads/flash-resize');&quot;&gt;flash-resize.js&lt;/a&gt; &amp;#8211; resizes the flash&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/javascripts/text-cloud.js&quot; onClick=&quot;javascript:urchinTracker ('/downloads/text-cloud');&quot;&gt;text-cloud.js&lt;/a&gt; &amp;#8211; talks to the flash&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/blog/text-cloud/root.swf&quot; onClick=&quot;javascript:urchinTracker ('/downloads/flash-swf');&quot;&gt;root.swf&lt;/a&gt; &amp;#8211; Flash that contains the bling. Get the &lt;a href=&quot;/images/blog/text-cloud/root.fla&quot; onClick=&quot;javascript:urchinTracker ('/downloads/flash-source');&quot;&gt;flash source here&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;</description>
          <pubDate>Mon, 09 Jul 2007 16:20:30 GMT</pubDate>
          <guid>http://redant.com.au/blog/text-cloud-in-flash/</guid>
          <link>http://redant.com.au/blog/text-cloud-in-flash/</link>
        </item>
    
        <item>
          <title>Get the desktop</title>
          <description>&lt;p&gt;&lt;img src=&quot;/images/desktops/redant-preview.jpg&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;It&amp;#8217;s been a few months now since we redesigned our website, and we&amp;#8217;re thrilled with the responses we&amp;#8217;ve had. We&amp;#8217;ve created a set of desktop wallpapers based on the design. It comes in a range of sizes, and we think it looks pretty neat. Download yours today!&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;/images/desktops/normal/redant-1024x768.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/1024x768'); &quot;&gt;small-1024&amp;#215;768&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/desktops/normal/redant-1280x960.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/1280x960'); &quot;&gt;medium-1280&amp;#215;960&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/desktops/normal/redant-1280x1024.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/1280x1024'); &quot;&gt;medium-1280&amp;#215;1024&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/desktops/normal/redant-1400x1050.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/1400x1050'); &quot;&gt;large-1400&amp;#215;1050&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/desktops/normal/redant-1600x1200.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/1600x1200'); &quot;&gt;supersize-1600&amp;#215;1200&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;and also in wide format&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;/images/desktops/wide/redant-1280x800.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/1280x800'); &quot;&gt;wide-1280&amp;#215;800&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/desktops/wide/redant-1440x900.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/1440x900'); &quot;&gt;wide-1440&amp;#215;900&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/desktops/wide/redant-1680x1050.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/1680x1050'); &quot;&gt;wide-1680&amp;#215;1050&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/desktops/wide/redant-1920x1200.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/1920x1200'); &quot;&gt;wide-1920&amp;#215;1200&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/desktops/wide/redant-2048x1280.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/2048x1280'); &quot;&gt;wide-2048&amp;#215;1280&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;/images/desktops/wide/redant-2560x1024.jpg&quot; onClick=&quot;javascript:urchinTracker ('/downloads/2560x1024'); &quot;&gt;wide-2560&amp;#215;1024&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;</description>
          <pubDate>Tue, 26 Jun 2007 21:25:06 GMT</pubDate>
          <guid>http://redant.com.au/blog/get-the-desktop/</guid>
          <link>http://redant.com.au/blog/get-the-desktop/</link>
        </item>
    
        <item>
          <title>Red Ant creative award at UTS</title>
          <description>&lt;p&gt;This year, we&amp;#8217;ve started sponsoring a design prize at the University of Technology, Sydney for excellence in web design. The Design school already has quite a strong web design component, and we thought that sponsoring an award would be an effective way of encouraging this.&lt;/p&gt;


	&lt;p&gt;The award is made available to the student(s) who are judged through their portfolio and interview to have the most creative and practical approach to design for web media.&lt;/p&gt;


	&lt;p&gt;This years winner is &lt;strong&gt;Kittikorn Thongsophon&lt;/strong&gt;- congratulations from everyone at Red Ant&lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/8707382@N02/532504147/in/set-72157600317870216/&quot;&gt;&lt;img src=&quot;http://farm2.static.flickr.com/1230/532504147_031dc5f988.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;See more &lt;a href=&quot;http://www.flickr.com/photos/8707382@N02/532504155/in/set-72157600317870216/&quot;&gt;photos on Flickr&lt;/a&gt; &amp;#8211; and check Darral from &lt;span class=&quot;caps&quot;&gt;UTS&lt;/span&gt; catching up on some sleep.&lt;/p&gt;


	&lt;p&gt;More information on the awards are here on the &lt;a href=&quot;http://www.dab.uts.edu.au/about/faculty-strengths/awards-prizes-scholarships/index.html&quot;&gt;&lt;span class=&quot;caps&quot;&gt;UTS&lt;/span&gt; Design faculty site&lt;/a&gt;. If you&amp;#8217;re a &lt;span class=&quot;caps&quot;&gt;UTS&lt;/span&gt; student, you can find out more about this and other awards available in the &lt;a href=&quot;http://www.handbook.uts.edu.au/dab/faculty/prizes.html&quot;&gt;&lt;span class=&quot;caps&quot;&gt;UTS&lt;/span&gt; Handbook&lt;/a&gt;&lt;/p&gt;</description>
          <pubDate>Tue, 19 Jun 2007 21:43:23 GMT</pubDate>
          <guid>http://redant.com.au/blog/red-ant-creative-award-at-uts/</guid>
          <link>http://redant.com.au/blog/red-ant-creative-award-at-uts/</link>
        </item>
    
    
  </channel>
</rss>

