<?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 Jul 2009 07:46:48 GMT</pubDate>
		<lastBuildDate>Sat, 04 Jul 2009 07:46:48 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<copyright>Copyright 2009 http://www.aliaspooryorik.com/</copyright>
		<ttl>120</ttl>
		
			
			
		<item>
			<title>Inject ColdSpring into your Beans</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/inject-coldspring-into-your-beans-212</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Coldspring]]></category>
			
			<description><![CDATA[I&apos;ve recently discovered that ColdSpring has the ability to inject itself into any of the singletons that it manages.]]></description>
			<pubDate>Tue, 30 Jun 2009 12:30:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/212</guid>
		</item>
		
			
			
		<item>
			<title>cfspec and a bit of jquery</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/cfspec-and-a-bit-of-jquery-211</link>
			
			<category><![CDATA[cfspec]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I&apos;ve been using cfspec a lot to test my specification and I really like it. However when you run a suite of tests you can end up with a long page of results to scroll through, so I thought it would be nice to hide all the passes and just leave the fails by default. Then have a link which would show passes if I wanted to see them.]]></description>
			<pubDate>Wed, 10 Jun 2009 15:19:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/211</guid>
		</item>
		
			
			
		<item>
			<title>Replicating MySQL&apos;s LIMIT clause in ColdFusion</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/replicating-mysql-s-limit-clause-in-coldfusion-210</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[SQL]]></category>
			
			<description><![CDATA[Replicating MySQL&apos;s LIMIT clause in ColdFusion]]></description>
			<pubDate>Mon, 08 Jun 2009 16:35:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/210</guid>
		</item>
		
			
			
		<item>
			<title>Remove the last occurrence of a character in a string</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/remove-the-last-occurrence-of-a-character-in-a-string-209</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[Remove the last occurrence of a character in a string by taking advantage of the Java String methods.]]></description>
			<pubDate>Wed, 03 Jun 2009 12:36:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/209</guid>
		</item>
		
			
			
		<item>
			<title>OO101 Part 3 Presentation</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/oo101-part-3-presentation-208</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[DevonCFUG]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<description><![CDATA[I&apos;m doing an series of presentations on Object Orientated Programming (OOP) for Devon CFUG. This is the third instalment where we actually get to build something!]]></description>
			<pubDate>Thu, 14 May 2009 13:28:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/208</guid>
		</item>
		
			
			
		<item>
			<title>Flex Calling Methods of a Loaded Flex Movie</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/flex-calling-methods-of-a-loaded-flex-movie-207</link>
			
			<category><![CDATA[Flex]]></category>
			
			<description><![CDATA[I&apos;m currently building a Flex application that dynamically loads in another Flex application and calls it&apos;s methods. When I started building it that seemed like it should be a pretty straight forward thing to do (and maybe there is a better way!).]]></description>
			<pubDate>Fri, 08 May 2009 15:49:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/207</guid>
		</item>
		
			
			
		<item>
			<title>Scheduled MSSQL Express Backup</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/scheduled-mssql-express-backup-206</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[DevonCFUG]]></category>
			
			<category><![CDATA[SQL]]></category>
			
			<description><![CDATA[Microsoft SQL Server Express is a free slimmed down version of Microsoft SQL Server. One of the features missing from the Express edition is the backup facility, however you can still use the SQL commands.]]></description>
			<pubDate>Thu, 07 May 2009 12:27:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/206</guid>
		</item>
		
			
			
		<item>
			<title>Transfer ORM snippets</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/transfer-orm-snippets-205</link>
			
			<category><![CDATA[CFEclipse]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[Just a quick post to say that I&apos;ve added a Transfer ORM library of snippets to www.cfsnippets.org]]></description>
			<pubDate>Tue, 05 May 2009 14:29:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/205</guid>
		</item>
		
			
			
		<item>
			<title>JSON String to object in Flex</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/json-string-to-object-in-flex-204</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Flex]]></category>
			
			<description><![CDATA[I&apos;m storing JSON in my database. I then get it via a ColdFusion query and a RemoteObject call. The trouble I had was that Flex just treats the JSON string as a string. What I needed to be able to do was get Flex to evaluate the JSON string and convert it into an object.]]></description>
			<pubDate>Wed, 29 Apr 2009 15:34:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/204</guid>
		</item>
		
			
			
		<item>
			<title>Sharing a Flex project with a team</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/sharing-a-flex-project-with-a-team-203</link>
			
			<category><![CDATA[Flex]]></category>
			
			<category><![CDATA[Subversion]]></category>
			
			<description><![CDATA[Recently I&apos;ve been working on a Flex project with another developer. We use SVN and have been committing the entire Flex project to the repository. The problem with this is that any compilercustom settings you have break as they are stored as part of the project.]]></description>
			<pubDate>Tue, 28 Apr 2009 12:36:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/203</guid>
		</item>
		
			
			
		<item>
			<title>Blocking DOS attacks</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/blocking-dos-attacks-202</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[A member of Devon CFUG recently had a problem where one of his sites was being heavily hit by a bot that didn&apos;t comply with the crawl-delay setting in robots.txt, which was causing performance issues. After pondering this for a bit a I thought I&apos;d have a go at creating a script to detect and block rogue bots]]></description>
			<pubDate>Tue, 21 Apr 2009 10:17:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/202</guid>
		</item>
		
			
			
		<item>
			<title>Comparing ColdBox and Fusebox</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/comparing-coldbox-and-fusebox-201</link>
			
			<category><![CDATA[Coldbox]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Fusebox]]></category>
			
			<description><![CDATA[I decided to convert a Fusebox application (which uses ColdSpring) to ColdBox as learning new frameworks is always good. Here are the basic comparisions between a Fusebox XML, Fusebox no XML, and ColdBox controller (or event handlers in ColdBox).]]></description>
			<pubDate>Fri, 10 Apr 2009 21:13:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/201</guid>
		</item>
		
			
			
		<item>
			<title>Flex RemoteObject if ColdFusion isn&apos;t on your workstation</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/flex-remoteobject-if-coldfusion-isn-t-on-your-workstation-200</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Flex]]></category>
			
			<description><![CDATA[Here&apos;s a quick tip if you write Flex applications that talk to ColdFusion via RemoteObject calls and you don&apos;t have ColdFusion installed on your workstation.]]></description>
			<pubDate>Fri, 10 Apr 2009 19:17:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/200</guid>
		</item>
		
			
			
		<item>
			<title>Using ColdBox to power Flex</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/using-coldbox-to-power-flex-199</link>
			
			<category><![CDATA[Coldbox]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Coldspring]]></category>
			
			<description><![CDATA[I&apos;m using ColdBox (the 2.6.3 release) for the first time on a client site and one of the reasons for choosing it is the ColdBox Proxy. This allows you to use ColdBox as an event-driven framework for handling remoting. What is really neat about it is that you can monitor remote calls which is a great way of debugging your applications.]]></description>
			<pubDate>Fri, 10 Apr 2009 19:04:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/199</guid>
		</item>
		
			
			
		<item>
			<title>Railo really is fast!</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/railo-really-is-fast--198</link>
			
			<category><![CDATA[Coldbox]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[ColdFusion on Wheels]]></category>
			
			<category><![CDATA[Coldspring]]></category>
			
			<category><![CDATA[Fusebox]]></category>
			
			<category><![CDATA[Railo]]></category>
			
			<category><![CDATA[Reviews]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[I&apos;ve had a few hours spare so thought I&apos;d see for myself if Railo is as fast as I&apos;ve heard. Well, after running a few of my own mini applications I can backup the claims.]]></description>
			<pubDate>Thu, 02 Apr 2009 19:52:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/198</guid>
		</item>
		
			
			
		<item>
			<title>OO101 Part 2 Presentation</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/oo101-part-2-presentation-197</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[DevonCFUG]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<description><![CDATA[This is my 2nd presentation from my OO101 series for Devon CFUG. Covers encapsulation, polymorphism, inheritance, composition, method over-riding and the super keyword.]]></description>
			<pubDate>Thu, 26 Mar 2009 10:49:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/197</guid>
		</item>
		
			
			
		<item>
			<title>manytoone and a onetomany in Transfer ORM</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/manytoone-and-a-onetomany-in-transfer-orm-196</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[There is a page on the Transfer ORM docs entitled Can I use the same foreign key for a manytoone and a onetomany?. The short answer is no, but sometimes you need to be able to get the data, so how can you do it?]]></description>
			<pubDate>Tue, 24 Mar 2009 17:48:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/196</guid>
		</item>
		
			
			
		<item>
			<title>My penance for a silly mistake!</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/my-penance-for-a-silly-mistake--195</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[I spent several frustrating hours trying to figure out why my per application mappings, didn&apos;t work for my remote cfcs. Thankfully Matt Quackenberg pointed out my silly mistake. As penance I&apos;m making myself write out this post!]]></description>
			<pubDate>Tue, 17 Mar 2009 12:24:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/195</guid>
		</item>
		
			
			
		<item>
			<title>Modelling a properties map with Transfer</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/modelling-a-properties-map-with-transfer-194</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[OOP]]></category>
			
			<category><![CDATA[Transfer]]></category>
			
			<description><![CDATA[When I started to build a properties map with Transfer, I initially created a onetomany relationship between my User object and UserProperty object. This works, but means that you end up creating a lot of Transfer objects, which are unique to the individual User. This is a potential performance problem, so another solution was required.]]></description>
			<pubDate>Mon, 16 Mar 2009 20:29:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/194</guid>
		</item>
		
			
			
		<item>
			<title>cfquery truncates at 32000 chars</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/cfquery-truncates-at-32000-chars-193</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<description><![CDATA[Just had an interesting problem with a CMS system. A client had entered a huge chunk of text which had saved in the MS SQL database ntext field correctly, however when it was pulled out of the database (using cfquery) and displayed on the website, the text was being truncated.]]></description>
			<pubDate>Mon, 09 Mar 2009 15:14:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/193</guid>
		</item>
		
	</channel>
</rss>

		
	

		
	