<?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>RB Music - Uncovered &#38; Rediscovered Hits &#187; Web development</title>
	<atom:link href="http://www.rb-music.co.uk/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rb-music.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 27 Oct 2011 16:13:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Send Emails from Joomla via WAMP/Localhost</title>
		<link>http://www.rb-music.co.uk/2009/12/15/send-emails-from-joomla-via-wamplocalhost/</link>
		<comments>http://www.rb-music.co.uk/2009/12/15/send-emails-from-joomla-via-wamplocalhost/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 18:59:16 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Email settings]]></category>
		<category><![CDATA[Joomla Hacks]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[php_openssl.dll]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=1028</guid>
		<description><![CDATA[This is something that has troubled me for at least a year or more&#8230;Joomla would refuse to send emails whatever you set in the global configuration file.
This is what I did to get it to work whether you need all the steps or not I&#8217;m not 100% sure, all I know is I can now [...]]]></description>
			<content:encoded><![CDATA[<p>This is something that has troubled me for at least a year or more&#8230;Joomla would refuse to send emails whatever you set in the global configuration file.</p>
<p>This is what I did to get it to work whether you need all the steps or not I&#8217;m not 100% sure, all I know is I can now debug from my local machine without having to dump everything on an external which quite frankly is a pain in the arse!</p>
<p>This is all set up with a Google mail account which seems to do the trick and using a WAMP envoirnment not tried it with any other email service. How to after the jump&#8230;</p>
<p><span id="more-1028"></span></p>
<h3>Step 1 &#8211; Edit you php.ini File</h3>
<ol>
<li>Click your wamp manager in the system tray.. click PHP then php.ini this will open up the file to edit.</li>
<li>Locate the following line of code &#8220;extension=php_openssl.dll&#8221; uncomment it (remove the ; which preceeds it)</li>
<li>Locate the mail function section and amend SMTP, smtp_port &#038; sendmail_From to the correct email settings for your account.</li>
<li>If you are using Google mail <a href="http://mail.google.com/support/bin/answer.py?hl=en&#038;answer=13287">this link might help</a></li>
<li>Restart your Wamp server</li>
</ol>
<p>Here are some images to help you with the bit above!</p>
<p><img src="http://www.rb-music.co.uk/wp-content/uploads/2009/12/phpini_1.jpg" alt="php_openssl.dll setting" title="phpini_1" width="400" height="364" /></p>
<p><img src="http://www.rb-music.co.uk/wp-content/uploads/2009/12/phpini_2.jpg" alt="php_openssl.dll setting" title="phpini_1" width="400" height="364" /></p>
<h3>Step 2 &#8211; Amend your email settings in Joomla</h3>
<p>Login to your Joomla control panel and navigate to edit &#8220;Global Configuration&#8221; and set your settings to the following;</p>
<p><img src="http://www.rb-music.co.uk/wp-content/uploads/2009/12/joomla_emailsettings.jpg" alt="joomla_emailsettings" title="joomla_emailsettings" width="410" height="278"  /></p>
<ul>
<li>Mailer: SMTP Sever</li>
<li>Mail from: youremail@googlemail.com</li>
<li>From name: Your name</li>
<li>Sendmail Path: Empty</li>
<li>SMTP Authentication: Yes</li>
<li>SMTP Security: SSL</li>
<li>SMTP Port: 465 (<a href="<a href="http://mail.google.com/support/bin/answer.py?hl=en&#038;answer=13287">&#8220;>check googlemail settings</a> if one doesn&#8217;t work try other)</li>
<li>SMTP Username: youremail@googlemail.com</li>
<li>SMTP Passowrd: Google mail password</li>
<li>SMTP Host: smtp.gmail.com</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/12/15/send-emails-from-joomla-via-wamplocalhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Joomla Hacks &amp; Hints</title>
		<link>http://www.rb-music.co.uk/2009/06/11/joomla-hacks-hints/</link>
		<comments>http://www.rb-music.co.uk/2009/06/11/joomla-hacks-hints/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 14:19:19 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Check user logged in Joomla]]></category>
		<category><![CDATA[Custom Page Title Joomla]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Hacks]]></category>
		<category><![CDATA[Joomla Logout Link]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=450</guid>
		<description><![CDATA[Joomla is annoying from time to time when you think something should be simple but it just complicates matters here are some hints and little hacks that can help you get the most out of Joomla.

Creating a logout link within a menu
Joomla by default won&#8217;t allow you to add a direct link to logout &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Joomla is annoying from time to time when you think something should be simple but it just complicates matters here are some hints and little hacks that can help you get the most out of Joomla.</p>
<p><span id="more-450"></span></p>
<h3>Creating a logout link within a menu</h3>
<p>Joomla by default won&#8217;t allow you to add a direct link to logout &#8211; instead the link takes you to the login page with a button to allow your user to logout resulting in a long winded process. Did a little searching and came across a solution where by you create a link to an external url in your menu to the following;</p>
<p>index.php?option=com_user&#038;task=logout&#038;return=<strong>aW5kZXgucGhw</strong></p>
<p>The return value is a Base64 encoded string to index.php you can change this to redirect the user to any location once they click the link and logout,just copy the return location into the <a href="http://www.motobit.com/util/base64-decoder-encoder.asp">following site</a></p>
<p><strong>Example</strong><br /> index.php?option=com_content&#038;view=article&#038;id=1&#038;Itemid=2<br />
<strong>Result</strong><br />aW5kZXgucGhwP29wdGlvbj1jb21fY29udGVudCZ2aWV3PWFydGljbGUmaWQ9MSZJdGVtaWQ9Mg
</p>
<h3>Check user logged in within template</h3>
<p>Want to include something in your template that only users that have logged then you can use the following code;</p>
<div class="pre">
&lt;?php<br />
$checkuser = JFactory::getUser(); //include this in your template code near the top<br />
if ($checkuser->get(&#8216;gid&#8217;)>0){<br />
//show whatever you want to a logged in user<br />
}<br />
else {<br />
//the user isn&#8217;t logged in so show them something else<br />
}<br />
?&gt;
</div>
<h3>Change Page Titles to include website name instead of item title</h3>
<p>By default Joomla will set your page titles to the name of the content item/component so if you have a piece of news &#8220;We open our store&#8221; then this would be your page title.</p>
<p>I don&#8217;t like this I would much prefer the title to be the site name followed by the name of the item.</p>
<p>You can set your page titles up however you want with the following code</p>
<div class="pre">
&lt;php<br />
$mydoc =&#038; JFactory::getDocument();<br />
$mytitle = $mydoc->getTitle(); //get the title specific to this content item/component<br />
$conf =&#038; JFactory::getConfig();<br />
$sitename = $conf->getValue(&#8216;config.sitename&#8217;); //get the site name from the config file</p>
<p>$mydoc->setTitle($sitename.&#8217; &#8211; &#8216;.$mytitle); //overide the title of the page<br />
?&gt;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/06/11/joomla-hacks-hints/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is Joomla the answer?</title>
		<link>http://www.rb-music.co.uk/2009/05/03/is-joomla-the-answer/</link>
		<comments>http://www.rb-music.co.uk/2009/05/03/is-joomla-the-answer/#comments</comments>
		<pubDate>Sat, 02 May 2009 23:57:15 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software/Tools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=344</guid>
		<description><![CDATA[I have been working with Joomla for over three years now and recently my love for it as a CMS has started to fade. Now I&#8217;m not sure if its the CMS thats annoying me or the feeling that a bespoke solution to content management would make thing a whole lot easier?

One thing I do [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working with Joomla for over three years now and recently my love for it as a CMS has started to fade. Now I&#8217;m not sure if its the CMS thats annoying me or the feeling that a bespoke solution to content management would make thing a whole lot easier?</p>
<p><span id="more-344"></span></p>
<p>One thing I do know is that for rolling out a quick site with some sort of content management then Joomla is the right route to take&#8230;once you get to grips with its templating engine within a few days you can have fully functioning website with content management that the client can update easily.</p>
<p>Most of the time you will find a client thinks &#8220;I need to manage my own content&#8221; but in reality only a small percentage of those actually go away and update their site on a regular basis (is this down the sometimes complex administration panel to a less computer literate?). In that sense are you missing a trick by using something so bloated as Joomla when all they want to do is add a news items every couple of weeks?</p>
<p>Do we really need to go to the trouble of setting up the system which out of the box does alot of things that the user is never going to use&#8230; its a bit like buying a car with all the added extras but you never use them! </p>
<p>Then comes the sceniaro where by a client wants something bespoke like a gallery/calendar etc &#8230; Joomla has plenty of components which easily install granted, but half the time they do a basic job and you end up having to hack the f*ck out of them to get them to work in the manner that the client expects.</p>
<p>So would it be quicker to build the bespoke CMS on a client by client basis in reality probably not&#8230; Most clients don&#8217;t have the budgets for some development team to sit for a few weeks developing something bespoke. I guess it comes down to a toss up of quickness of deployment and money, if those two things are a priority its hard to look past Joomla as a solution (maybe time to research some other options drupal etc?). Maybe more details from the client are required as to what they want to update before you jump onto the CMS out of the box.</p>
<p>Not quite sure where I am going with this post I love Joomla to bits for what it can do. It&#8217;s just recently I have felt that it has been holding me back from delivering some nice solutions to clients problems that could be solved with something built bespokly instead of being limited to the walls of Joomla!</p>
<p>Bell needs to speak up more!</p>
<p>Using Joomla for personal sites defiantly a thumbs up for using it there. For business use I am yet to decide?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/05/03/is-joomla-the-answer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jshop custom sql within a template</title>
		<link>http://www.rb-music.co.uk/2009/04/20/jshop-custom-sql-within-a-template/</link>
		<comments>http://www.rb-music.co.uk/2009/04/20/jshop-custom-sql-within-a-template/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:01:30 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[custom sql query]]></category>
		<category><![CDATA[JShop]]></category>
		<category><![CDATA[Jshop custom template]]></category>
		<category><![CDATA[templating for jshop]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=329</guid>
		<description><![CDATA[It&#8217;s been along while since I posted anything tech related.. mainly down to it being low down my pecking order of interests right now though its still good fun. Like today I wanted to do my own thing within a jshop template&#8230; add my own template variables from a custom sql query. What I wanted [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been along while since I posted anything tech related.. mainly down to it being low down my pecking order of interests right now though its still good fun. Like today I wanted to do my own thing within a jshop template&#8230; add my own template variables from a custom sql query. What I wanted to do was add a hidden section and then add sections within there to hold some banner images thus allowing content management by the client and the section wouldn&#8217;t be included in the main loop. Here&#8217;s how&#8230;</p>
<p><span id="more-329"></span></p>
<h2>Add some custom php in the top of your template&#8230;</h2>
<div class="pre">
<code><br />
&lt;?php<br />
		global $dbA;<br />
		$result =  $dbA->retrieveAllRecordsFromQuery("select * from jss_sections WHERE parent = 23");<br />
		$this->theVariables["sectionRotate"] = $result;<br />
?&gt;<br />
</code>
</div>
<p>Line 2 is where you do your custom query to pull what ever you fancy from the database</p>
<p>Line 3 include the returned array into a custom variable.</p>
<h2>Do a loop through your custom variable and output however you wish!</h2>
<div class="pre">
<code><br />
&lt;#loop:sectionRotate#&gt;<br />
&lt;div class="button"&gt;<br />
&lt;img src="{sectionRotate.thumbnail}" /&gt;<br />
&lt;/div&gt;<br />
&lt;#/loop#&gt;<br />
</code>
</div>
<p>If you want to see the whole array to see what your working with obviously you can use;</p>
<div class="pre">
<code><br />
&lt;?php<br />
print_r({*sectionRotate});<br />
?&gt;<br />
</code>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/04/20/jshop-custom-sql-within-a-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JS Lint</title>
		<link>http://www.rb-music.co.uk/2009/04/15/js-lint/</link>
		<comments>http://www.rb-music.co.uk/2009/04/15/js-lint/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 20:08:20 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software/Tools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Javascript code validator]]></category>
		<category><![CDATA[JSLint]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=301</guid>
		<description><![CDATA[JSLint is a JavaScript code validator which will check the syntax of the code you have written. Now more often that not when I write my code I leave a comma in where its not needed or miss a bracket which is usually fine in Firefox. But when you try the code in Internet Explorer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jslint.com/">JSLint</a> is a JavaScript code validator which will check the syntax of the code you have written. Now more often that not when I write my code I leave a comma in where its not needed or miss a bracket which is usually fine in Firefox. But when you try the code in Internet Explorer it throws a wobbly. If I find I am having issues with IE then I put my code through JSLink which highlights any issues with your code. When you have over 100 lines of JS and you know you are hunting down one comma this can be tricky &#8211; but this site takes the guess work out of the process. </p>
<p><span id="more-301"></span></p>
<p>The other thing to note if your JS doesn&#8217;t work in IE and you have any &#8216;console.log&#8217; lines within your code then removing these will stop IE throwing a wobbly as it doesn&#8217;t have any support for this nor does Safari or Firefox unless you enable firebug or having some form of debugger enabled.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/04/15/js-lint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web sites are funny things</title>
		<link>http://www.rb-music.co.uk/2009/03/26/web-sites-are-funny-things/</link>
		<comments>http://www.rb-music.co.uk/2009/03/26/web-sites-are-funny-things/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:16:34 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=202</guid>
		<description><![CDATA[Before christmas at work we produced about five holding pages for a client these were identical sites just templated up for each of the stores/new logo etc they all had a simple form on them however&#8230;


The form was laid out as of the image to the right. A text box with a small button underneath [...]]]></description>
			<content:encoded><![CDATA[<p>Before christmas at work we produced about five holding pages for a client these were identical sites just templated up for each of the stores/new logo etc they all had a simple form on them however&#8230;</p>
<p><span id="more-202"></span></p>
<p><img src="http://www.rb-music.co.uk/wp-content/uploads/2009/03/formimage.jpg" alt="formimage" title="formimage" width="140" height="242" class="alignright size-full wp-image-204" />
<p>The form was laid out as of the image to the right. A text box with a small button underneath stating &#8220;register email&#8221;. Now you would think it was obvious to enter an email address here but it seems not here are some of the entries we received from this form.</p>
<ul>
<li>fish</li>
<li>jobs</li>
<li>Crewe</li>
<li>Stoke</li>
<li>Sledges &#8211; funnily enough around the time of the snow!</li>
<li>Circus</li>
<li>flea repelent</li>
<li>drinks bottles</li>
<li><b>african land snails</b> &#8211; wtf</li>
</ul>
<p>This just proves how when working for the web you have to really make things so so obvious to a user or they end up using things in the incorrect manner. Now you could validate the email addresses but you think its only a simple form how can it perceived otherwise &#8211; but obvioulsy that isn&#8217;t the case.</p>
<p>Maybe a user sees a textbox and automatically thinks arhhh a search &#8211; hence the results above. Intresting? &#8230; or not?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/03/26/web-sites-are-funny-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools form validation with mootools.floor</title>
		<link>http://www.rb-music.co.uk/2009/03/23/mootools-form-validation-with-mootoolsfloor/</link>
		<comments>http://www.rb-music.co.uk/2009/03/23/mootools-form-validation-with-mootoolsfloor/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 11:59:25 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Mootools.Math]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=192</guid>
		<description><![CDATA[Latest javascript mission was to get some nice validation for a holiding page I was creating I wanted something quite simple but ended up coming across a class called mootools.floor which cover all your validation needs e.g. email check, compare two field etc there are a long list of possibilites in the documentation

It includes support [...]]]></description>
			<content:encoded><![CDATA[<p>Latest javascript mission was to get some nice validation for a holiding page I was creating I wanted something quite simple but ended up coming across a class called <a href="http://mootools.floor.ch/docs/formcheck/files/formcheck-js.html">mootools.floor</a> which cover all your validation needs e.g. email check, compare two field etc there are a long list of possibilites in the <a href="http://mootools.floor.ch/docs/formcheck/files/formcheck-js.html">documentation</a></p>
<p><span id="more-192"></span></p>
<p>It includes support for AJAX form submission plus countless other features. The other plus point is the tooltips can be styled completely using CSS so this will fit into any site with a bit of tinkering. It also supports custom validation just write your own javascript function of what you want to validate. It really is a nice tool. It&#8217;s fairly easy to get up and running but once you get past the simple parts of this class it can be fairly tricky to get your head around &#8211; but once you get your head around it, its really nice to use!</p>
<p><a href="http://mootools.floor.ch/en/labs/">See the demos</a> of this in action</p>
<p><a href="http://mootools.floor.ch/docs/formcheck/files/formcheck-js.html">Documentation</a></p>
<p><img src="http://www.rb-music.co.uk/wp-content/uploads/2009/03/mathsfloor.jpg" alt="maths.floor example" title="maths.floor example" width="565" height="358" class="alignnone size-full wp-image-195" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/03/23/mootools-form-validation-with-mootoolsfloor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loading graphic generator</title>
		<link>http://www.rb-music.co.uk/2009/01/17/loading-graphic-generator/</link>
		<comments>http://www.rb-music.co.uk/2009/01/17/loading-graphic-generator/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 20:36:09 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[loading graphic]]></category>
		<category><![CDATA[pre-loading]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=169</guid>
		<description><![CDATA[Earlier I was looking around for a loading graphic for my pre-loading image rotator and on my Google travels came across &#8216;Ajaxload&#8216;. This website will create custom loading graphics on the fly. 

Pick from a selection of different types of graphics enough to suit every site. Pick a background colour using the colour pick or [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier I was looking around for a loading graphic for my pre-loading image rotator and on my Google travels came across &#8216;<a href="http://www.ajaxload.info/">Ajaxload</a>&#8216;. This website will create custom loading graphics on the fly. </p>
<p><span id="more-169"></span></p>
<p>Pick from a selection of different types of graphics enough to suit every site. Pick a background colour using the colour pick or supply hex code or go for transparent. The same applies for a foreground colour. Lets go for white background colour and the blue of my site for foreground as an example. Hit generate and it pops up in the box below hit download and there you have it a custom loading graphic&#8230;</p>
<p><img src="http://www.rb-music.co.uk/wp-content/uploads/2009/01/ajax-loader.gif" alt="loading graphic from ajaxload.info" title="loading graphic from ajaxload.info" width="16" height="16" /></p>
<p><a href="http://www.ajaxload.info/">Ajaxload &#8211; Ajax loading gif generator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/01/17/loading-graphic-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MooTools preloading image rotator class</title>
		<link>http://www.rb-music.co.uk/2009/01/17/mootools-preloading-image-rotator-class/</link>
		<comments>http://www.rb-music.co.uk/2009/01/17/mootools-preloading-image-rotator-class/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 20:25:20 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[image rotator]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mooTools Javascript]]></category>
		<category><![CDATA[pre-loading images]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=166</guid>
		<description><![CDATA[Following on from my previous post about a pre-loading image rotator I have decided to create a mooTools class for it so it can be used easily over and over again.

This class will pre-load an array of images and then begin to fade between them useful if you want to load particularly large images and [...]]]></description>
			<content:encoded><![CDATA[<p>Following on from my <a href="http://www.rb-music.co.uk/2008/10/20/mootools-preloading-image-loader/">previous post</a> about a pre-loading image rotator I have decided to create a mooTools class for it so it can be used easily over and over again.</p>
<p><span id="more-166"></span></p>
<p>This class will pre-load an array of images and then begin to fade between them useful if you want to load particularly large images and let your users know that the images are on there way.</p>
<p>An example of the class in action can be <a href="http://www.rb-music.co.uk/examples/mootoolspreloader/mootoolsclass.html">found here</a></p>
<p>To download the example for your own use it can be <a href="http://www.rb-music.co.uk/examples/mootoolspreloader/mooclass.zip">downloaded here</a></p>
<p>This has been tested in Firefox 3, Opera 10 and Internet Explorer 7&#8230; Feel free to comment on any suggestions for improved functionality! Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/01/17/mootools-preloading-image-rotator-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools Popups</title>
		<link>http://www.rb-music.co.uk/2009/01/06/mootools-popups/</link>
		<comments>http://www.rb-music.co.uk/2009/01/06/mootools-popups/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 22:52:50 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[slimbox]]></category>
		<category><![CDATA[smoothbox]]></category>
		<category><![CDATA[squeezebox]]></category>
		<category><![CDATA[thickbox]]></category>

		<guid isPermaLink="false">http://www.rb-music.co.uk/?p=160</guid>
		<description><![CDATA[On most project I tend to use this somewhere or other a &#8220;slimbox&#8221; type of popup you know the ones. Well here are two takes on this effect allowing for images/iframe content and ajax calls.

Squeezebox
http://digitarald.de/project/squeezebox/
I&#8217;d rate this over smoothbox it tends to throw back some JS errors when I used it although it could be [...]]]></description>
			<content:encoded><![CDATA[<p>On most project I tend to use this somewhere or other a &#8220;slimbox&#8221; type of popup you know the ones. Well here are two takes on this effect allowing for images/iframe content and ajax calls.</p>
<p><span id="more-160"></span></p>
<h3>Squeezebox</h3>
<p><a href="http://digitarald.de/project/squeezebox/">http://digitarald.de/project/squeezebox/</a></p>
<p>I&#8217;d rate this over smoothbox it tends to throw back some JS errors when I used it although it could be down to conflicts I have not got round to checking it out yet&#8230; Works with Moo tools 1.2</p>
<h3>Smoothbox</h3>
<p><a href="http://gueschla.com/labs/smoothbox/">http://gueschla.com/labs/smoothbox/</a></p>
<p>I think this is an older version development wise however it still functions perfectly apart from the JS errors it might just be me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rb-music.co.uk/2009/01/06/mootools-popups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

