WDD-LO1-WEB SITES
TYPES OF WEB SITES:
1. Development sites+ Used to evaluate diff web designs
+ Example: Wordpress or blogspot
2. Intranets
+ Corporate networks
3. Extranet
+ It still an intranet but allows authorized parties outside the company to access information stored in the system
+ Example: MIC manager can access micronet.com.bn outside of the country
4. Transaction-processing sites
+ Commerce sites that must be available 24 hours a day, seven days a week
+ Example: eBay
5. Content-delivery sites
+ news websites
Web Clients And Web Servers
- Client/server architectures
Client computers typically request service
A server processes the clients' requests
- Web software
Lets different types of computers running different operating systems
DYNAMIC CONTENT
- It is nonstatic information constructed in response to a Web client's request
- Dynamic page
Web page whose content is shaped by a program in response to user requests.
STATIC PAGE
- An unchanging page retrieved from disk
SERVER-SIDE SCRIPTING
- Programs running on a Web server create Web pages before sending them back to the requesting Web clients
DYNAMIC PAGE-GENERATION TECHNOLOGY INCLUDE:
- Active Server Pages (ASP)
- JavaServer Pages (JSP)
- PHP; Hypertext Preprocessor (PHP)
Comments
Post a Comment