<?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>Sat, 19 May 2012 09:15:44 -0700</pubDate>
			<lastBuildDate>Mon, 26 Sep 2011 19:33: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>PayPal ExpressCheckout Missing Amount</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2011/9/26/PayPal-ExpressCheckout-Missing-Amount</link>
				<description>
				
				I&apos;m having an issue with passing the VALUE to my SetExpressCheckout method in PayPal.
&lt;br&gt;&lt;br&gt;
&lt;code&gt;
&lt;form method=post action=&quot;https://api-3t.sandbox.paypal.com/nvp&quot;&gt; 
&lt;input type=hidden name=USER value=#username#&gt; 
&lt;input type=hidden name=PWD value=#password#&gt; 
&lt;input type=hidden name=SIGNATURE value=#signature#&gt; 
&lt;input type=hidden name=VERSION value=#version#&gt; 
&lt;input type=hidden name=PAYMENTREQUEST_0_PAYMENTACTION value=Authorization&gt; 
&lt;input name=PAYMENTREQUEST_0_AMT value=19.95&gt; 
&lt;input type=hidden name=RETURNURL value=http://localhost:8500/membership/PayPalConfirm.com&gt; 
&lt;input type=hidden name=CANCELURL value=http://localhost:8500/membership&gt; 
&lt;input type=submit name=METHOD value=SetExpressCheckout&gt; 
&lt;/form&gt;
&lt;/code&gt;

&lt;br&gt;&lt;br&gt;
The simple form above returns a TOKEN.  I take that token and go to:
&lt;br&gt;
https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&amp;token=&quot;returned token&quot;
&lt;br&gt;&lt;br&gt;
which yields this:
&lt;br&gt;


&lt;img src=&quot;http://www.christopherchin.com/blog/images//blog_images/PayPalMissingAmount.png&quot;&gt; 
				</description>
				
				<category>paypal</category>				
				
				<pubDate>Mon, 26 Sep 2011 19:33:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2011/9/26/PayPal-ExpressCheckout-Missing-Amount</guid>
				
			</item>
			
			<item>
				<title>Sigh... Part 2</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2011/4/6/Sigh-Part-2</link>
				<description>
				
				&lt;img src=&quot;http://www.christopherchin.com/blog/images//blog_images/moreCFBashing.png&quot;&gt;
&lt;br&gt;&lt;br&gt;
Even to the &quot;non-programmers&quot; of the world, CF is looked upon with disdain. 
				</description>
				
				<category>Adobe</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Wed, 06 Apr 2011 13:46:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2011/4/6/Sigh-Part-2</guid>
				
			</item>
			
			<item>
				<title>Ugh...stupid CFBuilder...</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/10/14/Ughstupid-CFBuilder</link>
				<description>
				
				Can someone figure out what happened here?
&lt;br&gt;&lt;br&gt;
This happened this morning when I came in and my Windows box, nicely rebooted itself overnight.
&lt;br&gt;Looks like something got corrupted.  Now my CF Builder won&apos;t start.  Splash screen shows up and hangs there for a while, then I get a nice alert box &quot;An error has occurred. See the log file C:\users\xxxx\adobe coldfusion builder workspace\.metadata\.log.
&lt;br&gt;&lt;br&gt;
&lt;pre&gt;
!ENTRY org.eclipse.core.resources 2 10035 2010-10-14 11:11:37.653
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY org.eclipse.osgi 4 0 2010-10-14 11:26:36.497
!MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (112).
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:806)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
	at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:454)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at com.adobe.ide.coldfusion.rcp.intro.Application.start(Unknown Source)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at org.eclipse.core.internal.localstore.SafeChunkyInputStream.accumulate(SafeChunkyInputStream.java:40)
	at org.eclipse.core.internal.localstore.SafeChunkyInputStream.buildChunk(SafeChunkyInputStream.java:62)
	at org.eclipse.core.internal.localstore.SafeChunkyInputStream.read(SafeChunkyInputStream.java:141)
	at java.io.DataInputStream.readInt(DataInputStream.java:370)
	at org.eclipse.core.internal.resources.SyncInfoSnapReader.readVersionNumber(SyncInfoSnapReader.java:49)
	at org.eclipse.core.internal.resources.SyncInfoSnapReader.readSyncInfo(SyncInfoSnapReader.java:43)
	at org.eclipse.core.internal.resources.Synchronizer.restoreFromSnap(Synchronizer.java:175)
	at org.eclipse.core.internal.resources.Synchronizer.restore(Synchronizer.java:143)
	at org.eclipse.core.internal.resources.SaveManager.restoreSyncInfo(SaveManager.java:900)
	at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:658)
	at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1353)
	at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1957)
	at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1716)
	at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:379)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
	at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:454)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at com.adobe.ide.coldfusion.rcp.intro.Application.start(Unknown Source)
Root exception:
java.lang.OutOfMemoryError: Java heap space
	at org.eclipse.core.internal.localstore.SafeChunkyInputStream.accumulate(SafeChunkyInputStream.java:40)
	at org.eclipse.core.internal.localstore.SafeChunkyInputStream.buildChunk(SafeChunkyInputStream.java:62)
	at org.eclipse.core.internal.localstore.SafeChunkyInputStream.read(SafeChunkyInputStream.java:141)
	at java.io.DataInputStream.readInt(DataInputStream.java:370)
	at org.eclipse.core.internal.resources.SyncInfoSnapReader.readVersionNumber(SyncInfoSnapReader.java:49)
	at org.eclipse.core.internal.resources.SyncInfoSnapReader.readSyncInfo(SyncInfoSnapReader.java:43)
	at org.eclipse.core.internal.resources.Synchronizer.restoreFromSnap(Synchronizer.java:175)
	at org.eclipse.core.internal.resources.Synchronizer.restore(Synchronizer.java:143)
	at org.eclipse.core.internal.resources.SaveManager.restoreSyncInfo(SaveManager.java:900)
	at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:658)
	at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1353)
	at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1957)
	at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1716)
	at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:379)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
	at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:454)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at com.adobe.ide.coldfusion.rcp.intro.Application.start(Unknown Source)

!ENTRY org.eclipse.osgi 4 0 2010-10-14 11:26:36.505
!MESSAGE Application error
!STACK 1
java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer
	at com.adobe.ide.coldfusion.rcp.intro.Application.start(Unknown Source)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle org.eclipse.core.resources (112).
	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:125)
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
	at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:454)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	... 13 more
Caused by: org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:806)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
	... 22 more
Caused by: java.lang.OutOfMemoryError: Java heap space
	at org.eclipse.core.internal.localstore.SafeChunkyInputStream.accumulate(SafeChunkyInputStream.java:40)
	at org.eclipse.core.internal.localstore.SafeChunkyInputStream.buildChunk(SafeChunkyInputStream.java:62)
	at org.eclipse.core.internal.localstore.SafeChunkyInputStream.read(SafeChunkyInputStream.java:141)
	at java.io.DataInputStream.readInt(DataInputStream.java:370)
	at org.eclipse.core.internal.resources.SyncInfoSnapReader.readVersionNumber(SyncInfoSnapReader.java:49)
	at org.eclipse.core.internal.resources.SyncInfoSnapReader.readSyncInfo(SyncInfoSnapReader.java:43)
	at org.eclipse.core.internal.resources.Synchronizer.restoreFromSnap(Synchronizer.java:175)
	at org.eclipse.core.internal.resources.Synchronizer.restore(Synchronizer.java:143)
	at org.eclipse.core.internal.resources.SaveManager.restoreSyncInfo(SaveManager.java:900)
	at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:658)
	at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1353)
	at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1957)
	at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1716)
	at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:379)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
	at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:454)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at com.adobe.ide.coldfusion.rcp.intro.Application.start(Unknown Source)

!ENTRY org.eclipse.osgi 2 0 2010-10-14 11:26:36.558
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-10-14 11:26:36.558
!MESSAGE Bundle reference:file:plugins/org.eclipse.core.net.win32.x86.nl_ja_3.5.0.v20091121043401.jar was not resolved.
!SUBENTRY 2 org.eclipse.core.net.win32.x86.nl_ja 2 0 2010-10-14 11:26:36.558
!MESSAGE Missing host org.eclipse.core.net.win32.x86_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-10-14 11:26:36.558
!MESSAGE Bundle reference:file:plugins/org.eclipse.equinox.launcher.win32.win32.x86.nl_ja_3.5.0.v20091121043401.jar was not resolved.
!SUBENTRY 2 org.eclipse.equinox.launcher.win32.win32.x86.nl_ja 2 0 2010-10-14 11:26:36.558
!MESSAGE Missing host org.eclipse.equinox.launcher.win32.win32.x86_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2010-10-14 11:26:36.559
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-10-14 11:26:36.559
!MESSAGE Bundle org.eclipse.core.net.win32.x86.nl_ja_3.5.0.v20091121043401 [254] was not resolved.
!SUBENTRY 2 org.eclipse.core.net.win32.x86.nl_ja 2 0 2010-10-14 11:26:36.559
!MESSAGE Missing host org.eclipse.core.net.win32.x86_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-10-14 11:26:36.559
!MESSAGE Bundle org.eclipse.equinox.launcher.win32.win32.x86.nl_ja_3.5.0.v20091121043401 [272] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.launcher.win32.win32.x86.nl_ja 2 0 2010-10-14 11:26:36.559
!MESSAGE Missing host org.eclipse.equinox.launcher.win32.win32.x86_0.0.0.

&lt;/pre&gt; 
				</description>
				
				<category>Adobe</category>				
				
				<category>coldfusion builder</category>				
				
				<pubDate>Thu, 14 Oct 2010 14:02:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/10/14/Ughstupid-CFBuilder</guid>
				
			</item>
			
			<item>
				<title>Sigh...</title>
				<link>http://www.christopherchin.com/blog/index.cfm/2010/10/4/Sigh</link>
				<description>
				
				&lt;img src=&quot;http://www.christopherchin.com/blog/images//blog_images/MeetUp1.png&quot;&gt;
&lt;br&gt;&lt;br&gt;
:( 
				</description>
				
				<category>Adobe</category>				
				
				<category>Events</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Mon, 04 Oct 2010 20:00:00 -0700</pubDate>
				<guid>http://www.christopherchin.com/blog/index.cfm/2010/10/4/Sigh</guid>
				
			</item>
			
			<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>
			</channel></rss>
