<?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://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>Tue, 28 Oct 2008 21:08:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>How to edit a Joomla template to publish a module in a new position.</title>
		<link>http://briask.com/blog/2008/10/23/how-to-edit-a-joomla-template-to-publish-a-module-in-a-new-position/</link>
		<comments>http://briask.com/blog/2008/10/23/how-to-edit-a-joomla-template-to-publish-a-module-in-a-new-position/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 22:01:47 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[ImageSlideshow]]></category>

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

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

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

		<guid isPermaLink="false">http://briask.com/blog/?p=96</guid>
		<description><![CDATA[There has been a number of questions to me, along with a few posts wondering how to get ImageSlideShow to appear in certain locations. Typically the question has bee raised because the particular template being used does not have the capability to publish modules at the required postion.
How do you know what positions are available [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a number of questions to me, along with a few posts wondering how to get ImageSlideShow to appear in certain locations. Typically the question has bee raised because the particular template being used does not have the capability to publish modules at the required postion.</p>
<p>How do you know what positions are available in a template?</p>
<p>The two easiest ways are as follows</p>
<ol>
<li>Add ?tp=1 to the end of the url that you use to display your site. For example <a href="http://briask.com/cakes/?tp=1">http://briask.com/cakes/?tp=1 </a>will display the default Joomla! template on my demo site with the &#8220;position&#8221; names (and &#8220;style&#8221;) in red at the relevant locations. So you will see &#8220;positions&#8221; like top, user3, left, right, etc.</li>
<li>You can also look at the templateDetails.xml file which will list the &#8220;positions&#8221; available, look for the positions element. The template details for my demo site is at <a href="http://briask.com/cakes/templates/rhuk_milkyway/templateDetails.xml">http://briask.com/cakes/templates/rhuk_milkyway/templateDetails.xml</a> .</li>
</ol>
<p>Note that the names of the positions do not have to coincide with actual positions on the template. This is all fine if there is a supported postion at the location you want to display ImageSlideShow, what you need to do is modify the module details in the admin screens, select the position you want and you are complete.</p>
<p>But what do you do if there is not a supported position at the location you require? Maybe a static image is displayed there and you want to replace it with ImageslideShow. Follow these steps and you will learn what to do.</p>
<ol>
<li>Add ?tp=1 to your url to check if the banner/logo image is in a &#8220;position&#8221;.</li>
<li>If there is not you will need to add one to the template so that the module can be published. Make a backup of your template directory before you edit any files, just in case!</li>
<li>Edit the templateDetails.xml file in your templates directory in a text editor. You should find a &lt;positions&gt; element with a list of &lt;postion&gt; elements. Add a new position maybe call it &#8221;posISS&#8221;. You should end up with a section in the templateDetails file that looks something like this:<br />
<blockquote><p>&lt;positions&gt;<br />
  &lt;position&gt;posISS&lt;/position&gt;<br />
  &lt;position&gt;left&lt;/position&gt;<br />
  &lt;position&gt;right&lt;/position&gt;<br />
  &lt;position&gt;top&lt;/position&gt;<br />
  &lt;position&gt;user1&lt;/position&gt;<br />
  &lt;position&gt;user2&lt;/position&gt;<br />
  &lt;position&gt;footer&lt;/position&gt;<br />
 &lt;/positions&gt;</p></blockquote>
</li>
<li>Now need to edit the template itself so it will display modules at the posISS position. Edit the index.php file, find the location at which you want to publish the module and add the following :<br />
<blockquote><p>&lt;jdoc:include type=&#8221;modules&#8221; name=&#8221;posISS&#8221; /&gt;</p></blockquote>
<p>This tells Joomla to publish any modules that are configured for the &#8220;<strong>posISS</strong>&#8221; position here. Save your changes.</li>
<li>Make sure that you now set the ImageSlideShow module to display in postion &#8220;posISS&#8221;, making sure that no other modules are published at that position. Once enabled and you refresh your site, you should now see ImageSlideShow at work in that position.</li>
</ol>
<p>This rather simpflies the process as you may find that you need to remove elements that already exist at that position like static images, logos etc. May also be required to fix the CSS that is controlling the display of elements arond that position also. But this should give you an idea of what to do. If you have any questions or queries on this, hop over to <a href="http://forum.briask.com">http://forum.briask.com</a> and drop me a post about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/10/23/how-to-edit-a-joomla-template-to-publish-a-module-in-a-new-position/feed/</wfw:commentRss>
		</item>
		<item>
		<title>End of life announced for Joomla 1.0.x</title>
		<link>http://briask.com/blog/2008/10/16/end-of-life-announced-for-joomla-10x/</link>
		<comments>http://briask.com/blog/2008/10/16/end-of-life-announced-for-joomla-10x/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 20:36:46 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=94</guid>
		<description><![CDATA[Have to say I&#8217;ve never installed Joomla! 1.0.x, never been asked to support it and now never will&#8230; The Joomla! team have announced end of life for J! 1.0.x. July 22 2009 will see the end of official support for that version.
So if you are on J1.0.x and it does have a huge install base, [...]]]></description>
			<content:encoded><![CDATA[<p>Have to say I&#8217;ve never installed Joomla! 1.0.x, never been asked to support it and now never will&#8230; The Joomla! team have announced end of life for J! 1.0.x. July 22 2009 will see the end of official support for that version.</p>
<p>So if you are on J1.0.x and it does have a huge install base, you need to start thinking about migration to J1.5 or maybe even J1.6 although I&#8217;m not sure when that version is coming out.</p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/10/16/end-of-life-announced-for-joomla-10x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interesting point from xkcd</title>
		<link>http://briask.com/blog/2008/10/13/interesting-point-from-xkcd/</link>
		<comments>http://briask.com/blog/2008/10/13/interesting-point-from-xkcd/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 15:24:53 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://briask.com/blog/?p=92</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkcd.com"><img class="alignleft" title="To be a crim or not to be a crim, I dont have a choice!" src="http://imgs.xkcd.com/comics/steal_this_comic.png" alt="" width="498" height="469" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/10/13/interesting-point-from-xkcd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change in support method</title>
		<link>http://briask.com/blog/2008/10/02/change-in-support-method/</link>
		<comments>http://briask.com/blog/2008/10/02/change-in-support-method/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 23:15:46 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[ImageSlideshow]]></category>

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

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

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

		<guid isPermaLink="false">http://briask.com/blog/?p=89</guid>
		<description><![CDATA[Up until now I&#8217;ve been happy to provide support by either responding to comments or directly emailing people but have found with that I&#8217;m answering some of the same questions numerous times.
So I&#8217;ve introduced a forum at http://forum.briask.com. Please post your questions, issues, suggestions on that forum so that I can share information with all that use [...]]]></description>
			<content:encoded><![CDATA[<p>Up until now I&#8217;ve been happy to provide support by either responding to comments or directly emailing people but have found with that I&#8217;m answering some of the same questions numerous times.</p>
<p>So I&#8217;ve introduced a forum at <a href="http://forum.briask.com">http://forum.briask.com</a>. Please post your questions, issues, suggestions on that forum so that I can share information with all that use ImageslideShow for Joomla!</p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/10/02/change-in-support-method/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to publish multiple copies of ImageSlideShow</title>
		<link>http://briask.com/blog/2008/09/17/how-to-publish-multiple-copies-of-imageslideshow/</link>
		<comments>http://briask.com/blog/2008/09/17/how-to-publish-multiple-copies-of-imageslideshow/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 21:49:04 +0000</pubDate>
		<dc:creator>briask</dc:creator>
		
		<category><![CDATA[ImageSlideshow]]></category>

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

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

		<guid isPermaLink="false">http://briask.com/blog/?p=68</guid>
		<description><![CDATA[Have had a numbers of question recently asking how to have multiple copies of ImageSlideShow displaying on one page. To do this follow the instructions below, these would also apply to any other Joomla! module (assuming that the module was written in a manner that allows multiple copies)
1. Install ImageSlideShow (see instructions here)
2. Configure the [...]]]></description>
			<content:encoded><![CDATA[<p>Have had a numbers of question recently asking how to have multiple copies of ImageSlideShow displaying on one page. To do this follow the instructions below, these would also apply to any other Joomla! module (assuming that the module was written in a manner that allows multiple copies)</p>
<p>1. Install ImageSlideShow (<a title="How to Install ImageSlideShow" href="http://briask.com/blog/2008/04/12/how-to-install-imageslideshow/" target="_self">see instructions here</a>)</p>
<p>2. Configure the first instance of ImageSlideShow i.e. set the Title like this.</p>
<p style="text-align: left;"><a href="http://briask.com/blog/wp-content/uploads/2008/09/step2.bmp"><img class="size-medium wp-image-69  alignleft" title="Set module Title" src="http://briask.com/blog/wp-content/uploads/2008/09/step2.bmp" alt="Set Module Title" /></a><br />
 </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p style="text-align: left;">3. Click on <em><strong>Apply</strong> </em>and you have published the first copy.</p>
<p style="text-align: left;">4. Click on <em><strong>Cancel</strong></em> which will bring you back to the Module Manager</p>
<p style="text-align: left;">5. To create a second instance, click on <em>New</em>  and then select <strong>ImageSlideShow</strong>.</p>
<p style="text-align: left;">6. Click on <em><strong>Next</strong></em> and set a different title llke this <a href="http://briask.com/blog/wp-content/uploads/2008/09/step3.bmp"><img class="size-medium wp-image-70  alignleft" title="Set title for second instance of ImageSlideShow" src="http://briask.com/blog/wp-content/uploads/2008/09/step3.bmp" alt="Set title for second instance of ImageSlideShow" /></a></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p style="text-align: left;">You can also set different parameters for this instance if you wish.</p>
<p style="text-align: left;">Click on <strong><em>Apply</em></strong> and thats it! You now have multiple instances of ImageslideShow.</p>
<p style="text-align: left;">Enjoy! and if you have any questions</p>
<p>If you have any questions on ImageSlideShow, please post the question in my <a title="Briask forums" href="http://forum.briask.com" target="_blank">ImageSlideShow forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://briask.com/blog/2008/09/17/how-to-publish-multiple-copies-of-imageslideshow/feed/</wfw:commentRss>
		</item>
		<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>
<p>If you have any questions on ImageSlideShow, please post the question in my <a title="Briask forums" href="http://forum.briask.com" target="_blank">ImageSlideShow forum</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>
	</channel>
</rss>
