<?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"
	>

<channel>
	<title>Briask</title>
	<atom:link href="http://www.briask.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://briask.com/blog</link>
	<description>Briask, learning PHP, JavaScript, MySQL, Joomla!</description>
	<pubDate>Thu, 24 Jul 2008 23:18:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Minor update to ImageSlideShow</title>
		<link>http://briask.com/blog/2008/07/24/minor-update-to-imageslideshow/</link>
		<comments>http://briask.com/blog/2008/07/24/minor-update-to-imageslideshow/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 22:45:57 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[ImageSlideshow]]></category>

		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=62</guid>
		<description><![CDATA[Following on from a number of comments left here on the website and some direct email, including helpful hints and tips, I&#8217;ve a minor update to ImageSlideShow to share.
It is a minor update but an important one. Unfortunately due to the way ISS has to work and my limited knowledge of Joomla, ISS would fail [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from a number of comments left here on the website and some direct email, including helpful hints and tips, I&#8217;ve a minor update to ImageSlideShow to share.</p>
<p>It is a minor update but an important one. Unfortunately due to the way ISS has to work and my limited knowledge of Joomla, ISS would fail validation for XHTML due to how the internal CSS and javascript files were loaded.</p>
<p>David sent me a resolution to this demonstrating the use of the addStyleSheet and the addScript functionality of the Joomla JDocument class </p>
<p><code>$doc = &amp;Jfactory::getDocument();<br />
$doc-&gt;addStyleSheet(JURI::root(true) . '/modules/mod_briaskISS/mod_briaskISS.css');<br />
$doc-&gt;addScript(JURI::root(true) . '/modules/mod_briaskISS/mod_briaskISS.js');</code></p>
<p>So that change has been made, tested and the updated version of ImageSlideShow is available from <a title="Download ImageSlideShow" href="http://briask.com/blog/wp-content/uploads/2008/07/mod_briaskiss.zip">here</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/07/24/minor-update-to-imageslideshow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OK Computer! Just start already&#8230;</title>
		<link>http://briask.com/blog/2008/07/14/ok-computer-just-start-already/</link>
		<comments>http://briask.com/blog/2008/07/14/ok-computer-just-start-already/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 22:24:08 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=61</guid>
		<description><![CDATA[My long suffering Dell is giving up the ghost. The main hard drive has packed up and left&#8230; the backup thankfully is alive but is not bootable so kinda hard to actually make any use of it&#8230; It&#8217;ll be a while before I can get a replacement and get my environments back up and running.
]]></description>
			<content:encoded><![CDATA[<p>My long suffering Dell is giving up the ghost. The main hard drive has packed up and left&#8230; the backup thankfully is alive but is not bootable so kinda hard to actually make any use of it&#8230; It&#8217;ll be a while before I can get a replacement and get my environments back up and running.</p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/07/14/ok-computer-just-start-already/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What a to-do about what to do!</title>
		<link>http://briask.com/blog/2008/06/30/what-a-to-do-about-what-to-do/</link>
		<comments>http://briask.com/blog/2008/06/30/what-a-to-do-about-what-to-do/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 20:53:47 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=60</guid>
		<description><![CDATA[Since coming back from vacation I&#8217;ve been playing around with some ideas on what I should spend some time on next.
ImageSlideShow probably needs a minor update to round out its functionality and allow people to tweak more to their liking. Might also review the code as it was pretty much the first piece of Javascript/PHP [...]]]></description>
			<content:encoded><![CDATA[<p>Since coming back from vacation I&#8217;ve been playing around with some ideas on what I should spend some time on next.</p>
<p>ImageSlideShow probably needs a minor update to round out its functionality and allow people to tweak more to their liking. Might also review the code as it was pretty much the first piece of Javascript/PHP I&#8217;d ever written so bound to be room for improvement.</p>
<p>Some ideas of galleries, site statistics, weather components have been floated, investigated and are now sinking rapidly! Look like too much time needed to invest in them to produce a quality component. I only have a few hrs at night to do this and Ido have a life too!</p>
<p>One thing that keeps sticking in my mind is that I&#8217;m here learning Joomla!, working through components, plugins etc and wanting to learn more about it but yet I use WordPress for this blog! Might have to change that&#8230;</p>
<p>Before I change it though I really want to work on how the site looks. Currently using a free wordpress theme from Brian Gardner specifically his <a href="http://www.briangardner.com/themes/revolution-blog-wordpress-theme.htm">Revolution Blog </a>theme which, from looking at the code is well thought out and well crafted theme. I haven&#8217;t spent much time working with CSS, HTML or templating in Joomla! so think I&#8217;ll make that my next project, to design a new look for the demo site and create a new template for it, lets see how it goes <img src='http://briask.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/06/30/what-a-to-do-about-what-to-do/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Final Fantasy  - take a listen.</title>
		<link>http://briask.com/blog/2008/06/24/final-fantasy-take-a-listen/</link>
		<comments>http://briask.com/blog/2008/06/24/final-fantasy-take-a-listen/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 12:44:10 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=59</guid>
		<description><![CDATA[Not the music from the game Final Fantasy but the band? Final Fantasy or probably more correctly Owen Pallett . Love the simplicity of his music helps me chill out when having a stressful day. If you recognise the sound it might be down to his work with Arcade Fire, another favourite of mine.
Quite unusually I across his [...]]]></description>
			<content:encoded><![CDATA[<p>Not the music from the game Final Fantasy but the band? Final Fantasy or probably more correctly <a title="Wiki entry Owen Pallett" href="http://en.wikipedia.org/wiki/Owen_Pallett" target="_blank">Owen Pallett</a> . Love the simplicity of his music helps me chill out when having a stressful day. If you recognise the sound it might be down to his work with Arcade Fire, another favourite of mine.</p>
<p>Quite unusually I across his music while listening to LiveDrive, far and away the most useful radio programme I have ever listened to in Dublin.  I have the misfortune to commute during rush hour in Dublin, takes me at least 70 mins to drive 10 miles and without Sarah &amp; crew in the morning and John &amp; friends in the evening I would be stuck in traffic for so much longer. Good accurate traffic reports with great range of music makes it an enjoyable commute. Public Service broadcasting at its best!</p>
<p>LiveDrive is broadcast by <a title="Dublin City FM" href="http://dublincityfm.ie/archives/324/" target="_blank">Dublin CIty FM</a>. Sarah also has a music blog for her Critical Junctions section <a title="Critical Junctions" href="http://www.criticaljunctions.com" target="_blank">here</a></p>
<p> Anyways, direct from YouTube, the song This is the dream of Win and Regine. Enjoy</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Y8PZ8-cpWc4&#038;hl=en"></param><embed src="http://www.youtube.com/v/Y8PZ8-cpWc4&#038;hl=en" type="application/x-shockwave-flash" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/06/24/final-fantasy-take-a-listen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Return from Vacation!</title>
		<link>http://briask.com/blog/2008/06/16/return-from-vacation/</link>
		<comments>http://briask.com/blog/2008/06/16/return-from-vacation/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 17:53:33 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=57</guid>
		<description><![CDATA[Hi! Just returned from the land of the Mouse and his friends in Walt Disney World after a fantastic vacation with the family.
Seem to have picked up several hundred spam comments in the few weeks whil I was away so am going to use the big Delete button rather than read through them all and [...]]]></description>
			<content:encoded><![CDATA[<p>Hi! Just returned from the land of the Mouse and his friends in Walt Disney World after a fantastic vacation with the family.</p>
<p>Seem to have picked up several hundred spam comments in the few weeks whil I was away so am going to use the big Delete button rather than read through them all and decide which are useful and which are spam, life is too short for that!</p>
<p>Will also be starting up a new blog recounting our experiences in Walt Disney World to share with family and friends at <a title="Family Disney Blog" href="http://www.ourdisneyholiday.com/" target="_blank">http://www.ourdisneyholiday.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/06/16/return-from-vacation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to write a Joomla! 1.5 module.</title>
		<link>http://briask.com/blog/2008/05/20/how-to-write-a-joomla-15-module/</link>
		<comments>http://briask.com/blog/2008/05/20/how-to-write-a-joomla-15-module/#comments</comments>
		<pubDate>Tue, 20 May 2008 22:25:23 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[joomla]]></category>

		<category><![CDATA[Joomla 1.5]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=54</guid>
		<description><![CDATA[A Joomla! module is a simple extension to Joomla!. Many modules are display only or have limited interaction with a user. For more complex extensions or interactions then Joomla! plugins or components are more appropriate. In this post I&#8217;ll describe the basics of module development as I understand them.
Written in PHP, at their simplest a module only [...]]]></description>
			<content:encoded><![CDATA[<p>A Joomla! module is a simple extension to Joomla!. Many modules are display only or have limited interaction with a user. For more complex extensions or interactions then Joomla! plugins or components are more appropriate. In this post I&#8217;ll describe the basics of module development as I understand them.</p>
<p>Written in PHP, at their simplest a module only requires two files, one containing configuration information and the other code. In the best tradition of programming I&#8217;ll use a &#8220;Hello World&#8221; example to demonstrate.</p>
<p>Under the root of your Joomla! installation you will see a directory called <em>modules</em>, unsurprisingly this is where modules are installed to. Each module requires a unique name and although it is not required to be adhered to , a naming convention is in place which notes the module name should begin with &#8220;<strong>mod_</strong>&#8221; to denote module, components begin with &#8220;<strong>com_</strong>&#8221; (in the component directory) but oddly plugins do not seem to have a naming convention.</p>
<p>I&#8217;ll call my module &#8220;mod_briaskHello&#8221;. Joomla! expects the configuration file to be named the same as the name as the module and the configuration file is XML so I&#8217;ll create a file called <strong>mod_briaskHello.xml.</strong> The configurtaion file can also be considered the installation file as it is this file that Joomla! reads when it is installing the module. The module will be installed into the &#8220;mod_briaskHello&#8221; directory under the main modules directory.</p>
<p>Although any text editor can be used to create the file, I tend to use <a title="Notepad ++" href="http://notepad-plus.sourceforge.net" target="_blank">Notepad++</a> . The contents of the file should be as follows:</p>
<blockquote><p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;<br />
&lt;install type=&#8221;module&#8221; version=&#8221;1.5.0&#8243; &gt;<br />
 &lt;name&gt;mod_briaskHello&lt;/name&gt;<br />
 &lt;author&gt;Briask&lt;/author&gt;<br />
 &lt;creationDate&gt;May 2008&lt;/creationDate&gt;<br />
 &lt;copyright&gt;&lt;/copyright&gt;<br />
 &lt;license&gt;GNU GPL&lt;/license&gt;<br />
 &lt;authorEmail&gt;briask@briask.com&lt;/authorEmail&gt;<br />
 &lt;authorUrl&gt;http://www.briask.com&lt;/authorUrl&gt;<br />
 &lt;version&gt;1.0&lt;/version&gt;<br />
 &lt;description&gt;A HelloWorld example&lt;/description&gt;<br />
 &lt;files&gt;<br />
  &lt;filename module=&#8221;mod_briaskHello&#8221;&gt;mod_briaskHello.php&lt;/filename&gt;<br />
 &lt;/files&gt;<br />
 &lt;params&gt;<br />
  &lt;param name=&#8221;moduleclass_sfx&#8221; type=&#8221;text&#8221; default=&#8221;" label=&#8221;Module Class Suffix&#8221; description=&#8221;PARAMMODULECLASSSUFFIX&#8221; /&gt;<br />
 &lt;/params&gt;<br />
&lt;/install&gt;</p></blockquote>
<p>You will need to change the various elements to suit your own details, the following are purely descriptive elements and have no effect on the operation of the module <em>name, author, creationDate, copyright, license, authorEmail, authorUrl, version, description</em>.</p>
<p>The <em>install</em> element and associated attributes <em>type</em> and <em>version</em> detail the type of Joomla! extension (module, component, plugin) and the version of Joomla! that the module is compatible with 1.5.0 meaning J! 1.5 and above</p>
<p>The <em>files</em> element and its child <em>filename</em> elements detail the files that make up the module and will ensure that they are copied to the modules directory. The <em>filename</em> element attribute <em>module</em> indicates the module this file is associated with and the value of the element indicates the actual filename. In the example config file above the module is noted as being &#8220;mod_briaskHello&#8221; and the file to be installed is called mod_briaskHello.php.</p>
<p>The <em>params</em> element is used to detail the parameters associated with a module, can specify types of parameter, sizes etc. I&#8217;ll cover those in a post on more detailed module development. The parameter in the example listed is that for adding the &#8220;Module Class Suffix&#8221; to a module.</p>
<p>Next we need to create the mod_briaskHello.php file.  As a default template the file needs to contain</p>
<blockquote><p>&lt;?php<br />
/*<br />
* Any comments or copyright(left) or licensing details<br />
*/<br />
 defined(&#8217;_JEXEC&#8217;) or die (&#8217;Direct Access is not allowed&#8217;);<br />
 ?&gt;</p></blockquote>
<p>The <em><strong>defined(&#8217;_JEXEC&#8217;) or die (&#8221;Direct Access is not allowed&#8217;);</strong> </em>line should be included as the first line of code to be executed in all modules as it helps to ensure that the module will only be called by Joomla! and not bay any nasty hacker type code.</p>
<p>Now for the exciting part! Add the line &#8221; <strong>echo JText::_(&#8217;Hello World!&#8217;);</strong>&#8221; after the &#8220;defined&#8221; statement. When executed that line will output <em>Hello World</em> . The _ method of JText hooks into the translation services that can be installed with J!.</p>
<p>Now that the code is written, it needs to be installed into Joomla! To this we need to create a ZIP file that the Joomla! extension manager can read and use to install the module. Use your favourite compression tool to create the zip file and ensure it is named the same as the module, in this case the file would be named mod_briaskHello.zip. Now just follow the usual steps in Joomla! for installing a module and you&#8217;ve written/installed your first Joomla! module. You should see that the module appears in the list of modules and that on the filesystem of your server a new subdirectory of the modules directory has been created for this new module.</p>
<p>Have fun!</p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/05/20/how-to-write-a-joomla-15-module/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ImageSlideShow for Joomla! 1.5.x</title>
		<link>http://briask.com/blog/2008/05/13/imageslideshow-for-joomla-15x/</link>
		<comments>http://briask.com/blog/2008/05/13/imageslideshow-for-joomla-15x/#comments</comments>
		<pubDate>Tue, 13 May 2008 21:46:58 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[ImageSlideshow]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=53</guid>
		<description><![CDATA[ImageSlideShow is now feature complete. Well, it is as complete as I&#8217;m going to make it for the moment.
It can be downloaded from here.
What is ImageSlideShow? 
ImageSlideShow is a simple Joomla! module written in PHP and Javascript. The module displays a sequence of images from a specified directory either in order or in a random order. The [...]]]></description>
			<content:encoded><![CDATA[<p>ImageSlideShow is now feature complete. Well, it is as complete as I&#8217;m going to make it for the moment.</p>
<p>It can be downloaded from <a title="Download ImageSlideShow" href="http://briask.com/blog/download-imageslideshow/" target="_self">here</a>.</p>
<p>What is ImageSlideShow? </p>
<p>ImageSlideShow is a simple Joomla! module written in PHP and Javascript. The module displays a sequence of images from a specified directory either in order or in a random order. The slideshow has a simple transition between each image, the timing of which can be specified. ImageSlideShow also has the ability to create “thumbnail” versions of the images and to use them in the slideshow.</p>
<p>It is/was a project for me to learn PHP &amp; JavaScript. Also proved useful in learning the framework behind Joomla 1.5 and generally how programming for the &#8220;web&#8221; world differs from my normal C# development efforts.</p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/05/13/imageslideshow-for-joomla-15x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Image Slide Show and resizing images.</title>
		<link>http://briask.com/blog/2008/05/11/image-slide-show-and-resizing-images/</link>
		<comments>http://briask.com/blog/2008/05/11/image-slide-show-and-resizing-images/#comments</comments>
		<pubDate>Sun, 11 May 2008 23:02:41 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[ImageSlideshow]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=49</guid>
		<description><![CDATA[Finally got the finger out and got around to implementing fully the resizing capability for ImageSlideShow. It is on view and in test on the demo site here. I still need to spend some time testing / tweaking it, just to make sure all is ok and that I can provide reasonably simple instructions on how [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got the finger out and got around to implementing fully the resizing capability for ImageSlideShow. It is on view and in test on the demo site <a title="ImageSlideShow Demo site" href="http://www.briask.com/cakes" target="_self">here</a>. I still need to spend some time testing / tweaking it, just to make sure all is ok and that I can provide reasonably simple instructions on how to make it work.</p>
<p>Should be able to release it on the Joomla! extension site in the next few days. I will need to write up some instructions on how to configure it as it is not as straightforward as the rest of ISS.</p>
<p>Once it is released, I think I&#8217;ll actually get down to writing up a tutorial on how ISS actually works, walking through the PHP and Javascript required to allow it to do what it actually does. ISS has served me well in learning about PHP and Javascript which was the original intent,  so it seems good to wrap it up by revealing how it works.</p>
<p>The question then becomes what to look at next&#8230;  am toying around with taking some extensions which work on J! 1.x but have no current owner/updater and see what I can do with them. I do also want to get to grips with MySQL and CSS so maybe I&#8217;ll go in that direction.  Maybe I take this site from being a WordPress blog and actually put it on Joomla! 1.5.  Maybe Drupal is worth a look? We&#8217;ll see&#8230;</p>
<p>Maybe I&#8217;ll also get around to organising this site so it actually makes sense! and that people can actually easily find the download for ISS, just noticed I couldn&#8217;t find it myself! If you are looking for the current version it is <a title="Download ImageSlideShow" href="http://briask.com/blog/download-imageslideshow/" target="_self">here</a>.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/05/11/image-slide-show-and-resizing-images/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Joomla! and more Music I Like</title>
		<link>http://briask.com/blog/2008/05/07/joomla-and-more-music-i-like/</link>
		<comments>http://briask.com/blog/2008/05/07/joomla-and-more-music-i-like/#comments</comments>
		<pubDate>Wed, 07 May 2008 21:11:46 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=48</guid>
		<description><![CDATA[Came across this guy today as I was looking for some more music to relax the brain while I struggled with real world work. Seriously though I have to get back to ImageSlideShow and complete its functionality, still have not released the resize capability which I think would round it off nicely, not too sure if I will bother [...]]]></description>
			<content:encoded><![CDATA[<p>Came across this guy today as I was looking for some more music to relax the brain while I struggled with real world work. Seriously though I have to get back to ImageSlideShow and complete its functionality, still have not released the resize capability which I think would round it off nicely, not too sure if I will bother with releasing the plugin version, the prototype works fine but kinda hard to figure out a good usage pattern for it.</p>
<p>I still want to create a simple tutorial on how to write Joomla! modules for 1.5 but trying to figure out the most effective medium, probably a combination of webpages, video and sample code works best.</p>
<p>Anyways, back to the music, <a title="Andy Mckee" href="http://www.andymckee.com" target="_blank">Andy Mckee</a> is the guys name, plays guitar and make some wonderful music while doing so. Have a listen to him <a title="Andy McKee (YouTube)" href="http://www.youtube.com/watch?v=Ddn4MGaS3N4" target="_blank">here</a> and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/05/07/joomla-and-more-music-i-like/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bug fixing for ImageSlideShow</title>
		<link>http://briask.com/blog/2008/04/23/bug-fixing-for-imageslideshow/</link>
		<comments>http://briask.com/blog/2008/04/23/bug-fixing-for-imageslideshow/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 23:31:14 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[ImageSlideshow]]></category>

		<category><![CDATA[coding]]></category>

		<category><![CDATA[SlideShow]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=45</guid>
		<description><![CDATA[Briask doesn&#8217;t get to spend as much time as he should on working with Joomla and the ImageSlideShow module, real life and real work keep on getting in the way.
One thing I do get to do every day is read the email/comments and respond to them if I have an answer or comment to make, some get [...]]]></description>
			<content:encoded><![CDATA[<p>Briask doesn&#8217;t get to spend as much time as he should on working with Joomla and the ImageSlideShow module, real life and real work keep on getting in the way.</p>
<p>One thing I do get to do every day is read the email/comments and respond to them if I have an answer or comment to make, some get held until I can actually spend time to give a considered response but they will get responded to in due course.</p>
<p>Today though, one comment caught my attention. It essentially said the sorting option wasn&#8217;t working! I read it with utter disbelief! No way! My code is perfect! Couldn&#8217;t be wrong!  <img src='http://briask.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>So I wander over to the site pointed out in the comment, had a quick look and would you believe it they were right, there was a problem! And worse still, it was in my code! One of of those painfully idiotic and &#8220;duh&#8221; type of bugs that always seem to bite when you least expect it.</p>
<p>And so we have an update to ImageSlideShow, some minor bugfixes, the sorting one included, but also included is the Module Class Suffix parameter which quite a few people were looking for. Go and play! Spread styles around it as much as you can.</p>
<p>Do let me know if y&#8217;all find any other issues or improvements that you&#8217;d like.</p>
<p>One item that I am working on is creating a plugin version of ImageSlideShow so that you can actually include it within articles/content. Look out for it in the next few weeks. For it to work properly I&#8217;ll have to get the image resizing and directory permissions functionality implemented and play some more with CSS so I can actually style it correctly.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/04/23/bug-fixing-for-imageslideshow/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
