<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>MakeMineATriple</title>
	<link>http://www.makemineatriple.com</link>
	<description></description>
	<lastBuildDate>Sat, 16 Aug 2008 17:12:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Image gallery</title>
		<description>My brother Rory Gullan is pretty handy with a camera. To tie in with his first exhibition I built him a website to showcase some of his photographs.

Of course, I needed to give him a photo gallery. I first considered using Gallery2, which I implemented for Oscar Whicheloe's site, but ...</description>
		<link>http://www.makemineatriple.com/2007/11/gallery/</link>
			</item>
	<item>
		<title>Passing parameters to a function called with setTimeout</title>
		<description>When creating my news ticker plugin, I came across a slight complication when using setTimeout() to calling a function which needed parameters passed to it.

Not having had much call to use setTimeout in the past, I simply put:

setTimeout(myFunction(parameter),myTimeout);

but that doesn't work. An apparent solution (until tried in Internet Explorer) is:

setTimeout(myFunction,myTimeout,parameter);

It ...</description>
		<link>http://www.makemineatriple.com/2007/10/passing-parameters-to-a-function-called-with-settimout/</link>
			</item>
	<item>
		<title>BBC style news ticker</title>
		<description>Wanting to create a news ticker along the lines of that used on the BBC news site, I took a look around for a handy plugin to do it, but with no success. So... I created my own, as a jQuery plugin.

A quick sample of how to use it follows, ...</description>
		<link>http://www.makemineatriple.com/2007/10/bbcnewsticker/</link>
			</item>
	<item>
		<title>Progressive enhancement with jQuery</title>
		<description>I've been having a lot of fun with jQuery recently. One of the things particularly easy to do with it is write nice and unobtrusive javascript (a good start when looking at progressive enhancement). This is largely down to the fact that it's very easy to find particular elements within ...</description>
		<link>http://www.makemineatriple.com/2007/09/progressive-enhancement-with-jquery/</link>
			</item>
	<item>
		<title>Web writing guidelines</title>
		<description>Writing for the web is very different from writing for print. Key reasons for this are:

	Users scan web pages rather than reading every word.
	Users typically won't give a web page their full attention. For example, they may also be listening to music and using instant messaging.
	Web pages are interactive.

The six ...</description>
		<link>http://www.makemineatriple.com/2007/09/writing-for-the-web/</link>
			</item>
	<item>
		<title>Problems with opacity in Internet Explorer</title>
		<description>Here's a strange one I came across the other day. I'm posting this in the hope that I'll save someone out there some time in the future.

I was applying a fade-out effect to a news ticker, and all was going well (thank you Yahoo! User Interface library!) until I was ...</description>
		<link>http://www.makemineatriple.com/2007/05/opacity_text_issues/</link>
			</item>
	<item>
		<title>The Highland Fling</title>
		<description>Last Thursday I went up to Edinburgh for the first Highland Fling conference, on progressive enhancement.

Firstly, a big thanks to Alan White for organising the conference, and of course to all the speakers.

Jeremy Keith kicked us off with an overview of progressive enhancement, paving the way for Mark Norman Francis ...</description>
		<link>http://www.makemineatriple.com/2007/04/the-highland-fling/</link>
			</item>
	<item>
		<title>Link text</title>
		<description>This one's pretty simple actually, so there's not much to say about good practice with link text. However, I do keep seeing it being done wrong, so here's an outline of the key things to consider.

The first thing to remember is that the link text should "identify the target of ...</description>
		<link>http://www.makemineatriple.com/2007/03/link-text/</link>
			</item>
	<item>
		<title>Image alt text</title>
		<description>Here's part one of three in follow-up to the Oxford Geek Night, to elaborate on the points I made about image alt text.

A quick recap (or introduction, if you weren't there or haven't seen my slides!):

An image's alt text is presented to a user if their "user agent' (the thing ...</description>
		<link>http://www.makemineatriple.com/2007/02/image_alt/</link>
			</item>
	<item>
		<title>Oxford Geek Nights</title>
		<description>Two nights ago was the first Oxford Geek Night. This was basically a chance for web developers and designers to get together in a mixed business and social context.

I did one of the "microslots" - a five minute talk on "Avoiding accessibility pitfalls". This is of course a huge area, ...</description>
		<link>http://www.makemineatriple.com/2007/02/geeknight1/</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.437 seconds -->
