Web Design - Explained fully!

free web hosting
Free Web Hosting > Computers & Tech > Designing

Web Design - Explained fully!

TheBoutique-
QUOTE
Hi,

I have noticed there are a lot of people interested in all aspects of web design. As i have done for many other topics, i have searched through the internet looking for information. I have found some information on Web design, which i think will help many of you and answer the questions you have all been asking. I do hope this helps, but if it doesnt, just let me know and i will be happy to have any questions you may have. I too am a hufge fan of web design and all its aspects, and this helped me understand it greatly. Thank you!

Web design is a process of conceptualization, planning, modeling, and execution of electronic media delivery via Internet in the form of Markup language suitable for interpretation by Web browser and display as Graphical user interface (GUI).

The intent of web design is to create a web site -- a collection of electronic files that reside on a web server/servers and present content and interactive features/interfaces to the end user in form of Web pages once requested. Such elements as text, bit-mapped images (GIFs, JPEGs, PNGs), forms can be placed on the page using HTML/XHTML/XML tags. Displaying more complex media (vector graphics, animations, videos, sounds) requires plug-ins such as Flash, QuickTime, Java run-time environment, etc. Plug-ins are also embedded into web page by using HTML/XHTML tags.

Improvements in browsers' compliance with W3C standards prompted a widespread acceptance and usage of XHTML/XML in conjunction with Cascading Style Sheets (CSS) to position and manipulate web page elements and objects. Latest standards and proposals aim at leading to browsers' ability to deliver a wide variety of media and accessibility options to the client possibly without employing plug-ins.

Typically web pages are classified as static or dynamic.

Static pages don't change content and layout with every request unless a human (web master/programmer) manually updates the page.

Dynamic pages adapt their content and/or appearance depending on end-user's input/interaction or changes in the computing environment (user, time, database modifications, etc.) Content can be changed on the client side (end-user's computer) by using client-side scripting languages (JavaScript, JScript, Actionscript, etc.) to alter DOM elements (DHTML). Dynamic content is often compiled on the server utilizing server-side scripting languages (Perl, PHP, ASP, JSP, ColdFusion, etc.). Both approaches are usually used in complex applications.

With growing specialization in the information technology field there is a strong tendency to draw a clear line between web design and web development.

Contents [hide]1 History
2 Web site design
2.1 Multidisciplinary requirements
3 Issues
3.1 Lack of collaboration in design
3.2 Liquid versus fixed layouts
3.3 Flash
3.4 CSS versus tables
3.5 How it Looks vs. How it Works
4 Accessible Web design
5 Website Planning
5.1 Purpose
5.2 Audience
5.3 Content
5.4 Compatibility and restrictions
5.5 Planning documentation
6 See also
7 References
8 External links



[edit] History
Tim Berners-Lee, the inventor of the World Wide Web, published a website in August 1991.[1] Berners-Lee was the first to combine Internet communication (which had been carrying email and the Usenet for decades) with hypertext (which had also been around for decades, but limited to browsing information stored on a single computer, such as interactive CD-ROM design).

Websites are written in a markup language called HTML, and early versions of HTML were very basic, only giving websites basic structure (headings and paragraphs), and the ability to link using hypertext. This was new and different to existing forms of communication - users could easily navigate to other pages by following hyperlinks from page to page.

As the Web and web design progressed, the markup language used to make it became more complex and flexible, giving the ability to add objects like images and tables to a page. Features like tables, which were originally intended to be used to display tabular information, were soon subverted for use as invisible layout devices. With the advent of Cascading Style Sheets (CSS), table-based layout is increasingly regarded as outdated. Database integration technologies such as server-side scripting and design standards like CSS further changed and enhanced the way the Web is made.

The introduction of Macromedia Flash (now Adobe Flash) into an already interactivity-ready scene has further changed the face of the Web, giving new power to designers and media creators, and offering new interactivity features to users, often at the expense of usability for persons with disabilities, search engine visibility and browser functions available to HTML.


[edit] Web site design
A Web site is a collection of information about a particular topic or subject. Designing a website is defined as the arrangement and creation of Web pages that in turn make up a website. A Web page consists of information for which the Web site is developed. A website might be compared to a book, where each page of the book is a web page.

There are many aspects (design concerns) in this process, and due to the rapid development of the Internet, new aspects may emerge. For typical commercial Web sites, the basic aspects of design are:

The content: The substance, and information on the site should be relevant to the site and should target the area of the public that the website is concerned with.
The usability: The site should be user-friendly, with the interface and navigation simple and reliable.
The appearance: The graphics and text should include a single style that flows throughout, to show consistency. The style should be professional, appealing and relevant.
The visibility: The site must also be easy to find via most, if not all, major search engines and advertisement media.
A Web site typically consists of text and images. The first page of a website is known as the Home page or Index. Some websites use what is commonly called a Splash Page. Splash pages might include a welcome message, language/region selection, or disclaimer. Each web page within a Web site is an HTML file which has its own URL. After each Web page is created, they are typically linked together using a navigation menu composed of hyperlinks. Faster browsing speeds have led to shorter attention spans and more demanding online visitors and this has resulted in less use of Splash Pages, particularly where commercial websites are concerned.

Once a Web site is completed, it must be published or uploaded in order to be viewable to the public over the internet. This may be done using an FTP client. Once published, the Web master may use a variety of techniques to increase the traffic, or hits, that the website receives. This may include submitting the Web site to a search engine such as Google or Yahoo, exchanging links with other Web sites, creating affiliations with similar Web sites, etc.


[edit] Multidisciplinary requirements
Web site design crosses multiple disciplines of information systems, information technology and communication design. The website is an information system whose components are sometimes classified as front-end and back-end. The observable content (e.g page layout, user interface, graphics, text, audio) is known as the front-end. The back-end comprises the organization and efficiency of the source code, invisible scripted functions, and the server-side components that process the output from the front-end. Depending on the size of a Web development project, it may be carried out by a multi-skilled individual (sometimes called a web master), or a project manager may oversee collaborative design between group members with specialized skills.


[edit] Issues
As in most collaborative designs, there are conflicts between differing goals and methods of web site designs. These are a few of the ongoing ones.


[edit] Lack of collaboration in design
In the early stages of the web, there wasn't as much collaboration between web designs and larger advertising campaigns, customer transactions, social networking, intranets and extranets as there is now. Web pages were mainly static online brochures disconnected from the larger projects.

Many web pages are still disconnected from larger projects. Special design considerations are necessary for use within these larger projects. These design considerations are often overlooked, especially in cases where there is a lack of leadership, understanding or concern for the larger project to facilitate collaboration. This often results in unhealthy competition or compromise between departments, and less than optimal use of web pages.


[edit] Liquid versus fixed layouts
On the web the designer has no control over several factors, including the size of the browser window, the web browser used, the input devices used (mouse, touch screen, voice command, text, cell phone number pad, etc.) and the size and characteristics of available fonts.

Some designers choose to control the appearance of the elements on the screen by using specific width designations. This control may be achieved through the use of a HTML table-based design, or through the use of CSS. Whenever the text, images, and layout of a design do not change as the browser changes, this is referred to as a fixed width design. Proponents of fixed width design prefer the control over the look and feel of the site and the precision placement of objects on the page. Other designers choose a liquid design. A liquid design is one, like Wikipedia, where the design moves to flow content into the whole screen, or a portion of the screen, no matter what the size of the browser window. Proponents of liquid design prefer to use all the screen space available. Liquid design can be achieved through the use of CSS, by avoiding styling the page altogether, or by using HTML tables set to a percentage of the page. Both liquid and fixed design developers must make decisions about how the design should degrade on higher and lower screen resolutions. Sometimes the pragmatic choice is made to flow the design between a minimum and a maximum width. This allows the designer to avoid coding for the browser choices making up the long tail, while still using all available screen space.

Similar to liquid layout is the optional fit to window feature with Adobe Flash content. This is a fixed layout that optimally scales the content of the page without changing the arrangement or text wrapping when the browser is resized.


[edit] Flash
Adobe Flash (formerly Macromedia Flash) is a proprietary, robust graphics animation/application development program used to create and deliver dynamic content, media (such as sound and video), and interactive applications over the web via the browser.

Flash is not a standard produced by a vendor-neutral standards organization like most of the core protocols and formats on the Internet. Flash is much more restrictive than the open HTML format, though, requiring a proprietary plugin to be seen, and it does not integrate with most web browser UI features like the "Back" button unless a hyperlink is programmed to link a new html page from the Flash file, in which case the animation of the previous page would reset. However, those restrictions may be irrelevant depending on the goals of the web site design.

According to a study [2], 98% of US Web users have the Flash Player installed [3], with 45%-56%[4] (depending on region) having the latest version. Numbers vary depending on the detection scheme and research demographics[5].

Many graphic artists use Flash because it gives them exact control over every part of the design, and anything can be animated and generally "jazzed up". Some application designers enjoy Flash because it lets them create applications that don't have to be refreshed or go to a new web page every time an action occurs. Flash can use embedded fonts instead of the standard fonts installed on most computers. There are many sites which forego HTML entirely for Flash. Other sites may use Flash content combined with HTML as conservatively as gifs or jpegs would be used, but with smaller vector file sizes and the option of faster loading animations. Flash may also be used to protect content from unauthorized duplication or searching.

Flash detractors claim that Flash websites tend to be poorly designed, and often use confusing and non-standard user-interfaces. Up until recently, search engines have been unable to index Flash objects, which has prevented sites from having their contents easily found. This is because many search engine crawlers rely on text to index websites. It is possible to specify alternate content to be displayed for browsers that do not support Flash. Using alternate content also helps search engines to understand the page, and can result in much better visibility for the page. However, the vast majority of Flash websites are not disability accessible (for screen readers, for example) or Section 508 compliant. An additional issue is that sites which commonly use alternate content for search engines to their human visitors are usually judged to be spamming search engines and are automatically banned.

The most recent incarnation of Flash's scripting language (called "ActionScript", which is an ECMA language similar to JavaScript) incorporates long-awaited usability features, such as respecting the browser's font size and allowing blind users to use screen readers. Actionscript 2.0 is an Object-Oriented language, allowing the use of CSS, XML, and the design of class-based web applications.


[edit] CSS versus tables
For more details on this topic, see Tableless web design.
Back when Netscape Navigator 4 dominated the browser market, the popular solution available for designers to lay out a Web page was by using tables. Often even simple designs for a page would require dozens of tables nested in each other. Many web templates in Dreamweaver and other WYSIWYG editors still use this technique today. Navigator 4 didn't support CSS to a useful degree, so it simply wasn't used.

After the browser wars were over, and Internet Explorer dominated the market, designers started turning toward CSS as an alternate means of laying out their pages. CSS proponents say that tables should be used only for tabular data, not for layout. Using CSS instead of tables also returns HTML to a semantic markup, which helps bots and search engines understand what's going on in a web page. All modern Web browsers support CSS with different degrees of limitations.

However, one of the main points against CSS is that by relying on it exclusively, control is essentially relinquished as each browser has its own quirks which result in a slightly different page display. This is especially a problem as not every browser supports the same subset of CSS rules. For designers who are used to table-based layouts, developing Web sites in CSS often becomes a matter of trying to replicate what can be done with tables, leading some to find CSS design rather cumbersome due to lack of familiarity. For example, at one time it was rather difficult to produce certain design elements, such as vertical positioning, and full-length footers in a design using absolute positions. With the abundance of CSS resources available online today, though, designing with reasonable adherence to standards involves little more than applying CSS 2.1 or CSS 3 to properly structured markup.

These days most modern browsers have solved most of these quirks in CSS rendering and this has made many different CSS layouts possible. However, some people continue to use old browsers, and designers need to keep this in mind, and allow for graceful degrading of pages in older browsers. Most notable among these old browsers are Internet Explorer 5 and 5.5, which, according to some web designers, are becoming the new Netscape Navigator 4 — a block that holds the World Wide Web back from converting to CSS design. However, the W3 Consortium has made CSS in combination with XHTML the standard for web design.


[edit] How it Looks vs. How it Works
Some web developers have a graphic arts background and may pay more attention to how a page looks than considering other issues such as how visitors are going to find the page via a search engine. Some might rely more on advertising than search engines to attract visitors to the site. On the other side of the issue, search engine optimization consultants (SEOs) obsess about how well a web site works technically and textually: how much traffic it generates via search engines, and how many sales it makes, assuming looks don't contribute to the sales. As a result, the designers and SEOs often end up in disputes where the designer wants more 'pretty' graphics, and the SEO wants lots of 'ugly' keyword-rich text, bullet lists, and text links. One could argue that this is a false dichotomy due to the possibility that a web design may integrate the two disciplines for a collaborative and synergistic solution. Because some graphics serve communication purposes in addition to aesthetics, how well a site works may depend on the graphic designer's visual communication ideas as well as the SEO considerations.

Another problem when using lots of graphics on a page is that download times can be greatly lengthened, often irritating the user. This has become less of a problem as the internet has evolved with high-speed internet and the use of vector graphics. This is an engineering challenge to increase bandwidth in addition to an artistic challenge to minimize graphics and graphic file sizes. This is an on-going challenge as increased bandwidth invites increased amounts of content.


[edit] Accessible Web design
Main article: Web accessibility
Accessible Web design is the art of creating webpages that are accessible to everyone, using any device. It is especially important so that people with disabilities - whether due to accident, disease or old age - can access the information in Web pages and be able to navigate through the website.

To be accessible, web pages and sites must conform to certain accessibility principles. These can be grouped into the following main areas:

use semantic markup that provides a meaningful structure to the document (i.e. web page)
Semantic markup also refers to semantically organizing the web page structure and publishing web services description accordingly so that they can be recognised by other web services on different web pages. Standards for semantic web are set by IEEE
use a valid markup language that conforms to a published DTD or Schema
provide text equivalents for any non-text components (e.g. images, multimedia)
use hyperlinks that make sense when read out of context. (e.g. avoid "Click Here.")
don't use frames
use CSS rather than HTML Tables for layout.
author the page so that when the source code is read line-by-line by user agents (such as a screen readers) it remains intelligible. (Using tables for design will often result in information that is not.)
However, W3C permits an exception where tables for layout either make sense when linearized or an alternate version (perhaps linearized) is made available.


[edit] Website Planning
Before creating and uploading a website, it is important to take the time to plan exactly what is needed in the website. Thoroughly considering the audience or target market, as well as defining the purpose and deciding what content will be developed are extremely important.


[edit] Purpose
It is essential to define the purpose of the website as one of the first steps in the planning process. A purpose statement should show focus based on what the website will accomplish and what the users will get from it. A clearly defined purpose will help the rest of the planning process as the audience is identified and the content of the site is developed. Setting short and long term goals for the website will help make the purpose clear and plan for the future when expansion, modification, and improvement will take place. Also, goal-setting practices and measurable objectives should be identified to track the progress of the site and determine success.


[edit] Audience
Defining the audience is a key step in the website planning process. The audience is the group of people who are expected to visit your website – the market being targeted. These people will be viewing the website for a specific reason and it is important to know exactly what they are looking for when they visit the site. A clearly defined purpose or goal of the site as well as an understanding of what visitors want to do/feel when they come to your site will help to identify the target audience. Upon considering who is most likely to need/use the content, a list of characteristics common to the users such as:

Audience Characteristics
Information Preferences
Computer Specifications
Web Experience
Taking into account the characteristics of the audience will allow an effective website to be created that will deliver the desired content to the target audience.


[edit] Content
Content evaluation and organization requires that the purpose of the website be clearly defined. Collecting a list of the necessary content then organizing it according to the audience's needs is a key step in website planning. In the process of gathering the content being offered, any items that do not support the defined purpose or accomplish target audience objectives should be removed. It is a good idea to test the content and purpose on a focus group and compare the offerings to the audience needs. The next step is to organize the basic information structure by categorizing the content and organizing it according to user needs. Each category should be named with a concise and descriptive title that will become a link on the website. Planning for the site's content ensures that the wants/needs of the target audience and the purpose of the site will be fulfilled.


[edit] Compatibility and restrictions
Because of the market share of modern browsers (depending on your target market), the compatibility of your website with the viewers is restricted. For instance, a website that is designed for the majority of websurfers will be limited to the use of valid XHTML 1.0 Strict or older, Cascading Style Sheets Level 1, and 1024x768 display resolution. This is because Internet Explorer is not fully W3C standards compliant with the modularity of XHTML 1.1 and the majority of CSS beyond 1. A target market of more alternative browser (e.g. Firefox and Opera) users allow for more W3C compliance and thus a greater range of options for a web designer.

Another restriction on webpage design is the use of different Image file formats. The majority of users can support GIF, JPEG, and PNG (with restrictions). Again Internet Explorer is the major restriction here, not fully supporting PNG's advanced transparency features, resulting in the GIF format still being the most widely used graphic file format for transparent images.

Many website incompatibilities go unnoticed by the designer and unreported by the users. The only way to be certain a website will work on a particular platform is to test it on that platform.


[edit] Planning documentation
Documentation is used to visually plan the site while taking into account the purpose, audience and content, to design the site structure, content and interactions that are most suitable for the website. Documentation may be considered a prototype for the website – a model which allows the website layout to be reviewed, resulting in suggested changes, improvements and/or enhancements. This review process increases the likelihood of success of the website.

First, the content is categorized and the information structure is formulated. The information structure is used to develop a document or visual diagram called a site map. This creates a visual of how the web pages will be interconnected, which helps in deciding what content will be placed on what pages. There are three main ways of diagramming the website structure:

Linear Website Diagrams will allow the users to move in a predetermined sequence;
Hierarchical structures (of Tree Design Website Diagrams) provide more than one path for users to take to their destination;
Branch Design Website Diagrams allow for many interconnections between web pages such as hyperlinks within sentences.
In addition to planning the structure, the layout and interface of individual pages may be planned using a storyboard. In the process of storyboarding, a record is made of the description, purpose and title of each page in the site, and they are linked together according to the most effective and logical diagram type. Depending on the number of pages required for the website, documentation methods may include using pieces of paper and drawing lines to connect them, or creating the storyboard using computer software.

Some or all of the individual pages may be designed in greater detail as a website wireframe, a mock up model or comprehensive layout of what the page will actually look like. This is often done in a graphic program, or layout design program. The wireframe has no working functionality, only planning.


[edit] See also
asp.net
Color tool
Content management
Faceted navigation
Information architecture
Interaction design
Java
Knowledge visualization
PHP
Server-side scripting
Streaming Media
Style sheet (web development)
User interface design
Web 2.0
Web colors
Web indexing
Web integration
Web usage mining
Website architecture
Website builder

 

 

 


Reply

FirefoxRocks
Ok obviously that was copied from Wikipedia or another wiki. Yep, it is exactly http://en.wikipedia.org/wiki/Web_design.

I don't know if you copied the introduction paragraphs from another forum or what, but perhaps you can refer to a specific page instead of coping huge texts into a post. The formatting is lost in the forum, and it is hard to read, especially because it is entirely wrapped up in a quote tag.

Please point us to the article if you wish to discuss it on the forum, thanks.

Reply

skedad
I do have a lot of experience under my belt with Web Design and well, just Graphic Design. It is just always updating the new rules and the new guidelines when dealing with the business aspect. It is good to have a quick reference like you have posted.

Reply

wutske
I've just recently started to do some real webdesigning (actualy just finished writing a template for joomla smile.gif ) and it's realy pain in the *** . Even if you follow the standards, how hard you try, there's always one browser that just doesn't want to do what you ask it to do dry.gif (believe, me, it's not only IE that gave me headaches, FF, Opera and Safari were responsible too).
About the tables, at first I wanted to make the whole design using just tables, but a friend of mine refused to help with the template if I didn't used div's . At first they're hard to use, but now they don't pose too many problems anymore cool.gif .


I think the most important questions in webdesigning are:
what do people want to see (visual)
how do we organise the website so that it offers a logic structure (logical)
what is important and what is less important (structural)

Just my 2c smile.gif

 

 

 


Reply

skedad
QUOTE(wutske @ Dec 13 2007, 05:23 PM) *
I think the most important questions in webdesigning are:
what do people want to see (visual)
how do we organise the website so that it offers a logic structure (logical)
what is important and what is less important (structural)

Just my 2c smile.gif


What people want... man if every person was the same it would be so easy... um, and then so pointless! I think that a new(er) designer will jump right into the newage flash and flash setups and the convenient default display settings... I have been able to do a few different setups and each were pretty much here and there and the similarities were that they were webpages. Old school clients aren't going to want something new and flashy!

I think the easier organized site, the easier the traffic will flow on the sites. Now my personal page through astahost is not really great at the flow of traffic, but it doesn't get hit like an ebay site would. And I think that if it is professional, I don't think there is a need for it to be really eye catching and hugely clever, I think Mr X or Mrs Q is going to just want the easy access buttons and links.

I think the last one can wrap into the others. I think at first when the site is up, it should be bugged and it should be confusing... that way the suggestions come in and then you will know what the people need... or you can make it perfect and have a nice section for user feedback... hahahaha... whatever the case.

*Thank you for giving me very good questions that I could chime in on.... But do remember, it's only my opinion*

- skedad -

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. wen 2.0 design planning - 97.12 hr back. (1)
  2. "web design" screen standard size - 109.76 hr back. (1)
  3. free webdesign using asp.net - 219.93 hr back. (1)
  4. extensible user profiles web design - 229.64 hr back. (1)
Similar Topics

Keywords : web, design, explained, fully

  1. How To Design A Contact Form Part 3
    (0)
  2. How To Design A Form In Flex 2
    (0)
    QUOTE Design A Contact Form In Flex Part 2 I hope that you learn a little bit of the Flex
    format with my first tutorial because that was the easy stuff until you get to the actual
    programming such as ActionScript and any other languages. Of course, I think this is by far the
    easiest part of designing forms or applications and that is using CSS. I will like to point out
    that CSS in Flex is a enigma and I will tell you why, because CSS in flex acts like regular CSS in
    html however it is very limited in what you can use and yet CSS in Flex is very complex because of....
  3. Design A Contact Form In Flex Part 1
    (0)
    QUOTE Design a Flex Form Part 1 Well this is my first tutorial on Adobe Flex 3 which is a great
    program if you’re interested in designing applications for the web 2.0 era. Adobe flex is the
    way to go as it combines several different programming languages in order to make the most out of
    this program. This includes HTML, CSS, XML, PHP/MySQL, XML, ActionScript, Ruby on Rails and ASP and
    this is all possible by the use of MXML or Magic eXtensible Markup Language because it is a user
    interface markup language. My three part tutorials for this form include desig....
  4. How To Create A "user Profile" Page.
    No design (easy to add later if you want). (14)
    Hi! It was a long time ago I created a tutorial, so I've decided to create a new one
    /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> This time, I am
    going to teach you, how to create a "user profile page". Lets say I am logged in on my account, and
    want to view someone else account information (in this case, only his username, but you can add more
    things later). Then I'll press on a link, that will take me to his user profile. But before
    you can do that, you will have to create a register script, and a login script. If y....
  5. I Need Help
    web design (2)
    Hi all, I need help with the design of my website I just created. It's a media outlet site, I
    called it losangelesmagazine.net. So I need a web design structured for news. Does anyone know
    where I can get free designs, in wordpress. Also if anyone knows any good working wp site about
    news I can get snippets from? Thanks for the help in advance and thanks for reading this. -
    JohnNitro....
  6. New Film "expelled: No Intellegence Allowed"
    Is Intellegent Design science? (0)
    There is a new film out decrying the injustice that proponents of ID are not being taken seriously
    as scientists. Or wait a minute... Is this really just propaganda to help the fundie Christians
    invade and reclaim science for the work of God? If it is the latter as I suspect then if they
    succeed, before long the science your kids study at school may soon be indistinguishable from
    theology. I cannot say that I had a very good impression of Dawkins for most of my life, though my
    opinion based on "The Selfish Gene", improved when I read "Ancestor's Tale" and "Climbi....
  7. Photoshop 7.0 Wdc: Feature Area
    Photoshop 7.0 Web Design Component: Feature Area (3)
    Web design is a highly competitive profession when you have thousands, if not, millions of other
    professional web designs to rank up with. This small tutorial will attempt to draw out the
    simplicity of designing web components for a specific page. We will be creating a simple feature
    area box that conveys a clean, but professional impression. It is assumed that Adobe Photoshop 7.0
    is the image manipulation software being used and that the user understands the basic functions and
    menu navigation of this application. Start out by creating a new 500px by 250px document u....
  8. Are Webspaces Old News, Is Myspace...& Others The New Deal
    web design (5)
    see the problem is i have a space set up somewhere else, a different free hosting service, and they
    have changed so much over the years i have lost a lot of functions......they are not free anymore,
    and my bandwidth is suckin now also......so i'm here clicking away at the forum to try a new
    host.....and free.......i need free. my other half says get a MySpace, but I am a graphic artist so
    I don't think myspace will do for me.....BLOGS i don't think will work either..........what
    is a new cool format that graphic artists may use......see i like HTML......so i....
  9. Graphic Design Program
    (7)
    i, what is the best freeware graphic design program - for web design application (like buttons,
    background and etc.) ....
  10. Looking For Recommendations For A Web Site Technologies
    Looking for web design suggestions. (3)
    Hi there. I need some web help. The reason I've chosen the astahost.com for hosting was because
    of their free web hosting. Originally I wanted to create and host my own website - using my own
    graphics, design, and content. What I've noticed is not only is there a learning curve when
    experimenting with different software and hosting but the time required to create, update content is
    also time consuming. So I would like to make it easier on myself by getting my feet wet with a
    content management system. First I am hosting two web sites with astahost. One is for &#....
  11. Where Can I Find Free Web Design?
    (9)
    Do you know where can I find free web designs??....
  12. Titanic History
    fully loaded sinking ship (0)
    friends want to know more about the great sinking ship with a terror on board with 1500+ hearts??
    check out this site , very amazing and really helping to lessen our curiosity about that dead night
    faced by titanic of whiy=te star line company .. i just found this site somewhere.. there are many
    pictures and very very rarely seen ever ,, just check out this site!
    http://www.maritimequest.com/liners/titanic_page_1.htm ....
  13. Best Web Design Software
    (4)
    I think dreamweaver....
  14. Web Design Software
    (5)
    Is Adobe Photoshop really good for picture editing? If it is, I plan on using the pictures for
    webpages. Is there any other notable softwares out there for web design? Thanks in advance.....
  15. The Step Up. A Guide For Myspace Design
    Actual code is included here :) (2)
    Well I used to have trouble just getting what I wanted. The basic codes for creating myspace
    layouts. Am I right they seem to be hard to find. Well not no more! Here I shall include all of
    the css codes I know for myspace. Well lets start with the background image CODE <Style
    type="text/css"> body{ background-color:000000; background-image:url(put a
    direct html link to your image here for the background); background-position:Center Center;
    background-attachment: fixed; background-repeat:no-repeat; scrollbar-track-colo....
  16. Help
    Help design logo (3)
    can anyone help me design a logo? or tell me a program which helps me? and if you can give me
    tutorials on GIMP....
  17. Free Logo Design Program?
    Freeeee???? (1)
    Hey does any one know of a program that can create (or help you create) A logo? i really need to
    design a logo for my site. It has to be free and if you can please give me a tutorial on how to use
    the program
    ----------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------ Cheers /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Ozy....
  18. Simple Web-design How-to
    As the topic is (0)
    Simple web-design how-to There are thing things to check before making the site: get the theme,
    make the site to be easily navigated, giving the appropriate design to the site. When you get the
    theme, you have to be able to measure what the site is all about and even the design preferably.
    When you make the site easily navigated, you have to consider a lot of things. The navigation has
    to go not against the theme and as well as the design preferably. When you giving the appropriate
    design to the site, previous two points must be determined. These things are simple ....
  19. The How To's And What Not's Of Web Design
    Version 1.0 (1)
    The How To's and What Not's of Web Design By Onthescreen Whats Included:
    Setting up Your Server Where to Start Finding a Host/Uploading Forums 1. Setting up Your
    Server First Steps: 1. Download Xampp for your system: Linux:
    http://www.apachefriends.org/en/xampp-linux.html Windows:
    http://www.apachefriends.org/en/xampp-windows.html Mac OS X:
    http://www.apachefriends.org/en/xampp-macosx.html Solaris:
    http://www.apachefriends.org/en/xampp-solaris.html 2. Follow Directions on the appropriate page. 3.
    Test it! http://localhos....
  20. Logo Design
    Photography logo design (3)
    Hi, I am making a free design for one of my customers, and I am looking for a photography logo. Can
    any of you guys help me out, because I am not that good at making logos, lol. /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Here is what it should
    say: Norbert's Photography and underneath it a slogan saying: Viewing The World One Frame At
    A Time And for the logo to fit a 300 x 120 area Thank-you!....
  21. What Would You Want?
    TV simulation game I am trying to design (1)
    I am in the middle of making a TV simulation text-based game. Problem is, I've become pressed
    with the problem of what exactly might people want in a TV sim. I've got some vague ideas about
    starting as public access channel and moving up to different levels after that. Hireing certian
    staff which could increase the profits of shows. Number of staff and crew that would fit into
    certain size offices. Those are some of the things I am working with now. But I've come up
    short with things like advertisements. I would like to know what things people would li....
  22. My Own Car Design Done With 3DS Max Rate It!
    (32)
    Hey ya`ll it`s been a while since the last time I posted at asta but I just got a new
    internet connection so I will be online more often again. Back to topic, I started designing a car
    with 3ds max and I`m actually curious about what other poeple think of it so far. The bodywork
    is not finished and it has no details yet plus the enviroment isn`t set up as it should so
    don`t mind the wierd wheel reflections on the windsheild just rate the overall design and feel
    free to make suggestions. Here it is: ....
  23. A Free Graphic Design Program That Could Equal Photoshop?
    (35)
    The past few years of my designing experience have been accomplished mainly by using a copy of my
    friend's father's Adobe Photoshop CS 8.0 CD. But my computer had been bugging me lately and
    i had no choice but to reformat it, at the same time wiping away any trace of the program.
    Unfortunately for me, i hadn't made a copy of the CD myself and i feel so much regret and
    remorse over that incident. Still, i have to look towards the future. I've went to the Adobe
    website and in no way am i going to pay 600 bucks for one program that i use once every week. A....
  24. Help With Game Design In C++
    creat a game with a C++ ?? (7)
    /huh.gif' border='0' style='vertical-align:middle' alt='huh.gif' /> i would create a game but how
    can i do with C++ ?? my prob is i don't by what i have to begin,if you have any exempl for this
    kind of programation , i mean programing with C++ to create a game i'm not askin for a complex
    game but just a simple game for a bigining ??and after wen i well be able to creat a good games i
    will do pleazz don't abstain to let me know your suggestions !!!!!!....
  25. Visual Basic: Replace Explained!
    (4)
    This tutorial will go over how to effectively use the Replace function in Visual Basic. 1. So
    you have a string. Whether it be a label caption, an entry in a text box by the user of your
    program, or an item in a combo box. Let's say this is a bad string, something you do not want
    to appear. For instance, a user types "X is gay" in a text box, and you want to change that to
    something else. You can simply have it be deleted, or replaced with another value. 2. To make
    this work when a user types something in a textbox, you will need to use this sub: CODE ....
  26. True Free Design Program?
    Is there such a powerful freeware? (16)
    The closest thing to a free powerful graphics editor is either pain.NET or The GIMP. The GIMP -
    very unstable and not suggested for anyone who wants a stable envirnoment. - if you can cope with
    the numerous errors, then the plugins can prove very valuable - is as strong as Photoshop and alike
    when it comes to the actual editing paint.NET - very stable - can be seen as the bridge between
    paint and PSP or Photoshop. - Only has limited features - little or no plugins yet available
    Verdict: paint.NET for easy use The GIMP for advanced graphical manipulation ....
  27. HTML 102 - Web Design For Beginners
    More Basic HTML Writing (6)
    HTML 102 - Web Design For Beginners More Basic HTML Writing This will be part two of a
    multi-part HTML tutorial. Please don't post advanced HTML replies to this article. This
    tutorial is specifically written for beginning HTML writers. Requirements: Software: Web Browser,
    HTML Editor. Knowledge: HTML 101 - Web Design For Beginners. Skills: Ability to press the
    keys on the keyboard. So you have read and understood HTML 101 - Web Design For Beginners and
    you want to learn more. So far we have talked about a very basic web page. Black on white an....
  28. HTML 101 - Web Design For Beginners
    Absolute Basic HTML Writing (7)
    HTML 101 - Web Design For Beginners Absolute Basic HTML Writing This will be part one of a
    multi-part HTML tutorial. Please don't post advanced HTML replies to this article. This
    tutorial is specifically written for beginning HTML writers. Requirements: Software: Web
    Browser, HTML Editor. Skills: Ability to press the keys on the keyboard. Any web browser will
    work as long as it can open files saved on your hard drive. -> Netscape and Internet Explorer are
    both free and easy to use. Any HTML editor will work as long as it is an HTML editor and not a web....
  29. Comprehensive List Of Resources On Graphics/design
    All of you should contribute (12)
    HI all, This is what my plan is... We've got hundreds of posts on good graphics and design
    site links all spread across multiple posts, some of which just age out and fall to the bottom of
    the list and then there are reposts on the same topic again. My plan is to come up with some such
    good lists with contributions from all of you. But instead of having the links spread across
    multiple posts or replies to this topic, I'll merge your posts into ONE BIG POST with all the
    links presented serially - making it much easier for our readers to find out...as well as....
  30. The Best Web Design Combo
    my tools used for web designing. yours? (28)
    You know the best combination of webdesigning for me? 1. OS: Microsoft Windows XP 2. Web Server:
    Apache web server 3. Database: MySQL database 4. Dynamic page language: PHP 5. Page designer:
    Macromedia Dreamweaver 6. Graphic Designer: Adobe Photoshop Honestly, i would like to use Mac or
    Linux instead. But, i was born with M Windows. I can't help it. What about u guys?....

    1. Looking for web, design, explained, fully

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for web, design, explained, fully
Similar
How To Design A Contact Form Part 3
How To Design A Form In Flex 2
Design A Contact Form In Flex Part 1
How To Create A "user Profile" Page. - No design (easy to add later if you want).
I Need Help - web design
New Film "expelled: No Intellegence Allowed" - Is Intellegent Design science?
Photoshop 7.0 Wdc: Feature Area - Photoshop 7.0 Web Design Component: Feature Area
Are Webspaces Old News, Is Myspace...& Others The New Deal - web design
Graphic Design Program
Looking For Recommendations For A Web Site Technologies - Looking for web design suggestions.
Where Can I Find Free Web Design?
Titanic History - fully loaded sinking ship
Best Web Design Software
Web Design Software
The Step Up. A Guide For Myspace Design - Actual code is included here :)
Help - Help design logo
Free Logo Design Program? - Freeeee????
Simple Web-design How-to - As the topic is
The How To's And What Not's Of Web Design - Version 1.0
Logo Design - Photography logo design
What Would You Want? - TV simulation game I am trying to design
My Own Car Design Done With 3DS Max Rate It!
A Free Graphic Design Program That Could Equal Photoshop?
Help With Game Design In C++ - creat a game with a C++ ??
Visual Basic: Replace Explained!
True Free Design Program? - Is there such a powerful freeware?
HTML 102 - Web Design For Beginners - More Basic HTML Writing
HTML 101 - Web Design For Beginners - Absolute Basic HTML Writing
Comprehensive List Of Resources On Graphics/design - All of you should contribute
The Best Web Design Combo - my tools used for web designing. yours?
advertisement




Web Design - Explained fully!



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE