Web Design for the Desktop and Other Devices
Many web designers focus on the cutting edge (or, as some would say, bleeding edge) of web design today. When you focus on creating designs for Safari on the Apple iOS, you can take advantage of the latest in HTML5 and CSS 3 and all that this new, multimedia, interactive environment has to offer.
But don’t forget that some people who view your web pages may still be using older web browsers on more antiquated devices, such as computers running Internet Explorer 7 on Windows XP.
If you employ the best practices, you can create great-looking designs for the iPhone and iPad without compromising the experience of your less advanced users. Here are a few things to keep in mind if you want to make sure that your pages look good to the broadest possible audience:
Use multiple styles targeted to each device: Design styles that are specific to the iPad and iPhone, and be sure to include a set of styles that work well on a desktop computer.
Create one version of your site that works well on a computer monitor set to a resolution of 1024 x 768. You should create a page design that’s about 960 to 980 pixels wide.
Make sure your design works well even if the cool new CSS 3 design features don’t display. Things such as drop shadows and rounded corners may not display on some desktop computers. Test your pages in an older browser to make sure they look "good enough and that they’re still at least readable and navigable on older web browsers.

Web Design & Development Glossary
AJAX
asynchronous JavaScript and XML. A technique used in web page development.

Web Design & Development Glossary
API
application programming interface. A set of rules programs use to communicate with each other.

Web Design & Development Glossary
color stop
A special element that indicates a color to be added to a gradient.

Web Design & Development Glossary
FTP
File Transfer Protocol. A network protocol useful for transferring files in a client-server relationship.

Web Design & Development Glossary
HTML
HyperText Markup Language. The predominant language for building web pages.

Web Design & Development Glossary
HTTP
HyperText Transfer Protocol. The primary networking language for the Internet.

Web Design & Development Glossary
PHP
PHP Hypertext Processor. A scripting language that works well within HTML.

Web Design & Development Glossary
socket
A technology that allows remote computers to maintain a persistent connection in order to communicate with each other.

Web Design & Development Glossary
sprite
An graphic object on a web page that will be manipulated in real time.

Web Design & Development Glossary
SQL
Structured Query Language. A programming language useful in managing relational databases.

Web Design & Development Glossary
stateless protocol
An Internet procedure that completely breaks the connection between the client and the server after a transaction, meaning that the next transaction will require an entirely new connection.

Web Design & Development Glossary
Telnet
A network protocol useful in interactive, text-oriented communications.

Web Design & Development Glossary
W3C
World Wide Web Consortium. The organization that sets international standards for the World Wide Web.