Re: Feature req.

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 41747
interpreted = N
texte = Nice .. I want it already ;) This will replace temporary db's ..> No plans to implement a [Change] context, but.... > > One context that we have created for 5.0 is a new [TABLE] context that > allows you to create a quick, temporary, private (visible only to the > thread that created it) database. For example.... > > [table name=mytable&fields=ID,NAME,PHONE] > 1 BOB 123-1234 > 2 MARY 234-2345 > 3 SCOTT 345-3456 > [/table] > > Then you can use the new table in any context that currently takes a db > parameter.... > > [search table=mytable&....] > > [append table=mytable] > > [delete table=mytable&.....] > > So, for convertchars or convertwords.... > > [table name=MyConvertTable&fields=FROM,TO] > 1 a > 2 b > [/table] > > [convertchars table=MyConvertTable].....[/convertchars] > > > > >> -----Original Message----- >> From: WebCatalog Talk >> [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf >> Of Kenneth Grome >> Sent: Thursday, July 18, 2002 7:03 PM >> To: WebCatalog Talk >> Subject: Re: Feature req. >> >> >> Even though the existing syntax is flexible, it's also a real pain in >> the ass to code. It requires that every time you want to change one >> or two chars or words, you must create an entirely new db just for >> that one specific purpose. Instead, why not create a new context: >> >> [change from=a&to=b&from=charlie&to=delta] >> >> Then we can do all our small changes on-the-fly, all from within the >> template that needs the conversion -- without having to deal with the >> creation of a special db. >> >> This proposed new syntax is ridiculously fast and easy to write, and >> it does not require any special db's, and it would be very easy for >> the webdna parsing engine to process as well, especially when you're >> only changing a few words or characters. >> >> I asked for this [change] context 4 or 5 years ago, but no one >> listened to me back then. Fortunately the new programmers at SMSI >> seem to be more open to acknowledging our true needs when we ask for >> improvements, so maybe we will have this capability some day ... >> >> :) >> >> >> Sincerely, >> Kenneth Grome >> >> --------------------------------------------------- >> WebDNA Professional Training and Development Center >> 175 J. Llorente Street +63 (32) 255-6921 >> Cebu City, Cebu 6000 kengrome@webdna.net >> Philippines http://www.webdna.net >> --------------------------------------------------- >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: To >> switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is > at: http://search.smithmicro.com/ -- Alain Russell Blackpepper Interactive alain.russell@blackpepper.co.nz ph. 09 520 6280------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Feature req. (Kenneth Grome 2002)
  2. [table] (was Re: Feature req.) (Rob Marquardt 2002)
  3. Re: Feature req. (Brian Fries 2002)
  4. Re: Feature req. (Andrew Simpson 2002)
  5. Re: Feature req. (Scott Anderson 2002)
  6. Re: Feature req. (Andrew Simpson 2002)
  7. Re: Feature req. (Donovan Brooke 2002)
  8. Re: Feature req. (Donovan Brooke 2002)
  9. Re: Feature req. (Scott Anderson 2002)
  10. Re: Feature req. (Kenneth Grome 2002)
  11. Re: Feature req. (Kenneth Grome 2002)
  12. Re: Feature req. (Alain Russell 2002)
  13. Re: Feature req. (Scott Anderson 2002)
  14. Re: Feature req. (Brian Fries 2002)
  15. Re: Feature req. (Clint Davis 2002)
  16. Re: Feature req. (Stuart Tremain 2002)
  17. Re: Feature req. (Kenneth Grome 2002)
  18. Re: Feature req. (John Peacock 2002)
  19. Re: Feature req. (Jesse Williams-Proudman 2002)
  20. Re: Feature req. (John Peacock 2002)
  21. Re: Feature req. (Brian Fries 2002)
  22. Re: Feature req. (dale's stuff 2002)
  23. Re: Feature req. (Jesse Williams-Proudman 2002)
  24. Re: Feature req. (John Peacock 2002)
  25. Re: Feature req. (Aaron Lynch 2002)
  26. Re: Feature req. (Nitai @ ComputerOil 2002)
  27. Re: Feature req. (John Peacock 2002)
  28. Re: Feature req. (Jesse Williams-Proudman 2002)
  29. Re: Feature req. (Brian Fries 2002)
  30. Re: Feature req. (Nitai @ ComputerOil 2002)
  31. Feature req. (Aaron Lynch 2002)
Nice .. I want it already ;) This will replace temporary db's ..> No plans to implement a [Change] context, but.... > > One context that we have created for 5.0 is a new [table] context that > allows you to create a quick, temporary, private (visible only to the > thread that created it) database. For example.... > > [table name=mytable&fields=ID,NAME,PHONE] > 1 BOB 123-1234 > 2 MARY 234-2345 > 3 SCOTT 345-3456 > [/table] > > Then you can use the new table in any context that currently takes a db > parameter.... > > [search table=mytable&....] > > [append table=mytable] > > [delete table=mytable&.....] > > So, for convertchars or convertwords.... > > [table name=MyConvertTable&fields=FROM,TO] > 1 a > 2 b > [/table] > > [convertchars table=MyConvertTable].....[/convertchars] > > > > >> -----Original Message----- >> From: WebCatalog Talk >> [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf >> Of Kenneth Grome >> Sent: Thursday, July 18, 2002 7:03 PM >> To: WebCatalog Talk >> Subject: Re: Feature req. >> >> >> Even though the existing syntax is flexible, it's also a real pain in >> the ass to code. It requires that every time you want to change one >> or two chars or words, you must create an entirely new db just for >> that one specific purpose. Instead, why not create a new context: >> >> [change from=a&to=b&from=charlie&to=delta] >> >> Then we can do all our small changes on-the-fly, all from within the >> template that needs the conversion -- without having to deal with the >> creation of a special db. >> >> This proposed new syntax is ridiculously fast and easy to write, and >> it does not require any special db's, and it would be very easy for >> the webdna parsing engine to process as well, especially when you're >> only changing a few words or characters. >> >> I asked for this [change] context 4 or 5 years ago, but no one >> listened to me back then. Fortunately the new programmers at SMSI >> seem to be more open to acknowledging our true needs when we ask for >> improvements, so maybe we will have this capability some day ... >> >> :) >> >> >> Sincerely, >> Kenneth Grome >> >> --------------------------------------------------- >> WebDNA Professional Training and Development Center >> 175 J. Llorente Street +63 (32) 255-6921 >> Cebu City, Cebu 6000 kengrome@webdna.net >> Philippines http://www.webdna.net >> --------------------------------------------------- >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: To >> switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://search.smithmicro.com/ > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is > at: http://search.smithmicro.com/ -- Alain Russell Blackpepper Interactive alain.russell@blackpepper.co.nz ph. 09 520 6280------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Alain Russell

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:

[table] strange behaviour REAL solution (2003) Site Builder & IE Mac (2004) Summing fields (1997) syntax question, not in online refernce (1997) Hiding HTML and breaking the page (1997) Overwriting databases bug in [closedatabase], garbage filescreated (1998) Multiple appends with checkboxes (1998) Download Question (1997) Math Hell! (2000) Snake Bites (1997) WebCat shared memory? (1999) Globals folders (2004) Help w/ Duplicating The General Store 5 times. (1997) Possible Bug in 2.0b15.acgi (1997) website pro trouble (1998) [include ...] behavior (1997) Limit to Field Length in DB (1998) [solved] WebDNA 5.1 and Mac OS X Server v10.3 - Working ??? (2003) Help name our technology! (1997) off topic - dna snipets (1997)