Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
 Discussion Forums
 HTML, XML, JavaScript...
 Software Reviews
 Editors,Others...
 Top100
 JavaScript Tutorials, ...
 Tutorials
 ASP, CSS, Databases...
 Discussion List
 FAQ, Roundup, Configure ...
 Authoring
 HTML, JavaScript, CSS...
 Design
 Layout, Navigation,...
 Graphics
 Tools, Colors, Images...
 Software
 Browsers, Editors, XML...
 Internet
 Domains, E-Commerce, ...
 WDVL Resources
  Intermdiate, Tutorials,...
 WDVL
 Discussion Lists, Top 100,...
 Technology Jobs

Biz Resources
Network Security Services
VoIP
CRM Software


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us
Online Education
Cell Phones
Memory Upgrades
KVM Switch over IP
Memory
Corporate Gifts
Domain registration
Disney World Tickets
Best Price
Promotional Golf
KVM Switches
Imprinted Gifts
Data Center Solutions
GPS

Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


This report shows 5 trends that will emerge to allow Application Development and Program Management professionals to meet business expectations, include:

Diversification of software supply chain
Shorter development and delivery cycles
Disruptive technologies and architectures, and More.
Register now for your free Internet.com membership to download your complimentary Forrester report.
Limited Time Offer!
Membership will also give you access to:
eBook library         Whitepapers         Webcasts
Newsletters         WinDrivers
Top 10 Articles
  1. Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
  2. JavaScript Tutorial for Programmers
  3. Design
  4. JavaScript Tutorial for Programmers - Objects
  5. JavaScript Tutorial for Programmers - JavaScript Grammar
  6. JavaScript Tutorial for Programmers - Versions of JavaScript
  7. Cascading Style Sheets
  8. JavaScript Tutorial for Programmers - Embedding JavaScript
  9. JavaScript Tutorial for Programmers - Functions
  10. Authoring JavaScript
Domain Name Lookup
Search to find the availability of a domain name. Just enter the complete domain name with extension (.com, .net, .edu)

HTML - The HyperText Markup Language

HyperText Markup Language is the fundamental building stuff of the web. We present several articles, tutorials, and references on HTML.

HTML

 

is the lingua franca for publishing hypertext on the World Wide Web. It is a non-proprietary format, based upon SGML, for describing the structure of hypermedia documents - plain text (ASCII) files with embedded codes for logical markup, using tags like <A> and </A> to structure text into tables, hypertext links interactive forms, headings, paragraphs, lists, and more. It can be created and processed in a wide range of tools from simple plain text editors to sophistocated WYSIWYG (What You See Is What You Get) authoring tools.

Usable Forms for the Web - Part 2
Usable Forms for the Web provides developers with instant solutions to their form-building problems. It is the first book to tackle the subject in a concise, task-orientated fashion, with substantial on-line support. This weeks installment covers Grouping Controls, Using Labels, Splitting a Form into Different Pages, and more. From glasshaus.

Usable Forms for the Web
Designing Usable Forms provides developers with instant solutions to their form-building problems. It is the first book to tackle the subject in a concise, task-orientated fashion, with substantial on-line support. From glasshaus.

HTML Special Characters and Browser Compatibility
HTML 4 includes around 250 special characters, or character entities, such as § ± ¶ and ‡. But which ones work in Explorer 5 and Netscape 4, and which ones only show up in IE6 or N6? Andrew Starling goes on a browser compatibility hunt, scattering all 250 in the breeze to find out where they land.

Introduction to HTML
A quick and easy primer on HTML.

An Introduction to Web Design
This is a three half-day course designed by Selena Sol. It deals with The Basics of HTML, Hyperlinks and Images, and Advanced Formatting by means of step-by-step instructions, examples, and exercises. Editorial notes by the WDVL staff link the material to more advanced references.

HTML 4.01 Tags
This article lists all the tags and their possible attributes in a single, printable page. A handy resource to bookmark for quick information!

D.J. Quad's HTML Tag Reference List
Quadzilla Archive
September 5, 2000
The complete list of all HTML Tags with examples, both HTML and display. Most HTML Tags here are supported by both Netscape ane Explorer, but there are a few that are browser-specific. Some Tags here aren't HTML 1.0, 2.0, 3.0 (proposed), or 3.2 standards (including major proposed standards from all versions), but do offer major enhancements.

Cross-Browser
Articles on developing dynamic HTML that works on both major browsers. Annotated links to the main sites for DHTML.

The Structure of HTML documents
HTML documents are structured into Head and Body.

  • Block Elements: Headings, Paragraphs, Unordered, Ordered, and Definition Lists
  • Forms: User-input Forms: Text Fields, Buttons, Menus, and more
  • Frames: Multi-view presentation of documents
  • Links: Hypertext and Media-Independent Links

HTML Tools
For creating and manipulating HTML.

Website Navigation
This page deals with how to design a website to optimise the user's experience and benefits from it. Especially oriented towards the "Information Architecture", i.e. designing the organization and navigation systems that help users find information, this topic is a meld of concepts from traditional architecture, library science, user interface design, and usability studies.

Navigation 101
No matter how good a site looks, or how much useful information it offers, if it doesn't have a sensible navigation scheme, it will confuse visitors and chase them away. A simple, understandable navigation scheme can increase your number of page impressi ons, boost return visits, and improve your conversion rate. It's a critical aspect of site design that has a direct effect on the bottom line.

HTML Resources
Tour Further resources for discovering and learning HTML.

HTML Standards Compliance - Why Bother?
Most pages on the web don't comply with the W3C's HTML specifications. In some cases this is because their authors wanted to take advantage of proprietary extensions; but in many other cases, the pages could easily have been made more compliant without any problem. This article explains what the issues are, and why you should and how you can, bring your pages into compliance with the HTML standards.

XHTML™ 1.0: The Extensible HyperText Markup Language
What is 'Validation'? XHTML is a reformulation of HTML 4.0 as an application of XML 1.0. XHTML 1.0 specifies three XML namespaces, corresponding to the three HTML 4.0 DTDs: Strict, Transitional, and Frameset. Each of these three namespaces is identified by its own URI. XHTML 1.0 is the basis for a family of future document types that extend and subset HTML.

Introduction to XHTML, with eXamples
Update: XHTML 1.0 was released on January 26th as a Recommendation by the W3C. XHTML 1.0 is the first step toward a modular and extensible web based on XML (Extensible Markup Language). It provides the bridge for web designers to enter the web of the future, while still being able to maintain compatibility with today's HTML 4 browsers.

Character Set
Quadzilla Archive
August 24, 2000
The following table describes the complete character set for Internet Explorer 4.0 English (U.S.).

The Dastardly "favicon.ico not found" Error
There have been two burning questions among developers recently: "What is that favicon.ico not found error that is filling my Error_log?" and "How do I get a custom icon next to my bookmark link in Internet Explorer?" These may sound like unrelated questions, yet both can be answered at the same time. This article explains how to create the icon, where to place it on your server and how to add it to your html files.



Up to => Home / Authoring


Oracle Information-Driven Business Center:
DVD OFFER:
Get Started with Oracle on Windows DVD
WHITEPAPER:
Will Your Database Measure Up? Oracle Database 11g vs. Microsoft SQL Server 2005
WHITEPAPER:
Innovate Faster with Oracle Database 11g
WHITEPAPER:
Oracle Application Express Overview 3.0


Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers