> From: Cees Hek
>
> I gave a talk on Ajax and Perl to the Toronto and Waterloo
> Perl Mongers. I'll be giving a similar talk at YAPC this
> year in Chicago. The slides and examples for this are
> available from my subversion repository. You might need to
> make a couple of little changes to
On 5/21/06, Dan Horne <[EMAIL PROTECTED]> wrote:
> From: Cees Hek [mailto:[EMAIL PROTECTED]
>
> http://cees.crtconsulting.ca/perl/examples/podviewer/
>
That's nice, Cees. As with many people, my interest in Ajax has been aroused
with all of the press it has been receiving, buI've never been clea
> From: Cees Hek [mailto:[EMAIL PROTECTED]
>
> You should look at using the AutoComplete object in HTML::Prototype.
> It will do exactly what you are trying to do, with minimal fuss. I
> have an example app running that uses this feature if you want to have
> a look at how I did it:
>
> http:/
Hi Prakash
Like you I have an application that uses C::A and H::T, but have encountered
some instances where Template Toolkit suited me better. Michael Graham's
GGI::Application::Plugin::AnyTemplate has allowed me to begin migrating to
TT with only the slightest changes to Perl my code (such as d
On 5/21/06, Prakash Inuganti -X (pinugant - Digital-X, Inc. at Cisco)
<[EMAIL PROTECTED]> wrote:
Yes, you are correct. Thanks. I already have a full blown Application
developed using CAP and H::T. So using Template Toolkit right now is not
an option for me. Now I am adding a page that has a selec
Hi Cees,
Yes, you are correct. Thanks. I already have a full blown Application
developed using CAP and H::T. So using Template Toolkit right now is not
an option for me. Now I am adding a page that has a select box with
60,000+ names stored in Oracle database that needs to be shown as
dropdown opt