<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>templatedata</title>
      <link>http://blogs.usyd.edu.au/templatedata/</link>
      <description>The web at www.usyd.edu.au</description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Fri, 03 Oct 2008 15:06:14 +1100</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>IE6 patronage declines</title>
         <description><![CDATA[<p>I was having a look at our corporate website statistics and thought I would share some numbers.</p>

<p>The percentage of website visitors who use Internet Explorer 6 is now 27.7%. If we exclude internal University traffic then this number drops to 23.2%. This is good news for web developers who have for a long time suffered from the headache of having to code for a browser with such poor standards compliance.</p>

<p>It's a bit 'old news' for those on the bleeding edge of web technology but Microsoft has released the second beta of <a href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx">Internet Explorer 8</a>.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/10/ie6_patronage_declines.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/10/ie6_patronage_declines.html</guid>
         <category>Browsers</category>
         <pubDate>Fri, 03 Oct 2008 15:06:14 +1100</pubDate>
      </item>
            <item>
         <title>Text based websites can look good too</title>
         <description><![CDATA[<p>The <a href="http://www.seedconference.com/seed.php">Seed Conference website</a> is a beautiful example of the use of typography on the web. Proof that you don't need images to make a website look good.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/09/text_based_websites_can_look_g.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/09/text_based_websites_can_look_g.html</guid>
         <category>Design</category>
         <pubDate>Fri, 12 Sep 2008 14:27:31 +1100</pubDate>
      </item>
            <item>
         <title>Quick tips: Forms</title>
         <description><![CDATA[<p>Here is a few quick tips on designing HTML forms.</p>

<ul>
  <li>Use the &lt;label&gt; tag to name your fields - this makes your code more semantic and also makes forms easier to fill out (e.g. browsers often process a click on a label associated with a radio button as a click on the radio button)</li>
    <li>Use different input field types when appropriate e.g. radio buttons, drop-downs, text areas etc </li>
    <li>Place field labels above the related field and left align them - <a href="http://www.uxmatters.com/MT/archives/000107.php">eye tracking studies</a> have found that using labels above their related input field allow users to capture the field and label in the same eye movement</li>
  <li>Indicate required fields and special input requirements. The de facto standard for indicating required fields is to place a red asterisk (<span style="color: red;">*</span>). Also try and alert the users of errors in their input before they submit the form (can be achieved via JavaScript). However do also build input validation into your server side form processor just incase the user doesn't have JavaScript turned on</li>
  
  <li>Use helpers - use javascript to help the user to enter certain types of data. For example you can use a JavaScript date picker/calendar to help a user enter a date, but be careful to allow more advanced users to enter these values manually.</li>
</ul>

<p><strong>More:</strong></p>
<ul>
  <li><a href="http://css-tricks.com/">CSS Tricks</a> - <a href="http://css-tricks.com/label-placement-on-forms/">Label Placement on Forms</a></li>
</ul>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/09/quick_tips_forms.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/09/quick_tips_forms.html</guid>
         <category>Tech stuff</category>
         <pubDate>Fri, 12 Sep 2008 14:22:01 +1100</pubDate>
      </item>
            <item>
         <title>Usability testing monkey style</title>
         <description><![CDATA[<p>In an effort to try and balance out this blog a bit away from all the &lt;insert Google product&gt; posts, I though I might post about some usability testing software DPM has been using as part of our interim review of the University's corporate site. The app is called <a href="http://silverbackapp.com/">Silverback</a>, runs on Macs (sorry Windows guys) and cost about $50.</p>

<p>Silverback helps you track how users use your website by recording what they on screen as well as using the built in web camera and microphone found in most Macs to capture facial expressions, the direction the user is looking and spoken comments. Admittedly it's not quite as advanced as (very expensive) eye tracking software/equipment but for $50 who is complaining.</p>

<p>Also for fans of <a href="http://en.wikipedia.org/wiki/Easter_egg_(media)">easter eggs</a> have a go at resizing your browser window and see what happens to the vines at the top of <a href="http://silverbackapp.com/">Silverback's website</a>.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/09/usability_testing_monkey_style.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/09/usability_testing_monkey_style.html</guid>
         <category>Usability and accessibility</category>
         <pubDate>Fri, 12 Sep 2008 13:20:41 +1100</pubDate>
      </item>
            <item>
         <title>Browser wars not as fun to watch as Star Wars</title>
         <description><![CDATA[<p>Those renegade funsters at Google today released their own web browser called <a href="http://www.google.com/chrome">Google Chrome</a>. You can read all about it it on their site so I won't go into to much, but I do want to mention two things.</p>
<ol>
<li>The Chrome rendering engine is based on <a href="http://webkit.org/">WebKit</a>, the same rendering engine in <a href="http://www.apple.com/safari/">Apple's Safari browser</a> so theoretically web developers should not worry to much about coding for another browser.</li>
<li>It's fast! In my limited testing viewing our beloved Uni site, Sydney Morning Herald and YouTube, it loaded pages extremely quickly.</li>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/09/browser_wars_not_as_fun_to_wat.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/09/browser_wars_not_as_fun_to_wat.html</guid>
         <category>Browsers</category>
         <pubDate>Wed, 03 Sep 2008 11:12:31 +1100</pubDate>
      </item>
            <item>
         <title>Google Street View now in Australia</title>
         <description><![CDATA[<p><iframe width="425" height="240" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com.au/maps/sv?cbp=1,179.41081971159375,,0,-0.8273199315773584&amp;cbll=-33.884813,151.19145&amp;v=1&amp;panoid=-lF84zcac3j9su2fQRlmEw&amp;gl=&amp;hl=en"></iframe><br /><small><a id="cbembedlink" href="http://maps.google.com.au/maps?cbp=1,179.41081971159375,,0,-0.8273199315773584&cbll=-33.884813,151.19145&ll=-33.884813,151.19145&layer=c" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>

<p><a href="http://www.google.com.au">Google</a> has launched <a href="http://maps.google.com.au/help/maps/streetview/">Google Maps Street View</a> in Australia. The amount of time and resources this would have taken to create boggles the mind.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/08/google_streetview_now_in_austr.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/08/google_streetview_now_in_austr.html</guid>
         <category></category>
         <pubDate>Tue, 05 Aug 2008 14:23:30 +1100</pubDate>
      </item>
            <item>
         <title>The 10 Commandments of Web Design</title>
         <description><![CDATA[<p>Perhaps unusual contenders in the world of web design, <a href="http://www.businessweek.com/">Business Week</a> have handed down their <a href="http://www.businessweek.com/innovate/content/jun2008/id20080623_750025.htm">10 Commandments of Web Design</a>. Generally they provide some good advice but I can't quite believe the put "Thou shalt not overuse glassy reflections" (position 4) above  "Thou shalt make content king" (position 10).<br />
</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/07/the_10_commandments_of_web_des.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/07/the_10_commandments_of_web_des.html</guid>
         <category>Misc web</category>
         <pubDate>Wed, 30 Jul 2008 19:43:18 +1100</pubDate>
      </item>
            <item>
         <title>Flash content now searchable</title>
         <description><![CDATA[<p>For a long time one of the big problems with the use of Flash in websites was that search engines could not 'craw' Flash files. Well the good news is that <a href="http://www.google.com.au/">Google</a> have <a href="http://googleblog.blogspot.com/2008/06/google-learns-to-crawl-flash.html">developed an algorithm that allows them to index textual content in Flash files</a>. Heres hoping other search engines develop this ability as well.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/07/flash_content_now_searchable.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/07/flash_content_now_searchable.html</guid>
         <category>Search</category>
         <pubDate>Tue, 29 Jul 2008 12:08:44 +1100</pubDate>
      </item>
            <item>
         <title>Better browsing - Mozzilla style</title>
         <description><![CDATA[<p>The clever folks at <a href="http://www.mozilla.com/">Mozillia</a> recently released the next major version of their <a href="http://www.mozilla.com/en-US/products/firefox/">Firefox</a> Internet browser. Firefox 3 has some cool new features like:</p>

<ul><li>Improved performance</li><li>Security & privacy with anti-malware and anti-phishing features</li><li>Platform-native look & feel</li><li>Improved compliance with web standards</li></ul>

<p>Go on <a href="http://www.mozilla.com/en-US/products/firefox/">download it</a>! I dare you ;)</p>

<p>If your a web techie you may also be interested in finding out more info about <a href="http://developer.mozilla.org/en/docs/Firefox_3_for_developers">Firefox 3 for web developers</a>.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/07/better_browsing_mozzilla_style.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/07/better_browsing_mozzilla_style.html</guid>
         <category>Browsers</category>
         <pubDate>Mon, 28 Jul 2008 22:54:22 +1100</pubDate>
      </item>
            <item>
         <title>Cuil - World biggest search engine</title>
         <description><![CDATA[<p>I thought I would celebrate my first blog post by letting our loyal templatedata readers know about a new search engine called <a href="http://www.cuil.com">Cuil</a>. Pronunced 'cool', Cuil claims to have the largest index in the world with 121,617,892,992 web pages indexed and is run by a <a href="http://www.nytimes.com/2008/07/28/technology/28cool.html?_r=1&oref=slogin">group of ex Google staffers</a>.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/07/cuil_world_biggest_search_engi.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/07/cuil_world_biggest_search_engi.html</guid>
         <category>Search</category>
         <pubDate>Mon, 28 Jul 2008 22:50:58 +1100</pubDate>
      </item>
            <item>
         <title>Using del.icio.us at Sydney Uni</title>
         <description><![CDATA[<p>Following the example of <a href="http://del.icio.us/missourisandt">Missouri University of Science and Technology</a>, I've recently set up a <a href="http://del.icio.us">del.icio.us</a> account for the Faculty of Economics and Business (where I work). Currently we monitor mentions of our staff in the media using <a href="http://www.google.com/alerts">google alerts</a> and post them  to our <a href="http://www.econ.usyd.edu.au/16063.html">Staff in the News</a> page. </p>

<p>From this I've begun building the <a href="http://del.icio.us/Economics_and_Business_University_of_Sydney">Faculty of Economics and Business' del.icio.us account</a>.</p>

<p>Why do this? Pretty much for the same reasons mentioned over at <a href="http://highered.prblogs.org/2008/04/23/delicious-as-a-pr-measurement-tool/">Andrew Careaga’s blog</a> about marketing and public relations in higher education.</p>

<p>So what is this del.icio.us thing anyway? The <a href="http://doteduguru.com/id92-social-survey-delicious.html">dot edu guru</a> has a great blog post that explains it all.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/05/using_delicious_at_sydney_uni.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/05/using_delicious_at_sydney_uni.html</guid>
         <category>Bookmarks</category>
         <pubDate>Thu, 01 May 2008 10:48:11 +1100</pubDate>
      </item>
            <item>
         <title>Horizon Report - Emerging Technologies - Summary</title>
         <description><![CDATA[<p>I have summarised sections of the <a href="http://www.nmc.org/horizon">Horizon Report 2008</a> for my colleagues at USYD who work in these areas. The focus of my summary is on Grassroots Video and Collaboration Webs and I encourage you to read the <a href="http://www.nmc.org/horizon">whole report</a> as well as visit the <a href="http://horizon.nmc.org/wiki/Main_Page">Horizon Wiki</a> for further information.</p>

<p>The summary is available on the <a href="http://www.econ.usyd.edu.au/horizon/">Economics and Business website</a>.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/04/horizon_report_emerging_techno.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/04/horizon_report_emerging_techno.html</guid>
         <category>Higher Ed</category>
         <pubDate>Wed, 09 Apr 2008 13:42:05 +1100</pubDate>
      </item>
            <item>
         <title>And Hello</title>
         <description><![CDATA[<p>Georg's wise and calming presence is sorely missed, and we are both delighted and a little jealous to hear how happily she has sea changed. However, after a flurry of organisational restructuring, Templatedata is proud to announce that its doors are open once more to the comings and goings of the blogosphere. </p>

<p>In the meantime, the University has realigned its web teams slightly.</p>

<p>Web Services as was has now merged with the Publications team to form Digital & Print Media (www.usyd.edu.au/dpm). This unit provides a one-stop-shop resource for cross platform (ie both print and web) publishing. At the same time, ICT (www.usyd.edu.au/ict) has been refining its service and its ownership of the technical side of the CMS. Between us we hope to meet all of your web development needs.</p>

<p>The new DPM team is falling into place nicely. You can expect to hear regularly from some of our team members both here and in an eNewsletter, as well as other guest contributors from around the Uni, including:</p>

<p>Nick Evans (Web Editor)<br />
David Jessup (Web Development Officer)<br />
Alex Motyka (Web Development Officer)<br />
Danielle Warby (Web Officer, Economics and Business)</p>

<p>So then. Watch this space.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2008/04/and_hello.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2008/04/and_hello.html</guid>
         <category>Misc web</category>
         <pubDate>Tue, 08 Apr 2008 14:56:04 +1100</pubDate>
      </item>
            <item>
         <title>Goodbye</title>
         <description><![CDATA[<p>On Friday I finished up at the University. After ten years at Sydney in a wide variety of roles, it's time for something new. This time it's not a sabbatical, it's the real deal.  So, I thought I would say thank you to all those who have read Templatedata over the years and good luck with your web endeavours in the future. I am handing the reins of Templatedata over to the more-than-capable hands of two of my colleagues. I'm sure they'll be here soon with some meaty posts.</p>

<p>Au revoir.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2007/12/goodbye.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2007/12/goodbye.html</guid>
         <category>Housekeeping</category>
         <pubDate>Mon, 17 Dec 2007 18:32:16 +1100</pubDate>
      </item>
            <item>
         <title>Universities and content management</title>
         <description><![CDATA[<p><a href="http://www.cmswatch.com/Trends/1085-All-universities-are-equal...?source=RSS">They're all the same apparently</a>.</p>

<blockquote>So what I see happen over and over again these days is that some energetic and enthusiastic (though over time, increasingly less so) individuals start tackling the problems. And yes, these problems are the same ones, to the point where it becomes possible to identify three stages of development:

<p>    * First stage: building a plethora of websites;<br />
    * Second stage: trying to re-organize those into the same style, on the same server, using the same CMS -- but often, multiple instances of such a CMS, because there's no central authority to force everyone to organize the content, and everyone wants their own sandbox;<br />
    * Third stage: reorganizing those multiple websites into one CMS, with centralized control -- or at least, the opportunity to see what's happening -- and centralized landing pages for target audiences or subject channels.</p>

<p>As each of these stages can take anything from 5 to 10 years, and most will still be at the end of the first, one can only guess how long many of them will take to accomplish renovation. And it certainly doesn't help that most of the people struggling to make a change are working in a vacuum (from more than one perspective). It induces them to re-invent the wheel and, at the same time, making the mistakes others have made before. </blockquote></p>

<p>Yes, I would say that's pretty accurate. It's <a href="http://www.cmswatch.com/Trends/1085-All-universities-are-equal...?source=RSS">Adriaan Bloem</a>.</p>]]></description>
         <link>http://blogs.usyd.edu.au/templatedata/2007/12/universities_and_content_manag.html</link>
         <guid>http://blogs.usyd.edu.au/templatedata/2007/12/universities_and_content_manag.html</guid>
         <category>Content management</category>
         <pubDate>Tue, 04 Dec 2007 15:22:47 +1100</pubDate>
      </item>
      
   </channel>
</rss>
