<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Aliaspooryorik Musings - Last 20 posts</title>
		<link>http://www.aliaspooryorik.com/blog/</link>
		<description>The thoughts on web development with ColdFusion and Frameworks of John Whish</description>
		<language>en-gb</language>
		<pubDate>Sat, 04 Feb 2012 10:44:01 GMT</pubDate>
		<lastBuildDate>Sat, 04 Feb 2012 10:44:01 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<copyright>Copyright 2012 http://www.aliaspooryorik.com/</copyright>
		<ttl>120</ttl>
		
		<item>
			<title>Handling null db values with ORM</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/handling-null-db-values-with-orm-355</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[I had an email from someone who was trying to use ORM with an existing database and was having errors because of null values in the database.]]></description>
			<pubDate>Mon, 16 Jan 2012 13:55:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/355</guid>
		</item>
		
		<item>
			<title>ColdBox Object Cache Manager occasional error</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/coldbox-object-cache-manager-occasional-error-354</link>
			
			<category><![CDATA[Coldbox]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[I&apos;ve been getting occasional errors on a ColdBox 3.0.0 website which is using the ColdBox Object Cache Manager where the value is undefined. I&apos;ve tried to replicate it but couldn&apos;t. However, I think I&apos;ve figured it out.]]></description>
			<pubDate>Wed, 11 Jan 2012 12:21:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/354</guid>
		</item>
		
		<item>
			<title>If ColdFusion is old then what about these...</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/if-coldfusion-is-old-then-what-about-these--353</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[ColdFusion first appeared in 1995. So if those people consider ColdFusion to be a old language then I assume they think the same of these languages as well...]]></description>
			<pubDate>Tue, 10 Jan 2012 13:52:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/353</guid>
		</item>
		
		<item>
			<title>I&apos;m speaking at cf.Objective() 2012!</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/i-m-speaking-at-cf-objective-2012--352</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[I&apos;m pleased to announce that I have been selected to present at cf.Objective() 2012.]]></description>
			<pubDate>Sat, 07 Jan 2012 21:42:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/352</guid>
		</item>
		
		<item>
			<title>ColdFusion v Railo ORM</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/coldfusion-v-railo-orm-351</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[Railo]]></category>
			
			<description><![CDATA[I&apos;ve been working on an ColdFusion ORM application so that it also runs on Railo and found a few differences.]]></description>
			<pubDate>Thu, 22 Dec 2011 11:33:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/351</guid>
		</item>
		
		<item>
			<title>ColdFusion, Railo &amp; JSON</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/coldfusion-railo-json-350</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Railo]]></category>
			
			<description><![CDATA[Just a quick blog post about a minor difference between ColdFusion and Railo when returning a query as JSON.]]></description>
			<pubDate>Wed, 14 Dec 2011 11:22:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/350</guid>
		</item>
		
		<item>
			<title>Using Slice() in ColdFusion</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/using-slice-in-coldfusion-349</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Railo]]></category>
			
			<description><![CDATA[I just asked on Twitter, if there was a ColdFusion equivalent of JavaScript&apos;s .slice() method. Marc Esher replied pointed me at Java&apos;s subList method.]]></description>
			<pubDate>Tue, 13 Dec 2011 09:19:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/349</guid>
		</item>
		
		<item>
			<title>Running the same Code on ColdFusion &amp; Railo</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/running-the-same-code-on-coldfusion-railo-348</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Railo]]></category>
			
			<description><![CDATA[I&apos;ve been working on some code which needs to be able to run on ColdFusion and Railo. There are several posts about running them on top of a servlet container or JEE server, but I&apos;ve gone for a quick and dirty solution which I use on Windows.]]></description>
			<pubDate>Wed, 07 Dec 2011 11:27:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/348</guid>
		</item>
		
		<item>
			<title>Loading slideshow images on demand</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/loading-slideshow-images-on-demand-347</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[A lot of jQuery slideshow plugins load the images as the page renders. It would be better to use jQuery to append them.]]></description>
			<pubDate>Thu, 10 Nov 2011 12:18:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/347</guid>
		</item>
		
		<item>
			<title>jQuery mouseover expanding menu</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/jquery-mouseover-expanding-menu-346</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[A few years back, I wrote a post about Expanding Menus with jQuery. I was asked a question about it recently so I thought this would be a good time to post an updated version.]]></description>
			<pubDate>Mon, 07 Nov 2011 21:46:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/346</guid>
		</item>
		
		<item>
			<title>Responsive CSS grid systems</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/responsive-css-grid-systems-345</link>
			
			<category><![CDATA[DevonCFUG]]></category>
			
			<category><![CDATA[Resources]]></category>
			
			<description><![CDATA[I&apos;ve been meaning to update my blog design for a while and this seemed like a good opportunity to try out responsive CSS.]]></description>
			<pubDate>Thu, 27 Oct 2011 16:44:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/345</guid>
		</item>
		
		<item>
			<title>Misguided attempt at improving website performance</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/misguided-attempt-at-improving-website-performance-344</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[My misguided attempt at improving website performance caused an GC overhead limit exceeded error]]></description>
			<pubDate>Wed, 26 Oct 2011 16:53:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/344</guid>
		</item>
		
		<item>
			<title>ColdFusion ORM Book - Now in Print!</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/coldfusion-orm-book-now-in-print--343</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[A couple of weeks ago I announced that my book eBook ColdFusion ORM  A guide to developing applications using ColdFusion ORM was available. In response to some feedback from the awesome ColdFusion community you can now get it it print as well!]]></description>
			<pubDate>Thu, 20 Oct 2011 17:10:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/343</guid>
		</item>
		
		<item>
			<title>Adding data to jQuery UI autocomplete</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/adding-data-to-jquery-ui-autocomplete-342</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[Dynamically adding data to jQuery UI autocomplete options.]]></description>
			<pubDate>Thu, 20 Oct 2011 17:03:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/342</guid>
		</item>
		
		<item>
			<title>My ColdFusion ORM eBook</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/my-coldfusion-orm-ebook-341</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[Publications]]></category>
			
			<category><![CDATA[Resources]]></category>
			
			<description><![CDATA[I am proud to announce that my eBook ColdFusion ORM  A guide to developing applications using ColdFusion ORM is now available!]]></description>
			<pubDate>Sun, 02 Oct 2011 20:24:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/341</guid>
		</item>
		
		<item>
			<title>Compressing JS on the fly</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/compressing-js-on-the-fly-340</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Resources]]></category>
			
			<description><![CDATA[I&apos;ve just found that Google have an online tool for compressing and Javascript. Then I noticed that it has an API, so I couldn&apos;t resist putting it to the test!]]></description>
			<pubDate>Mon, 26 Sep 2011 14:01:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/340</guid>
		</item>
		
		<item>
			<title>32bit ODBC DSNs on 64bit Windows</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/32bit-odbc-dsns-on-64bit-windows-339</link>
			
			<category><![CDATA[Windows]]></category>
			
			<description><![CDATA[I&apos;ve been having &apos;fun&apos; with a 32 bit application running on a 64bit Windows server which I need to connect to Microsoft SQL Server via an ODBC connection.]]></description>
			<pubDate>Thu, 22 Sep 2011 16:01:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/339</guid>
		</item>
		
		<item>
			<title>jQuery and the not selector</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/jquery-and-the-not-selector-338</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I needed to be able to hide and show the relevant parts of the form depending on what they select. With jQuery and the not selector this is really easy to achieve, so I thought I&apos;d knock up a quick blog post...]]></description>
			<pubDate>Thu, 22 Sep 2011 13:29:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/338</guid>
		</item>
		
		<item>
			<title>Get Primary Key in CF9 for Insert</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/get-primary-key-in-cf9-for-insert-337</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[For my own reference, in ColdFusion 9, you can get the primary key value when you do an insert into a database by using the result attribute.]]></description>
			<pubDate>Mon, 19 Sep 2011 14:25:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/337</guid>
		</item>
		
		<item>
			<title>Simple security in FW1</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/simple-security-in-fw-1-336</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[FW1]]></category>
			
			<description><![CDATA[I&apos;ve been building a simple content managed website using FW1 and needed some basic security to secure everything by default.]]></description>
			<pubDate>Tue, 13 Sep 2011 13:16:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/336</guid>
		</item>
		
	</channel>
</rss> 
