<?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>Fri, 12 Mar 2010 05:47:58 GMT</pubDate>
		<lastBuildDate>Fri, 12 Mar 2010 05:47:58 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<copyright>Copyright 2010 http://www.aliaspooryorik.com/</copyright>
		<ttl>120</ttl>
		
			
			
		<item>
			<title>Use an application wide error handler</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/use-an-application-wide-error-handler-256</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[&apos;ve been working on a application that another developer wrote and have been posting my tweaks, this time I&apos;ve added a application wide error handler which notifies me of errors.]]></description>
			<pubDate>Thu, 18 Feb 2010 13:52:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/256</guid>
		</item>
		
			
			
		<item>
			<title>Lightwire XML placeholder bug</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/lightwire-xml-placeholder-bug-255</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Lightwire]]></category>
			
			<description><![CDATA[I&apos;m pretty sure I&apos;ve found a bug in this is a bug in Lightwire when you configure it using an XML bean definition with placeholders.]]></description>
			<pubDate>Thu, 18 Feb 2010 11:16:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/255</guid>
		</item>
		
			
			
		<item>
			<title>argumentCollection - learn it and love it!</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/argumentcollection-learn-it-and-love-it--254</link>
			
			<category><![CDATA[Coldbox]]></category>
			
			<description><![CDATA[I&apos;m posting this in case other developers aren&apos;t aware of what you can do. Last time I blogged about per-application mappings, this time it is the turn of the argumentCollection parameter!]]></description>
			<pubDate>Tue, 16 Feb 2010 15:35:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/254</guid>
		</item>
		
			
			
		<item>
			<title>Per-Application Mappings</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/per-application-mappings-253</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[This is nothing new, but I was reviewing some code the other day and noticed that the developer hadn&apos;t used per-application mappings introduced in ColdFusion 8 so thought I&apos;d blog about them in-case it is useful to other people.]]></description>
			<pubDate>Mon, 15 Feb 2010 17:51:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/253</guid>
		</item>
		
			
			
		<item>
			<title>JSON Case Issue between CF8 and CF9</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/json-case-issue-between-cf8-and-cf9-252</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[DevonCFUG]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I wrote a quick demo for Devon CFUG this week to demonstrate using jQuery, AJAX and ColdFusion together to build a simple find as you type search feature. However it turns out that ColdFusion 8 and ColdFusion 9 return slightly different JSON.]]></description>
			<pubDate>Fri, 29 Jan 2010 17:56:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/252</guid>
		</item>
		
			
			
		<item>
			<title>Validate CKEditor content length</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/validate-ckeditor-content-length-251</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I was adding CKEditor to a site and wanted to be able to validate that the user had entered some copy into the editor when the form was submitted.]]></description>
			<pubDate>Fri, 29 Jan 2010 17:43:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/251</guid>
		</item>
		
			
			
		<item>
			<title>By value and by ref with nested data types</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/by-value-and-by-ref-with-nested-data-types-250</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[Andy posted comment on my previous post Passing values by reference or value, where he asked what happens if you have an array inside a struct. I thought the easiest way to explain is to post some sample code and output, so here it is.]]></description>
			<pubDate>Fri, 29 Jan 2010 08:46:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/250</guid>
		</item>
		
			
			
		<item>
			<title>Passing values by reference or value</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/passing-values-by-reference-or-value-249</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[This has been posted many time before, but it still catches me out every now and then, so here is a quick reminder of how Coldfusion passes arrays by value but structs, queries and objects by reference.]]></description>
			<pubDate>Wed, 27 Jan 2010 13:13:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/249</guid>
		</item>
		
			
			
		<item>
			<title>My Community Heroes!</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/my-community-heroes--248</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[DevonCFUG]]></category>
			
			<description><![CDATA[Recently the list of Adobe Certified Professionals for 2010 was published. It is great to see some new names, particularly those from the UK, on there along with the existing ACPs. However I wanted to acknowledge some members of the community who have been a real help to me personally whom aren&apos;t featured on the list.]]></description>
			<pubDate>Tue, 19 Jan 2010 20:40:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/248</guid>
		</item>
		
			
			
		<item>
			<title>Filtered Project Views in ColdFusion Builder</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/filtered-project-views-in-coldfusion-builder-247</link>
			
			<category><![CDATA[CFEclipse]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[Eclipse and ColdFusion Builder allow you to create Working Sets, which essentially are filtered views of projects in your workspace.]]></description>
			<pubDate>Thu, 24 Dec 2009 13:47:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/247</guid>
		</item>
		
			
			
		<item>
			<title>Using in-built function names for your methods</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/using-in-built-function-names-for-your-methods-246</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[ColdFusion 9 lets you use methods with the same name as in-built ColdFusion Methods.]]></description>
			<pubDate>Thu, 24 Dec 2009 13:25:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/246</guid>
		</item>
		
			
			
		<item>
			<title>Sorting with jQuery, saving with ColdFusion</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/sorting-with-jquery-saving-with-coldfusion-245</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[Using jQuery with ColdFusion to reorder a list and save the new positions each time an item is moved.]]></description>
			<pubDate>Sat, 19 Dec 2009 16:47:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/245</guid>
		</item>
		
			
			
		<item>
			<title>Using Brian Kotek&apos;s FormUtilities CFC with ColdBox 3</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/using-brian-kotek-s-formutilities-cfc-with-coldbox-3-244</link>
			
			<category><![CDATA[Coldbox]]></category>
			
			<description><![CDATA[I&apos;ve been playing around with ColdBox 3 beta for a while now and decided I wanted to have an interceptor which utilises Brian Kotek&apos;s excellent FormUtilities CFC.]]></description>
			<pubDate>Tue, 15 Dec 2009 09:52:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/244</guid>
		</item>
		
			
			
		<item>
			<title>A First Look at MightyMock</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/a-first-look-at-mightymock-243</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<category><![CDATA[TDD]]></category>
			
			<description><![CDATA[MightyMock is a mock framework to help you unit test your applications. I&apos;m using it with MXunit, but you should be able to use it with any Unit Testing framework. So why do you need it?]]></description>
			<pubDate>Fri, 27 Nov 2009 16:10:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/243</guid>
		</item>
		
			
			
		<item>
			<title>jQuery dropdown table row filter</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/jquery-dropdown-table-row-filter-242</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[Earlier today I posted a simple example of hiding table rows based on the cell content. Bernhard posted a comment about dynamically adding a filter by list to the column heading. Well, here&apos;s my attempt. With a bit more work it could be expanded to work on all columns.]]></description>
			<pubDate>Wed, 25 Nov 2009 16:55:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/242</guid>
		</item>
		
			
			
		<item>
			<title>Using jQuery to filter a table</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/using-jquery-to-filter-a-table-241</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[A quick post that demonstrates the power of jQuery to filter data.]]></description>
			<pubDate>Wed, 25 Nov 2009 12:54:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/241</guid>
		</item>
		
			
			
		<item>
			<title>ORM and the Nested Set Model</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/orm-and-the-nested-set-model-240</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[SQL]]></category>
			
			<description><![CDATA[Using hibernate ORM&apos;s HQL with the Nested Set Model for storing hierarchical data.]]></description>
			<pubDate>Thu, 12 Nov 2009 13:52:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/240</guid>
		</item>
		
			
			
		<item>
			<title>A bit more HQL</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/a-bit-more-hql-239</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<description><![CDATA[Yesterday I blogged the basics of HQL, by replicating the functionality of EntityLoad(), so you&apos;re probably wondering why you&apos;d bother. Using the same set up as I had in my previous post let&apos;s look at some things you can&apos;t do with EntityLoad.]]></description>
			<pubDate>Fri, 06 Nov 2009 10:45:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/239</guid>
		</item>
		
			
			
		<item>
			<title>Getting started with HQL</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/getting-started-with-hql-238</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<category><![CDATA[SQL]]></category>
			
			<description><![CDATA[Hibernate has it&apos;s only query language called HQL. I thought I&apos;d put together some simple examples of how you can use it in your ColdFusion 9 applications.]]></description>
			<pubDate>Thu, 05 Nov 2009 17:49:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/238</guid>
		</item>
		
			
			
		<item>
			<title>ColdFusion running from in-built webroot first</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/coldfusion-running-from-in-built-webroot-first-237</link>
			
			<category><![CDATA[Apache]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[I found something in ColdFusion today that had me stumped for a bit. I guess this is a pretty rare situation, but a very confusing one!]]></description>
			<pubDate>Wed, 14 Oct 2009 13:30:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/237</guid>
		</item>
		
	</channel>
</rss>

		
	

		
	