|
Posted by Ståle Sæbøe on March 27, 2005, 11:38 am
Please log in for more thread options
dub wrote:
> My number 1 question is: are you all advising me to continue with my
> text editor (ultraedit) because you are biased text editor nerds (jus
> like me) who are diehard and still use usenet?
After a few years of trying different editors I find that it is more
efficient to just stay with a simple text editor. Maybe it is because I
no longer need templates to get started, and because it is more
practical to do everything in one application.
> Assuming I do continue down the path of fancy text editing:
>
> - Why Should I use PHP vs PERL or ASP?
PHP is available for all platforms and it is pretty easy to use.
ASP(now ASPX)/.NET offer a lot more functions built-in, and has certain
nice features when it comes to the windows platforms.
> - Could you please provide more info on how to create a streamlined
> wonderful page serving environment (links too please)?
Personally I like the database driven model. You store all metadata in a
database and make lookups for every page. The disadvantage as mentioned
is that it is near uncacheable. However, a combination where you
preprocess the most frequently visited locations could help.
>
> Assuming I decide to throw my text editor out the window:
>
> - Should I use Dreamweaver / Homesite / Coldfusion?
In my experience these platform make use of a lot of proprietary
technologies making it difficult to change platform later.
> - What about Flash?
Flash is all about presentation and can be part of any web strategy
> - What about the Dreamweaver Template and Server Management Features?
Cannot say I used them much.
> - What about other WYSWYG software?
Never met one I liked ;)
|