On Fri, 28 May 2010, Joost van der Sluis wrote:

On Thu, 2010-05-27 at 17:52 -0300, Leonardo M. Ramé wrote:
El jue, 27-05-2010 a las 22:43 +0200, Michael Van Canneyt escribió:
> It would be an interesting test to see how easy you could > re-create that in fcl-web. > > Maybe we can learn something from this test, see how we
> can improve and/or simplify things.
> > Michael. >
Well this is a fairly trivial app, I'm sure I can recreate it in without
problems with fpWeb and templates.
One interesting part of FreeSpider is that it includes an object
oriented way to create HTML tables, this helps to avoid mixing HTML code
with Object Pascal when you want to create tables from database data.
On the other hand, fpWeb has a more advanced templating engine, that
maybe (I don't tested it) allows one to create rows of an HTML table
right from the template, without creating it inside the program's code.

The webdesign package has a better way to support grids then there is
now currently in fcl-web.

Not since yesterday it hasn't :-)

See webdata. That's exactly what it's for :-)

Michael.>
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to