Re: [WebDNA] feature requests

This WebDNA talk-list message is from

2008


It keeps the original formatting.
numero = 100339
interpreted = N
texte = I wrote this almost 2 years ago today... > 1) Scrap formulas.db It desperately wants to go live under a > shady tree in a big lawn with fluffy bunnies bouncing around it. We > want it to go there too! > > 2) GREP: much like David Hasselhoff belting out the tunes ( http://video.google.com/videoplay?docid=-3382491587979249836 > ) the built in GREP doesn't quite work. Please fix it. > > 3) NEW TAGS - let's start simple [dumptable table=blah.tab&type=text/ > html] displays the contents of the table in either table delimited > format (handy inside a [writefile]) or an HTML table (all made by > webdna of course) debugging tables can be a major pain sometimes, we > need some help here. Want more? just look at ColdFusion's tag set. > > 4) UPDATE some tags [LISTFIELDS doesn't include table= and I have > some pages that make temp tables dynamically. Of course, the > dumptable command above would eliminate the need. > > 5) DATABASES: Time to acknowledge that it's been a while since 1995 > and update how the databases work... > 5a) add a second line to the .hdr file defining per field in the > same order as the field names, the field type (text/number/date/ > unique) so that we don't have to spell it out with each and every > search we write. > 5b) this one is harder: add a 3rd line to the header file, defining > per field in the same order as the field names, any relationship to > the same record in another database, thusly "joining" the databases. > > Example: > MyAccount.hdr > MyID (tab) MyAdddate (tab) MyName (tab) Myemail (tab) Mysomethingelse > unique (tab) Date (tab) text (tab) text (tab) text > > MyAddress.hdr > AddID (tab) AccountID (tab) adddate (tab) name (tab) street (tab) > state > unique (tab) number (tab) date (tab) text (tab) text (tab) text > (tab) Myaccount.db:MyID (tab) (tab) (tab) (tab) (tab) > > > [search db=myAddress.db&eqMYSTATEdata=CA&ADDDATEsort=1] > [founditems] > [name] [street] [Myaccount:Myemail] > [/founditems] > [/search] > > > 6) PRICING - fix the pricing. PHP is free, coldfusion isn't. You're > not Adobe/Microsoft, and you don't have great marketshare/mindshare. > 6a) scrap per domain licensing, this was never a good idea, and I > suspect it was a hack anyway. Licensing based on sandboxes makes > 100x more sense! > 6b) have a 1 "company" version for idk, $299. A price high enough to > show it's serious, but not so high as to discourage people from > coming onboard. this is limited to 1 sandbox. > > Then have a ISP level which is sold per sandbox, at maybe $50 per > sandbox. (minimum 10 sandboxes per server) Every time I sign up a > customer, I pop over to your website, quick pay for a sandbox, get a > serial number, and can go add that back to WebDNA server and finish > the setup. Perhaps you offer bundles of 10 sandboxes for $350 or > something. it's fair to you (heavy users pay more) it's fair to us > (no steep upfront fee to try to get into hosting webdna) it's > affordable so we can compete against companies offering PHP hosting. > > Of course there will have to continue to be a free developer version. > > > So that's a few ideas, the rest of the list can think of some more... On Jul 17, 2008, at 6:25 PM, Stuart Tremain wrote: > That one really has legs, I think it would be great. > > Regards > > Stuart Tremain > IDFK Web Developments > AUSTRALIA > webdna@idfk.com.au Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Feature requests - date format (Dan Strong 2009)
  2. Re: [WebDNA] Feature requests - date format ("Terry Wilson" 2009)
  3. Re: [WebDNA] Feature requests - date format ("Terry Wilson" 2009)
  4. Re: [WebDNA] Feature requests - date format (Dan Strong 2009)
  5. Re: [WebDNA] Feature requests - date format (Matthew Bohne 2009)
  6. Re: [WebDNA] Feature requests - date format (Dan Strong 2009)
  7. Re: [WebDNA] Feature requests - date format ("Terry Wilson" 2009)
  8. Re: [WebDNA] Feature requests - date format (christophe.billiottet@webdna.us 2009)
  9. Re: [WebDNA] Feature requests - date format (Terry Wilson 2009)
  10. Re: [WebDNA] Feature requests - date format (William DeVaul 2009)
  11. Re: [WebDNA] Feature requests - date format (Donovan Brooke 2009)
  12. [WebDNA] Feature requests - date format (Terry Wilson 2009)
  13. Re: [WebDNA] feature requests (Alex McCombie 2008)
  14. Re: [WebDNA] feature requests ("Brian B. Burton" 2008)
  15. Re: [WebDNA] feature requests (Stuart Tremain 2008)
  16. Re: [WebDNA] feature requests ("Brian B. Burton" 2008)
  17. Re: [WebDNA] feature requests (Stuart Tremain 2008)
  18. Re: [WebDNA] feature requests (Donovan Brooke 2008)
  19. Re: [WebDNA] feature requests (Frank Nordberg 2008)
  20. Re: [WebDNA] feature requests (Donovan Brooke 2008)
  21. Re: [WebDNA] feature requests (Colin Sidwell 2008)
  22. Re: [WebDNA] feature requests ("Dan Strong" 2008)
  23. Re: [WebDNA] feature requests (Matthew Bohne 2008)
  24. Re: [WebDNA] feature requests (Terry Wilson 2008)
  25. Re: [WebDNA] feature requests ("Tom Duke" 2008)
  26. [WebDNA] feature requests (Terry Wilson 2008)
I wrote this almost 2 years ago today... > 1) Scrap formulas.db It desperately wants to go live under a > shady tree in a big lawn with fluffy bunnies bouncing around it. We > want it to go there too! > > 2) GREP: much like David Hasselhoff belting out the tunes ( http://video.google.com/videoplay?docid=-3382491587979249836 > ) the built in GREP doesn't quite work. Please fix it. > > 3) NEW TAGS - let's start simple [dumptable table=blah.tab&type=text/ > html] displays the contents of the table in either table delimited > format (handy inside a [writefile]) or an HTML table (all made by > webdna of course) debugging tables can be a major pain sometimes, we > need some help here. Want more? just look at ColdFusion's tag set. > > 4) UPDATE some tags [LISTFIELDS doesn't include table= and I have > some pages that make temp tables dynamically. Of course, the > dumptable command above would eliminate the need. > > 5) DATABASES: Time to acknowledge that it's been a while since 1995 > and update how the databases work... > 5a) add a second line to the .hdr file defining per field in the > same order as the field names, the field type (text/number/date/ > unique) so that we don't have to spell it out with each and every > search we write. > 5b) this one is harder: add a 3rd line to the header file, defining > per field in the same order as the field names, any relationship to > the same record in another database, thusly "joining" the databases. > > Example: > MyAccount.hdr > MyID (tab) MyAdddate (tab) MyName (tab) Myemail (tab) Mysomethingelse > unique (tab) Date (tab) text (tab) text (tab) text > > MyAddress.hdr > AddID (tab) AccountID (tab) adddate (tab) name (tab) street (tab) > state > unique (tab) number (tab) date (tab) text (tab) text (tab) text > (tab) Myaccount.db:MyID (tab) (tab) (tab) (tab) (tab) > > > [search db=myAddress.db&eqMYSTATEdata=CA&ADDDATEsort=1] > [founditems] > [name] [street] [Myaccount:Myemail] > [/founditems] > [/search] > > > 6) PRICING - fix the pricing. PHP is free, coldfusion isn't. You're > not Adobe/Microsoft, and you don't have great marketshare/mindshare. > 6a) scrap per domain licensing, this was never a good idea, and I > suspect it was a hack anyway. Licensing based on sandboxes makes > 100x more sense! > 6b) have a 1 "company" version for idk, $299. A price high enough to > show it's serious, but not so high as to discourage people from > coming onboard. this is limited to 1 sandbox. > > Then have a ISP level which is sold per sandbox, at maybe $50 per > sandbox. (minimum 10 sandboxes per server) Every time I sign up a > customer, I pop over to your website, quick pay for a sandbox, get a > serial number, and can go add that back to WebDNA server and finish > the setup. Perhaps you offer bundles of 10 sandboxes for $350 or > something. it's fair to you (heavy users pay more) it's fair to us > (no steep upfront fee to try to get into hosting webdna) it's > affordable so we can compete against companies offering PHP hosting. > > Of course there will have to continue to be a free developer version. > > > So that's a few ideas, the rest of the list can think of some more... On Jul 17, 2008, at 6:25 PM, Stuart Tremain wrote: > That one really has legs, I think it would be great. > > Regards > > Stuart Tremain > IDFK Web Developments > AUSTRALIA > webdna@idfk.com.au "Brian B. Burton"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

b12 cannot limit records returned and more. (1997) (2000) Another question (1997) [protect] on NT? (1997) Lineitems [text*] (2004) Running _every_ page through WebCat-error.html (1997) Password and Allow commands (1998) [WebDNA] Error installing WebDNA on Ubuntu (2016) 4.5 on Apache 2 (2005) &max= (2003) Help with WebCatalog (1998) Realtime Transaction Processing (1999) Emailer port change (1997) Anyone using WebCat UNIX on a busy server yet? (1999) Banners and sort of random display (1997) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) Local redirects ... (2005) service stop and restart (1997) Protecting webdelivery (1997) webcat and OS 8 (1997)