<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>RIA Journal &#187; ColdFusion</title>
	<link>http://riajournal.com/ria</link>
	<description>Your guide to Rich Internet Applications Development</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:39:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Facebook, ColdFusion, Flash &amp; You&#8230;</title>
		<description><![CDATA[While most people may think that you can only develop Facebook apps in PHP, they would be wrong.  You can actually do it all in Flash or even ColdFusion.  Adobe recently announced the work they have been doing with Facebook to enable Flash to work directly with FB:
http://www.adobe.com/devnet/facebook/ 
This is great news for the Flash community [...]]]></description>
		<link>http://riajournal.com/ria/index.php/2009/04/14/facebook-coldfusion-flash-you/</link>
			</item>
	<item>
		<title>Posting to a Tumblr blog with ColdFusion</title>
		<description><![CDATA[ This little snippet of code will help you post entries to your Tumblr blog using the Tumblr API and ColdFusion.  Enjoy!
&#60;cfhttp method=&#8221;Post&#8221; url=&#8221;http://www.tumblr.com/api/write&#8221; timeout=&#8221;200&#8243;&#62;
&#60;cfhttpparam type=&#8221;Formfield&#8221;
value=&#8221;youreloginemailaddressgoeshere&#8221;
name=&#8221;email&#8221;&#62;
&#60;cfhttpparam type=&#8221;Formfield&#8221;
value=&#8221;yourpasswordgoeshere&#8221;
name=&#8221;password&#8221;&#62;
&#60;cfhttpparam type=&#8221;Formfield&#8221;
value=&#8221;regular&#8221;
name=&#8221;type&#8221;&#62;
&#60;cfhttpparam type=&#8221;Formfield&#8221;
value=&#8221;thenameofyourtumblrbloggoeshere.tumblr.com&#8221;
name=&#8221;group&#8221;&#62;
&#60;cfhttpparam type=&#8221;Formfield&#8221;
value=&#8221;thisisthetitleofyourpost&#8221;
name=&#8221;title&#8221;&#62;
&#60;cfhttpparam type=&#8221;Formfield&#8221;
value=&#8221;yourbodycopygoeshereforthepost&#8221;
name=&#8221;body&#8221;&#62;
&#60;cfhttpparam type=&#8221;Formfield&#8221;
value=&#8221;from riajournal.com&#8221;
name=&#8221;generator&#8221;&#62;
&#60;/cfhttp&#62;
Find out more about the Tumblr API here:
http://www.tumblr.com/docs/api 










]]></description>
		<link>http://riajournal.com/ria/index.php/2009/01/22/posting-to-a-tumblr-blog-with-coldfusion/</link>
			</item>
	<item>
		<title>Site Giveaway:  ColdFusion 8 poster</title>
		<description><![CDATA[I have a big ColdFusion 8 tag poster to give away.  I will randomly select a name from the comments on this post and send you the poster.
It is the same ColdFusion 8 tag poster that can be seen here:

Rules:  You can only post one time, multiple posts don&#8217;t count&#8230;   
Hopefully [...]]]></description>
		<link>http://riajournal.com/ria/index.php/2008/11/14/site-giveaway-coldfusion-8-poster/</link>
			</item>
	<item>
		<title>Easy Dynamic Google Sitemap with ColdFusion</title>
		<description><![CDATA[Have you ever wanted to have your google sitemap updated on the fly based on your postings or other data?  This is a simple but effective example:
&#60;CFQUERY name="qFind" datasource="astores"&#62;
select * from astores_names
&#60;/CFQUERY&#62;

&#60;cfxml variable="mydoc"&#62;
  &#60;urlset xmlns="http://www.google.com/schemas/sitemap/0.84"&#62;
    &#60;cfoutput query="qFind"&#62;
      &#60;url&#62;
       &#60;loc&#62;http://www.thewarp.org/blog/store.cfm?site=#store_name#&#60;/loc&#62;
 [...]]]></description>
		<link>http://riajournal.com/ria/index.php/2008/04/28/easy-dynamic-google-sitemap-with-coldfusion/</link>
			</item>
</channel>
</rss>
