<?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>leonkessler</title>
	<atom:link href="http://www.leonkessler.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.leonkessler.com/blog</link>
	<description>making websites</description>
	<lastBuildDate>Fri, 06 Aug 2010 10:15:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash game &#8211; Paint The Wall</title>
		<link>http://www.leonkessler.com/blog/?p=185</link>
		<comments>http://www.leonkessler.com/blog/?p=185#comments</comments>
		<pubDate>Tue, 09 Feb 2010 00:22:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.leonkessler.com/blog/?p=185</guid>
		<description><![CDATA[Paint The Wall is a puzzle Game, for Flash, that I&#8217;ve been working on.

Game Concept
You&#8217;re a painter and decorator, looking to break in to the trade by impressing your new boss.  He knows that time is money, and also the quicker the job gets done the quicker you can be drinking tea.
The kettle&#8217;s on [...]]]></description>
		<wfw:commentRss>http://www.leonkessler.com/blog/?feed=rss2&amp;p=185</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fullscreen Flash websites</title>
		<link>http://www.leonkessler.com/blog/?p=157</link>
		<comments>http://www.leonkessler.com/blog/?p=157#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:52:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.leonkessler.com/blog/?p=157</guid>
		<description><![CDATA[A recent site I did for Playgroup in collaboration with id &#38; ego design, who made some fantastic artwork, that really needed to be shown off full screen.
There are several ways to display a swf in full screen.  You firstly have the entire full screen, like you get with a youtube video.  This [...]]]></description>
		<wfw:commentRss>http://www.leonkessler.com/blog/?feed=rss2&amp;p=157</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using imgAreaSelect and GD library to crop and create thumbnails</title>
		<link>http://www.leonkessler.com/blog/?p=132</link>
		<comments>http://www.leonkessler.com/blog/?p=132#comments</comments>
		<pubDate>Tue, 25 Aug 2009 20:43:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.leonkessler.com/blog/?p=132</guid>
		<description><![CDATA[I have recently been using a jQuery plugin called imgAreaSelect, which allows you to crop images. I wanted to use it with my PHP site so that thumbnails could be cropped and created.
GD Library is a PHP library that allows manipulation of images, in particular it can create new images.  It may need to be [...]]]></description>
		<wfw:commentRss>http://www.leonkessler.com/blog/?feed=rss2&amp;p=132</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Inserting before and swapping rows in mySQL</title>
		<link>http://www.leonkessler.com/blog/?p=96</link>
		<comments>http://www.leonkessler.com/blog/?p=96#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:59:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.leonkessler.com/blog/?p=96</guid>
		<description><![CDATA[The logic behind inserting a record is to increment every record in front of it (that is, to increment the field that you order the table by), so that a space is given.  Swapping records is a bit more tricky, even though you are simply exchanging data between two rows, at some point both pieces [...]]]></description>
		<wfw:commentRss>http://www.leonkessler.com/blog/?feed=rss2&amp;p=96</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Vertically aligning images with the Galleria plugin</title>
		<link>http://www.leonkessler.com/blog/?p=35</link>
		<comments>http://www.leonkessler.com/blog/?p=35#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:12:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.leonkessler.com/blog/?p=35</guid>
		<description><![CDATA[Having installed galleria on my webpage, I then wanted to align the gallery vertically inside the containing div.
Unfortunatley, there is little CSS support to do this, vertical-align is a property that does not work for images,  and only really works for text appearing next to images or in table-cells.  (Apparently, this property maybe improved for [...]]]></description>
		<wfw:commentRss>http://www.leonkessler.com/blog/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using jCarousel with galleria jQuery plugins</title>
		<link>http://www.leonkessler.com/blog/?p=9</link>
		<comments>http://www.leonkessler.com/blog/?p=9#comments</comments>
		<pubDate>Tue, 04 Aug 2009 13:47:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.leonkessler.com/blog/?p=9</guid>
		<description><![CDATA[Galleria &#8211; a JavaScript image gallery, written in jQuery, creates a gallery (with thumbnails) from a list of images.  It&#8217;s simple to use, you just attach the script, call it and point it to a &#60;ul&#62; on the page.  Like this:

&#60;link href=&#34;galleria.css&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen&#34;&#62; 
&#60;script type=&#34;text/javascript&#34; src=&#34;jquery.js&#34;&#62;&#60;/script&#62; 
&#60;script type=&#34;text/javascript&#34; src=&#34;jquery.galleria.js&#34;&#62;&#60;/script&#62; 
&#60;script type=&#34;text/javascript&#34;&#62; [...]]]></description>
		<wfw:commentRss>http://www.leonkessler.com/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First bloggy post</title>
		<link>http://www.leonkessler.com/blog/?p=1</link>
		<comments>http://www.leonkessler.com/blog/?p=1#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:47:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.leonkessler.com/blog/?p=1</guid>
		<description><![CDATA[Hello!..
This is my web-based web-site blog.   I&#8217;ll be hopefully using this to try and note down and explain things I&#8217;ve learnt about developing websites.  I&#8217;ll possibly have some off-topic tidbits thoughts and stuff, when I can think of anything.
]]></description>
		<wfw:commentRss>http://www.leonkessler.com/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

