Category: development

Items related to my work as a development lead

  • XSSI if and else statements

    if statement

    <!--#if expr="\"$HTTP_REFERER\" = /abc.net.au/" -->
    Content relevant to that site

    <!--#elif expr="\"$HTTP_REFERER\" = /google.com/" -->
    An ‘or if’ statement

    <!--#else -->
    this else statement is used for all other instances

    <!--#endif -->
    finalise the code with an ‘end statement’

    More complex if statement – SSI conditional based on document URI

    This depends on the URI of the document being referenced.

  • XSSI variables

    Set the variable giving it a value
    <!--#set var='site' value='brisbane'--'>

    In normal use add the variable as an echo
    <!--#echo var='site'-->

    If used within another ssi statement use the ‘$’ parameter
    <--#include virtual='/${site}/include.htm'-->

  • Geoslideshow

    Slideshow of images embedded on a map

    (more…)

  • Population growth

    data visualisation using Google public data system

  • Professional network

    Using LinkedIn data to map a professional network

  • Walk to work day

    Testing the kml output from Flickr and pulling it into Google maps.


    View Walk to work day in a larger map

  • SSI conditional based on Document URI

    Snippett of code based on the uri in the document

    <!--#if expr="($DOCUMENT_URI = /brisbane/) || ($DOCUMENT_URI = /sydney/) || ($DOCUMENT_URI = /melbourne/) || ($DOCUMENT_URI = /adelaide/) || ($DOCUMENT_URI = /perth/)" -->
    CONTENT GOES HERE
    <!--#else -->
    OTHER CONTENT HERE
    <!--#endif -->

  • Kate Ray’s semantic web

    Kate Ray, a journalism major at NYU, interviewed a range of people for her documentary, Web 3.0.

    Her talent includes Tim Berners-Lee and many other semantic web experts.
    (more…)

  • New version of ABC Local

    In February 2010 we launched the most recent iteration of ABC Local, by my calculation the fifth I’ve been involved in.

    This time the project took 14 months but when you consider there are 54 sites and hundred of thousands of pages, along with significant photo, audio and video media files this is not as long as you might think.

    (more…)

  • History of “The Backyard”

    History of the Backyard

    Poster from launch of Backyard in 1999
    The Backyard story is one of people, place and communication.

    It began in the mid to late 90s when Local Radio staff started dabbling with emerging technology. At that time it was a cottage industry and most of the dabblers learnt web production in their own time and in their own way.
    (more…)