[Catalyst] Catalyst application example

John Wang johncwang at gmail.com
Mon Dec 12 22:57:55 CET 2005


Hi Karl,

Congrats, nice website. One comment. For me, there's some latency in
expanding the various records. There is a page request every time a record
is expanded and only one record can be expanded at a time. I'm not sure
where the delay is but one thing you might be interested in would be sending
all the detailed data in the page and then toggling the visibility of the
detailed information using DHTML. That way expanding the detailed
information wouldn't require a HTTP request and the page would have a much
snappier feel. A bonus is that you would be able to have more than one
record's details viewable at a time.

Cheers,
John

On 12/12/05, Karl.Moens at marsh.com <Karl.Moens at marsh.com> wrote:
>
>
> Dear listmembers,
>
> I finally managed to put a Catalyst-driven website on my server and open
> it out to the world.
>
> It is a small library application allowing the members of our
> wargames-club to enter their books of military-history into a database so
> other members can look it up.
>
> It runs on Apache2 and MySQL 4.1. The front-end server is on LINUX
> (Mandriva 10, very old Celeron 333 Mhz) serving the static content and the
> mod-perl enabled back-end server is on an old Windows 98 laptop.
>
> The model classes use Class::DBI (and I hope to switch to DBIx::Class for
> the next version). The View classes use Template::Toolkit.
>
> You can have a look at it here: http://www.csa-biblio.be (with frames) or
> http://csa-in-exile.be (without frames). Just click the large "CSA" logo
> to continue.
>
> A guest log-in is available: ID is "gst" and password is "guest".
>
> Please note that the PDF-output of the catalogue doesn't work (yet).
> Splitting the static and dynamic content over two servers broke it. I will
> repair it as soon as I have an hour to spare :-)
>
> Comments, suggestions, ... are of course always welcome.
>
> Karl
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> This message and any attachments are confidential. If you have received
> this message in error please delete it from your system. If you require any
> assistance please notify the sender. Thank You.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20051212/b89eabfa/attachment-0001.htm


More information about the Catalyst mailing list