From: Francesco M. <f18...@ya...> - 2006-02-14 11:15:21
|
Hi, >Francesco Montorsi wrote: >> I think that using a CMS like Joomla is a bit overkill for this project. >> CMS are good when there are daily changes or so. >> In fact, they require quite powerful servers as they are not extremely fast - they use ton of tables in a database and a page often requires up to 20-30 database accesses. >It happened that i ordered my own site this weekend, where one could >automaticaly install mambo and what not. >And only uses one database table in mysql for mambo?? are you sure it used a single table ? Last time I looked at it, IIRC it was using a single database but more than 20 tables in that db... anyway the real problem is not the number of tables but the number of times that they are accessed per page. SF servers are not extremely fast and I prefer a site which looks a bit more 'static' but is faster rather than something CMS-based which is more 'dynamic' but slower ;) >But never mind, i like the PHP solution too ;-) Something i am bussy >learning in combination with mysql. ok, so let's go for PHP. >> Using PHP it's very easy to setup a site using one of the open source web designs at http://www.oswd.org. Unfortunately the site seems down right now so I suggest you to go directly in author's webpages like >> >> http://haran.freeshell.org/oswd/ >> >> For some real-world examples of OSWD in actions you can look at: >> >> http://bakefile.sourceforge.net/ >> http://wxcode.sourceforge.net/ >> http://mathdev.sourceforge.net/ >> >> >> specially the last one uses the Prosimii template by Haran: >> >> http://haran.freeshell.org/oswd/prosimii/ >> >> which I think would be nice for wxLua, too. > >I can't get to those links from where i am, will have a look later, but >take whatever you like best. >Good to know nice examples do exist. as I said, I'd use the last one, Prosimii, but before I start the work I'd like to be sure it's okay for everyone... is it ? Francesco PS: I'm going to add a new module to CVS called 'website'... |