Andy Rutter Home Link
  • Mobile Apps
  • Video Production
  • Web Design

    Browsing > Web Design

    Articles

    • ►CMS (6)
    • ►Featured (22)
      • ►MMD at UCN (5)
    • ►Internet (8)
    • ►Mobile Apps (8)
    • ►Photoshop (17)
      • ►Examples (10)
      • ►Interface (4)
      • ►Lessons (2)
    • ►Portfolio (6)
    • ►Reading Material (4)
    • ►Transmedia Storytelling (13)
      • ►Examples (6)
      • ►Gaming (2)
      • ►Planning (4)
    • ►Video Production (67)
      • ►Glossary (4)
      • ►Photography (7)
      • ►Post Production (7)
      • ►Pre Production (12)
      • ►TV Basics (8)
      • ►TV Production (14)
        • ►Crew (10)
        • ►Internet TV (3)
      • ►Viral Videos (14)
        • ►ICAN Project (3)
        • ►Overview (6)
        • ►Uses for Viral Videos (4)
    • ▼Web Design (53)
      • Web Design Summary
      • ►Basics (11)
      • ►CSS (10)
      • ►Flash (5)
      • ►HTML5 (10)
      • ►Objects (8)
      • ►Tags (8)

    Links

    • Alexa ratings
    • Border Radius
    • Box Shadows
    • Color schemes
    • Colour Picker
    • CSS Gradient
    • Google Web Fonts
    • HTML5 Compatibility
    • Icons in PNG
    • Lorem Ipsum
    • Plugins
    • Shadow Generator
    • W3C Validate
    • W3Schools
    • WordPress

Basic layout

Posted on 19/09/11 - 927 views.
Tags: Basic Website, CSS, design, html, HTML 5, Layout, Markup Tags, tag, XHTML

Begin by using a simplified version of the charset property for better backwards compatibility with legacy browsers.

By using XHTML 1.0 syntax on a HTML5 document is a good practise. That is, uppercase attribute and no quotes for wrapping attributes’ values.

This is a very basic and solid sta…

Read more…

Print this entry…

styles.css

Posted on 19/09/11 - 746 views.
Tags: Basic Website, CSS, design, html, HTML 5, Layout, Markup Tags, tag, XHTML

#banner h1 {line-height: 1em;} /* Fixes Logo overlapping */

/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 100%;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

/***** Global *****/

/* HTML...

Read more…

Print this entry…

index.html

Posted on 19/09/11 - 907 views.
Tags: Basic Website, CSS, design, html, HTML 5, Layout, Markup Tags, tag, XHTML

All together now:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Learning HTML5</title>

 

<link href="styles.css" rel="stylesheet" type="text/css">
<...

Read more…

Print this entry…

Under development

Posted on 19/09/11 - 716 views.
Tags: Basic Website, CSS, design, html, HTML 5, Layout, Markup Tags, tag, XHTML

Let me start by saying that HTML5 is still under development, and with it a whole new challenge for web designers. As developers we shouldn’t get into discussions about which markup is the best. Rather, we must modify our coding habits to keep the web accessible.

While it is true HTML5 and CSS3 a…

Read more…

Print this entry…

Basic CSS

Posted on 19/09/11 - 884 views.
Tags: Basic Website, CSS, design, html, HTML 5, Layout, Markup Tags, tag, XHTML

Just like our markup, the CSS will also have a very basic framework. Here’s the code for our main.css file:

@charset "utf-8";
/* CSS Document */

/***** Global *****/
/* Body */
body {
background: #F5F4EF url('../images/bg.png');
color: #000305;
font-size: 87.5%; /...

Read more…

Print this entry…

CSS Versions

Posted on 18/01/11 - 680 views.
Tags: CSS, design, div, html, web

December 1996 the World Wide Web Consortium (W3C) recommendation – CSS1 for controlling properties like typography, text alignment, spacing, margins, list formatting, borders, specify foreground and background colors and images, float box left or right and text flow.

In 1998 CSS2 came out and con…

Read more…

Print this entry…

Alignment

Posted on 03/01/11 - 598 views.
Tags: CSS, design, div, html, Layout, web

Keeping things lined up is as important in Web design as it is in print design. That’s not to say that everything should be in a straight line, but rather that you should go through and try to keep things consistently placed on a page. Aligning makes your design more ordered and digestible, as well…

Read more…

Print this entry…

Navigation

Posted on 03/01/11 - 593 views.
Tags: CSS, design, div, Documents, html, web

One of the most frustrating experiences you can have on a Web site is being unable to figure out where to go or where you are. I’d like to think that for most Web designers, navigation is a concept we’ve managed to master, but I still find some pretty bad examples out there. There are two aspects of…

Read more…

Print this entry…

Web Design Summary

Posted on 01/01/11 - 601 views.
Tags: CSS, CSS 3, design, div, html, Summaries, web

Intro

  1. Introduction to project – Design a basic web site using HTML4
  2. We will be discussing CSS, Layouts, Markup Tags and Objects
  3. Starting by making a design layout in Photoshop
  4. Thern importing our layout into Dreamweaver

Design

  1. Explain user-ability features and industry standar…

Read more…

Print this entry…

  • < Older Entries

    My Social Networks


    icon icon icon icon icon icon jistin TV icon
  • Copyright © 2012
  • Feedback
  • RSS feed
  • Log in
  • About
  • Contact
  • Live!