RE: categories, subcategories and sub-subcategories in a database

2004-08-25 Thread Andy Ousterhout
  To: CF-Talk   Subject: Re: categories, subcategories and sub-subcategories in a database   Hmmm, now what are you going to do when you change your mind about   where something should be categorizied and want to move it? Or when   you want to add more categories, or rearrange the categories, or

Re: categories, subcategories and sub-subcategories in a database

2004-08-24 Thread Nando
Hmmm, now what are you going to do when you change your mind about where something should be categorizied and want to move it? Or when you want to add more categories, or rearrange the categories, or shift a script from one category to another category (or list them in multiple categories!)? I thi

RE: categories, subcategories and sub-subcategories in a database

2004-08-24 Thread mayo
--Original Message-   From: Greg Morphis [mailto:[EMAIL PROTECTED]   Sent: Tuesday, August 24, 2004 5:29 PM   To: CF-Talk   Subject: Re: categories, subcategories and sub-subcategories in a database   if you're taking that route.. instead of mids and lefts, why not put   those values into a li

Re: categories, subcategories and sub-subcategories in a database

2004-08-24 Thread Greg Morphis
if you're taking that route.. instead of mids and lefts, why not put those values into a list? On Tue, 24 Aug 2004 18:24:17 -0400, mayo <[EMAIL PROTECTED]> wrote: > I have scripts and notes that I would like to be able to organize in a > better fashion. > > For example (scripts) > > Category: _j

categories, subcategories and sub-subcategories in a database

2004-08-24 Thread mayo
I have scripts and notes that I would like to be able to organize in a better fashion. For example (scripts) Category: _javascript_ SubCategory: Form Validation SubSubCategory: Checkboxes Item: "Is checkbox selected?" I'm thinking about the following tables: SCRIPTS scriptID scriptText SCRIPTD