<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Casual Rumblings</title>
			<link>http://www.christopherchin.com/blog/index.cfm</link>
			<description>This is personal blog of a Coldfusion programmer but not limited to just geek stuff.</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 01:26:22 -0700</pubDate>
			<lastBuildDate>Fri, 06 Aug 2010 15:05:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>chris@christopherchin.com</managingEditor>
			<webMaster>chris@christopherchin.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>chris@christopherchin.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Casual Rumblings</title>
				<link>http://www.christopherchin.com/blog/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Extended Characters in &quot;TO=&quot; field of CFMAIL fails...what&apos;s the fix?</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/8/6/Extended-Characters-in-TO-field-of-CFMAIL-failswhats-the-fix</link>
				<description>
				
				I have a user who registered at our site with this email address:
&lt;br&gt;&lt;br&gt;
po&#xf2;or@123xyz.com
&lt;br&gt;&lt;br&gt;
my cfmail tag looks like this:
&lt;br&gt;&lt;br&gt;
&lt;cfmail to=&quot;po&#xf2;or@123xyz.com&quot; from=&quot;noreply@zxy123.com&quot; subject=&quot;Registration Confirmation&quot; charset=&quot;utf-8&quot;&gt;
&lt;br&gt;&lt;br&gt;
I get this error:
Attribute validation error for tag CFMAIL.
The value of the attribute to, which is currently po&#xf2;or@123xyz.com, is invalid. 
&lt;br&gt;&lt;br&gt;
Can people have extended characters in their email address? If so, why is this tag failing?
&lt;br&gt;
Do I have to do pre-processing on the email address before sending?

&lt;br&gt;&lt;br&gt;
Thanks! 
				</description>
				
				<category>Coldfusion</category>				
				
				<pubDate>Fri, 06 Aug 2010 15:05:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/8/6/Extended-Characters-in-TO-field-of-CFMAIL-failswhats-the-fix</guid>
				
			</item>
			
			<item>
				<title>FuseTalk Forums Software: Does it support other CFML engines?</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/7/12/FuseTalk-Forums-Software-Does-it-support-other-CFML-engines</link>
				<description>
				
				I asked FuseTalk&apos;s customer service if they support other CFML engines.
&lt;br&gt;&lt;br&gt;
This was their answer:
&lt;br&gt;
&lt;br&gt;
&quot;We believe that some companies have successfully run FuseTalk on these engines, but FuseTalk does not include these engines in the list of supported environments.&quot;
&lt;br&gt;&lt;br&gt;
So I was wondering if anyone out there uses FT under Railo or BlueDragon or other CMFL engine.
&lt;br&gt;&lt;br&gt;
Thanks! 
				</description>
				
				<category>Coldfusion</category>				
				
				<pubDate>Mon, 12 Jul 2010 11:54:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/7/12/FuseTalk-Forums-Software-Does-it-support-other-CFML-engines</guid>
				
			</item>
			
			<item>
				<title>Hold different. Blackberry Storm Wallpaper</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/7/2/Hold-different-Blackberry-Storm-Wallpaper</link>
				<description>
				
				&apos;nuff said.&lt;br&gt;&lt;br&gt;Dimensions: 360x480&lt;br&gt;&lt;br&gt;
&lt;img src=&quot;http://www.christopherchin.com/blog/images//blog_images/holdDifferent.gif&quot;&gt; 
				</description>
				
				<category>Blackberry</category>				
				
				<category>Apple</category>				
				
				<pubDate>Fri, 02 Jul 2010 14:39:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/7/2/Hold-different-Blackberry-Storm-Wallpaper</guid>
				
			</item>
			
			<item>
				<title>CF9 + JRUN = 1.19GB RAM usage. Safe?</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/6/29/CF9--JRUN--119GB-RAM-usage-Safe</link>
				<description>
				
				Just to give you a little background on my situation.
&lt;br&gt;&lt;br&gt;
I&apos;ve inherited a very old CF site that&apos;s coded very very badly.
&lt;br&gt;&lt;br&gt;
Recently, we had a severe crash and let&apos;s just say we upgraded the whole box.
&lt;br&gt;&lt;br&gt;
We went from 2GB Ram and CF8 to 4gb Ram and CF9 on a Win2k3 R2 box running IIS6.
&lt;br&gt;&lt;br&gt;
We&apos;ve had some crashes after that regarding the JVM OutOfMemory Garbage Collecting.
&lt;br&gt;&lt;br&gt;
I&apos;ve since, tweaked the JVM startup and it&apos;s stable so far.
&lt;br&gt;&lt;br&gt;
My question is this:  jrun.exe is pinned at 1.19GB ram right now.  Is this sorta high?  The site is very well trafficked.  We sustain anywhere from 200-700 people at a time at all hours of the day.
&lt;br&gt;&lt;br&gt;
I&apos;m wondering if there&apos;s something else I can do to help minimize the ram usage of jrun.  Not even sure it&apos;s even necessary, but I wanted to throw this question out there to the CF universe :)
&lt;br&gt;&lt;br&gt;
Thanks for your input! 
				</description>
				
				<category>Coldfusion</category>				
				
				<pubDate>Tue, 29 Jun 2010 12:16:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/6/29/CF9--JRUN--119GB-RAM-usage-Safe</guid>
				
			</item>
			
			<item>
				<title>Coldfusion Builder 1.x performance is dreadful</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/6/25/Coldfusion-Builder-1x-performance-is-dreadful</link>
				<description>
				
				After using CFBuilder 1.x (yes I have the update) for sometime now, I&apos;m this close to going back to Dreamweaver CS4 due to CFBuilder&apos;s poor poor performance.
&lt;br&gt;&lt;br&gt;
After convincing my client to shell out for the IDE, I&apos;m feeling kinda guilty.
&lt;br&gt;&lt;br&gt;
I consistently get &quot;(Not Responding)&quot; in the application title bar.  My curor goes into an infinite loop of circles and I just wait....and wait...and wait.
&lt;br&gt;&lt;br&gt;
It&apos;s as if the more files you throw at a CF project, the more it gets bogged down.
&lt;br&gt;&lt;br&gt;
I was working swimmingly with CFBuilder in the beginning, with a small project.  No problems..everything was copacetic.
&lt;br&gt;&lt;br&gt;
Now I had to go out and grab a live site and bring it down to my desktop.  Get it working in my local dev environment, then check it into SVN.
&lt;br&gt;&lt;br&gt;
First, the &lt;a href=&quot;http://www.christopherchin.com/blog/index.cfm/2010/6/8/CF-Builder-FTP-is-soooo-slowwtf&quot;&gt;FTP client within the app is really slow and buggy&lt;/a&gt;.  I ended up getting FileZilla and haven&apos;t looked back.
&lt;br&gt;&lt;br&gt;
Now the project with close to 56gb of code and images to track feels like a tanker ship.  I can&apos;t go between directories smoothly.  The IDE constantly wants to update it&apos;s index or something.  I have one directory with about 500 image files or more and CFBuilder takes forever to show me the content in it&apos;s tree structure.  Very Very Very annoying and slow.
&lt;br&gt;&lt;br&gt;
I&apos;m going to give CFBuilder a little bit more time before I ask for my money back from Adobe for the sake of my client&apos;s bank account.
&lt;br&gt;&lt;br&gt;
This is just ridiculous...argh!
&lt;br&gt;&lt;br&gt;
Anyone else experiencing anything like this? 
				</description>
				
				<category>Adobe</category>				
				
				<category>Rants/Raves</category>				
				
				<category>Coldfusion</category>				
				
				<category>coldfusion builder</category>				
				
				<pubDate>Fri, 25 Jun 2010 19:39:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/6/25/Coldfusion-Builder-1x-performance-is-dreadful</guid>
				
			</item>
			
			<item>
				<title>CF8 installation problems: IIS6 + Win2k3</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/6/18/CF8-installation-problems-IIS6--Win2k3</link>
				<description>
				
				I&apos;m having a hairpulling time right now trying to reinstall CF8 on a Windows 2k3 box running IIS6.
&lt;br&gt;
Everything installs fine up until I get to the CF Admin screen to load for the first time.
&lt;br&gt;&lt;br&gt;
I get hit with:

Connection Interrupted&lt;br&gt;
The connection to the server was reset while the page was loading.&lt;br&gt;
The network link was interrupted while negotiating a connection. Please try again.&lt;br&gt;
&lt;br&gt;
But I can serve up simple html files from the site just fine.
&lt;br&gt;&lt;br&gt;
What am I missing during the install? 
				</description>
				
				<category>Coldfusion</category>				
				
				<pubDate>Fri, 18 Jun 2010 03:06:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/6/18/CF8-installation-problems-IIS6--Win2k3</guid>
				
			</item>
			
			<item>
				<title>FuseTalk Coldfusion Forum....is this still alive?</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/6/15/FuseTalk-Coldfusion-Forumis-this-still-alive</link>
				<description>
				
				I&apos;ve inherited a very old version of Fuse Talk forums, and I went to their website to get some support using their forums (yes they eat their own dog food).  And in looking at the number of posts and the dates, it looks like this software is pretty defunct.  I think the last post was sometime in 2008 or 2009.  For a forum product not having an updated forum really raises some eyebrows with me.
&lt;br&gt;&lt;br&gt;
Plus, have you seen what they&apos;re charging for their product?  ==:O
&lt;br&gt;&lt;br&gt;
I think I hear Galleon calling in the near distance :) 
				</description>
				
				<category>Coldfusion</category>				
				
				<pubDate>Tue, 15 Jun 2010 15:21:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/6/15/FuseTalk-Coldfusion-Forumis-this-still-alive</guid>
				
			</item>
			
			<item>
				<title>CF Builder FTP is soooo slow....wtf?</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/6/8/CF-Builder-FTP-is-soooo-slowwtf</link>
				<description>
				
				I make a simple change to a file and use the Aptana FTP client built in to push the file and I can literally wait over 30 seconds for the file to get pushed.  What&apos;s the issue?  Is it a config on my end? Is it the FTP client? I&apos;m better off using something like filezilla and do a drag and drop.
&lt;br&gt;&lt;br&gt;
It seems to be scanning every file before it finds what it&apos;s looking for.  If I&apos;m 3 levels deep the console shows that it&apos;s scanning the above levels...omg... 
				</description>
				
				<category>Coldfusion</category>				
				
				<category>coldfusion builder</category>				
				
				<pubDate>Tue, 08 Jun 2010 15:54:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/6/8/CF-Builder-FTP-is-soooo-slowwtf</guid>
				
			</item>
			
			<item>
				<title>CF8 + Paypal integration help</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/6/5/CF8--Paypal-integration-help</link>
				<description>
				
				I think this is a simple task, but I haven&apos;t seen any examples of this on the web (or I haven&apos;t looked hard enough).
&lt;br&gt;&lt;br&gt;
How do you send custom information with a Paypal button click?  Let&apos;s assume I want to send an email address or userID or UUID with a payment for tracking.  After they do all their processing at paypal&apos;s site, I want that tracking variable to be available on the receiving thankyou.cfm page hosted at my site.
&lt;br&gt;&lt;br&gt;
Right now it&apos;s done via the logged in person&apos;s session ID.  They have to be logged in, have to have a session scoped ID available and the thank you page will update the DB based on this criteria.
&lt;br&gt;&lt;br&gt;
I&apos;d like to change this from a session scoped variable to a coded variable sent from the get go.
&lt;br&gt;&lt;br&gt;
Is this possible?  Is it as simple as adding a hidden form field &lt;input type=&quot;hidden&quot; name=&quot;email&quot; value=&quot;joe@somesite.com&quot;&gt; ?
&lt;br&gt;&lt;br&gt;
Thanks in advance to all you paypal ninjas :) 
				</description>
				
				<category>Coldfusion</category>				
				
				<pubDate>Sat, 05 Jun 2010 13:21:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/6/5/CF8--Paypal-integration-help</guid>
				
			</item>
			
			<item>
				<title>Coldfusion Meetup: &quot;SEO and ColdFusion&quot; - May 27, 2010</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/5/24/Coldfusion-Meetup-SEO-and-ColdFusion--May-27-2010</link>
				<description>
				
				&lt;h1&gt;&quot;Search Engine Optimization for the ColdFusion Developer&quot;&lt;/h1&gt;
&lt;p&gt;
TOPIC DESCRIPTION: (provided by the speaker)
In today&apos;s world, the bulk of our traffic to the websites we create comes from search engines. And with the exception of failed business models burning through VC money, more traffic equals more money.
But few developers bother to do even basic search engine optimization, which can dramatically improve their websites performance on Google and the like. The good news is that the basics of SEO is relatively easy to do, especially inside of most CFML applications. We&apos;ll go over the fundamentals of SEO and how you can easily integrate these principals into your application. We&apos;ll also discuss some free programs you can use to track your progress, and some other techniques to keep you in Google&apos;s good graces.
&lt;/p&gt;
&lt;p&gt;
MEETING URL: &lt;a href=&quot;http://experts.acrobat.com/cfmeetup/&quot; target=&quot;_blank&quot;&gt;http://experts.acrobat.com/cfmeetup/&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
DURATION: Approx. 1 hour&lt;br&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;h2&gt;SPEAKER: Jeff Gladnick&lt;/h2&gt;

Jeff Gladnick lives in San Francisco, CA and has been a ColdFusion developer for over 10 years, since version 4.5. He&apos;s developed web applications for a variety of companies including the Produce Marketing Association, Dun &amp; Bradstreet, The Gap, and Adobe. He particularly likes Model Glue as a framework, and also owns &lt;a href=&quot;http://www.greatdentalwebsites.com&quot; target=&quot;_blank&quot;&gt;http://www.greatdentalwebsites.com&lt;/a&gt;, a company that allows dentists to create their own website (using a model-glue application).
&lt;/p&gt;

&lt;p&gt;
WHEN: Thurs. May 27, 12:00pm US ET (UTC/GMT-4)
&lt;br&gt;&lt;br&gt;
RECORDING: As always, the meeting will be recorded, and the recording URL will be posted after the meeting at &lt;a href=&quot;http://recordings.coldfusionmeetup.com&quot; target=&quot;_blank&quot;&gt;http://recordings.coldfusionmeetup.com&lt;/a&gt;.
&lt;/p&gt; 
				</description>
				
				<category>Technology</category>				
				
				<category>Web20</category>				
				
				<category>Adobe</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Mon, 24 May 2010 17:27:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/5/24/Coldfusion-Meetup-SEO-and-ColdFusion--May-27-2010</guid>
				
			</item>
			
			<item>
				<title>Help:  Need to CFHTTP this cURL</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/4/28/Help--Need-to-CFHTTP-this-cURL</link>
				<description>
				
				I have never had the opportunity to use cURL before.  But, now my manager wants to integrate a form submission to our third party vendor, &lt;a href=&quot;http://www.pivotaltracker.com&quot; target=&quot;_blank&quot;&gt;Pivotal Tracker&lt;/a&gt;.
&lt;br&gt;
&lt;br&gt;
The cURL I&apos;m referring to is here: &lt;a href=&quot;https://www.pivotaltracker.com/help/api?version=v3#add_story&quot; target=&apos;_blank&apos;&gt;https://www.pivotaltracker.com/help/api?version=v3#add_story&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;code&gt;
curl -H &quot;X-TrackerToken: TOKEN&quot; -X POST -H &quot;Content-type: application/xml&quot; \
    -d &quot;&lt;story&gt;&lt;story_type&gt;feature&lt;/story_type&gt;&lt;name&gt;Fire torpedoes&lt;/name&gt;&lt;requested_by&gt;James Kirk&lt;/requested_by&gt;&lt;/story&gt;&quot; \
    http://www.pivotaltracker.com/services/v3/projects/PROJECT_ID/stories
&lt;/code&gt;

I have the TOKEN and the PROJECT_ID.  I just don&apos;t know how to form the call with CFHTTP.
&lt;br&gt;&lt;br&gt;
Any help is much appreciated. 
				</description>
				
				<category>Coldfusion</category>				
				
				<pubDate>Wed, 28 Apr 2010 20:00:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/4/28/Help--Need-to-CFHTTP-this-cURL</guid>
				
			</item>
			
			<item>
				<title>Have an iPhone?  Wish you had an Android?  Now you can have both!!</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/4/22/Have-an-iPhone--Wish-you-had-an-Android--Now-you-can-have-both</link>
				<description>
				
				Check out this sweet hack of the iPhone running Android!
&lt;br&gt;&lt;br&gt;
&lt;object width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/5yO2KQHkt4A&amp;hl=en_US&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/5yO2KQHkt4A&amp;hl=en_US&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;480&quot; height=&quot;385&quot;&gt;&lt;/embed&gt;&lt;/object&gt; 
				</description>
				
				<category>Technology</category>				
				
				<category>OpenSource</category>				
				
				<category>Rants/Raves</category>				
				
				<category>Apple</category>				
				
				<category>Android</category>				
				
				<pubDate>Thu, 22 Apr 2010 12:00:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/4/22/Have-an-iPhone--Wish-you-had-an-Android--Now-you-can-have-both</guid>
				
			</item>
			
			<item>
				<title>HELP: CFC+jquery+JSON</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/3/25/HELP-CFCjqueryJSON</link>
				<description>
				
				&lt;p&gt;
Ok, I&apos;ve been at this for a couple of hours now.  I thought I was on the right track, but it looks like I&apos;m still a bit lost :(
&lt;br&gt;&lt;br&gt;
I have a modal login form using jquery and colorbox plugin.
&lt;/p&gt;
&lt;p&gt;
Here is a snippet of my jquery ajax call:
&lt;code&gt;
$j.ajax({
  url: &apos;cfc/security.cfc?method=login&apos;,
  data: datastring,
  dataType: &apos;json&apos;,
  success: function(data) {
  	var response = eval(data);
	console.log(response.MESSAGE);
    $j(&apos;.ajaxMsg&apos;).css({&quot;display&quot;:&quot;block&quot;}).html(data);
    $j.fn.colorbox.resize();
  }
});
&lt;/code&gt;
&lt;br&gt;
When calling this CFC from a URL using the correct parameters, I get this:
&lt;code&gt;{&quot;MESSAGE&quot;:&quot;Verified! Logging in...&quot;,&quot;FNAME&quot;:&quot;John&quot;,&quot;LNAME&quot;:&quot;Smith&quot;,&quot;VALID&quot;:true}
&lt;/code&gt;
This is exactly what I want.
&lt;/p&gt;
&lt;p&gt;
However, when running the ajax call above I get:
&lt;br&gt;
&lt;code&gt;
&lt;wddxPacket version=&apos;1.0&apos;&gt;&lt;header/&gt;&lt;data&gt;&lt;string&gt;{&quot;MESSAGE&quot;:&quot;Verified! Logging in....&quot;,&quot;FNAME&quot;:&quot;John&quot;,&quot;LNAME&quot;:&quot;Smith&quot;,&quot;VALID&quot;:true}&lt;/string&gt;&lt;/data&gt;&lt;/wddxPacket&gt;
&lt;/code&gt;
&lt;br&gt;
&lt;br&gt;
And this is screwing me up.
&lt;/p&gt;
&lt;p&gt;
Here is my CFC snippet:
&lt;code&gt;
&lt;CFFUNCTION name=&quot;login&quot; access=&quot;remote&quot; returntype=&quot;string&quot; output=&quot;false&quot;&gt;
    &lt;cfargument name=&quot;username&quot; type=&quot;string&quot; required=&quot;Yes&quot;&gt;
    &lt;cfargument name=&quot;password&quot; type=&quot;string&quot; required=&quot;Yes&quot;&gt;
    &lt;cfargument name=&quot;stayLogged&quot; type=&quot;string&quot; required=&quot;no&quot; default=&quot;no&quot;&gt;
	
    &lt;CFSET myReturn = {}&gt;
    .... sql statements ...
    if valid
    &lt;cfset myReturn.valid = &quot;true&quot;&gt;
    &lt;cfset myReturn.fname = #getLogin.fname#&gt;
    &lt;cfset myReturn.lname = #getLogin.lname#&gt;
    &lt;cfset myReturn.message = &quot;Verified! Logging in....&quot;&gt;
    
    if invalid
    &lt;cfset myReturn.valid = &quot;false&quot;&gt;
    &lt;cfset myReturn.fname = &quot;&quot;&gt;
    &lt;cfset myReturn.lname = &quot;&quot;&gt;
    &lt;cfset myReturn.message = &quot;Unverified! Please try signing in again.&quot;&gt;

    &lt;cfset myReturn = serializeJSON(myReturn)&gt;
	
    &lt;cfreturn myReturn&gt;
&lt;/cffunction&gt;
&lt;/code&gt;
&lt;/p&gt;
&lt;p&gt;
Ok...what am I doing wrong? :(
&lt;/p&gt; 
				</description>
				
				<category>Ajax</category>				
				
				<category>Web20</category>				
				
				<category>Coldfusion</category>				
				
				<category>jQuery</category>				
				
				<pubDate>Thu, 25 Mar 2010 13:48:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/3/25/HELP-CFCjqueryJSON</guid>
				
			</item>
			
			<item>
				<title>Blackberry Storm/iPhone/iTouch ColdFusion 9 wall paper</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/3/17/Blackberry-Storm-CF9-wall-paper</link>
				<description>
				
				I wanted a reminder of &lt;span style=&quot;text-decoration:line-through;&quot;&gt;why&lt;/span&gt; how I pay my rent, own a cellphone and can make a living.
&lt;br&gt;&lt;br&gt;
320x480 (native Blackberry Storm resolution)
&lt;br&gt;
&lt;img src=&quot;http://www.christopherchin.com/blog/images//blog_images/CF9.jpg&quot;&gt; 
				</description>
				
				<category>Adobe</category>				
				
				<category>Miscellaneous</category>				
				
				<category>Rants/Raves</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Wed, 17 Mar 2010 13:21:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/3/17/Blackberry-Storm-CF9-wall-paper</guid>
				
			</item>
			
			<item>
				<title>Best web page footer...ever!</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/3/5/Best-web-page-footerever</link>
				<description>
				
				This was found by my co-worker.  I had to pass it on.  Can be seen at &lt;a href=&quot;http://www.newtoyork.com&quot;&gt;www.newtoyork.com&lt;/a&gt;
&lt;br&gt;&lt;br&gt;

&lt;img src=&quot;http://www.christopherchin.com/blog/images//blog_images/NewToYorkFooter.gif&quot;&gt; 
				</description>
				
				<category>Internet Explorer</category>				
				
				<category>Rants/Raves</category>				
				
				<category>Humor</category>				
				
				<pubDate>Fri, 05 Mar 2010 11:31:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/3/5/Best-web-page-footerever</guid>
				
			</item>
			</channel></rss>