<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
   <channel>
      <description />
      <link>http://www.andyscott.id.au/</link>
      <title>Andrew's Ramblings Blog RSS Feed by ContentBox</title>
      <copyright>Ortus Solutions, Corp (www.ortussolutions.com)</copyright>
      <docs>http://www.rssboard.org/rss-specification</docs>
      <generator>ColdBox Feed Generator - 2.1</generator>
      <lastBuildDate>Tue, 18 Jun 2013 21:15:34 GMT</lastBuildDate>
      <pubDate>Tue, 18 Jun 2013 21:15:34 GMT</pubDate>
      <webMaster>andrews@andyscott.id.au (Site Administrator)</webMaster>
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AndyScott" /><feedburner:info uri="andyscott" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
         <title>Adding multiple pages to ContentBox blog posts</title>
         <description>&lt;p style="font-size: 13px;"&gt;Awhile ago I wascuriousto see, how easy it would be to add multiple page support to blog posts, within ContentBox. The solution was fairly simple, so I thought I would write up this quick post. Not just to show how to add multiple pages for posts, but to also demonstrate how easy it is to manipulate the content before it gets displayed.&lt;/p&gt;

&lt;p style="font-size: 13px;"&gt;Before we can do this, lets look at how ContentBox displays blog entries. Ifwe go and locate the file called entry.cfc, which can be found in the templates folder for each theme. This is how a group of blogs or the entire entry is displayed, and looks like the code below.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/07hyLBRgF9A" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/07hyLBRgF9A/adding-multiple-pages-to-contentbox-blog-posts</link>
         <pubDate>Sat, 18 May 2013 18:01:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>ContentBox</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/adding-multiple-pages-to-contentbox-blog-posts</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/adding-multiple-pages-to-contentbox-blog-posts</feedburner:origLink></item>
      <item>
         <title>Adobe adds CGI check to ColdFusion 10 installation when it is not needed</title>
         <description>&lt;p&gt;
	Anyone who has been following my rants withColdFusion10 and the need to have theCGimodule installed forIIS, would know that I have been asking this question from Adobe sinceColdFusion10 was released. Today I got the answer I was looking for and I must admit that it surprises me that Adobe once again, didn't think about the situation, or at least the answers provided give that impression.&lt;/p&gt;
&lt;p&gt;
	Up until the final release ofColdFusion10, Adobe had never bothered to do a check to see ifColdFusionwhen being installed, thatIIShad the CGI mode enabled onIIS7 and above. So my question was very simple, why doesColdFusion10 now require the CGI mode to be enabled.&lt;/p&gt;
&lt;p&gt;
	And it is still a good question that Adobe still can't provide an answer for, so lets look into the situation with a bit more detail.&lt;/p&gt;
&lt;p&gt;
	First lets look at the difference.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/ydg8lI2Elng" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/ydg8lI2Elng/adobe-adds-cgi-check-to-coldfusion-10-installation-when-it-is-not-needed</link>
         <pubDate>Thu, 07 Mar 2013 19:02:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>Coldfusion</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/adobe-adds-cgi-check-to-coldfusion-10-installation-when-it-is-not-needed</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/adobe-adds-cgi-check-to-coldfusion-10-installation-when-it-is-not-needed</feedburner:origLink></item>
      <item>
         <title>Alternative Media Server for PS3 and other devices</title>
         <description>&lt;p&gt;
	Awhile ago I blogged about the problems that I was having with PS3 Media Server, since upgrading over to Windows 8, PS3 Media Server has just stopped working. Since looking around at some many alternatives, I ended up settling for one called Plex Media Server and it hasn't really let me down.&lt;/p&gt;
&lt;p&gt;
	On the PS3 there is an issue playing MKV formats, where the FF/RW will cause the Film or Show to stop playing and hopefully they fix this rather soon. However on an over all the features and interface that Plex Media Server offers is gaining grounds and great improvements.&lt;/p&gt;
&lt;p&gt;
	So lets go into a bit more of these features.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/cwgCEPoGpTQ" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/cwgCEPoGpTQ/alternative-media-server-for-ps3-and-other-devices</link>
         <pubDate>Mon, 04 Feb 2013 12:53:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>General</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/alternative-media-server-for-ps3-and-other-devices</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/alternative-media-server-for-ps3-and-other-devices</feedburner:origLink></item>
      <item>
         <title>Adding widgets to your ContentBox modules and themes</title>
         <description>&lt;p&gt;
	In a previous post I talked about how you can add interceptors to your ContentBox themes, today I am going to show how easy it is to do the same with widgets, not only to your themes but also to your modules as well.&lt;/p&gt;
&lt;p&gt;
	This example will also use the techniques that I used to also be able to create your own HTML Helper, so that we can then call the widgets inside our templates if needed. The only downside at the moment is that this technique will mean that the widgets can't be added to the content, via the Entry Editor. At the moment this is a small downside, but one I am sure is a small inconvenience, as one could easily adopt a plugin for the editor to add this to the Entry Editor or Page editor.&lt;/p&gt;
&lt;p&gt;
	With that out of the way, lets see how easy it is.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/LjGFsAkSyXA" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/LjGFsAkSyXA/adding-widgets-to-your-contentbox-modules-and-themes</link>
         <pubDate>Mon, 04 Feb 2013 00:49:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>ContentBox</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/adding-widgets-to-your-contentbox-modules-and-themes</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/adding-widgets-to-your-contentbox-modules-and-themes</feedburner:origLink></item>
      <item>
         <title>Bug with Railo Closures that could could be potentially dangerous</title>
         <description>&lt;p&gt;
	I came across a post by John Wish that showed an example of Closures, however I saw an immediate issue with the very first example. When it was raised on theRailomailing list, I am shocked to see that people have not seen this issue, or have misunderstood the issue.&lt;/p&gt;
&lt;p&gt;
	The post can be found herehttp://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/386&lt;/p&gt;
&lt;p&gt;
	Now as you can see if you run this inRailoit will run and give the results that John says it does, however inColdFusionit will error and for very good reason too. The code is as follows.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/aygn55VJIMA" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/aygn55VJIMA/bug-with-railo-closures-that-could-could-be-potentially-dangerous</link>
         <pubDate>Sun, 03 Feb 2013 22:36:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>ColdFusion 10</category>
         <category> Railo</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/bug-with-railo-closures-that-could-could-be-potentially-dangerous</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/bug-with-railo-closures-that-could-could-be-potentially-dangerous</feedburner:origLink></item>
      <item>
         <title>Adding interceptors to your ContentBox themes</title>
         <description>&lt;p&gt;
	If you have played around withContentBoxthen you would know that this is a great CMS Application, it is entirely flexible and scalable. However the one thing that it is lacking at the moment is to be able to create a theme that is technically a self contained theme, I will call them themes as this is what they are, andContentBoxcalls them layouts. So when I mention themes I am going to call them themes, so as not to confuse them with the actual page layouts used by the theme.&lt;/p&gt;
&lt;p&gt;
	By self contained, I am mean that the theme has its own widgets, interceptors and services etc. Which is not a big deal in itself, however I prefer to have them all contained in one location that way if I remove the theme, or deactivate the theme then all the widgets and interceptors are also then deactivated along with the theme.&lt;/p&gt;
&lt;p&gt;
	Today I am going to show how you can do this, with the addition of one module.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/JSPr_7hf4l4" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/JSPr_7hf4l4/adding-interceptors-to-your-contentbox-themes</link>
         <pubDate>Sat, 02 Feb 2013 13:08:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>ContentBox</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/adding-interceptors-to-your-contentbox-themes</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/adding-interceptors-to-your-contentbox-themes</feedburner:origLink></item>
      <item>
         <title>Commenting your Code, the argument for why you should</title>
         <description>&lt;p&gt;
	Over the years I have seen this question come up time and time again, and the people who argue against it are the people who really should know better. That is not to say they are not good or excellent developers, it means that these people tend to foget what comments in code can provide. Put your hand up if you have revisited code a few years later, and forgot why you wrote something the way you wrote it and then you think I should have rewritten it this way because it would be easier.&lt;/p&gt;
&lt;p&gt;
	Then find out that you broke the code?&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/hIoXqJ17o5A" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/hIoXqJ17o5A/commenting-your-code-the-argument-for-why-you-should</link>
         <pubDate>Mon, 28 Jan 2013 05:58:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>Coldfusion</category>
         <category> ContentBox</category>
         <category> General</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/commenting-your-code-the-argument-for-why-you-should</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/commenting-your-code-the-argument-for-why-you-should</feedburner:origLink></item>
      <item>
         <title>ColdFusion Arrays and using Java to split strings</title>
         <description>&lt;p&gt;
	I wanted to touch more on this as I got a few emails about the problems with this when using array functions and tags, the one thing to note is that ColdFusion since version 6 is built on top of Java, so when converting a string or a list to an array with split is actually not returning an array that ColdFusion would normally understand.&lt;/p&gt;
&lt;p&gt;
	But certain ColdFusion functions and tags still work, so why do some tags and functions work where others fail.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/eUeHtqZHy2Y" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/eUeHtqZHy2Y/coldfusion-arrays-and-using-java-to-split-strings</link>
         <pubDate>Sun, 27 Jan 2013 13:38:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>Coldfusion</category>
         <category> ColdFusion 10</category>
         <category> ColdFusion 8</category>
         <category> ColdFusion 9</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/coldfusion-arrays-and-using-java-to-split-strings</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/coldfusion-arrays-and-using-java-to-split-strings</feedburner:origLink></item>
      <item>
         <title>Using Interceptors in ColdBox for greater scalabaility</title>
         <description>&lt;p&gt;
	The other day I spoke about how to create your ownCBHelperand inject it into the request for later usage, today I want to to touch a little more on this with the use of interceptors to expand the application further, which will also allow for grater scalability of the application you are writing.&lt;/p&gt;
&lt;p&gt;
	Nolan asked a question on theColdBoxmailing list that I thought I would blog about this, as I think it is a good topic and demonstration of how powerful using interceptors are. Nolan's question was about adding extra things into the header of a document, which he has working to a degree, but has the problem of it duplicating his code.&lt;/p&gt;
&lt;p&gt;
	So lets discover why this is works, and is scalable.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/XlZvVDmlBxE" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/XlZvVDmlBxE/using-interceptors-in-coldbox-for-greater-scalabaility</link>
         <pubDate>Fri, 25 Jan 2013 14:03:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>Coldbox</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/using-interceptors-in-coldbox-for-greater-scalabaility</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/using-interceptors-in-coldbox-for-greater-scalabaility</feedburner:origLink></item>
      <item>
         <title>Update: ColdFusion 10 - Windows 8/2012 update and not updating</title>
         <description>&lt;p&gt;
	I wanted to write this as an update to a post I wrote the other day, as I have some more information on how to do this cleanly. The problem is that to getColdFusioninstalled on Windows 8 / Server 2012, one has to manually create all theIISsettings, and to haveColdFusionboot up will need to installColdFusionas a service.&lt;/p&gt;
&lt;p&gt;
	Now the trick was how you do that, because if you install the service with an account thatColdFusionis not running under, then theupdaterwill actually fail. This applies to all the updates from 4 onwards, as they must all have changes to the Windows Service.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AndyScott/~4/myLmNWBTAMk" height="1" width="1"/&gt;</description>
         <link>http://feedproxy.google.com/~r/AndyScott/~3/myLmNWBTAMk/update-coldfusion-10-windows-82012-update-and-not-updating</link>
         <pubDate>Wed, 23 Jan 2013 11:56:00 GMT</pubDate>
         <author>andrews@andyscott.id.au (Andrew Scott)</author>
         <category>ColdFusion 10</category>
         <guid isPermaLink="false">http://www.andyscott.id.au/blog/update-coldfusion-10-windows-82012-update-and-not-updating</guid>
      <feedburner:origLink>http://www.andyscott.id.au/blog/update-coldfusion-10-windows-82012-update-and-not-updating</feedburner:origLink></item>
   </channel>
</rss>
