RSSAmplifier

Blog

Designless thoughts on Development

A blog by Marc Funaro; semi-organized, usually long-winded, always passionate commentary on the design and development of web applications, primarily built upon Adobe's ColdFusion web applications server and Microsoft SQL Server. May also include other topics related to the daily work at Advantex LLC.

advantexllc.comRSS feed ↗8 posts

Latest posts

ColdFusion, CFHTTP with SSL and the dreaded Peer Not Authenticated error

Fought this for a couple days, posting to help others. If you're using CFHTTP to make a call to a secured (HTTPS) host, you may get an error in response... "Peer Not Authenticated". If you google this, you should discover that: ?You probably need to import the entire certificate chain of the host you're attempting to reach, and that you need to use the KEYTOOL command line app to do this. ?This…

ColdFusion 8 JRUN instance, Eclipse, and RDS

Never got around to configuring RDS in Eclipse... today I decided to figure it out for my local Eclipse, against my office dev server. ?Here are my findings.

Droid speakerphone issue

I just confirmed a bug today with my motorola droid, android version 2.0.1.? Placed a call today, and turned on speakerphone.? Call recipient could not hear me talking.? Turned speakerphone off, and it worked fine.? A complete power-off of the Droid (press and hold power button, and choose Power Off) and then turning it back on fixed the problem. Hope this helps someone else without going crazy…

New Droid Rocks; How-To for iTunes users

The Droid... one of the most useful new devices in my life. Read about how to sync iTunes/playlists to droid, how to sync Outlook to Droid, and my overall impressions on this cool gadget.

Documentation is Key

Yeah, it's obvious to say, but after this week's experiences, it needs to be said again.

Many thanks to 3Alpha

A quick blog note -- I recently had a great experience with a company called 3Alpha.? They turned around a very quick data entry job for me, in an incredibly fast period of time, with a high degree of accuracy.

Google Sitemaps bug

Is your Google News Sitemap getting read by Google, but Google indexes none of the URLs?? Here's one potential reason why.

Working with a cfajaxproxy, ColdFusion recordset as JSON

If you're passing a JSON-formatted ColdFusion recordset, there are two different ways to get to your recordset in Javascript.? Here are both.