Home Submit Sources Feeds

Top 10 Noob Mistakes in Web Design

This tutorial is temporarily unavailable, please try related tutorials.
Related Tutorials
Meta Tags & Search Engines
Want to get a top ranking in search engines? No problem! All you need to do is add a few magical "meta tags" to your web pages, and you'll skyrocket to the top of the listings.
Build a Web Team or Go It Alone
Web design projects require a blend of skills. The unique blend of creative and technological requirements means that an aspect of Web design and development draws on skills you have used in other positions - or on skills you do not necessarily consider your strengths.
Tips for Managing Your Web Design Business
In this tutorial, we offer tips on how to do the tasks that we have found most crucial for your Web design career, either when you are on your own or when you are working for a company.
Web design layout 9: sitebuild
Learn how to convert my web design layout #9 into a working one page css template.
Web Design Layout #10: PSD Conversion
In this tutorial il be taking you through the process of converting web design layout #10 into a working CSS template. Includes FREE Template.
Can I Optimize A Site Designed With Frames?
Can you optimize a site designed in frames? Of course you can! The question should be, "how effectively can I optimize a web sire designed in frames?" Framed sites - in my opinion - have little use in today's web design. There are so many better ways to design a site. For example, you have HTML, DHTML, Flash, and other design formats.
Internal Targets or Bookmarks
Now we are going to take a look at internal targets. Internal targets are links to another section of your web page. They allow us to specify and navigate through specific parts of a page. We can take you to a certain paragraph, or take you to the top. The Internal target or bookmark is a type of anchor tag that NAMES the location it surrounds.
Basic Iframe Code
Inline frames are getting used more and more frequently around the internet, one of the most frequent problems is that Iframes aren't used correctly. I have written this tutorial to hopefully teach you how not to make any mistakes when it comes to using these quickly growing alternatives to frames.
Table Tips 'n' Tricks
Learn how to use HTML tables creatively to design attractive and fast loading web pages.
Advanced Tables
In this tutorial you will learn how to 'nest' tables and format cells using html for use in your web design.
Basic page
It is the most important language to learn, because it is the basis on which most other web design languages are built. This tutorial will take you through step by step.
Web Page Forms
This tutorial is intended to supplement my Perl/CGI and JavaScript tutorials. Web page forms were the first interactive capabilities made available to web developers, followed by the use of CGI scripts and more recently by the rise of JavaScript. All three can act in concert to create exciting, but more importantly, useful web pages.
Make coding easier, building your website with includes
Using server side includes to design and code your web site allows you to keep your development tidy and easy to edit.
Displaying a TIFF in a Web Page
This tutorial will show you how to display a TIFF in a web page. Web browsers can display standard image formats such as GIF, JPG, and PNG files. Unfoturnately, web browsers won't display TIFF images.
Learning to Use HTML Well
As most of you probably know, HTML stands for Hyper-Text Markup Language, and is the basic language with which websites are coded. There are many languages in web design, but they all rest on HTML.
All About Forms
Forms are the most popular way to make web pages interactive. Like forms on paper, a form on a web page allows the user to enter requested information and submit it for processing. (Fortunately, forms on a web page are processed much faster.)
Creating Relevant Site Content
A Web site is a very important thing. At least, it better be. When you are hired to create a Web site, you are creating a worldwide presence for your client. As a Web designer, you do your best to create a site that portrays your client’s business or service at its best.
Wannabe Web Developer?
This tutorial brings basics and education resources to absolute web development beginners.
Some Things That Can Go Wrong
In this tutorial, we list the top ten things that can go wrong, why they happen, and how you can respond to keep a project on track.
Create An FavIcon For Your Web Page
Would you like to display your own icon on the browser address bar when visitors view or bookmark your web page?
Links
Web links appear to be one of the strongest features of the Internet. They provide the user with the ability to jump from one web page to another.
Top 10 free ways to build traffic to your site
We all want more visitors to our sites. So what can you do to build site traffic? This article lists 10 sure-fire techniques that won't cost a cent.
Tables in HTML
Table is much help in performing arrangement of web pages compositions and most assistive in compiling a document in HTML format. Especially for web page construction an its interface graphically.
Tables Tricks 'n' Tips
Instead of designing graphic intensive web sites that take ages to load, you can use HTML tables creatively to get a professional looking web page that loads super fast.
So, You Want A New Browser Window, Huh?
A new browser window opened up! You now have two windows open at the same time. Really! Look up at the "BACK" button at the top of the page. It isn't available to you. (Except on some higher-level browsers.) That's because you've started a whole new browser session.
How To Transfer Your Web Pages
Learn how to upload and download your web pages.
Graphics Introduction: Part 1
This tutorial discusses issues and techniques relating to Web graphics. It includes information about creating animated GIFs, clickable image maps, and efficient Web graphics.
XHTML and Stylesheets
The web is changing. The web is actually changing everyday; different languages, algorithms, concepts, and ideas. It seemed as if, after learning HTML, I started hearing rumors of XHTML.
Designing a Web Page Tutorial
Read this tutorial to learn how to create a simple web page of your own in a fast and easy way!
Form Design
Scripting languages (JavaScript, VBScript, etc) don't have graphical user interface (GUI) objects of their own. They uses those that are part of the HTML language. On the other hand, HTML almost cannot take advantage of these objects. Therefore, you will use a combination of HTML and scripts to effectively use these objects. HTML is mainly be used to display GUI objects and control their properties. A script uses code to manipulate those GUI objects. The GUI objects can also be called web objects, controls (or Windows controls).
Planning a Web Project
As with any project, planning and gaining support are crucial to your success. Web site projects are sometimes deceptive. They look as if you can just toss one together without too much fuss, but do not be fooled by that, you can not skimp on the planning process.
HTML Flags
HTML works in a very simple, very logical, format. It reads like you do, top to bottom, left to right. That's important to remember. HTML is written with TEXT. What you use to set certain sections apart as bigger text, smaller text, bold text, underlined text, is a series of flags.
The HTML Target Attribute for Anchors
The Anchor tag attribute for target tells the web browser where to open the link. There are 4 defined target presets which come in handy for many web designers of all levels. They are _blank, _self, _parent, and _top.
Easing The Path from Design to Development
Drew McLellan sets our 2008 series rolling with some practical tips for helping a project smoothly transition from the design to the development phase. Consider it a designer's preflight check list to ease you into the festive season.
Graphics And Pictures
Colors, images, pictures, and graphics bring a lot of flavors to a web page. As you already know, a web page is in fact a text file equipped with HTML tags that a browser is asked to analyze, interpret, and render a result. Unlike in a word processor, a picture cannot be included on a web file. Instead, you tell the browser where the image is located, the browser will try to find it and then display it. This, of course means if you provide the wrong address, I mean if you don't clearly state where the picture is located, or if the browser doesn't find the picture where you said it was, there would be an error on your page.
Antecedent HTML
HTML is composition of tags. HTML document is purely text file, so that can be made with text editor promiscuously. HTML document like this can be referred as web page , presented in web server browser.
Automatic refresh webpage / Set time to redirect
When you need your web page automatic refresh in 5 second or any second, use this meta tag. it's a simple code, put it between HEAD tag in your web page.
The Wonderful World of Web Applications: HTML Apps (HTA)
Just as desktop PCs all but replaced mainframes in the eighties, the web application may be poised to supersede the traditional desktop application. Today, we'll be looking at a Microsoft contribution called HTML Apps (HTA). To get better acquainted with HTAs, we'll try our hand at writing a few simple ones.
No Borders
Navigator vs. IE: As with most fun things on the Web today, it takes two sets of commands to get the same effect on both browsers. But fear not, as also with things on the Web today, both sets of commands will fit nicely on the same page and not bump into one another. The commands not understood by the browser will simply be ignored and those the browser does understand will be put into action.
Linking To Another Web Page
This is what the Web is all about linking from one web page to another.
 
Categories