<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>Spicy Jam?</title>
	<link>http://www.spicyjam.org</link>
	<description>A few words about things</description>
	<pubDate>Wed, 22 Nov 2006 08:05:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Comments and IE6</title>
		<link>http://www.spicyjam.org/archives/10</link>
		<comments>http://www.spicyjam.org/archives/10#comments</comments>
		<pubDate>Wed, 22 Nov 2006 08:02:59 +0000</pubDate>
		<dc:creator>andy.creed</dc:creator>
		
	<category>Uncategorized</category>
		<guid isPermaLink="false">http://www.spicyjam.org/archives/10</guid>
		<description><![CDATA[Yesterday I came up against and issue with IE6 that I hadn&#8217;t notice before - at least not directly. When I construct my xhtml I like to add a comment to the end of the closing div tag to aid readability
However IE6 will sometimes treats this as a 1px padding for the containing div.
So long [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I came up against and issue with IE6 that I hadn&#8217;t notice before - at least not directly. When I construct my xhtml I like to add a comment to the end of the closing div tag to aid readability</p>
<p>However IE6 will sometimes treats this as a 1px padding for the containing div.<br />
So long live FF and now IE7 (which doesn&#8217;t do this)
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.spicyjam.org/archives/10/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Flash Video Player 3</title>
		<link>http://www.spicyjam.org/archives/9</link>
		<comments>http://www.spicyjam.org/archives/9#comments</comments>
		<pubDate>Thu, 09 Nov 2006 12:42:38 +0000</pubDate>
		<dc:creator>simonplend</dc:creator>
		
	<category>Techie</category>
		<guid isPermaLink="false">http://www.spicyjam.org/archives/9</guid>
		<description><![CDATA[Flash video is my flavour of choice when it comes to video on the web. Extremely flexible, simple and with Flash Player being the most popular browser plugin, it seems to me like a real winner. I hate a lot of the ways people apply Flash, but for me it can&#8217;t be beaten when it [...]]]></description>
			<content:encoded><![CDATA[<p>Flash video is my flavour of choice when it comes to video on the web. Extremely flexible, simple and with Flash Player being <a title="Adobe - Flash Player Statistics" href="http://www.adobe.com/products/player_census/flashplayer/">the most popular browser plugin</a>, it seems to me like a real winner. I hate a lot of the ways people apply Flash, but for me it can&#8217;t be beaten when it comes to web video. So, when doing research for a project today I was excited to see that a new version of the <a title="Flash Video Player 3" href="http://www.jeroenwijering.com/?item=Flash_Video_Player">Flash Video Player</a> (Creative Commons Licensed) has just been released. Well hoorah and huzzah!</p>
<p>Flash Video Player 3 introduces <a title="Wikipedia - XSPF" href="http://en.wikipedia.org/wiki/XSPF">XSPF</a>/<a title="Wikipedia - RSS (file format)" href="http://en.wikipedia.org/wiki/RSS_%28file_format%29">RSS</a> playlists, tons of documentation on the  ActionScript/JavaScript API&#8230; oh, and the whole thing&#8217;s been rewritten to boot! I&#8217;m having a look through all the code right now and it looks very nicely organised - a true show of how great <a title="Wikipedia - Open-source software" href="http://en.wikipedia.org/wiki/Open-source_software">OSS</a> can be!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.spicyjam.org/archives/9/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Removing dashed boxes from around links</title>
		<link>http://www.spicyjam.org/archives/7</link>
		<comments>http://www.spicyjam.org/archives/7#comments</comments>
		<pubDate>Fri, 29 Sep 2006 07:06:56 +0000</pubDate>
		<dc:creator>andy.creed</dc:creator>
		
	<category>Techie</category>
	<category>CSS</category>
		<guid isPermaLink="false">http://www.spicyjam.org/archives/7</guid>
		<description><![CDATA[Have you ever noticed with Firefox that whenever you click on a link a dotted/dashed box appears around that link?
Well here&#8217;s how to get around it - I think there are other methods using .htc files but the one I use is purely CSS based and is easily added to your CSS file.
This is it [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed with Firefox that whenever you click on a link a dotted/dashed box appears around that link?</p>
<p>Well here&#8217;s how to get around it - I think there are other methods using .htc files but the one I use is purely CSS based and is easily added to your CSS file.</p>
<p>This is it »</p>
<div style="border: 1px solid #cccccc; background-color: #e1e1e1; color: #0066cc">a:focus {user-focus: none; outline: none; -moz-user-focus: none;     -moz-outline: none;   }</div>
<p>Hope it helps
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.spicyjam.org/archives/7/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>A New Order</title>
		<link>http://www.spicyjam.org/archives/5</link>
		<comments>http://www.spicyjam.org/archives/5#comments</comments>
		<pubDate>Thu, 28 Sep 2006 11:41:54 +0000</pubDate>
		<dc:creator>simonplend</dc:creator>
		
	<category>Techie</category>
	<category>Javascript</category>
		<guid isPermaLink="false">http://www.spicyjam.org/archives/5</guid>
		<description><![CDATA[Andy has kindly asked me to contribute to Spicy Jam, so here&#8217;s my first post. I&#8217;m a freelance web developer based in the South West, focusing mostly on PHP/MySQL solutions with a bit of JavaScript and DOM scripting trickery chucked in for extra flavour. Hopefully I&#8217;ll be able to share some useful information and possibly [...]]]></description>
			<content:encoded><![CDATA[<p>Andy has kindly asked me to contribute to Spicy Jam, so here&#8217;s my first post. I&#8217;m a freelance web developer based in the South West, focusing mostly on PHP/MySQL solutions with a bit of JavaScript and DOM scripting trickery chucked in for extra flavour. Hopefully I&#8217;ll be able to share some useful information and possibly even dispense some wisdom&#8230; who knows?!</p>
<p>I&#8217;ve recently released a light little bit of JavaScript called <a title="TargetOrder - JavaScript ordered lists without the pain of drag 'n' drop" href="http://www.dancinginquicksand.com/targetorder/">TargetOrder</a> under a <a title="Creative Commons Attribution 2.5 License" href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a>. The aim of TargetOrder is to provide an easy-to-implement way of sorting tables of data in a user friendly fashion.</p>
<p>The script is totally unobtrusive, meaning you won&#8217;t have to ruin your pretty (X)HTML with lots of nasty inline JavaScript. Simply drop the files in place, add a tiny bit of extra (X)HTML markup and you&#8217;re ready to roll. Anyways, enough of the marketing guff. I&#8217;d love to hear your feedback on this script, so please comment away!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.spicyjam.org/archives/5/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>d.construct 2006 Brighton</title>
		<link>http://www.spicyjam.org/archives/4</link>
		<comments>http://www.spicyjam.org/archives/4#comments</comments>
		<pubDate>Wed, 20 Sep 2006 16:11:35 +0000</pubDate>
		<dc:creator>andy.creed</dc:creator>
		
	<category>Techie</category>
		<guid isPermaLink="false">http://www.spicyjam.org/archives/4</guid>
		<description><![CDATA[A short while ago (8th Sept) I attended the second d.construct in Brighton. Organised by Clear:left
It had some interesting speakers from Amazon, Yahoo!, Google and elsewhere. The theme of the conference was aimed at those building the latest generation of web-based applications. With particluar emphasis to Mashups, APIs and Web services. All good stuff.
The whole [...]]]></description>
			<content:encoded><![CDATA[<p>A short while ago (8th Sept) I attended the second <a title="d.construct06" target="_blank" href="http://2006.dconstruct.org/">d.construct</a> in Brighton. Organised by <a title="Clear:Left" target="_blank" href="http://www.clearleft.com">Clear:left</a></p>
<p>It had some interesting speakers from Amazon, Yahoo!, Google and elsewhere. The theme of the conference was aimed at those building the latest generation of web-based applications. With particluar emphasis to Mashups, APIs and Web services. All good stuff.</p>
<p>The whole day was packed into a tight schedule with the speakers using all their time - but the day was kept ticking over well by the organisers ending in a party at the Terraces on the sea-front.</p>
<p>Looking forward to next year.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.spicyjam.org/archives/4/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Welcome to Spicy Jam</title>
		<link>http://www.spicyjam.org/archives/1</link>
		<comments>http://www.spicyjam.org/archives/1#comments</comments>
		<pubDate>Wed, 20 Sep 2006 11:08:20 +0000</pubDate>
		<dc:creator>andy.creed</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is the first post on Spicy Jam. So for those of you reading this  - welcome. For those of you who found this site - congratulations - because it&#8217;s only been up 10 minutes.

]]></description>
			<content:encoded><![CDATA[<p>This is the first post on Spicy Jam. So for those of you reading this  - welcome. For those of you who found this site - congratulations - because it&#8217;s only been up 10 minutes.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.spicyjam.org/archives/1/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
