<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Sometimes I&apos;m Right</title>
			<link>http://ryanfavro.newmediateam.com/blog/index.cfm</link>
			<description>A developers journal about the thoughts and ideas of internet technologies and the web business.</description>
			<language>en-us</language>
			<pubDate>Sun, 05 Sep 2010 19:59:24 -0400</pubDate>
			<lastBuildDate>Mon, 17 Sep 2007 23:22:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>ryanfavro@newmediateam.com</managingEditor>
			<webMaster>ryanfavro@newmediateam.com</webMaster>
			
			
			
			
			
			<item>
				<title>OCCFUG Presentation: Connecting Flex and ColdFusion</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/9/17/OCCFUG-Presentation-Connecting-Flex-and-ColdFusion</link>
				<description>
				
				Interested in learning how to connect Flex and ColdFusion?  Well do not miss out on my upcoming Adobe Connect Presentation for the Orange County ColdFusion User Group this Thursday September 20th 2007 at 6:30 p.m. PST.  

My presentation will include a walk through of a simple CRUD application that will demonstrate creating, reading, updating and deleting content from a database via Flex and ColdFusion.  Beyond the connectivity portion of the presentation and time permitting I will also try to cover some key Flex concepts and design patterns such as the use of a Events and Value Objects.  Understanding these Flex concepts will greatly assist in learning how to build great Flex apps that hook into ColdFusion for server side connectivity.

To attend in person or online check out the Orange County ColdFusion User Group &lt;a href=&quot;http://www.occfug.org/&quot; target=&quot;_blank&quot;  &gt;website&lt;/a&gt; for details.  I believe there will also be a recording available shortly after for those who cannot attend.
				
				</description>
				
				<category>Flex</category>
				
				<category>Coldfusion</category>
				
				<pubDate>Mon, 17 Sep 2007 23:22:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/9/17/OCCFUG-Presentation-Connecting-Flex-and-ColdFusion</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>A Preview of Image Manipulation in ColdFusion 8</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/5/30/A-Preview-of-Image-Manipulation-in-ColdFusion-8</link>
				<description>
				
				&lt;p&gt;Hot off the press, is my &lt;a href=&quot;http://labs.adobe.com/wiki/index.php/ColdFusion_8:Articles:A_Preview_of_Image_Manipulation_in_ColdFusion_8&quot; target=&quot;_blank&quot;&gt;ColdFusion 8:Articles:A Preview of Image Manipulation in ColdFusion 8&lt;/a&gt;. In  this article you will will learn how to use ColdFusion 8&amp;#8217;s new image tags and functions to create a micro image gallery application that creates thumbnails from uploaded images and watermarks the originals using the new CFImage tag and related functions. Additionally you will also learn how to create and use a CAPTCHA image in the form space to ensure that a human and not a bot is trying to upload images.&lt;/p&gt;
&lt;p&gt;You will want to download the &lt;a href=&quot;http://download.macromedia.com/pub/labs/coldfusion/cfimage_gallery_example.zip&quot; target=&quot;_blank&quot;&gt;demo files&lt;/a&gt; with the application to follow along with, and of course you will also need a copy of the &lt;a href=&quot;http://labs.adobe.com/technologies/coldfusion8/&quot; target=&quot;_blank&quot;&gt;ColdFusion 8 Public Beta&lt;/a&gt; also available on the Adobe Labs. One last thing about the demo application, it is not a full featured image gallery. Its intended purpose is to showcase some of the new ways to manipulate images in ColdFusion 8. More specifically it does not contain functionality to delete to images once added to the gallery. To delete images you have to manually remove them from the application&apos;s images directory and thumbs sub-directory. &lt;/p&gt;
&lt;p&gt;That said enjoy the article and demo.&lt;/p&gt;
				
				</description>
				
				<category>Coldfusion</category>
				
				<pubDate>Wed, 30 May 2007 01:12:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/5/30/A-Preview-of-Image-Manipulation-in-ColdFusion-8</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion 8 is Now on the Adobe Labs.</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/5/30/ColdFusion-8-is-Now-on-the-Adobe-Labs</link>
				<description>
				
				&lt;p&gt;&lt;a href=&quot;http://labs.adobe.com/technologies/coldfusion8/&quot; target=&quot;_blank&quot;&gt;ColdFusion 8&lt;/a&gt; is finally available on the Adobe labs as a public beta.&lt;/p&gt;
&lt;p&gt;Some of the new features:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Server monitoring to help identify server bottlenecks, allowing for tuning and improved performance.&lt;br /&gt;
    &lt;/li&gt;
  &lt;li&gt;Step through code debugging in a new Eclipse plug-in debugger.&lt;br /&gt;
    &lt;/li&gt;
  &lt;li&gt;Adobe Flex" and Ajax features that let ColdFusion power personalized, multimedia-rich applications to enhance users experiences on the web.&lt;br /&gt;
    &lt;/li&gt;
  &lt;li&gt;High-quality, dynamically created on-demand multimedia presentations.&lt;br /&gt;
    &lt;/li&gt;
  &lt;li&gt;PDF document and form integration for a printable, portable way to intelligently capture and share information.&lt;br /&gt;
    &lt;/li&gt;
  &lt;li&gt;Image creation and manipulation with more than 50 new CFML tags and functions.&lt;br /&gt;
    &lt;/li&gt;
  &lt;li&gt;Native support for .NET objects to easily integrate ColdFusion applications with enterprise data and infrastructure services.&lt;br /&gt;
    &lt;/li&gt;
  &lt;li&gt;Significant application runtime and server performance improvements. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Be sure to check out my  article (&lt;a href=&quot;http://labs.adobe.com/wiki/index.php/ColdFusion_8:Articles:A_Preview_of_Image_Manipulation_in_ColdFusion_8&quot; target=&quot;_blank&quot;&gt;A Preview of Image Manipulation in ColdFusion 8&lt;/a&gt;) showcasing some of the  image manipulation functionality that is brand new in ColdFusion 8.&lt;/p&gt;
&lt;p&gt;What are you waiting for? Go &lt;a href=&quot;http://labs.adobe.com/technologies/coldfusion8/&quot; target=&quot;_blank&quot;&gt;download&lt;/a&gt; all the ColdFusion goodness.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
				
				</description>
				
				<category>Coldfusion</category>
				
				<pubDate>Wed, 30 May 2007 00:36:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/5/30/ColdFusion-8-is-Now-on-the-Adobe-Labs</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex/Apollo Session at MiniMax 6 Confrence Toronto</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/4/8/FlexApollo-Session-at-MiniMax-6-Confrence-Toronto</link>
				<description>
				
				&lt;p&gt;Join me for an introductory   &lt;a href=&quot;http://www.minimaxconference.com/presos/favro.cfm&quot; target=&quot;_blank&quot;&gt;Apollo session&lt;/a&gt; at the &lt;a href=&quot;http://www.minimaxconference.com/&quot;&gt;MiniMax 6 Conference&lt;/a&gt; in Toronto on Saturday April 21st 2007. &lt;/p&gt;
&lt;p&gt;MiniMAX 6 is a series of 15 minute tutorials provided by some of the best experts in the web, print, broadcast and interactive design and development community in the greater Toronto area and across North America. Expect to see sessions on Flash, After Effects, Flex, Photoshop, Dreamweaver as well as other Adobe related applications mixed in for good pleasure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Additional Speakers at the Conference:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.minimaxconference.com/presos/bell.cfm&quot; target=&quot;_blank&quot;&gt;Adam Bell&lt;/a&gt; of dataTv&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.minimaxconference.com/presos/cullin.cfm&quot; target=&quot;_blank&quot;&gt;James Cullin&lt;/a&gt; of Humber College&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.minimaxconference.com/presos/green.cfm&quot; target=&quot;_blank&quot;&gt;Tom Green&lt;/a&gt; of Humber College&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.minimaxconference.com/presos/klingensmith.cfm&quot; target=&quot;_blank&quot;&gt;Bill Klengensmith&lt;/a&gt; of Rochester&apos;s Institute of Technology&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.minimaxconference.com/presos/russotti.cfm&quot; target=&quot;_blank&quot;&gt;Patti Russoti&lt;/a&gt; of Rochester&apos;s Institute of Technology&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Admission is free (as in beer) however space is limited and registration is required. &lt;a href=&quot;https://secure.teratech.com/minimax6/register.cfm?minime=1&quot; target=&quot;_blank&quot;&gt;To register for MiniMax 6 Click Here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Location | Date and Time&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;April 21, 2007 @ 3:00 pm&lt;/p&gt;
&lt;p&gt;Resistor Gallery&lt;br&gt;
  284 College Street 2nd Floor&lt;br&gt;
  Toronto&lt;br&gt;
  416.849.3975&lt;br&gt;
  &lt;a href=&quot;http://maps.google.com/maps?f=q&amp;hl=en&amp;q=284+College+Street,+Toronto+ontario&amp;layer=&amp;sll=43.723057,-79.392486&amp;sspn=0.189312,0.250969&amp;ie=UTF8&amp;z=15&amp;ll=43.657782,-79.401026&amp;spn=0.02369,0.031371&amp;om=1&amp;iwloc=addr&quot; target=&quot;_blank&quot;&gt;Directions&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;
				
				</description>
				
				<category>Apollo</category>
				
				<category>Flex</category>
				
				<pubDate>Sun, 08 Apr 2007 13:50:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/4/8/FlexApollo-Session-at-MiniMax-6-Confrence-Toronto</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Access a CRUD CFC via Flex Demonstation at CFUG Toronto</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/4/6/Access-a-CRUD-CFC-via-Flex-Demonstation-at-CFUG-Toronto</link>
				<description>
				
				&lt;p&gt;April 11th 2007 I&apos;ll be at the &lt;a href=&quot;http://cfugtoronto.org/index.cfm?PID=15001&amp;eventID=561&amp;ACT=Display&quot; target=&quot;_blank&quot;&gt;CFUG Toronto meeting&lt;/a&gt; giving a demonstrating on how to access a CRUD cfc using Remoting with Flex.   This will be the first of a series of Flex/ColdFusion integration tutorials suitable for Flex and CF newcomers. &lt;/p&gt;
&lt;p&gt;Also &lt;a href=&quot;http://ray.camdenfamily.com/&quot; target=&quot;_blank&quot;&gt;Ray Camden&lt;/a&gt; will be chiming at the meeting with a presentation on &lt;a href=&quot;http://labs.adobe.com/technologies/spry/&quot; target=&quot;_blank&quot;&gt;Adobe&apos;s Spry&lt;/a&gt; framework for Ajax.&lt;/p&gt;
&lt;p&gt;Meeting details:&lt;/p&gt;
&lt;p&gt;April 11, 2007&lt;br&gt;
  Tippet Room of the Metro Central YMCA&lt;br&gt;
  20 Grosvenor Street Toronto&lt;br&gt;
  Presentation starting at 7:00pm &lt;/p&gt;
&lt;p&gt;This meeting will be broadcast and recorded using Adobe Connect at this url: &lt;a href=&quot;http://adobechats.adobe.acrobat.com/cfugtorontoapril2007/&quot; target=&quot;_blank&quot;&gt;http://adobechats.adobe.acrobat.com/cfugtorontoapril2007/&lt;/a&gt;&lt;br&gt;
Adobe schwag will be raffled off to the people who physically attend the meeting. &lt;/p&gt;
				
				</description>
				
				<category>Flex</category>
				
				<category>Coldfusion</category>
				
				<pubDate>Fri, 06 Apr 2007 23:03:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/4/6/Access-a-CRUD-CFC-via-Flex-Demonstation-at-CFUG-Toronto</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Flex Pizza Builder</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/3/24/Flex-Pizza-Builder</link>
				<description>
				
				&lt;p&gt;At the office we order allot of pizza and while we found ordering online preferable the actual ordering experience was lacking to say the least.  So back in 2005 I used the scenario as an R&amp;amp;D project with Flex 1.5 and later ported it Flex 2 back in May of 2006. My plan was to build a pizza ordering system where you could drag and drop pizza toppings on to a pizza and actually see whatever combination of toppings you selected appear photo realistic in real time. Although the system is really an unfinished symphony I think might help stimulate others to think creatively about what they can do with flex. One small thing I&apos;d like to mention about the app is that we did all the photography (even the icons) in the office ourselves with real ingredients. &lt;/p&gt;
&lt;p&gt;To experience the Flex Pizza Builder click on the images below: &lt;/p&gt;
&lt;h3&gt;The Front End Customer View&lt;/h3&gt;
&lt;h3&gt;&lt;a href=&quot;http://labs.newmediateam.com/pizzastore/customerview/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/blog/enclosures/pizzaDemo.jpg&quot; width=&quot;500&quot; height=&quot;206&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
  &lt;/p&gt; 
&lt;/h3&gt;
&lt;h3&gt;The Back End Order Taker View&lt;/h3&gt;
&lt;h3&gt;  &lt;a href=&quot;http://labs.newmediateam.com/pizzastore/backend/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://ryanfavro.newmediateam.com/blog/enclosures/pizzaDemoBackEnd.jpg&quot; width=&quot;500&quot; height=&quot;278&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/h3&gt;
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Sat, 24 Mar 2007 23:53:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/3/24/Flex-Pizza-Builder</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Apollo is now on Adobe Labs</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/3/19/Apollo-is-now-on-Adobe-Labs</link>
				<description>
				
				Hey good news Adobe Apollo has hit the &lt;a href=&quot;http://labs.adobe.com/technologies/apollo/&quot; target=&quot;_blank&quot; width&gt;Adobe Labs&lt;/a&gt;.  If you are into building rich internet application via Flash , Flex or Ajax then Apollo is up your alley.  I&apos;ll be posting some of my own Apollo example by the end of the week.
				
				</description>
				
				<category>Apollo</category>
				
				<pubDate>Mon, 19 Mar 2007 07:29:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/3/19/Apollo-is-now-on-Adobe-Labs</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Excellent Free Web Site Tracking</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/3/11/Excellent-Free-Web-Site-Tracking</link>
				<description>
				
				&lt;p&gt;Anybody looking for a great free stat tracker for their web site should check out &lt;a href=&quot;http://www.statcounter.com&quot; target=&quot;_blank&quot;&gt;www.statcounter.com&lt;/a&gt;. StatCounter logs  variety of metrics like:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt; Country and city of origin&lt;/li&gt;
  &lt;li&gt;IP Address&lt;/li&gt;
  &lt;li&gt;ISP&lt;/li&gt;
  &lt;li&gt;Referral Pages&lt;/li&gt;
  &lt;li&gt;Keyword Activity &lt;/li&gt;
  &lt;li&gt;Search Engine Popularity&lt;/li&gt;
  &lt;li&gt;Entry Pages&lt;/li&gt;
  &lt;li&gt;Exit Pages     &lt;/li&gt;
  &lt;li&gt;Browsers and operating systems&lt;/li&gt;
  &lt;li&gt;Hits, uniques, returning visitors&lt;/li&gt;
  &lt;li&gt;and many more..&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Unlike some free statistic trackers you can deploy statcounter without showing a banner on your site. Below is an example of the code&lt;/p&gt;
&lt;code&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Your Web Page&lt;/title&gt;
&lt;!-- Start StatCounter Code --&gt;
&lt;script type=&quot;text/javascript&quot; language=&quot;javascript&quot;&gt;
var sc_project=2567907; 
var sc_invisible=1; 
var sc_partition=21; 
var sc_security=&quot;2e6790d&quot;; 
&lt;/script&gt;

&lt;script type=&quot;text/javascript&quot; language=&quot;javascript&quot; src=&quot;http://www.statcounter.com/counter/counter.js&quot;&gt;&lt;/script&gt;
&lt;!-- End StatCounter Code --&gt;
&lt;/head&gt;
&lt;body&gt;
Your webpage content.
&lt;/body&gt;
&lt;/html&gt;
&lt;/code&gt;
				
				</description>
				
				<category>Web Site Managment</category>
				
				<pubDate>Sun, 11 Mar 2007 10:49:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/3/11/Excellent-Free-Web-Site-Tracking</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>CFUG Toronto Presentation on Server Virtualization</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/3/8/CFUG-Toronto-Presentation-on-Server-Virtualization</link>
				<description>
				
				&lt;p&gt;
&lt;div style=&quot;width:100%; background-color:#FFFFFF; padding:3px;&quot;&gt;
&lt;img src=&quot;http://ryanfavro.newmediateam.com/blog/enclosures/vmbanner.jpg&quot; width=&quot;522&quot; height=&quot;76&quot;&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Myself and Byron Bignell  will be giving a presentation on server virtualization on March 14th 2007 for the &lt;a href=&quot;http://cfugtoronto.org/index.cfm?PID=15001&amp;eventID=552&amp;ACT=Display&quot; target=&quot;_blank&quot;&gt;ColdFusion User Group Toronto&lt;/a&gt; chapter.  If you live in the Toronto area come on by and you will learn how to create virtual development servers that you can use to development and test against without having to deploy new hardware.&lt;/p&gt;
&lt;p&gt;We will be focusing primarily on  &lt;a href=&quot;http://www.vmware.com/&quot; target=&quot;_blank&quot;&gt;VMWare&lt;/a&gt; for the windows platform and &lt;a href=&quot;http://www.parallels.com/en/products/desktop/&quot; target=&quot;_blank&quot;&gt;Parallels&lt;/a&gt; for the mac crowd.  The presentation is in the Tippet Room of the Metro Central YMCA, at 20 Grosvenor Street and we will be starting at 7PM sharp. After the meeting we will likely go to a nearby pub for post meeting beverages.&lt;/p&gt;
&lt;p&gt;See you there. &lt;/p&gt;

If you cannot attend the presentation can viewed online at the follwing address: 
&lt;a href=&quot;http://adobechats.adobe.acrobat.com/cfugtorontomarch2007/&quot; target=&quot;_blank&quot;&gt;
http://adobechats.adobe.acrobat.com/cfugtorontomarch2007/&lt;/a&gt;


&lt;h3&gt;Update&lt;/h3&gt;

For those who could not attend the meeting live you can check out the recording here &lt;a href=&quot;https://admin.adobe.acrobat.com/_a200985228/p58155459/&quot; target=&quot;_blank&quot;&gt;https://admin.adobe.acrobat.com/_a200985228/p58155459/&lt;/a&gt;
				
				</description>
				
				<category>Productivity</category>
				
				<category>Other</category>
				
				<category>Virtualization</category>
				
				<category>Coldfusion</category>
				
				<category>Hardware</category>
				
				<pubDate>Thu, 08 Mar 2007 09:14:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/3/8/CFUG-Toronto-Presentation-on-Server-Virtualization</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>The most expensive $5 TigerDirect will ever make.</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/1/24/The-most-expensive-5-TigerDirect-will-ever-make</link>
				<description>
				
				&lt;h3&gt;
Why I will never buy from TigerDirect ever again.. read on to find out why.
&lt;/h3&gt;
				 [More]
				</description>
				
				<category>Other</category>
				
				<pubDate>Wed, 24 Jan 2007 23:25:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2007/1/24/The-most-expensive-5-TigerDirect-will-ever-make</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Really Simple Flex File Download Example</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/11/23/Really-Simple-Flex-File-Download-Example</link>
				<description>
				
				&lt;p&gt;I got a few requests asking how to download files from a server with Flex 2.  In response I created this fast and dirty example to illustrate how it can be done.  View Source is enabled and I have also commented the code to provide explanation to what is going on.&lt;/p&gt;

&lt;a href=&quot;http://labs.newmediateam.com/FileDownload/FileDownload.html&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;/assets/images/fileDownloader.jpg&quot;/&gt;
&lt;/a&gt;
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Thu, 23 Nov 2006 13:12:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/11/23/Really-Simple-Flex-File-Download-Example</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Selecting a ColdFusion Hosting Provider</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/11/14/Selecting-a-ColdFusion-Hosting-Provider</link>
				<description>
				
				&lt;p&gt;Check out my just published Adobe Developer Center article &lt;a href=&quot;http://www.adobe.com/devnet/coldfusion/articles/select_isp.html&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;How to select a ColdFusion hosting provider&lt;/em&gt;&lt;/a&gt;.  The article outlines what you need to know when choosing a CF web hosting provider. Leave comments on your CF hosting experiences good or bad.

&lt;/p&gt;

&lt;p&gt;
Thus far the two best ColdFusion Hosting providers I&apos;ve had the pleasure in dealing with are:
&lt;br&gt;&lt;br&gt;
In Canada. &lt;a href=&quot;http://www.alentus.com/&quot; target=&quot;_blank&quot;&gt;Alentus&lt;/a&gt; has proven to be reliable, knowledgeable and secure.  Wade Hovind in their ColdFusion administrator and he really knows his stuff.
&lt;br&gt;&lt;br&gt;
States side you cannot go wrong with &lt;a href=&quot;http://www.hostmysite.com/&quot; target=&quot;_blank&quot;&gt;HostMySite&lt;/a&gt; flawless service thus far (knock on wood).

&lt;/p&gt;
				
				</description>
				
				<category>Coldfusion</category>
				
				<pubDate>Tue, 14 Nov 2006 11:52:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/11/14/Selecting-a-ColdFusion-Hosting-Provider</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>The Clueless Manifesto</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/10/25/The-Clueless-Manifesto</link>
				<description>
				
				&lt;p&gt;
&quot;In the beginner&apos;s mind there are many possibilities, but in the expert&apos;s there are few.&quot; - Shunryu Suzuki
&lt;/p&gt;

&lt;p&gt;
If you&apos;re a flex developer especially a one new to the game read this &lt;a href=&quot;http://headrush.typepad.com/creating_passionate_users/2006/02/the_clueless_ma.html&quot; target=&quot;_bland&quot;&gt;The Clueless Manifesto&lt;/a&gt;

&lt;/p&gt;
				
				</description>
				
				<category>Philosophy</category>
				
				<pubDate>Wed, 25 Oct 2006 00:36:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/10/25/The-Clueless-Manifesto</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Now Out On Labs Flex Builder 2 for Macintosh</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/10/25/Now-Out-On-Labs-Flex-Builder-2-for-Macintosh</link>
				<description>
				
				&lt;a href=&quot;http://labs.adobe.com/technologies/flexbuilder2/&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://ryanfavro.newmediateam.com/assets/images/flexplusosx.jpg&quot;/&gt;
&lt;/a&gt;&lt;p&gt;
&lt;strong&gt;Excellent new!&lt;/strong&gt;  Adobe has put Flex Builder 2 for OS X out on their labs.  &lt;a href=&quot;http://labs.adobe.com/technologies/flexbuilder2/&quot; target=&quot;_blank&quot;&gt;Check It Out&lt;/a&gt;
&lt;/p&gt;
				
				</description>
				
				<category>Flex</category>
				
				<pubDate>Wed, 25 Oct 2006 00:06:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/10/25/Now-Out-On-Labs-Flex-Builder-2-for-Macintosh</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Birth of a Flex Project - Updated Oct 22 2006</title>
				<link>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/10/17/Birth-of-a-Flex-Project</link>
				<description>
				
				I just thought I would take the time to share with everyone the birth of &lt;a href=&quot;http://labs.newmediateam.com/awrist/awrist.html&quot; target=&quot;_blank&quot;&gt;flex project&lt;/a&gt;.  The project is an online store that will sell wristbands. These wristbands are the type of bands you would get to show proof admission or legal drinking age.  Currently the application uses place holder products source from an xml file.  Over time this will change, as we near completion.  From here on in I will chronicle the development of the project, starting with today&apos;s build.


  &lt;h3&gt;Awrist Build 0.1 Oct 17, 2006 &lt;/h3&gt;
&lt;a href=&quot;http://labs.newmediateam.com/awrist/awrist.html&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/assets/images/awristshot.jpg&quot;&gt;&lt;/a&gt;
				 [More]
				</description>
				
				<category>Flex</category>
				
				<pubDate>Tue, 17 Oct 2006 03:46:00 -0400</pubDate>
				<guid>http://ryanfavro.newmediateam.com/blog/index.cfm/2006/10/17/Birth-of-a-Flex-Project</guid>
				
			</item>
			
		 	
			</channel></rss>