| Recent
Articles |
Top 10 Books For Designers There are a lot of books out their to get inspiration from or to learn how to design better. There are a lot. So, picking the right books instead of just a ton of useless books that aren't worth your time or just regurgitating...
10 Ways To Instantly Improve Your Usability Whether it's an e-commerce site, an online tool, or just your company's corporate sites--smart marketers know that web site usability is key to the success of any online presence. What a lot of marketers don't know...
The Continued Popularity Of LAMP Hosting Lamp hosting is a service for websites that use LAMP development. LAMP is a grouping of technologies that delineate web server infrastructures, programming models for developing software and setting up...
Reasons To Build More Accessible Sites A post over at Threadwatch just caught my attention. Of course with a title like Web 2.0, Dude, Who Cares, Where's Phone 2.0? how could it not grab attention? The reason I'm writing about it though, is not because...
RSS: Usability Problems And Solutions RSS is a family of web-feed formats that is used for web syndication. It can also be used by news websites, weblogs and podcasting, among others. The acronym can refer to various standards such as Really Simple...
Using PHP Buttons In Dreamweaver Even if you don't know one bit of PHP, the Dreamweaver PHP buttons can help you create database functions on your webpages. Learn more in this lesson on Dreamweaver and PHP/SQL. I'll admit that I am not a...
|
|
04.04.07
When To Use ASP
By
Debbie Campbell
I admit I've never built a site using ASP and I know nothing about .NET.
But today someone asked a question in the WebProWorld forum about why a site might have been built in .ASP in the first place and I found one of the answers interesting.
Poster kgun said this (quoting here):
• Static (X)HTML pages. No need for server scripting lik asp or php.
• Static XML driven sites, like an XML CMS. No need for server scripting lik asp or php. XML driven sites can be great, since you can transform the same datasource (XML files) to different formats, HTML, PDF, WAP (for wireless applications), other XML formats like RSS and Atom etc. by using XSLT (Extensible Stylesheet Transformation Language).
That makes XML driven sites very flexible. These technologies can of course be combined with the technologies mentioned below.
That is the future and what I call web-, internet- or net 2. I am sure some webmasters are already writing all their sites in XML and trasforming it to (X)HTML by using XLST if / when needed.
Note, you can get problems with older browsers with XML driven sites depending on how you transform the source file(s).
• Dynamic sites based on browser scripting in JavaScript. No need for server scripting like asp or php.
• Dynamic database driven sites. Then you need a server scripting language like asp or php.
• Web applications driven by an AJAX engine. Then you need to combine asynchronous (browser) JavaScript with serverscripting in asp, php or .NET
This was good - it's something I can show my clients when they ask.
I have one client with a nice static site that was built in HTML 4.0 Transitional and is hosted on a Windows server.
There's no need for any server-side scripting on this site, and thus especially no need to be hosted on Windows rather than Linux, am I correct?
Comments
About
the Author:
Debbie Campbell
Parallax Web Design | Web Design Blog
|