Friday 16 July 2010

11 Steps to Create a Successful Website - STEP 5

Step 5: Learn the Code (But Only What You Must)

Don’t skip this step.

We know. When you see words like “code,” mysterious acronyms like “HTML” or phrases like “Hypertext Markup Language,” your brain starts to buzz, little red warning flags start to wave and you turn away saying, “Yeeee … not interested.”

It’s a natural reaction if you’re poking into new territory. But you’ll be surprised how easy it is to sort out and understand high-tech alphabet soup with a little plain talk and clear explanation.

Even if you’ve decided to let a pro take over your business Web siteLow Cost Website TemplatesTemplate Monster website templates, flash templates and other products are ready-made web designs, that can be used as a basis for fast and high-quality website.

Low Cost Website TemplatesTemplate Monster website templates, flash templates and other products are ready-made web designs, that can be used as a basis for fast and high-quality website.


design, you’ll have more control over the look, content and function of your site with a basic knowledge of HTML.

In this step, we’ll look at HTML basics in three parts:
1.What is Hypertext Markup Language?
2.How Does It Work?
3.Understanding HTML Tools

What is Hypertext Markup Language

Yes, it’s a new language to learn. But HTML has been the basic framework of all Web designGet your Logo DesignedLogoworks' professional designers create original, custom logos you can afford, with no hidden fees. We offer a fast, convenient, and superior design process to ensure an exceptional logo with no hassle. arketing so you can focus on what you do best.

Get your Logo DesignedLogoworks' professional designers create original, custom logos you can afford, with no hidden fees. We offer a fast, convenient, and superior design process to ensure an exceptional logo with no hassle. arketing so you can focus on what you do best.


for as long as it’s existed, largely because it’s easy to understand.

It’s just words. Plain text, common words mixed with some special but simple “punctuation” marks.

You may be surprised to learn that every Web page, no matter how many slick tricks and graphics it has, is built on nothing but text. It’s like that old wizard behind the curtain: You don’t see him – unless you know where to look.

Go to a Web page you like and right-click your mouse on an empty space. When a menu appears, look for “View Source” or “View Page Source” and left-click it.

A new screen appears, filled with plain English text and familiar punctuation marks – but arranged in a different way. (If it’s one long unbroken block of gobbledygook, pick another page. Whoever wrote the code didn’t bother to break the text into lines and sections for easy reading.)

This is HTML and it controls everything on that page – every sentence, every graphic, every link and form, every sound, all of it. Your Web browser reads this text and translates it into the visual, functional Web page.

It’s as user-friendly as code gets, and you don’t need anything more than a wordWeb-Based Office Suite - Free for individuals The Zoho Office Suite is a Web- based online office suite containing word processing, spreadsheets, presentations, databases, note-taking, wikis, CRM, project management, invoicing and other application.
Web-Based Office Suite - Free for individuals The Zoho Office Suite is a Web- based online office suite containing word processing, spreadsheets, presentations, databases, note-taking, wikis, CRM, project management, invoicing and other application.

processor or simple text editor – like Notepad – to write or manipulate it. And it works on any kind of computer with any operating system

How Does It Work?

Text alone is just a collection of words. Once strung together in a sentence or paragraph, punctuation makes them understandable and gives them meaning.

In HTML, the punctuation marks are called “tags.” Here’s a simple example:

Say you want to add the line, “Is HTML really so easy?” as its own paragraph on your Web page. In Hypertext Markup Language, it looks like this:

Is HTML really so easy?


To give emphasis to a wordWeb-Based Office Suite - Free for individuals The Zoho Office Suite is a Web- based online office suite containing word processing, spreadsheets, presentations, databases, note-taking, wikis, CRM, project management, invoicing and other application. using italics – “Is HTML really so easy?” – add another pair of tags:

Is HTML really so easy?


Now, to put the same word in boldface, add another pair of tags:

Is HTML reallyso easy?


When a Web browser reads that code, this will appear on your page:

Is HTML really so easy?

You’ll notice that for every tag, like

for the start of a paragraph, there is also a closing tag – in this case

, for end of paragraph – that includes the slash mark /. The italics tag means “emphasis,” and means boldface. (Old school HTML uses for italics and for boldface, but working with the newer tags will prepare you for using CSS – or Cascading Style Sheets – for even more flexibility and functions).
Of course there’s much more to this language than three pairs of tags – far too much to cover here. But if you want to keep going, these are great places to start:

•HTMLGoodies.com
•WebSiteTips.com
•PageResource.com
•EchoEcho.com
•Jukka Korpela’s HTML Primer

Understanding HTML Tools\

As we mentioned earlier, you really don’t need any special software or programs to work with HTML. Plenty of Web designers use nothing more than Microsoft WordWeb-Based Office Suite - Free for individuals The Zoho Office Suite is a Web- based online office suite containing word processing, spreadsheets, presentations, databases, note-taking, wikis, CRM, project management, invoicing and other application.
Web-Based Office Suite - Free for individuals The Zoho Office Suite is a Web- based online office suite containing word processing, spreadsheets, presentations, databases, note-taking, wikis, CRM, project management, invoicing and other application.

, even old Corel WordPerfect, to create HTML content.

Let’s decipher one more techie acronym here in case you run across it:

ASCII – say “ask-ee” – stands for American Standard Code for Information Interchange, the most common standard for handling text on computers. ASCII documents are basically text files, easily viewed and managed.

Because HTML works with any operating system – Windows, Mac, Linux – saving your HTML files in ASCII text format is the easiest and most effective way to go. In MS Word, just choose “Simple Text,” “Text” or “Text Only” when it’s time to close and save your file.

Text editors are simpler than word processing programs, but cover your same needs for writing HTML. On PCs running the Windows operating system (or OS), you’ll find Notepad or WordPad built into all but the oldest versions; on Macs, it’s SimpleText.

There’s a big advantage, however, to getting an inexpensive program like the CoffeeCup HTML Editor, because it lets you easily switch between a text screen and a visual editor so you can see how your HTML looks on a Web page.

Hope we’ve taken the mystery out of this universal code.

It’s a language anybody can learn, there’s no secret handshake to join the worldwide society that uses it, and “speaking” even a little will give you more power over your new business Web siteEasy Web Site DevelopmentBuildYourSite.com is the easiest way to build your own website. It's simple, affordable and best of all, includes everything you need to get started. In less than 10 minutes you can easily build your own website without any special knowledge required.

Easy Web Site DevelopmentBuildYourSite.com is the easiest way to build your own website. It's simple, affordable and best of all, includes everything you need to get started. In less than 10 minutes you can easily build your own website without any special knowledge required.


.

Maybe more than the competition.



0 comments:

Post a Comment