<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>coldfusionBloggers.org Feed</title>
    <link>http://www.coldfusionbloggers.org</link>
    <description>Feed of the latest items aggregated.</description>
    <item>
      <title>DataMgr 2.5 Beta 1</title>
      <link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/9/2/DataMgr-25-Beta-1</link>
      <description>So I released the Alpha of DataMgr 2.5 more than a year ago. This is about as long as I have gone between a release. Why so long? Well, basically I have been neglecting DataMgr a bit to work on other things (more on that in another post). Also because DataMgr has been doing everything I want.

Finally, however, I have the first beta of DataMgr 2.5 ready.
				 [More]</description>
      <pubDate>Thu, 02 Sep 2010 13:30:41 GMT</pubDate>
      <author>sebtools</author>
      <comments>http://www.bryantwebconsulting.com/blog/</comments>
      <guid isPermaLink="false">44227</guid>
    </item>
    <item>
      <title>ColdFusion Job Opportunity in Southwest London, United Kingdom</title>
      <link>http://ricardo.parente.us/2010/09/coldfusion-job-opportunity-in-southwest-london-united-kingdom-2/</link>
      <description>Coldfusion, Tech Lead developer &amp;#8211; South west London &amp;#8211; &amp;#163;35-45k -Interviews available now. Key Duties / Responsibilities * Lead the Needs Analysis phase of a project creating fully documented functional and technical specifications * Converses with the technical project stake holders including the client's team and third party vendors where appropriate. * Responsible for conducting, [...]</description>
      <pubDate>Thu, 02 Sep 2010 13:30:38 GMT</pubDate>
      <author>Ricardo Parente</author>
      <comments>http://ricardo.parente.us/</comments>
      <guid isPermaLink="false">44226</guid>
    </item>
    <item>
      <title>ColdFusion Job Opportunity in Chico, CA</title>
      <link>http://ricardo.parente.us/2010/09/coldfusion-job-opportunity-in-chico-ca-3/</link>
      <description>The Senior Technical Support&amp;#8217;s role for the Build.com is focused on providing support for Build.com&amp;#8217;s internal users. This senior role will involve technical lead, escalation management, leading support improvement projects and mentoring of junior support to ensure successful deployment of Build.com internal and external applications. It requires the ability to identify the root causes for [...]</description>
      <pubDate>Thu, 02 Sep 2010 13:30:37 GMT</pubDate>
      <author>Ricardo Parente</author>
      <comments>http://ricardo.parente.us/</comments>
      <guid isPermaLink="false">44225</guid>
    </item>
    <item>
      <title>How to Easily Inject jQuery into any Web Page</title>
      <link>http://feedproxy.google.com/~r/reybango/zSyW/~3/_PrLksQFdkI/</link>
      <description>I use jQuery&amp;#8230;a lot. It just makes JavaScript development much easier for me. Every so often, I may come across a site where I want to poke around and see what&amp;#8217;s going on under the hood. In many cases, jQuery is being used so it&amp;#8217;s simple to spark up Firebug and leverage jQuery to work [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://blog.reybango.com/2010/05/10/use-scriptsrc-net-to-copy-and-paste-the-script-tag-for-your-favorite-javascript-library/' rel='bookmark' title='Permanent Link: Use ScriptSrc.net to Copy and Paste the Script tag for Your Favorite JavaScript Library'&gt;Use ScriptSrc.net to Copy and Paste the Script tag for Your Favorite JavaScript Library&lt;/a&gt; &lt;small&gt;One of the things I hate about using CDNs is...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://blog.reybango.com/2010/07/09/not-using-jquery-javascript-templates-youre-really-missing-out/' rel='bookmark' title='Permanent Link: Not Using jQuery JavaScript Templates? You&amp;#8217;re Really Missing Out.'&gt;Not Using jQuery JavaScript Templates? You&amp;#8217;re Really Missing Out.&lt;/a&gt; &lt;small&gt;In preparation for my upcoming talk on jQuery Templates, I&amp;#8217;ve...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://blog.reybango.com/2010/07/12/jquery-javascript-templates-tutorial-nesting-templates/' rel='bookmark' title='Permanent Link: jQuery JavaScript Templates Tutorial: Nesting Templates'&gt;jQuery JavaScript Templates Tutorial: Nesting Templates&lt;/a&gt; &lt;small&gt;In my last post, I presented an intro to how...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;

Related posts brought to you by &lt;a href='http://mitcho.com/code/yarpp/'&gt;Yet Another Related Posts Plugin&lt;/a&gt;.</description>
      <pubDate>Thu, 02 Sep 2010 12:45:39 GMT</pubDate>
      <author>Rey Bango</author>
      <comments>http://blog.reybango.com/</comments>
      <guid isPermaLink="false">44224</guid>
    </item>
    <item>
      <title>Droid Users Getting Some Flash Love</title>
      <link>http://forta.com/blog/index.cfm/2010/9/2/Droid-Users-Getting-Some-Flash-Love</link>
      <description>A buddy of mine who has the original Motorola Droid just got an Android OTA update, and thus Flash Player 10.1. Droid owners, rejoice!</description>
      <pubDate>Thu, 02 Sep 2010 12:45:03 GMT</pubDate>
      <author>Ben Forta</author>
      <comments>http://www.forta.com/blog/</comments>
      <guid isPermaLink="false">44223</guid>
    </item>
    <item>
      <title>Scope Behavior When Using CFThread Inside Of ColdFusion Components</title>
      <link>http://www.bennadel.com/blog/2003-Scope-Behavior-When-Using-CFThread-Inside-Of-ColdFusion-Components.htm</link>
      <description>The other day, I was using CFThread to call a ColdFusion component method asynchronously. Typically, when I use CFThread, I define my CFThread tags in the controller. In this case, however, I was making the asynchronous call from within the context of the component itself. This works very well. But, but there are some minor variances in scope-behavior that depend on how the asynchronous method is invoked.  Before we get into the CFThread / scope interaction caveats, however, I thought I' ...&amp;#160;&lt;a href="http://www.bennadel.com/blog/2003-Scope-Behavior-When-Using-CFThread-Inside-Of-ColdFusion-Components.htm"&gt;Read More&lt;/a&gt;&amp;#160;&amp;#187;</description>
      <pubDate>Thu, 02 Sep 2010 12:01:09 GMT</pubDate>
      <author>Kinky Solutions</author>
      <comments>http://www.bennadel.com</comments>
      <guid isPermaLink="false">44222</guid>
    </item>
    <item>
      <title>Loading Classes Dynamically in ActionScript 3</title>
      <link>http://blogs.adobe.com/cantrell/archives/2010/09/loading-classes-dynamically-in-actionscript-3.html</link>
      <description>Loading classes dynamically in ActionScript 3 is easy, but there are a couple of tricks to keep in mind.</description>
      <pubDate>Thu, 02 Sep 2010 12:00:36 GMT</pubDate>
      <author>Christian Cantrell</author>
      <comments>http://weblogs.macromedia.com/cantrell</comments>
      <guid isPermaLink="false">44221</guid>
    </item>
    <item>
      <title>ColdBox sites that have gone live.</title>
      <link>http://www.cfcoffee.co.uk/index.cfm/2010/9/2/ColdBox-sites-that-have-gone-live</link>
      <description>&lt;p&gt;A few new Coldbox powered sites pushed live of this month.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.entrymaster.co.uk/"&gt;EntryMaster&lt;/a&gt;. A sports registration gateway for the UK market using ColdBox to power a custom CMS and payment system.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.simplybiz.co.uk"&gt;Zurich&lt;/a&gt;, but you need to login to access via SimplyBiz.&lt;/p&gt;
&lt;h4&gt;Whats Next&lt;/h4&gt;
&lt;p&gt;Coming next month MonsterHunt.co.uk. A AR game powered by ColdBox. Lots of press for this one leading up to Halloween so watch this space, its going to be cool! &lt;b&gt;The Zombies are coming!&lt;/b&gt;&lt;/p&gt;
&lt;center&gt;
&lt;img src="http://www.cfcoffee.co.uk/images/zombies3.png" /&gt;
&lt;/center&gt;
&lt;br&gt;</description>
      <pubDate>Thu, 02 Sep 2010 12:00:27 GMT</pubDate>
      <author>cfcoffee</author>
      <comments>http://www.cfcoffee.co.uk/</comments>
      <guid isPermaLink="false">44220</guid>
    </item>
    <item>
      <title>Give Yourself A MAX Unaward</title>
      <link>http://forta.com/blog/index.cfm/2010/9/2/Give-Yourself-A-MAX-Unaward</link>
      <description>Check out the new &lt;a href="http://max.adobe.com/widget/"&gt;MAX Unawards&lt;/a&gt;, a new way to reward yourself for all your hard work (or for the lack thereof, or whatever else tickles your fancy). Fun stuff!

&lt;p&gt;

&lt;img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyODM*NDMxNzA*ODAmcHQ9MTI4MzQ*MzE4MjM3NiZwPTc3NDM3MSZkPU1BWDIwMTB3aWRnZXQmZz*zJm89MDNhYzAx/NDViNGIzNDdkMDlkYjFhNGJmNTExMWFiYWYmcz13ZWJraXRjaGVuLmJlJm9mPTA=.gif" /&gt;&lt;OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" WIDTH="560" HEIGHT="340" id="MAX2010widget"&gt;&lt;PARAM NAME="movie" VALUE="http://max.adobe.com/widget/MAX2010widget.swf" /&gt;&lt;PARAM NAME="quality" VALUE="high" /&gt;&lt;PARAM NAME="flashVars" value="id=84&amp;crtr=1&amp;gig_lt=1283443170480&amp;gig_pt=1283443182376&amp;gig_g=3&amp;gig_s=webkitchen.be&amp;gig_crtr=1" /&gt;&lt;PARAM NAME="allowfullscreen" value="true"&gt;&lt;EMBED src="http://max.adobe.com/widget/MAX2010widget.swf" quality="high" WIDTH="560" HEIGHT="340" NAME="MAX2010widget" flashVars="id=84&amp;crtr=1&amp;gig_lt=1283443170480&amp;gig_pt=1283443182376&amp;gig_g=3&amp;gig_s=webkitchen.be&amp;gig_crtr=1" allowfullscreen="true" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"&gt;&lt;/EMBED&gt;&lt;/OBJECT&gt;</description>
      <pubDate>Thu, 02 Sep 2010 12:00:22 GMT</pubDate>
      <author>Ben Forta</author>
      <comments>http://www.forta.com/blog/</comments>
      <guid isPermaLink="false">44219</guid>
    </item>
    <item>
      <title>ColdFusion 9.0.1 cumulative hotfix available</title>
      <link>http://www.englebert.be/blog/post.cfm/coldfusion-9-0-1-cumulative-hotfix-available</link>
      <description>&lt;p&gt;well, what could I add except the link to the CHF1 :&lt;/p&gt;
&lt;p&gt;&lt;a href="http://kb2.adobe.com/cps/862/cpsid_86263.html" target="_blank"&gt;http://kb2.adobe.com/cps/862/cpsid_86263.html&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 02 Sep 2010 11:15:10 GMT</pubDate>
      <author>Claude Englebert</author>
      <comments>http://www.englebert.be/blog</comments>
      <guid isPermaLink="false">44218</guid>
    </item>
  </channel>
</rss>


