PDA

View Full Version : How was this site built? ASP? And how could it be done at FQ?


DogAndPony
02-15-2008, 12:33 AM
Hi, guys...

Is this an ASP site?

http://www.neuro-endo.org/

http://www.neuro-endo.org/?id=33

And: http://www.neuro-endo.org/?id=32

How best could I recreate it at FQ? My non-technical clients need to be able to edit the content themselves, including adding/deleting pages, but probably not sections.

I'm considering:

+ ExpressionEngine, which I've recently started using, and am learning to love.
+ Template HTML with Contribute; haven't tried it, but sounds good.
+ WP? I've never used it, but would consider it.
+ ...and not much else, as I don't dig doing PHP skinned sites.

Thanks!

Arthur
02-15-2008, 05:31 AM
Is this an ASP site? No, it's all PHP, example: http://www.neuro-endo.org/index.php?id=33

The server reports it is running Apache 2.0.52 with PHP 4.3.9 on RedHat Enterprise Linux and it is hosted by Rackspace. Judging by the JavaScript code, I'd say the site was made in Dreamweaver.

-Arthur

DogAndPony
02-15-2008, 01:28 PM
No, it's all PHP, example: http://www.neuro-endo.org/index.php?id=33Ah! I didn't think to try inserting that.The server reports it is running Apache 2.0.52 with PHP 4.3.9 on RedHat Enterprise Linux and it is hosted by Rackspace. Judging by the JavaScript code, I'd say the site was made in Dreamweaver.All very interesting! Thanks! :yeah:

I don't suppose you have any recommendations as to how to do it as a client-editable site...?