Most people just buy a WYSIWYG web page design tool like Adobe Dreamweaver or Microsoft FrontPage so they don't need to learn anything. I recommend that you do NOT use a WYSIWYG web page design tool, but instead start out by hand coding web pages and web sites in a basic text editor.
Welcome to Bucaro TecHelp!

Welcome to Bucaro TecHelp!
Maintain Your Computer and Use it More Effectively
to Design a Web Site and Make Money on the Web

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact Advertise on Bucaro TecHelp Advertise Here RSS News Feeds News Feeds

HTML5 Solutions: Essential Techniques for HTML5 Developers

Essential Techniques for HTML5 Developers

HTML5 brings the biggest changes to HTML in years. Web designers now have new techniques, from displaying video and audio natively in HTML, to creating realtime graphics on a web page without a plugin.

This book provides a collection of solutions to all of the most common HTML5 problems. Every solution contains sample code that is production-ready and can be applied to any project.

Click Here

How to Learn the A to Z of Web Design

One of my site's visitors recently asked, "how do I learn the A to Z of web design?" Well, most people just buy a WYSIWYG (What You See Is What You Get) web page design tool like Adobe Dreamweaver or Microsoft FrontPage so they don't need to learn anything. I recommend that you do NOT use a WYSIWYG web page design tool, but instead start out by hand coding web pages and web sites in a basic text editor.

Here are seven reasons why you shouldn't use a WYSIWYG web page design tool:

1. Some WYSIWYG tools bloat your web pages with extra and unnecessary tags.
2. Some WYSIWYG tools don't let you control the formatting of the code.
3. Sometimes a WYSIWYG won't let you do something you want to do.
4. With a WYSIWYG tool you don't know if what you clicked in the menu is what you really want.
5. When WYSIWYG tools doesn't give you what you want, if you don't understand the code, you can't manually edit to get what you want.
6. If you use a WYSIWYG tool and your web page contains and error, if you don't understand the code, you can't manually correct the error.
7. WYSIWYG tools are expensive, Notepad cost you nothing.

Let's try a basic web page to see how easy it is. Navigate to Start | All Programs | Accessories and open Notepad. In Notepad, type the following code:

<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>

Then save the file to your desktop with the name e.g. "firstpage". On your desktop, change the file extension from .txt to .htm. Then double-click on the filename. Your default browser will open and display the text "Hello World!". Congratulations, you have just hand coded your first web page! It's that easy.

• You may find it interesting that almost all the code in the above example is unnecessary. You could have just typed Hello World! and gave the file the .htm extension and it would have worked. However to actually code for the Internet, you'll need to include the proper tags to meet the W3C (World Wide Web Consortium) standards.

Now just go to the library, book store, or look on-line to find information about how to code xhtml. You find many sources about how to code html. Technically html is obsolete, but some sources refer to xhtml as html because the two are very similar.

So my first advise is to NOT use a WYSIWYG web page design tool, instead start out hand coding in xhtml and running your example web pages in your browser directly on your computer. When you get comfortable with xhtml, start hand coding CSS (Cascading Style Sheets).

RSS Feed RSS Feed



Web Design Sections

Website Design and Development

Website Design and Development

100 Questions to Ask
Before Building a Website

How do you know that you've done everything possible to create a unique, enriching, and successful Web site, particularly when you're hiring others to do it? With Website Design and Development, you'll feel confident that you’ve exhausted every facet of building a Web site.

The clever question-and-answer format walks you through easily overlooked details, acting as a virtual consultant. You’ll get clear, easy-to-follow advice on everything from finding a host, design and layout, creating content, marketing, to staying secure.

Each question features a rating as to how critical it is to the welfare of the site, allowing you to pick and choose where to spend your time and money, and the answers contain helpful illustrations as well as action points.

• Features an accompanying video that offers additional examples, commentary, and advice for each question.

Click here for more information.


[Site User Agreement] [Advertise on This site] [Search This Site] [Contact Form]
Copyright©2001-2011 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268