[BULK] Re: [WebDNA] Serial numbers and pricing for WebDNA 7.0

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 106148
interpreted = N
texte = Chris that's very interesting! Very creative! I have something similar in my CMS, but I never thought to take it that far. I created two sets of tags for my customers to utilize for membership websites. They are and Any content inside the tag shows only to unpaid members, and content inside the tag is only showing to paid members. When I originally implemented the idea it was extremely slow generating the pages; I think I ws using [convertwords]. My final version does a [showif [url][text][/url]^[url][/url]] and then I run a [middle] command to swap out the protected text with a message. It runs very fast, but I'm not scanning every word of the page. I might an idea like yours, but limited to the words in the TAGS database part of my site. My TAGS database is updated once per day via a trigger. You can see this in action here: http://www.jwag.biz/newsletters/index.html Thanks for the details Chris. Matt On 1/24/2011 5:05 AM, christophe.billiottet@webdna.us wrote: > Hi Matt! it was a little trick very easy to setup: > > Create a dynamic table with all your titles and the corresponding index number > > [table name=t2&fields=from,to] > [search db=news.txt&eqcategorieniv2datarq=1&nenumerodatarq=[numero]&eqvalidedatarq=1][founditems][title][title] > [/founditems][/search] > [/table] > > then, use [convertwords] in your text > > [convertwords table=t2][text][/convertwords] > > - chris > > > > On Jan 23, 2011, at 23:12, Psi Prime Inc, Matthew A Perosi wrote: > >> Chris I'm intrigued at this idea to compare every word and create a hyperlink out of it. Is that a feature of your CMS? >> >> I've never noticed a speed problem here in New Jersey on either my 786KB fractional-T1 or my 3.8MB-connection. >> >> Matt >> >> On 1/23/2011 6:32 PM, William DeVaul wrote: >>> That makes sense. Even on pages where I have lots of processing >>> before HTML is returned, I never see more than 800 ms for an HTML >>> response on my older server. More than 1 second is a long time in web >>> server world, particularly with all the other elements (redirect, >>> large graphic, and JS). People are impatient. >>> >>> Bill >>> >>> On Sun, Jan 23, 2011 at 5:18 PM, wrote: >>>> Just wanted to add two things: one of the possible explanations for the relative slowness of the website could be because every single word from each text of each page is compared to a database in order to create dynamic links: all the links from the websites are in fact created "on the fly". >>>> About the speed differences depending on the days, i am pretty sure it is a matter of local bandwidth: the server is overpowered with an 8 cores Niagara processor and the load is always extremely low, less than 1%, while the available bandwidth server-side is huge. >>>> >>>> - chris >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list. >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>> >>> >> -- >> Matthew A Perosi >> Computer Engineer >> Senior Web Developer >> SEO Analyst& Educator >> >> Psi Prime, Inc. >> 323 Union Blvd. >> Totowa, NJ 07512 >> >> Service: 973.413.8211 >> Training: 973.413.8214 >> Fax: 973.413.8217 >> >> http://www.psiprime.com >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list. >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list. > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > > -- Matthew A Perosi Computer Engineer Senior Web Developer SEO Analyst& Educator Psi Prime, Inc. 323 Union Blvd. Totowa, NJ 07512 Service: 973.413.8211 Training: 973.413.8214 Fax: 973.413.8217 http://www.psiprime.com Associated Messages, from the most recent to the oldest:

    
Chris that's very interesting! Very creative! I have something similar in my CMS, but I never thought to take it that far. I created two sets of tags for my customers to utilize for membership websites. They are and Any content inside the tag shows only to unpaid members, and content inside the tag is only showing to paid members. When I originally implemented the idea it was extremely slow generating the pages; I think I ws using [convertwords]. My final version does a [showif [url][text][/url]^[url][/url]] and then I run a [middle] command to swap out the protected text with a message. It runs very fast, but I'm not scanning every word of the page. I might an idea like yours, but limited to the words in the TAGS database part of my site. My TAGS database is updated once per day via a trigger. You can see this in action here: http://www.jwag.biz/newsletters/index.html Thanks for the details Chris. Matt On 1/24/2011 5:05 AM, christophe.billiottet@webdna.us wrote: > Hi Matt! it was a little trick very easy to setup: > > Create a dynamic table with all your titles and the corresponding index number > > [table name=t2&fields=from,to] > [search db=news.txt&eqcategorieniv2datarq=1&nenumerodatarq=[numero]&eqvalidedatarq=1][founditems][title][title] > [/founditems][/search] > [/table] > > then, use [convertwords] in your text > > [convertwords table=t2][text][/convertwords] > > - chris > > > > On Jan 23, 2011, at 23:12, Psi Prime Inc, Matthew A Perosi wrote: > >> Chris I'm intrigued at this idea to compare every word and create a hyperlink out of it. Is that a feature of your CMS? >> >> I've never noticed a speed problem here in New Jersey on either my 786KB fractional-T1 or my 3.8MB-connection. >> >> Matt >> >> On 1/23/2011 6:32 PM, William DeVaul wrote: >>> That makes sense. Even on pages where I have lots of processing >>> before HTML is returned, I never see more than 800 ms for an HTML >>> response on my older server. More than 1 second is a long time in web >>> server world, particularly with all the other elements (redirect, >>> large graphic, and JS). People are impatient. >>> >>> Bill >>> >>> On Sun, Jan 23, 2011 at 5:18 PM, wrote: >>>> Just wanted to add two things: one of the possible explanations for the relative slowness of the website could be because every single word from each text of each page is compared to a database in order to create dynamic links: all the links from the websites are in fact created "on the fly". >>>> About the speed differences depending on the days, i am pretty sure it is a matter of local bandwidth: the server is overpowered with an 8 cores Niagara processor and the load is always extremely low, less than 1%, while the available bandwidth server-side is huge. >>>> >>>> - chris >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list. >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>> >>> >> -- >> Matthew A Perosi >> Computer Engineer >> Senior Web Developer >> SEO Analyst& Educator >> >> Psi Prime, Inc. >> 323 Union Blvd. >> Totowa, NJ 07512 >> >> Service: 973.413.8211 >> Training: 973.413.8214 >> Fax: 973.413.8217 >> >> http://www.psiprime.com >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list. >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list. > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > > -- Matthew A Perosi Computer Engineer Senior Web Developer SEO Analyst& Educator Psi Prime, Inc. 323 Union Blvd. Totowa, NJ 07512 Service: 973.413.8211 Training: 973.413.8214 Fax: 973.413.8217 http://www.psiprime.com "Psi Prime Inc, Matthew A Perosi "

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:

WebDelivery downloads alias, not original ? (1997) WebCat2 - [include] tags (1997) taxTotal, grandTotal (1997) Re:listfiles-looking for slick solution (1997) [sendmail] on NT? (1997) Limit on nested [ShowIf]'s? (1997) WebCatalog.acgi quitting with error Type 2 (1998) Emailer port change (1997) Summing fields (1997) [WebDNA] EMailFolder/ (2016) How To question on setting up downloads (1997) [WebDNA] Competitors! (2008) Cookie Crumble (1998) Problems getting parameters passed into email. (1997) Multiple serial numbers (1997) [ConvertChars] problem (1997) A Global Variable (1997) Need WebDNA database programmer (2001) WebCatalog 2.0 b 15 mac (1997) Help! WebCat2 bug (1997)