Web site Redesigns - Upgrading Web site Technology
Cascading Style Sheets
Cascading Style Sheets (CSS) is a fascinating, elegant technology. CSS can make your site faster, less complicated and easier to change. CSS can better adapt to the need of emerging technologies and CSS can make your site more accessible for the disabled.
Cascading Style Sheets provides a way of separating the presentation from the structural markup of a web site. The structure of the document can remain static HTML, and the content either contained in the HTML itself, or generated by ASP, ColdFusion, XML as well as future technologies.
Find out more about my CSS services and how we can work together to improve your site...
Web Applications
Today's sites are incorporating interactive online applications. This can be as simple as adding a search feature to your site or as complicated as Ecommerce shopping site.
Most applications have a data base that stores information. Adding this data driven technology to your current Web site can increase your websites efficiency and make your Web site more interactive.
New XHTML Standards
Why XHTML? We have reached a point where many pages on the WWW contain "bad" HTML.
The following HTML code will work fine if you view it in a browser, even if it does not follow the HTML rules:
<html>
<head>
<title>This is bad HTML</title>
<body>
<h1>Bad HTML
</body>
XML is a markup language where everything has to be marked up correctly, which results in "well-formed" documents.
XML was designed to describe data and HTML was designed to display data.
Today's market consists of different browser technologies, some browsers run internet on computers, and some browsers run internet on mobile phones and hand helds. The last-mentioned do not have the resources or power to interpret a "bad" markup language.
Therefore - by combining HTML and XML, and their strengths, we got a markup language that is useful now and in the future - XHTML.
XHTML pages can be read by all XML enabled devices AND while waiting for the rest of the world to upgrade to XML supported browsers, XHTML gives you the opportunity to write "well-formed" documents now, that work in all browsers and that are backward browser compatible.


