<?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>University of Melbourne Blogs &#187; tutorial</title>
	<atom:link href="http://blogs.unimelb.edu.au/blog/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.unimelb.edu.au</link>
	<description>simplified publishing</description>
	<lastBuildDate>Wed, 29 Jul 2009 03:46:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gathering stats for your blog</title>
		<link>http://blogs.unimelb.edu.au/blog/2008/02/14/gathering-stats-for-your-blog/</link>
		<comments>http://blogs.unimelb.edu.au/blog/2008/02/14/gathering-stats-for-your-blog/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 01:55:13 +0000</pubDate>
		<dc:creator>aharris</dc:creator>
				<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blogs.unimelb.edu.au/blog/2008/02/14/gathering-stats-for-your-blog/</guid>
		<description><![CDATA[We all like to know who&#8217;s been reading our stuff, so here are a couple of methods that you can use to view your web statistics.
Google Analytics
Yes, even though you don&#8217;t have control over the template in our wordpress MU installation, you can still insert your own google analytics code.
In the &#8216;Presentation&#8217; tab of the [...]]]></description>
			<content:encoded><![CDATA[<p>We all like to know who&#8217;s been reading our stuff, so here are a couple of methods that you can use to view your web statistics.</p>
<h3>Google Analytics</h3>
<p>Yes, even though you don&#8217;t have control over the template in our wordpress <acronym title="Multi User">MU</acronym> installation, you can still insert your own google analytics code.</p>
<p>In the &#8216;Presentation&#8217; tab of the admin interface, select the &#8216;Widgets&#8217; sub-tab and use a text widget to contain your GA code. Of course, the GA code is invisible, so you can put other stuff in the text widget too.</p>
<h3>Firestats</h3>
<p>Firestats is a plugin which we&#8217;re experimenting with. There is NO guarantee that we will continue to make it available if it causes problems, but for now, it&#8217;s a convenient tool for gathering and viewing stats.</p>
<p>In your wp-admin, under the Plugins tab, activate Firestats. Then, in the Dashboard tab, you&#8217;ll find a sub-tab that allows you to view and configure Firestats. Mostly, you don&#8217;t have to change anything.</p>
<p>If you want to advertise your stats, there&#8217;s a neat little widget you can use to display stats and popular posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.unimelb.edu.au/blog/2008/02/14/gathering-stats-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A lightbox for your pics</title>
		<link>http://blogs.unimelb.edu.au/blog/2008/01/23/a-lightbox-for-your-pics/</link>
		<comments>http://blogs.unimelb.edu.au/blog/2008/01/23/a-lightbox-for-your-pics/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 04:42:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blogs.unimelb.edu.au/blog/2008/01/23/a-lightbox-for-your-pics/</guid>
		<description><![CDATA[Wordpress is great for words, but not brilliant for pictures. There are ways of integrating with gallery software and other tools, but they&#8217;re not very robust in a big multi user blog like ours. Instead, we&#8217;ve implemented a simple tool called &#8216;Slimbox&#8217; which should give everyone access to eye-popping slideshows. It&#8217;s easy to use&#8230;

First, your [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress is great for words, but not brilliant for pictures. There are ways of integrating with gallery software and other tools, but they&#8217;re not very robust in a big multi user blog like ours. Instead, we&#8217;ve implemented a simple tool called &#8216;Slimbox&#8217; which should give everyone access to eye-popping slideshows. It&#8217;s easy to use&#8230;</p>
<p><span id="more-6"></span></p>
<p>First, your blog admin will need to activate the plugin for your blog. It&#8217;s turned off by default because it&#8217;s a fair chunk of javascript that not everyone needs.</p>
<p>Next, upload your pics as you write your post, giving the picture a title. Then &#8220;send to editor&#8221; as a  thumbnail* linked to original file. So far all standard Wordpress, but the next bit is a little tricky.</p>
<p>You need to enter the &#8216;code&#8217; view and find the link to your image, which will look something like <code>&lt;a href="/wordpress/wp-content/uploads/2008/004.jpg" &gt;</code>. You then add in <code>rel="lightbox"</code> just before the closing &gt; so that last bit looks like <code>...XX.jpg" rel="lightbox" &gt;</code>. Add a title attribute &#8230; <code>title="A Photograph" &gt; </code>as well and it&#8217;ll display as a caption.</p>
<p>That&#8217;s it! Try this image as an example.</p>
<p><a href='http://blogs.unimelb.edu.au/files/2008/02/dsc00073.jpg' title='hydraulic power department' rel="lightbox"><img src='http://blogs.unimelb.edu.au/files/2008/02/dsc00073.thumbnail.jpg' alt='hydraulic power department' class="framed" /></a></p>
<h4>More than one photo at a time?</h4>
<p>Easy! instead of just <code>rel="lightbox"</code>, use something like <code>rel="lightbox[mypics]"</code>. Then all the photos on the page with &#8216;mypics&#8217; will display as a slideshow like they do on <a href="/?p=157">this page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.unimelb.edu.au/blog/2008/01/23/a-lightbox-for-your-pics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
