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


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356823
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 you looked at Evernote (http://evernote.com/)?

Syncs on all devices known to man and is very flexible. Watch this tutorial
for some great ideas on using it along with the Getting Things Done
methodology: http://www.thesecretweapon.org/

...unless I am misunderstanding what you need to use this for.

-Cameron

...


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356824
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 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 you looked at Evernote (http://evernote.com/)?

 Syncs on all devices known to man and is very flexible. Watch this tutorial
 for some great ideas on using it along with the Getting Things Done
 methodology: http://www.thesecretweapon.org/

 ...unless I am misunderstanding what you need to use this for.

 -Cameron

 ...


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356825
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Childress camer...@gmail.comwrote:


 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 you looked at Evernote (http://evernote.com/)?

 Syncs on all devices known to man and is very flexible. Watch this tutorial
 for some great ideas on using it along with the Getting Things Done
 methodology: http://www.thesecretweapon.org/

 ...unless I am misunderstanding what you need to use this for.

 -Cameron

 ...


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356826
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Digital I Direct  
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
T 631.231.6600 X 119   F 631.434.7022   
http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356827
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 for ColdFusion


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 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 you looked at Evernote (http://evernote.com/)?

 Syncs on all devices known to man and is very flexible. Watch this 
 tutorial for some great ideas on using it along with the Getting 
 Things Done
 methodology: http://www.thesecretweapon.org/

 ...unless I am misunderstanding what you need to use this for.

 -Cameron

 ...


 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356828
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 of it's MySQL GUI
http://www.heidisql.com/download.php

I do the same thing. I keep a cheat sheet on Google docs that syncs up on
multiple machines as well as my Android phone. Google docs also has version
control which is pretty freakin slick, not to mention useful.

HTH
G!


On Tue, Sep 24, 2013 at 4:38 PM, Eric Roberts 
ow...@threeravensconsulting.com wrote:


 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 for ColdFusion


 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 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 you looked at Evernote (http://evernote.com/)?
 
  Syncs on all devices known to man and is very flexible. Watch this
  tutorial for some great ideas on using it along with the Getting
  Things Done
  methodology: http://www.thesecretweapon.org/
 
  ...unless I am misunderstanding what you need to use this for.
 
  -Cameron
 
  ...
 
 
 



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356829
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 right
there on my phone as I walk the aisles.  One nice feature is marking items
as 'offline' so they are stored locally on each device.  Handy if I have no
connectivity; I don't lose my ability to view or edit my notes.

HtH,

-- 
--m@Robertson--
Janitor, The Robertson Team
mysecretbase.com


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356830
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
cfmldeveloper.com
cflive.net
cfsearch.com
On 24 Sep 2013 19:30, Michael Dinowitz mdino...@houseoffusion.com 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?

 Thanks


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356831
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm