2 new projects up at RIAForge

I finally got around to uploading two projects to RIAForge.

PDFUtils is my CFC meant to expand upon ColdFusion 8's PDF features.

Database Explorer is my ColdFusion 8 application that makes use of cflayout, cfdbinfo, and other tags in order to let you write SQL against datasources.

Archived Comments

Comment 1 by Shane Zehnder posted on 9/12/2007 at 7:12 AM

The database explorer is my new favorite tool. Very nice work.

Thanks for releasing it.

Comment 2 by O?uz Demirkap? posted on 9/12/2007 at 8:16 AM

Thanks Ray!!!

I love the PDFUtils which would be really popular.

Comment 3 by Dale Fraser posted on 9/12/2007 at 8:24 AM

That DB Explorer is way cool. I'll be busy recommending improvements :) on RiaForge

Comment 4 by Andy Sandefer posted on 9/12/2007 at 7:29 PM

I got a sneak peak at the Database Explorer during the Best of Scorpio contest and I was immediately impressed with this very useful tool. I know that everyone who didn't win 1st and 2nd ultimately tied for 3rd in the contest but I actually voted this entry as my 2nd favorite. Nice work Ray - and thanks a lot for making it available for public use!

Comment 5 by Raymond Camden posted on 9/12/2007 at 7:46 PM

I came in 3rd and got a sweet little IPod Shuffle. It's so small I could probably eat it. ;)

Comment 6 by Shane Zehnder posted on 9/12/2007 at 9:36 PM

I've seen the iPod Shuffles. I'd lose that in about 2 minutes flat.

Comment 7 by nick tong posted on 9/19/2007 at 5:05 PM

Hi Ray,

Are there any plans for the DBE to allow inline editing?

Comment 8 by Raymond Camden posted on 9/19/2007 at 7:23 PM

Inline editing? Of what?

Comment 9 by nick tong posted on 9/19/2007 at 7:32 PM

Sorry - to be more clear. The returned data from queries. So one could click a field and edit the data. smiler to http://tutorial401.easycfm.... ?

Comment 10 by Raymond Camden posted on 9/19/2007 at 7:37 PM

Hmmm. Could be interesting. The issue would be writing code that could generically accept updates. It's possible using cfdbinfo of course.

Comment 11 by nick tong posted on 9/19/2007 at 8:21 PM

I'd be happy to contribute - ping me if you want any input.

Comment 12 by Ed Sullows posted on 9/24/2007 at 7:15 PM

Inline editing would very much help - i know i could use it for a few clients.