Web design: Difference between revisions
Undid revision 477172235 by Pontificalibus (talk) |
No edit summary |
||
Line 1: | Line 1: | ||
{{refimprove|date=October 2011}} |
|||
{{POV|Section "Changes and updates" is heavily biased|date=October 2011}} |
|||
{{Undue|date=November 2011}} |
|||
'''Web design''' is the process of planning and creating a website. Text, images, digital media and interactive elements are used by web designers to produce the page seen on the web browser.<ref>http://www.mtu.edu/umc/services/web/resources/cms/web.html</ref> Web designers utilize markup language, most notably [[HTML]] for structure and [[CSS]] for presentation as well as [[JavaScript]] to add [[interactivity]] to develop pages that can be read by web browsers. |
'''Web design''' is the process of planning and creating a website. Text, images, digital media and interactive elements are used by web designers to produce the page seen on the web browser.<ref>http://www.mtu.edu/umc/services/web/resources/cms/web.html</ref> Web designers utilize markup language, most notably [[HTML]] for structure and [[CSS]] for presentation as well as [[JavaScript]] to add [[interactivity]] to develop pages that can be read by web browsers. |
||
Line 7: | Line 5: | ||
==Best practices== |
==Best practices== |
||
{{Howto|section|date=November 2011}} |
|||
Web designing is all about writing code that is valid HTML and CSS which make it easier to correct problems, and edit pages. HTML and CSS are the fundamental technologies for building web pages: (X)HTML for structure, accompanied by CSS for style and layout.<ref>http://www.w3.org/standards/webdesign/</ref> By separating the presentation style of documents from the content of documents, CSS simplifies web authoring and site maintenance.<ref>http://www.w3.org/TR/2011/REC-CSS2-20110607/</ref> For example, having a separate CSS file allows for making aesthetic changes to the entire website rather than just to a single web page. If CSS rules are included within a single HTML page, changes would have to be made to each and every page that used the element in question. The reasoning is that HTML should only be used for raw content and CSS be used to manipulate the content for aesthetic style. |
Web designing is all about writing code that is valid HTML and CSS which make it easier to correct problems, and edit pages. HTML and CSS are the fundamental technologies for building web pages: (X)HTML for structure, accompanied by CSS for style and layout.<ref>http://www.w3.org/standards/webdesign/</ref> By separating the presentation style of documents from the content of documents, CSS simplifies web authoring and site maintenance.<ref>http://www.w3.org/TR/2011/REC-CSS2-20110607/</ref> For example, having a separate CSS file allows for making aesthetic changes to the entire website rather than just to a single web page. If CSS rules are included within a single HTML page, changes would have to be made to each and every page that used the element in question. The reasoning is that HTML should only be used for raw content and CSS be used to manipulate the content for aesthetic style. |
||
Revision as of 12:31, 16 February 2012
Web design is the process of planning and creating a website. Text, images, digital media and interactive elements are used by web designers to produce the page seen on the web browser.[1] Web designers utilize markup language, most notably HTML for structure and CSS for presentation as well as JavaScript to add interactivity to develop pages that can be read by web browsers.
As a whole, the process of web design can include conceptualization, planning, producing, post-production, research, advertising. The site itself can be divided up into pages. The site is navigated by using hyperlinks, which are commonly blue and underlined but can be made to look like anything the designer wishes. Images can also be hyperlinks.
Best practices
Web designing is all about writing code that is valid HTML and CSS which make it easier to correct problems, and edit pages. HTML and CSS are the fundamental technologies for building web pages: (X)HTML for structure, accompanied by CSS for style and layout.[2] By separating the presentation style of documents from the content of documents, CSS simplifies web authoring and site maintenance.[3] For example, having a separate CSS file allows for making aesthetic changes to the entire website rather than just to a single web page. If CSS rules are included within a single HTML page, changes would have to be made to each and every page that used the element in question. The reasoning is that HTML should only be used for raw content and CSS be used to manipulate the content for aesthetic style.
HTML and XHTML
XHTML is HTML 4.01 re-formatted as XML, in the way that HTML was previously based upon SGML.[4] The syntactic rules of XML are less flexible than SGML, which means that XML is simpler to process and validate, although it is more demanding of accuracy for hand-editing. The first XHTML standard was a simple reformulation of the HTML standard (i.e. the same tags were used) and did not make changes other than those directly related to the syntax. Later XHTML standards began to revise the sets of tags in use as well, although these standards were never widely adopted.
XHTML is widely used on the web, although this was not well understood by web designers, and was largely driven by fashion than by technical advances. Further development of the XHTML standard has been abandoned, although the new standard, HTML5, is now available and this also supports an XML serialization.
Changes and updates
Custom website designs normally need small tweaks and changes initially after they go live, but major updates and re-designs may be undertaken periodically. Some website building platforms called Content Management System's (CMS) allow novice user's to update and change their existing sites as often and as much as they want without having to know complex codes. User's can perform "Visual Edits" rather then the usual coded edits which gives the users free range to edit their sites themselves.
Notable American Web Design Companies
- Triad Web Design (Raleigh, NC)
- Ciplex Web Design (Los Angeles, CA)
- ThriceForce Web Design & Marketing (Burbank, CA)
- Auston Web Design & Development (Portland, OR)
- Project 6 (San Francisco, CA)
- Deep Blue (Decatur, GA)
- Reflections Data (New York, NY)
- Limit8-CZA (New York, NY)
- lifeBlue Media (Atlanta, GA)
- 352 Media group (Miami, FL)
See also
- Cross-browser
- Cybermosaic
- Interaction design
- Progressive Enhancement
- Search engine optimization (SEO)
- User interface design
- Web 2.0
- Web application framework
- Web colors
- Web safe fonts
- Web usability
- Website architecture
- Website awards
- Website builder
- Website wireframe