|
View:
New views
15 Messages
—
Rating Filter:
Alert me
|
|
|
Peer review request: weak reference patch for CGI::Application::Plugin::HTDo |
|
|
Re: Peer review request: weak reference patch for CGI::Application::Plugin::HTDo |
|
|
Re: Peer review request: weak reference patch for CGI::Application::Plugin::HTDo |
|
|
Re: Re: Peer review request: weak reference patch for CGI::Application::Plugin::HTDo |
|
|
Re: HTML::Template vs Template::Alloy> It's certainly the slowest option available. That hasn't hurt us sofar, and
> we've had some high-profile events (during the Miss Universe competition we > had about 40 million hits per day). On the other hand, we're getting so big > that I'm now looking into the faster options (TT2, Template::Alloy), because > shaving 50ms off every request adds up. Rhesa, I hadn't noticed Template::Alloy before. It does like interesting as an option that is like HTML::Template with the dot notation, but faster. It doesn't support filters, which is an H::T feature that I use, but I could find a way to do that pre-processing before handing the templates off to Allow. I'm not thrilled that the Alloy H::T mode includes every templating feature on the sun, but perhaps they could be ignored. I had followed HTML::Template::Compiled with interest in the past, but now it has become a suite of about 20 modules with more features and complexity than suits me. If you do try Template::Alloy, I'll be interested to hear a review of that. Mark ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
|
|
Re: Re: HTML::Template vs Template::AlloyHi Mark
> I hadn't noticed Template::Alloy before. It does like interesting as an > option that is like HTML::Template with the dot notation, but faster. For me, Template::Alloy hung during make test, so I gave up trying to use it. -- Ron Savage ron@... http://savage.net.au/index.html ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
|
|
Re: Peer review request: weak reference patch for CGI::Application::Plugin::HTDo |
|
|
Re: Re: HTML::Template vs Template::AlloyMark Stosberg wrote:
>> It's certainly the slowest option available. That hasn't hurt us sofar, and >> we've had some high-profile events (during the Miss Universe competition we >> had about 40 million hits per day). On the other hand, we're getting so big >> that I'm now looking into the faster options (TT2, Template::Alloy), because >> shaving 50ms off every request adds up. > > Rhesa, > > I hadn't noticed Template::Alloy before. It does like interesting as an > option that is like HTML::Template with the dot notation, but faster. > > It doesn't support filters, which is an H::T feature that I use, but I > could find a way to do that pre-processing before handing the templates > off to Allow. Yeah, lack of filters is slightly annoying, but I'm sure that's easy to work around. > I'm not thrilled that the Alloy H::T mode includes every templating > feature on the sun, but perhaps they could be ignored. As I understand it, all of the extra features are turned off by default when you use the HT mode: see the NO_TT flag under "CONFIGURATION (HTML::Template STYLE)". But I base that solely on reading the documentation, I haven't really tried it. > I had followed HTML::Template::Compiled with interest in the past, but > now it has become a suite of about 20 modules with more features and > complexity than suits me. Yeah, I tend to agree. I took it for a spin briefly, and it's fast enough. But it specifically didn't implement the feature I needed (nested variables), so I basically ignore it now. > If you do try Template::Alloy, I'll be interested to hear a review of > that. I've put it on my to-do list :) Hiveminder rocks, BTW. Rhesa ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
|
|
OT: HiveMinder> Hiveminder rocks, BTW. I agree. I have a pro account myself. It's a nice example of a Web 2.0 service in Perl. I find it most useful for shared to-do lists, but use it for some personal organization as well. Mark ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
|
|
Re: OT: HiveMinder* Mark Stosberg <mark@...> [2008-06-23T16:05:54]
> I agree. I have a pro account myself. It's a nice example of a Web 2.0 > service in Perl. > > I find it most useful for shared to-do lists, but use it for some > personal organization as well. I really like it, and have blagged about that in the past. I need to write about all the things I don't like, or want, though... -- rjbs ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
|
|
Re: OT: HiveMinderIn the OT vein, I'm curious what makes Hiveminder a Web 2.0 app, other
than the presence of a blog? Just curious. Also, any idea what framework it is built on? Breadwild On Jun 23, 2008, at 3:05 PM, Mark Stosberg wrote: > >> Hiveminder rocks, BTW. > > I agree. I have a pro account myself. It's a nice example of a Web 2.0 > service in Perl. > > I find it most useful for shared to-do lists, but use it for some > personal organization as well. > > Mark > > > > ##### CGI::Application community mailing list ################ > ## ## > ## To unsubscribe, or change your message delivery options, ## > ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## > ## ## > ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## > ## Wiki: http://cgiapp.erlbaum.net/ ## > ## ## > ################################################################ > ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
|
|
Re: OT: HiveMinder* Gmail [24/06/2008 10:29] :
> > Also, any idea what framework it is built on? Hiveminder is built using Jifty, a framework created by Jesse Vincent. http://search.cpan.org/~sartak/Jifty-0.80408/ Emmanuel ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
|
|
Re: OT: HiveMinder* Gmail <breadwild@...> [2008-06-23T22:18:46]
> In the OT vein, I'm curious what makes Hiveminder a Web 2.0 app, other than > the presence of a blog? Just curious. It has some XMLHTTPRequest stuff, and a JSON API and probably some rounded corners. Does anybody know what Web 2.0 really means, apart from the above? I hate that darn phrase. -- rjbs ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
|
|
Re: OT: HiveMinderRicardo SIGNES wrote:
> * Gmail <breadwild@...> [2008-06-23T22:18:46] > >> In the OT vein, I'm curious what makes Hiveminder a Web 2.0 app, other than >> the presence of a blog? Just curious. >> > > It has some XMLHTTPRequest stuff, and a JSON API and probably some rounded > corners. > > Does anybody know what Web 2.0 really means, apart from the above? I hate that > darn phrase. > > http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
|
|
Re: OT: What's Web2.0 really mean?On Tue, 2008-06-24 at 08:07 -0400, Ricardo SIGNES wrote:
> * Gmail <breadwild@...> [2008-06-23T22:18:46] > > In the OT vein, I'm curious what makes Hiveminder a Web 2.0 app, other than > > the presence of a blog? Just curious. > > It has some XMLHTTPRequest stuff, and a JSON API and probably some rounded > corners. > > Does anybody know what Web 2.0 really means, apart from the above? I hate that > darn phrase. In Web2.0, there's a comment box on the bottom of most every page. It's the social, read/write web with AJAX sprinkled on top. Mark ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################ |
| Free Forum Powered by Nabble | Forum Help |