<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>ColdFusion Developer in Australia</title><description>ColdFusion Developer in Australia</description><link>http://www.coldfusiondeveloper.com.au/</link><lastBuildDate>Wed, 22 Sep 2010 16:05:00 EST</lastBuildDate><item><title>CFHTTP bug?</title><description>Can someone confirm that CF 8/9 throws an error (java.lang.ArrayIndexOutOfBoundsException) on simple CFHTTP call?&#60;br /&#62;&#60;br /&#62;&#38;lt;cfhttp method=&#34;get&#34; url=&#34;http://brad.livejournal.com/&#34; /&#38;gt;&#60;br /&#62;&#60;br /&#62;StackTrace is following: &#60;span style=&#34;white-space: nowrap;&#34;&#62; ( read more on &#60;a href=&#34;http://www.coldfusiondeveloper.com.au/go/note/2010/09/23/cfhttp-bug/&#34;&#62;&#60;b&#62;CFHTTP bug?&#60;/b&#62;&#60;/a&#62; )&#60;/span&#62;</description><link>http://www.coldfusiondeveloper.com.au/go/note/2010/09/23/cfhttp-bug/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2010/09/23/cfhttp-bug/</guid><pubDate>Wed, 22 Sep 2010 16:05:00 EST</pubDate><category>bug</category><category>cfhttp</category><category>coldfusion</category><category>error</category><category>server</category></item><item><title>New security hotfixes for ColdFusion</title><description>Adobe has released &#60;a href=&#34;http://www.adobe.com/support/security/bulletins/apsb10-11.html&#34;&#62;security bulletin&#60;/a&#62; to address critical vulnerabilities for ColdFusion 8, 8.0.1 and 9 (Windows, Mac and Unix). The vulnerabilities could lead to cross-site scripting and information disclosure. &#60;a href=&#34;http://kb2.adobe.com/cps/841/cpsid_84102.html&#34;&#62;Update now!&#60;/a&#62;</description><link>http://www.coldfusiondeveloper.com.au/go/note/2010/05/12/new-security-hotfixes-for-coldfusion/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2010/05/12/new-security-hotfixes-for-coldfusion/</guid><pubDate>Wed, 12 May 2010 00:29:00 EST</pubDate><category>coldfusion</category><category>hotfix</category><category>server</category><category>update</category></item><item><title>Image Resize Bug</title><description>It looks like ColdFusion (version 8.0.1 at least) has a problem resizing images with certain aspect ratio. Look at the code below:&#60;br /&#62;&#60;br /&#62;&#60;div class=&#34;code&#34;&#62;&#38;lt;cfset img = ImageNew(&#34;&#34;,336,448) /&#38;gt;&#60;br /&#62;&#38;lt;cfset ImageResize(img,150,&#34;&#34;) /&#38;gt;&#60;br /&#62;&#38;lt;cfoutput&#38;gt;#img.width#px&#38;lt;/cfoutput&#38;gt;&#60;/div&#62;&#60;br /&#62;What should is display? 150px? Nope, it shows 149px. Any ideas how to fix this?</description><link>http://www.coldfusiondeveloper.com.au/go/note/2010/03/19/image-resize-bug/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2010/03/19/image-resize-bug/</guid><pubDate>Fri, 19 Mar 2010 11:37:00 EST</pubDate><category>bug</category><category>cfimage</category><category>coldfusion</category></item><item><title>Error invoking CFC for gateway: null</title><description>Another example of small error, which can take a lot of time to resolve.&#60;br /&#62;&#60;br /&#62;One of my event gateway has stopped working after upgrade and I stumbled across &#60;strong&#62;Error invoking CFC for gateway XXX: null&#60;/strong&#62; error in &#60;em&#62;eventgateway.log&#60;/em&#62; file.&#60;br /&#62;&#60;br /&#62;After some guessing about the cause of this error and trying to fix this and that bits of code, I have finally checked &#60;em&#62;exception.log&#60;/em&#62; file and discovered same error, but it had more details on where to look:&#60;br /&#62;&#60;br /&#62;1. &#34;Error&#34;,&#34;Thread-23&#34;,&#34;02/02/10&#34;,&#34;23:29:09&#34;,,&#34;Error invoking CFC for gateway XXX: null {ORIGINATORID={CFMLGateway},DATA={{...}}},GATEWAYID={XXX},GATEWAYTYPE={CFMLGateway}}.&#34;&#60;br /&#62;&#60;br /&#62;2 coldfusion.runtime.AbortException&#60;br /&#62;&#60;br /&#62;3 at coldfusion.tagext.lang.AbortTag.doStartTag(AbortTag.java:63)&#60;br /&#62;&#60;br /&#62;4 at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)&#60;br /&#62;&#60;br /&#62;5 at cfxxxecfc750176571$funcONINCOMINGMESSAGE.runFunction(/var/.../xxx.cfc:19)&#60;br /&#62;&#60;br /&#62;So that line 19 of gateway&#39;s cfc code had &#60;strong&#62;&#38;lt;cfabort&#38;gt;&#60;/strong&#62; tag, which caused the error.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2010/02/02/error-invoking-cfc-for-gateway-null/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2010/02/02/error-invoking-cfc-for-gateway-null/</guid><pubDate>Tue, 02 Feb 2010 12:30:00 EST</pubDate><category>cfabort</category><category>error</category><category>gateway</category><category>trick</category></item><item><title>cf.Objective(ANZ), Day 1 Summary</title><description>First ever ColdFusion conference I have attended today in Melbourne (Australia) was not that bad at all ;-) Thanks to organizers, we&#39;ve got pretty good composition of speakers and topics covered.&#60;br /&#62;&#60;br /&#62;I am not going to narrate or comment on what I&#39;ve heard today at the conference, but there are few things I found interesting to mention:&#60;br /&#62;&#60;br /&#62;— CF9 seems to be a seamless upgrade for many users and provides new functionality for rapid applications development (RAD).&#60;br /&#62;— CF9+Solr is the way to go (drop Verity if possible).&#60;br /&#62;— CF Builder can help a lot with RAD even for current CFEclipse users.&#60;br /&#62;— YourKit Java Profiler is a nice tool for your application with memory leaks debugging.&#60;br /&#62;— Git takes over SVN as faster and more flexible version control system.&#60;br /&#62;&#60;br /&#62;Ah, yeap, few &#60;a href=&#34;http://www.flickr.com/photos/dyakhnov/sets/72157622787645958/&#34;&#62;photos of the event&#60;/a&#62;.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2009/11/12/cfobjective-anz-day-1-summary/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2009/11/12/cfobjective-anz-day-1-summary/</guid><pubDate>Thu, 12 Nov 2009 11:10:00 EST</pubDate><category>adobe</category><category>cfoanz</category><category>coldfusion</category><category>conference</category></item><item><title>Adobe ColdFusion Evangelism Kit</title><description>While arguing that CF is the best dead language ever in one online community with other geeks, I have found interesting PDF, named &#60;a href=&#34;http://www.adobe.com/products/coldfusion/pdfs/adobecfevangkit091509.pdf&#34;&#62;Adobe ColdFusion Evangelism Kit&#60;/a&#62; and released in 2009 by Adobe.&#60;br /&#62;&#60;br /&#62;This document includes several facts and key figures to advocate your prospective clients for CF. In my opinion the best page of whole document is comparison of ColdFusion with Java/JSP, ASP.NET and PHP in terms of development timeframe and cost of ownership.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2009/11/11/adobe-coldfusion-evangelism-kit/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2009/11/11/adobe-coldfusion-evangelism-kit/</guid><pubDate>Wed, 11 Nov 2009 11:09:00 EST</pubDate><category>adobe</category><category>coldfusion</category></item><item><title>Flex training for ColdFusion developers</title><description>Are you an experienced ColdFusion developer and you&#39;ve looked at Flex before and had trouble getting started? Adobe offers FREE full-day, hands-on training session, to build your first Flex application using Flash Builder 4 (beta)! This training is designed to help experienced ColdFusion developers get started in understanding how to add rich UI to existing and new ColdFusion applications.&#60;br /&#62;&#60;br /&#62;Don&#39;t miss out, &#60;a href=&#34;http://www.adobe.com/go/flextrainingforcfdevelopers&#34;&#62;register&#60;/a&#62; now!&#60;br /&#62;&#60;br /&#62;November 13 - Plano, TX&#60;br /&#62;November 14 - Durham, NC&#60;br /&#62;November 16 - Denver, CO&#60;br /&#62;November 17 - Newport Beach, CA&#60;br /&#62;November 18 - Atlanta, GA&#60;br /&#62;November 19 - Chicago, IL&#60;br /&#62;November 20 - San Francisco, CA&#60;br /&#62;November 20 - Washington, D.C.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2009/11/04/flex-training-for-coldfusion-developers/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2009/11/04/flex-training-for-coldfusion-developers/</guid><pubDate>Tue, 03 Nov 2009 23:59:00 EST</pubDate><category>adobe</category><category>coldfusion</category><category>flex</category></item><item><title>Remove EXIF data?</title><description>Does anyone know how to remove EXIF data from image?&#60;br /&#62;&#60;br /&#62;It looks like cfimage keeps all EXIF information upon resizing, so produced small thumbnail 75x75 px will be around 20K instead of just 2K because of extra data.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2009/02/14/remove-exif-data/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2009/02/14/remove-exif-data/</guid><pubDate>Sat, 14 Feb 2009 11:36:00 EST</pubDate><category>cfimage</category><category>coldfusion</category><category>exif</category></item><item><title>OpenID CFC Consumer 2.0</title><description>Finally &#60;a href=&#34;http://www.yakhnov.info/go/projects/openid/&#34;&#62;OpenID CFC consumer library&#60;/a&#62; has been upgraded to support OpenID 2.0.&#60;br /&#62;&#60;br /&#62;All credits for this release go to &#60;a href=&#34;http://www.richarddavies.us/&#34;&#62;Richard Davies&#60;/a&#62;, who solely made an update and provided it to CF community for free.&#60;br /&#62;&#60;br /&#62;New version has been tested using following OpenID providers: 1id.com, Blogger, ClaimID, ClickPass, Flickr, Google, I-name, Identity.Net, MyOpenID, Technorati, Verisign, WordPress, Yahoo and various standalone OpenID servers.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2009/01/09/openid-cfc-consumer-update/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2009/01/09/openid-cfc-consumer-update/</guid><pubDate>Fri, 09 Jan 2009 07:25:00 EST</pubDate><category>cfc</category><category>coldfusion</category><category>library</category><category>openid</category></item><item><title>Protect your CF application</title><description>Starting yesterday most of my CF websites are under constant attacks by bots, which are trying to implement &#60;a href=&#34;http://corfield.org/blog/index.cfm/do/blog.entry/entry/That_SQL_injection_attack&#34;&#62;SQL injection attack&#60;/a&#62; using additional URL parameters.&#60;br /&#62;&#60;br /&#62;Since not all applications were developed using CFQUERYPARAM tag and update of all CFQUERY calls will take a long time, simple solution has been developed to block hackers. &#60;span style=&#34;white-space: nowrap;&#34;&#62; ( read more on &#60;a href=&#34;http://www.coldfusiondeveloper.com.au/go/note/protect-your-cf-application/&#34;&#62;&#60;b&#62;Protect your CF application&#60;/b&#62;&#60;/a&#62; )&#60;/span&#62;</description><link>http://www.coldfusiondeveloper.com.au/go/note/protect-your-cf-application/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/protect-your-cf-application/</guid><pubDate>Thu, 07 Aug 2008 05:02:00 EST</pubDate><category>application</category><category>attack</category><category>cfqueryparam</category><category>coldfusion</category><category>injection</category><category>security</category><category>sql</category></item><item><title>Facebook Error 500: POST data is missing in the POST</title><description>Starting from mid-May my Facebook application (&#60;a href=&#34;http://www.facebook.com/apps/application.php?id=6135226994&#34;&#62;FOAF&#60;/a&#62;) was throwing error message &#34;500 POST data is missing in the POST&#34; while I had no changes in the code for ages. A little bit of googling unveiled an error with &#60;a href=&#34;http://www.nearpersonal.com/code/&#34;&#62;Facebook Rest Client CFC&#60;/a&#62;: &#60;span style=&#34;white-space: nowrap;&#34;&#62; ( read more on &#60;a href=&#34;http://www.coldfusiondeveloper.com.au/go/note/2008/06/16/facebook-error-500-post-data-missing/&#34;&#62;&#60;b&#62;Facebook Error 500: POST data is missing in the POST&#60;/b&#62;&#60;/a&#62; )&#60;/span&#62;</description><link>http://www.coldfusiondeveloper.com.au/go/note/2008/06/16/facebook-error-500-post-data-missing/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2008/06/16/facebook-error-500-post-data-missing/</guid><pubDate>Mon, 16 Jun 2008 03:33:00 EST</pubDate><category>coldfusion</category><category>error</category><category>facebook</category></item><item><title>Error opening the editor</title><description>Today I ran into the following problem while working in CFEclipse:&#60;br /&#62;&#60;pre&#62;Error opening the editor.&#60;br /&#62;org.eclipse.jface.text.Document cannot be cast to&#60;br /&#62;org.cfeclipse.cfml.editors.ICFDocument&#60;/pre&#62;&#60;br /&#62;As a result of further investigation I discovered lack of permissions to a few files on mapped network drive with my &#60;strike&#62;spaghetti&#60;/strike&#62; code.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2008/05/14/cfeclipse-error-opening-the-editor/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2008/05/14/cfeclipse-error-opening-the-editor/</guid><pubDate>Wed, 14 May 2008 09:11:00 EST</pubDate><category>cfeclipse</category><category>error</category><category>network</category></item><item><title>Validate your feed!</title><description>Tonight I had some time to clean up &#60;a href=&#34;http://www.coldfusiondeveloper.com.au/go/blogroll/&#34;&#62;blogroll&#60;/a&#62; for &#60;a href=&#34;http://www.coldfusiondeveloper.com.au/go/news/&#34;&#62;CFDA aggregator&#60;/a&#62; and noticed how many CF blogs does not validate their feeds.&#60;br /&#62;&#60;br /&#62;While aggregator is setup to fix common errors (null characters, non-standard date format, etc.), from now it will also be counting http errors and checking feeds validity to prioritize data fetching. Therefore I want to encourage you to double check your feeds and its validity.&#60;br /&#62;&#60;br /&#62;Another kindly request is to properly categorize blog entries using relevant tags.&#60;br /&#62;&#60;br /&#62;For feed validation you can use &#60;a href=&#34;http://validator.w3.org/feed/&#34;&#62;W3C Feed Validation Service&#60;/a&#62; or &#60;a href=&#34;http://feedvalidator.org/&#34;&#62;FEED Validator&#60;/a&#62;.&#60;br /&#62;&#60;br /&#62;BTW, &#60;strong&#62;ColdFusion&#60;/strong&#62; is a single word for many years already, not &#60;strike&#62;Cold Fusion&#60;/strike&#62;.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2008/03/03/validate-your-feed/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2008/03/03/validate-your-feed/</guid><pubDate>Mon, 03 Mar 2008 11:10:00 EST</pubDate><category>coldfusion</category><category>feed</category><category>validation</category></item><item><title>HMAC SHA1 using Java</title><description>Working with &#60;a href=&#34;http://www.yakhnov.info/go/projects/openid/&#34;&#62;OpenID CFC&#60;/a&#62; project I found another way to create HMAC:SHA1 string using Java: &#60;span style=&#34;white-space: nowrap;&#34;&#62; ( read more on &#60;a href=&#34;http://www.coldfusiondeveloper.com.au/go/note/2008/01/18/hmac-sha1-using-java/&#34;&#62;&#60;b&#62;HMAC SHA1 using Java&#60;/b&#62;&#60;/a&#62; )&#60;/span&#62;</description><link>http://www.coldfusiondeveloper.com.au/go/note/2008/01/18/hmac-sha1-using-java/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2008/01/18/hmac-sha1-using-java/</guid><pubDate>Fri, 18 Jan 2008 06:59:00 EST</pubDate><category>coldfusion</category><category>hmac</category><category>java</category><category>openid</category><category>sha1</category></item><item><title>OpenID 2.0 Final</title><description>Late summer 2005, &#60;a href=&#34;http://bradfitz.com/&#34;&#62;Brad Fitzpatrick&#60;/a&#62; at Six Apart came up with OpenID to facilitate authenticating your ownership of a URL to another website. The driving force behind this was to enable commenting across multiple blogging sites with the need for accounts on each of these services.&#60;br /&#62;&#60;br /&#62;On 5th December 2007 &#60;a href=&#34;http://openid.net/specs/openid-authentication-2_0.html&#34;&#62;OpenID 2.0&#60;/a&#62; specifications has been released.&#60;br /&#62;&#60;br /&#62;OpenID 1.0 is largely about authentication. OpenID 2.0 adds several important new capabilities:&#60;br /&#62;&#60;br /&#62;- directed identities&#60;br /&#62;- attribute exchange&#60;br /&#62;- support or large requests and responses&#60;br /&#62;- robust support or extensions&#60;br /&#62;- support for XRIs&#60;br /&#62;&#60;br /&#62;OpenID should be viewed as a core fundamental enabling technology. It allows the authentication and exchange of account data between un-related websites. Indeed, it does not attempt to solve higher level problems, such as authorization. Instead you can invision it as the underlying technology for interactions between social networks.&#60;br /&#62;&#60;br /&#62;More than 8,000 websites currently accept OpenID and this figure is growing by five percent per week.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/12/11/openid-2-final/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/12/11/openid-2-final/</guid><pubDate>Tue, 11 Dec 2007 05:14:00 EST</pubDate><category>openid</category></item><item><title>Melbourne CFUG: Meeting of the YEAR</title><description>&#60;b&#62;When:&#60;/b&#62; 20 December 2007 @ 7:00pm&#60;br /&#62;&#60;b&#62;Location:&#60;/b&#62; NGA.net, Level 2, 17 Raglan St, South Melbourne (&#60;a href=&#34;http://link.toolbot.com/google.com/73016&#34;&#62;map&#60;/a&#62;)&#60;br /&#62;&#60;b&#62;Agenda:&#60;/b&#62; Dale Fraser will be presenting on CFAJAX!&#60;br /&#62;&#60;br /&#62;ColdFusion 8 includes a lot of Ajax features, and if you think Ajax is complicated, think again. Ajax will make some of the things you do now easier, and if you can write ColdFusion code, you can easily use Ajax with ColdFusion Ajax features. So if you have always wanted to do some Ajax stuff or you want to learn what Ajax is, then this is for you.&#60;br /&#62;&#60;br /&#62;Topics covered include:&#60;br /&#62;&#60;br /&#62;- CFAJAXPROXY to bind to controls and CFC&#39;s&#60;br /&#62;- CFGRID a DHTML grid with binding and paging&#60;br /&#62;- CFINPUT an autosuggest feature using Ajax binding&#60;br /&#62;- Javascript methods that come with ColdFusion 8&#60;br /&#62;- and more&#60;br /&#62;&#60;br /&#62;&#60;b&#62;RSVP:&#60;/b&#62; mark DOT mandel AT gmail DOT com</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/12/11/melbourne-cfug-meeting-of-the-year/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/12/11/melbourne-cfug-meeting-of-the-year/</guid><pubDate>Mon, 10 Dec 2007 15:03:00 EST</pubDate><category>cfug</category><category>melbourne</category></item><item><title>Inexpensive CF hosting turns into cheap one</title><description>Recently my hosing provider (HostingFuse) has decided to upgrade their hardware, what supposed to be a good move.&#60;br /&#62;&#60;br /&#62;In reality this turns into hell &#60;span style=&#34;white-space: nowrap;&#34;&#62; ( read more on &#60;a href=&#34;http://www.coldfusiondeveloper.com.au/go/note/2007/11/15/inexpensive-cf-hosting-turns-into-cheap-one/&#34;&#62;&#60;b&#62;Inexpensive CF hosting turns into cheap one&#60;/b&#62;&#60;/a&#62; )&#60;/span&#62;</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/11/15/inexpensive-cf-hosting-turns-into-cheap-one/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/11/15/inexpensive-cf-hosting-turns-into-cheap-one/</guid><pubDate>Thu, 15 Nov 2007 05:22:00 EST</pubDate><category>australia</category><category>cheap</category><category>coldfusion</category><category>feedback</category><category>hosting</category><category>hostingfuse</category><category>inexpensive</category></item><item><title>ColdFusion Camp Australia</title><description>CFCAMP is a free, mini-conference for ColdFusion developers by ColdFusion developers.&#60;br /&#62;&#60;br /&#62;&#60;u&#62;November 2007&#60;/u&#62;&#60;br /&#62;20: &#60;strong&#62;Sydney&#60;/strong&#62; at Rydges World Square&#60;br /&#62;21: &#60;strong&#62;Brisbane&#60;/strong&#62; at the Brisbane Convention &#38; Exhibition Centre&#60;br /&#62;22: &#60;strong&#62;Melbourne&#60;/strong&#62; at the Crown Promanade&#60;br /&#62;27: &#60;strong&#62;Perth&#60;/strong&#62; at the Hyatt Regency&#60;br /&#62;&#60;br /&#62;&#60;a href=&#34;http://cfcamp.eventbrite.com/&#34;&#62;Registration&#60;/a&#62; is free, but number of seats is limited to 100.&#60;br /&#62;&#60;br /&#62;&#60;strong&#62;Be there or be a .NET developer!&#60;/strong&#62;</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/11/09/coldfusion-camp-australia/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/11/09/coldfusion-camp-australia/</guid><pubDate>Fri, 09 Nov 2007 00:04:00 EST</pubDate><category>australia</category><category>cfcamp</category><category>coldfusion</category><category>events</category></item><item><title>OpenSocial</title><description>Today Google officially &#60;a href=&#34;http://googleblog.blogspot.com/2007/11/opensocial-makes-web-better.html&#34;&#62;launched&#60;/a&#62; &#60;a href=&#34;http://code.google.com/apis/opensocial&#34;&#62;OpenSocial&#60;/a&#62;, a set of common APIs that make it easy to create and host social applications on the web. OpenSocial allows developers to write an application once that will run anywhere that supports the OpenSocial APIs.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/11/02/opensocial/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/11/02/opensocial/</guid><pubDate>Fri, 02 Nov 2007 12:14:00 EST</pubDate><category>api</category><category>google</category><category>opensocial</category></item><item><title>Sitemap Protocol extended by Google</title><description>Google has &#60;a href=&#34;http://google-code-updates.blogspot.com/2007/10/tell-us-about-code-on-your-site-with.html&#34;&#62;extended&#60;/a&#62; Sitemap Protocol to support code files, so your public source code will be searchable via Google Code Search. Now it is possible to specify all the code files on your site, as well as the programming language and software license for each file.</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/10/19/sitemap-protocol-extended-by-google/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/10/19/sitemap-protocol-extended-by-google/</guid><pubDate>Fri, 19 Oct 2007 03:59:00 EST</pubDate><category>code</category><category>google</category><category>protocol</category><category>search</category><category>sitemap</category></item><item><title>Melbourne CFUG (October)</title><description>&#60;b&#62;When:&#60;/b&#62; 18 October 2007 @ 7:00pm&#60;br /&#62;&#60;b&#62;Location:&#60;/b&#62; NGA.net, Level 2, 17 Raglan St, South Melbourne (&#60;a href=&#34;http://link.toolbot.com/google.com/73016&#34;&#62;map&#60;/a&#62;)&#60;br /&#62;&#60;b&#62;Agenda:&#60;/b&#62; Luis Majano himself is going to talk to us over Connect about the ColdBox Framework.&#60;br /&#62;&#60;br /&#62;&#60;a href=&#34;http://www.luismajano.com/&#34;&#62;Luis Majano&#60;/a&#62; is a Computer Engineer currently employed at ESRI (Environmental Systems Research Institute) in sunny Redlands, California. He graduated from Florida International University and holds an Advanced Coldfusion MX 6,7 Developer Certifications. He has over 7 years experience in software development, networking and system design.  He is also a freelance engineer and president of Ortus Solutions, Corp.&#60;br /&#62;&#60;br /&#62;ColdBox is a proven event-driven CFC based ColdFusion Framework, specifically designed for high availability web applications. The purpose behind ColdBox was to create a fast &#38; stable development methodology that could be shared among several developers. It makes use of an MVC (Model View Controller) design pattern implemented via CFC&#39;s. It uses event handler CFC&#39;s that hold all the code necessary to prepare views, call model CFC&#39;s or a business layer (SOAP/WS/XML/J2EE) and render views (HTML).&#60;br /&#62;&#60;br /&#62;More information on ColdBox can be found at:&#60;br /&#62;&#60;a href=&#34;http://ortus.svnrepository.com/coldbox/&#34;&#62;http://ortus.svnrepository.com/coldbox/&#60;/a&#62;&#60;br /&#62;&#60;br /&#62;&#60;b&#62;RSVP:&#60;/b&#62; mark DOT mandel AT gmail DOT com</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/10/08/melbourne-cfug-october/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/10/08/melbourne-cfug-october/</guid><pubDate>Mon, 08 Oct 2007 06:15:00 EST</pubDate><category>cfug</category><category>melbourne</category></item><item><title>Ruby on Rails VS ColdFusion</title><description>Ruby on Rails commercial in the style of Mac vs PC ads. &#60;span style=&#34;white-space: nowrap;&#34;&#62; ( read more on &#60;a href=&#34;http://www.coldfusiondeveloper.com.au/go/note/2007/10/04/ruby-on-rails-vs-coldfusion/&#34;&#62;&#60;b&#62;Ruby on Rails VS ColdFusion&#60;/b&#62;&#60;/a&#62; )&#60;/span&#62;</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/10/04/ruby-on-rails-vs-coldfusion/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/10/04/ruby-on-rails-vs-coldfusion/</guid><pubDate>Wed, 03 Oct 2007 16:53:00 EST</pubDate><category>coldfusion</category><category>commercial</category><category>ruby_on_rails</category><category>youtube</category></item><item><title>Top 5 Countries For ColdFusion</title><description>Google Analytics shows following top 5 countries visiting this (&#60;a href=&#34;http://www.coldfusiondeveloper.com.au/&#34;&#62;ColdFusion Developer in Australia&#60;/a&#62;) website since its launch about 11 months ago:&#60;br /&#62;&#60;br /&#62;1. United States&#60;br /&#62;2. Australia&#60;br /&#62;3. United Kingdom&#60;br /&#62;4. Canada&#60;br /&#62;5. India</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/10/04/top-5-countries-for-coldfusion/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/10/04/top-5-countries-for-coldfusion/</guid><pubDate>Wed, 03 Oct 2007 16:11:00 EST</pubDate><category>analytics</category><category>coldfusion</category><category>google</category><category>statistics</category><category>top</category></item><item><title>The Friend of a Friend (FOAF) Facebook Application</title><description>This weekend I have developed simple Facebook application in ColdFusion â€” &#60;a href=&#34;http://www.facebook.com/apps/application.php?id=6135226994&#34;&#62;The Friend of a Friend&#60;/a&#62;.&#60;br /&#62;&#60;br /&#62;Facebook gives you opportunity to view friends of a single person, but not all friends of your friends at once. This application allows you easily list friends of your friends, who have installed this application too, on just one screen.&#60;br /&#62;&#60;br /&#62;More functions are coming... Join Facebook!</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/09/24/the-friend-of-a-friend-application/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/09/24/the-friend-of-a-friend-application/</guid><pubDate>Mon, 24 Sep 2007 07:13:00 EST</pubDate><category>application</category><category>coldfusion</category><category>facebook</category></item><item><title>Melbourne CFUG (September)</title><description>&#60;b&#62;When:&#60;/b&#62; 20 September 2007 @ 7:00pm&#60;br /&#62;&#60;b&#62;Location:&#60;/b&#62; NGA.net, Level 2, 17 Raglan St, South Melbourne (&#60;a href=&#34;http://link.toolbot.com/google.com/73016&#34;&#62;map&#60;/a&#62;)&#60;br /&#62;&#60;b&#62;Agenda:&#60;/b&#62; We have the venerable Robin Hilliard coming down to talk to use about using AIR in conjunction with SQL.&#60;br /&#62;&#60;br /&#62;One of the most exciting features recently added to the Adobe Integrated Runtime is support for SQL.  In this presentation Robin will:&#60;br /&#62;- Show you how to use the flash.data API,&#60;br /&#62;- Cover what subset of SQL is supported, and&#60;br /&#62;- Give you an idea of the performance of the SQL engine.&#60;br /&#62;&#60;br /&#62;Robin Hilliard is founder and CEO of &#60;a href=&#34;http://www.rocketboots.com.au/&#34;&#62;RocketBoots&#60;/a&#62;, a company providing consulting, training and software licensing services to teams working with Flash Platform technologies. He is an experienced software architect, with a particular focus on Adobe&#39;s Flex, ColdFusion, Flash and Flash Media Server products. Formerly with Allaire and Macromedia, Robin is a certified Flash and ColdFusion developer, an Adobe certified Master Flex Instructor and has a BSc in computer science and pure mathematics from Sydney University. Robin is based in Sydney, Australia. &#60;br /&#62;&#60;br /&#62;&#60;b&#62;RSVP:&#60;/b&#62; mark DOT mandel AT gmail DOT com</description><link>http://www.coldfusiondeveloper.com.au/go/note/2007/09/11/melbourne-cfug-september/</link><guid>http://www.coldfusiondeveloper.com.au/go/note/2007/09/11/melbourne-cfug-september/</guid><pubDate>Mon, 10 Sep 2007 15:14:00 EST</pubDate><category>cfug</category><category>melbourne</category></item></channel></rss>