Re: issue with cfhttp and client certificates

2013-09-24 Thread Reto Aeberli
Hi Jeff Error while trying to get the SSL client certificate: java.security.UnrecoverableKeyException: Could not decrypt key: Could not decode key from BER. (Invalid encoding: expected tag not there. ). I had the same yesterday. While searching for a solution I came first along your post

best portable db for ColdFusion

2013-09-24 Thread Michael Dinowitz
I'd keep 'daynotes' with me when I move from computer to computer. Currently it's all text files but I'd like to move it to a database that I can move with me. MS Access is an option but is there something better? Derby? SQLite? Thanks

Re: best portable db for ColdFusion

2013-09-24 Thread Cameron Childress
On Tue, Sep 24, 2013 at 2:30 PM, Michael Dinowitz wrote: I'd keep 'daynotes' with me when I move from computer to computer. Currently it's all text files but I'd like to move it to a database that I can move with me. MS Access is an option but is there something better? Derby? SQLite? Have

Re: best portable db for ColdFusion

2013-09-24 Thread Michael Dinowitz
My current government contract blocks evernote (among other things). I'll look at thesecretweapon site a little later...when I can access evernote...maybe. :) Thanks On Tue, Sep 24, 2013 at 2:44 PM, Cameron Childress camer...@gmail.comwrote: On Tue, Sep 24, 2013 at 2:30 PM, Michael Dinowitz

Re: best portable db for ColdFusion

2013-09-24 Thread Nathan Strutz
Yeah Evernote is fantastic for this. If you really wanted to make it yourself and you want a portable DB, I like Derby, just for the fact that it's file-based and works really well with CF. nathan strutz [www.dopefly.com] [about.me/nathanstrutz] On Tue, Sep 24, 2013 at 11:44 AM, Cameron

RE: best portable db for ColdFusion

2013-09-24 Thread Robert Harrison
I may not be fully understanding your needs, but it seems like a spreadsheet would accomplish this purpose. Portable, customizable, and easy to import/export data if you want to query something. Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I 

RE: best portable db for ColdFusion

2013-09-24 Thread Eric Roberts
What about a local copy of mysql? Yeah...it's a bit overkill for something small...but it is free and easy to set up. Eric -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: Tuesday, September 24, 2013 1:59 PM To: cf-talk Subject: Re: best portable db

Re: best portable db for ColdFusion

2013-09-24 Thread Gerald Guido
SQLite is pretty freakin sweet. SQLite Expert has a free GUI for personal use http://www.sqliteexpert.com/ Uniform Server has a portable version of MySQL 5.0 http://sourceforge.net/projects/miniserver/files/MiniServer/MiniServer_%20MySQL%205.0.67%20Portable/ And HeidiSQL has a portable version

Re: best portable db for ColdFusion

2013-09-24 Thread Money Pit
If you are OK with not building it yourself, I'll put in another vote for Evernote. I put it on every device I have (home desktop, office desktop, laptop, phone and tablet). I can update my grocery list on my tablet while sitting on the couch and when I get to the store, my shopping list is

Re: best portable db for ColdFusion

2013-09-24 Thread Russ Michaels
There are many apps that you can run off a usb memory stick which you could usr forv taking notes. Or you could run sqlite3 However wouldn't it be easier to use something like google docs/ drive which runs in a browser and can be used from your smart phone. Russ Michaels www.michaels.me.uk

Application.cfm/c

2013-09-24 Thread Byron Mann
Trying to wrap my head around any implications around not using an application file. Our admins are telling me that we run into issues with customers on our shared platform not having one. (they didn't specify the issues in the email). I can see how non-unique application names might be an