<?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>Tue, 09 Feb 2010 02:37:04 GMT</pubDate>
		<lastBuildDate>Tue, 09 Feb 2010 02:37:04 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<copyright>Copyright 2010 http://www.aliaspooryorik.com/</copyright>
		<ttl>120</ttl>
		
			
			
		<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>
		
			
			
		<item>
			<title>Create and Save a drawing with Flex and ColdFusion</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/create-and-save-a-drawing-with-flex-and-coldfusion-236</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Flex]]></category>
			
			<description><![CDATA[I&apos;ve created a prototype Flex 3 application which captures a drawing (or signature) that a user draws and saves it to the server using ColdFusion and Flex Remoting.]]></description>
			<pubDate>Tue, 13 Oct 2009 13:55:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/236</guid>
		</item>
		
			
			
		<item>
			<title>Creating Gateways using a GatewayFactory for ORM</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/creating-gateways-using-a-gatewayfactory-for-orm-235</link>
			
			<category><![CDATA[Coldbox]]></category>
			
			<category><![CDATA[Coldspring]]></category>
			
			<category><![CDATA[Hibernate]]></category>
			
			<category><![CDATA[Lightwire]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<description><![CDATA[Joe Reinhart blogged earlier this week about his ColdFusion 9 ORM Generic DAO wrapper. I&apos;ve been playing around with something similar (although I don&apos;t have a dynamic finder method like Joe has) which uses a Gateway Factory and an Abstract Gateway and thought I&apos;d post my code here in case anyone was interested.]]></description>
			<pubDate>Thu, 08 Oct 2009 10:31:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/235</guid>
		</item>
		
			
			
		<item>
			<title>Introduction to the ColdSpring Framework Presentation</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/introduction-to-the-coldspring-framework-presentation-234</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Coldspring]]></category>
			
			<category><![CDATA[DevonCFUG]]></category>
			
			<description><![CDATA[I&apos;m pleased to announce that Adobe Community Expert, Brian Rinaldi is presenting Introduction to the ColdSpring Framework to Devon CFUG tomorrow evening from 630 UK time. As the session is going to be over connect, I&apos;m willing to open it up to anyone who would like to join us.]]></description>
			<pubDate>Tue, 29 Sep 2009 13:31:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/234</guid>
		</item>
		
			
			
		<item>
			<title>Lightwire import node support</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/lightwire-import-node-support-233</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Coldspring]]></category>
			
			<category><![CDATA[Lightwire]]></category>
			
			<description><![CDATA[I&apos;ve been using Lightwire recently, and missed being able to define my beans in multiple XML files using the import node, so I added support for it.]]></description>
			<pubDate>Sat, 26 Sep 2009 21:26:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/233</guid>
		</item>
		
	</channel>
</rss>

		
	

		
	