HTML Explained: Part 2

Get started creating web pages using text files and HTML code! This article is a continuation of HTML Explained: Part 1, which gives a general overview of HTML. Here, we're going to get into the nitty gritty of the code itself. Once you see how simple it really is, you should RUN, not walk to the nearest bookstore and grab your own copy of a handy HTML manual. All right, let's begin.

In viewing the source of web pages, you may have noticed a lot of these things: < >. They're called HTML tags, and they're what the computer uses to interpret the HTML code.

NOTE: in this article I had to add spaces to all of my HTML tags so that I could display them without actually having them work. There are two HTML tricks to actually "shutting off" HTML tags, but neither of them function properly in this submission box.

The HTML tags shown here will display like so: < FAKE TAG > but in reality you're supposed to type them like so:

A friend of mine describes HTML tags as "on/off switches." An easy example which you may be well-familiar with, is the Bold command. To "turn on" Bold, type < B > (but with no spaces). All of the text that comes after the Bold tag, will then be Bolded. To "turn off" the bold characteristic, type < /B >. Any text that comes after the "bold off" tag will unbolded.

It's worth mentioning that in all cases, all text that falls between an "on" or "off" HTML tag will take on the characteristic of that tag descriptor. How much text can you put in between two HTML tags? As much or as little as you want. That means, you can use just a couple of HTML tags to design paragraphs and paragraphs of text.

What are some other HTML tags that web designers frequently use?

< I > and < /I > (for italics) < U > and < /U > (for underline) < BR > (to create a single line break).

In most but not all cases, if you activate an HTML tag by enclosing it in these: < >s, you must also deactivate it at some point, as in < I > and < /I > for italics shown above. An exception to this rule is < P >, or paragraph separator tags, and < BR > or line breaks.

Specifying Multiple Text Characteristics Within a Single HTML Tag

HTML tags work in different ways, depending on the aspect of the design they're controlling. As I mentioned above, you can control all elements of web design via HTML code-page separation, text formatting, image placement, design layout, and hyperlink insertion. For this reason, one HTML tag can include multiple variables. This sounds a lot trickier than it is.

For example, a tag with multiple variables enclosed all in one of these: < >, can be used to format text. An equals (=) sign is used to specify multiple characteristics within a single HTML tag. To tag a section of text for font specs, begin with:

< FONT FACE=

Using no spaces after the equals (=) sign, type your font name in quotes, as so: "arial". You can also specify the size and color here. In the same tag that says to close. Your font tag will now look like this:

< FONT FACE="arial" SIZE="2" > (but with no end spaces).

If you wanted to, you could also include a color for the text within that tag. The color is entered in the same way as the font face and size, and is named within its own set of quotation marks either in a basic name such as "black" or "red", or a 6-digit numerical code that begins with a number sign.

So, an HTML tag that designates a paragraph typed in Arial font at the 2nd smallest size of type, in the color black, would look like this:

< FONT FACE="arial SIZE="2" COLOR="black" >

All of the type that came after this HTML tag would take on the characteristics above. Once you wanted to "shut off" the font characteristics of that blurb of text, you would type the tag < /FONT >.

Using HTML Tags to Add Images to Your Web Page

Now suppose you wanted to add an image to your webpage. And let's assume the image was already located in the folder of your website where images are stored. In order to make the image appear in your NEW web page, you need:

1. the complete web address of your website (such as http://www.wordfeeder.com),

2. the folder (or subdirectory) on your server where images are kept, and

3. the file name of the image (ends in .jpg).

The HTML code used to "pick up" an image from a source is IMG SRC. As always, it belongs inside those handy bracket-things. So your tag would begin:

< IMG SRC=

Without typing any spaces before or after the = (equals) sign, you'd then paste the URL of where the image is located (as explained in examples 1, 2 and 3 above), and follow with the filename and .jpg ending. I'll illustrate this with an example from my own web collection of images:

< IMG SRC="http://www.wordfeeder.com/sitebuildercontent/sitebuilderpictures/wordfeederlogox.jpg" >

By typing that HTML tag with the specific web address and folder information/filename within quotation marks, the computer knows the origin of the image, and will then "hyperlink it" into your web page.

If you're ever unsure of the filepath of an image you need, go to the webpage where it's located and then right-click the image. Under "properties", you'll find the complete URL path that must be typed in between the two quotation marks that fall inside your Image Source tag.

Note: you do not need to "shut off" an image tag.

You can also include multiple variables within a single image tag. For example, if you wanted to left-align the above image, you'd edit the above tag to look like this:

< IMG SRC="http://www.wordfeeder.com/sitebuildercontent/sitebuilderpictures/wordfeederlogox.jpg" ALIGN=left >

Hyperlink Tags for Email and Website Addresses

Ever wonder how webmasters create live links? A live link might say something like, "Click here for more info!" and then when you click there, you're suddenly transported to a new web page. A live link is simply type covering a website address. Check it out:

< A HREF="http://wordfeeder.com" >Visit Wordfeeder for more info!< /A >

That's HTML code for "hyperlinked text". It looks weird, but think about it this way. The first part in that's enclosed in these: < >, is what turns on the "make the following words into a link that leads to the address I am typing here" function. The end tag, < /A > is what "shuts off" the "hypertext linking" feature and will then let you resume typing in normal, unlinked text.

As you can see, by typing a few simple HTML tags, you can create some pretty amazing things. This article is just the tip of the iceberg. I hope that the explanations and examples shown have at least provided a basic understanding of HTML for you. A great way to learn is by "studying" other people's web page code from the View>Source window. You practice by copying their HTML code into your own fake pages, and filling in the "meat" between their "on" and "off" tags with text and images that suit your own purposes. But be careful. If you paste HTML incorrectly, you can totally wreck and corrupt your document.

For folks who want to get into serious design, I highly recommend that you buy a comprehensive HTML guide. Once you get the hang of HTML, there's no telling what you can create!

Copyright 2005 Dina Giolitto. All rights reserved.

Dina Giolitto is a New-Jersey based Copywriting Consultant with nine years' industry experience. Her current focus is web content and web marketing for a multitude of products and services although the bulk of her experience lies in retail for big-name companies like Toys"R"Us. Visit http://www.wordfeeder.com for rates and samples.

In The News:

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.sltrib.com/tv/ci_10653836cid=0ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNE5jBrJx9RTaIwbhNvJZGhLbKzZugbPersonal Tech/b: Ready or not, digital TV is coming to Utah/abrfont size=-1font color=#6f6f6fSalt Lake Tribune,nbsp;United Statesnbsp;-/font nobr6 hours ago/nobr/fontbrfont size=-1By Vince Horiuchi Come Feb. 17, all broadcasters will switch off their analog television signals. If you are not prepared by then, the only thing you will b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.washingtonpost.com/wp-dyn/content/discussion/2008/09/30/DI2008093001430.htmlcid=0ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNFvmFxYnY_qDeRzbF5eorFxOczWNQWashington Post bPersonal Technology/b Columnist/abrfont size=-1font color=#6f6f6fWashington Post,nbsp;United Statesnbsp;-/font nobrOct 2, 2008/nobr/fontbrfont size=-1The Washington Post#39;s Rob Pegoraro will be online Thursday, Oct. 2 at 2 pm ET to discuss recent reviews and answer your bpersonal tech/b questions. b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.mediapost.com/publications/%3Ffa%3DArticles.showArticleHomePage%26art_aid%3D92048cid=1254845412ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNFBV0_czaXDTJfZUYT9WP-PQoUGAAJust How bTech/b Savvy Does The Next President Need To Be?/abrfont size=-1font color=#6f6f6fMediapost.com,nbsp;NYnbsp;-/font nobrOct 6, 2008/nobr/fontbrfont size=-1These results are not surprising, given how each campaign uses btechnology/b and the candidates reported bpersonal technology/b use (see above). b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.iht.com/articles/ap/2008/10/06/sports/FBC-Nebraska-Penalties.phpcid=1255196033ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNGGMmJeDFtdF01PnFYNNJbMglGUggPelini says players need to show restraint/abrfont size=-1font color=#6f6f6fInternational Herald Tribune,nbsp;Francenbsp;-/font nobrOct 6, 2008/nobr/fontbrfont size=-1AP The Cornhuskers have committed eight bpersonal/b fouls in five games — not counting the flag Pelini got for unsportsmanlike conduct against Virginia bTech/b. b.../b/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.theindependent.com/sports/x1272962181/Huskers-aim-to-reduce-penaltiescid=1255196033ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNH4VbyrDgUTuUsYJifXlkJ57iG_1QHuskers aim to reduce penalties/a font size=-1 color=#6f6f6fnobrGrand Island Independent/nobr/font/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.sportsline.com/collegefootball/gamecenter/preview/NCAAF_20081011_NE%40TXTECHcid=1255196033ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNF97jyQcznazWo6vftPoX1Ngyb4agVENUE: Clifford B. amp; Audrey Jones Stadium/a font size=-1 color=#6f6f6fnobrCBSSports.com/nobr/font/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.omaha.com/index.php%3Fu_page%3D3918%26u_sid%3D10452988cid=1255196033ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNEPgYakTEDXKlrKkdgywexFzxeBzQBo takes brunt of blame for defense, penalty woes/a font size=-1 color=#6f6f6fnobrOmaha World-Herald (subscription)/nobr/font/fontbrfont size=-1 class=pa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.ketv.com/bigredzone/17641616/detail.htmlcid=1255196033ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNE4JFNLBaM5MwQ-13Yngds-jKMRlgnobrKETV.com/nobr/anbsp;- a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.kfor.com/Global/story.asp%3FS%3D3351026%26nav%3Dmenu99_10cid=1255196033ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNHWcsUmj05Hf9P6IUapHMB8pY3DVQnobrKFOR/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1255196033hl=ennobrall 44 news articles/nobr/a/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.btnmag.com/businesstravelnews/headlines/frontpage_display.jsp%3Fvnu_content_id%3D1003870230cid=0ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNHGB1bgoUPRvg7C8Kc1pQB0ShxHOwimg src=http://news.google.com/news?imgefp=94v7T1wMV50Jimgurl=www.btnmag.com/businesstravelnews/photos/2008/pgrady2.jpg width=60 height=80 alt= border=1brfont size=-2Business Travel News/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.btnmag.com/businesstravelnews/headlines/frontpage_display.jsp%3Fvnu_content_id%3D1003870230cid=0ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNHGB1bgoUPRvg7C8Kc1pQB0ShxHOwRearden Broadens bTech/b Holdings/abrfont size=-1font color=#6f6f6fBusiness Travel News,nbsp;NYnbsp;-/font nobrOct 6, 2008/nobr/fontbrfont size=-1While the company has broadened its travel btechnology/b holdings beyond its bPersonal/b Assistant online procurement platform with GGA and expense management b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.boston.com/business/technology/articles/2008/09/29/tokyoflash_goes_negativecid=0ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNFTjkRSiC0O1VxfTxoFqVuc8m0PDgimg src=http://news.google.com/news?imgefp=9-_xLmBU-W8Jimgurl=cache.boston.com/resize/bonzai-fba/Globe_Photo/2008/09/28/1222653963_8369/539w.jpg width=80 height=50 alt= border=1brfont size=-2Boston Globe/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.boston.com/business/technology/articles/2008/09/29/tokyoflash_goes_negativecid=0ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNFTjkRSiC0O1VxfTxoFqVuc8m0PDgbPersonal Tech/b Tokyoflash goes #39;Negative#39;/abrfont size=-1font color=#6f6f6fBoston Globe,nbsp;United Statesnbsp;-/font nobrSep 28, 2008/nobr/fontbrfont size=-1Outdoor Challenge, about $60, comes with a mat controller that looks as if it#39;s made for a high-btech/b version of Twister. The mat controller is an excellent b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.eetimes.com/news/semi/showArticle.jhtml%3FarticleID%3D210700227cid=1253362932ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNGXGuCV8vQ9OwZA8DjqsVTH-06gywbTech/b no safe haven for panicky investors/abrfont size=-1font color=#6f6f6fEETimes.comnbsp;-/font nobrOct 6, 2008/nobr/fontbrfont size=-1b.../b suppliers of bpersonal/b computers, digital music players, mobile phones and other electronic gadgets, including TVs. The btech/b-laden Nasdaq Composite Index b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://bleacherreport.com/articles/66058-what-does-nebraska-cornhuskers-3-2-record-meancid=1252486927ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNFamGaiNN294pV1zw-Nh_MAj16JWQimg src=http://news.google.com/news?imgefp=79yPKeWP43UJimgurl=bleacherreport.com/images_root/image_pictures/0100/5049/424080927019_huskers_v_hokies_feature.jpg width=80 height=54 alt= border=1brfont size=-2Bleacher Report/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.kansascity.com/sports/colleges/story/829734.htmlcid=1252486927ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNEQ5pxVROL0Ih_rRNW0rKLL7bUPwgGoing for two: Hankies hurting Huskers/abrfont size=-1font color=#6f6f6fKansas City Star,nbsp;MOnbsp;-/font nobr18 hours ago/nobr/fontbrfont size=-1(Texas bTech/b is tied for 117th.) One of the two bpersonal/b-foul penalties Saturday was a late hit on Daniel. “We’ve got to play with more discipline, b.../b/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.chicagotribune.com/sports/chi-07-clash-lsu-floridaoct07,0,1980104.storycid=1252486927ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNHEZu15hOPaN0cc6oC3w1Qw2PN29ANo relief for Washington#39;s Tyrone Willingham/a font size=-1 color=#6f6f6fnobrChicago Tribune/nobr/font/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.sportingnews.com/yourturn/viewtopic.php%3Ft%3D467633cid=1252486927ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNE1U3dFXSGQksavFJjaLQruTlta-AGanz says Huskers must get better, and fast/a font size=-1 color=#6f6f6fnobrSportingNews.com/nobr/font/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.columbustelegram.com/articles/2008/10/07/sports/huskers/doc48eb17c904553045661473.txtcid=1252486927ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNHRI7CTdAa1CLDKKZSiLkl71RP8mQHuskers ready to put Mizzou behind them/a font size=-1 color=#6f6f6fnobrColumbus Telegram/nobr/font/fontbrfont size=-1 class=pa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://nebraska.statepaper.com/vnews/display.v/ART/2008/10/07/48ebba6aafa6bcid=1252486927ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNHafBGKPSguYUwCz6lAlwAY9VMflAnobrNebraska StatePaper.com/nobr/anbsp;- a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://nebraska.statepaper.com/vnews/display.v/ART/2008/10/06/48eab7f2a10e6cid=1252486927ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNEyNA18sB6l3KSMnJsDyJkw1klkYQnobrNebraska StatePaper.com/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1252486927hl=ennobrall 746 news articles/nobr/a/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.inrich.com/cva/ric/sports.apx.-content-articles-RTD-2008-10-07-0119.htmlcid=1254906042ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNENdFp673ehWP8P6vbi9-MAFkW30wMore alcohol woes for bTech/b wide receiver Whitaker/abrfont size=-1font color=#6f6f6fRichmond Times Dispatch,nbsp;VAnbsp;-/font nobr11 hours ago/nobr/fontbrfont size=-1Whitaker#39;s legal and bpersonal/b problems with alcohol have been well-documented. In 2006, he was suspended for two weeks of spring practice after an incident b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.sltrib.com/travel/ci_10532234cid=1249758104ei=CufrSLi3N6js6gPl5Lj7CAusg=AFQjCNG6vj_jOdRqw18xYMZjLnJ_RvWodwbPersonal Tech/b: Security agency testing X-ray portal for vehicles/abrfont size=-1font color=#6f6f6fSalt Lake Tribune,nbsp;United Statesnbsp;-/font nobrSep 23, 2008/nobr/fontbrfont size=-1A new X-ray btechnology/b is being tested that will allow inspection of vehicles as they are coming into an airport. The new security measure has raised b.../b/font/div/font/td/tr/table
personal tech - Google News


Wind Chimes and more...

Windchimes for great gifts!

Some Thoughts on Choosing a Flash MP3 Player

Flash mp3 players come with an exciting array of features,... Read More

SOBIG.F Virus Promises Ill Be Back

On 21 August 2003 Symantec Security Response upgraded the W32.SOBIG.F... Read More

EDTV vs HDTV

Confused by EDTV vs HDTV? We don't blame you. The... Read More

What Has A Portable MP3 Player Have To Do With Your Business

Plenty! When we made the decision to be our own... Read More

Basic Computer Maintenance

One of the most common questions computer users ask is,... Read More

Setting File Permissions On A Unix Server

File permissions are one of the strengths that the Unix... Read More

Plasma TV vs LCD TV

For those seeking to buy their first flat panel TV... Read More

How to Save an Image in a SQL Server Database?

Most of the web applications have a lot of images... Read More

Dynamite Comes in Small Packages - Tiny Personal Audio MP3 Players Pack Powerful Music Enjoyment

MP3 players are Hot! Playing music has come a long... Read More

Your Affiliate Business - Peripherals, Software, Computers

I have always been interested in computers, but in the... Read More

Cisco CCNA Candidate FAQ

CCNA FAQQ. What exams do I have to take to... Read More

10 Easy Steps to Speed Up Your Computer - Without Upgrading

1. Empty the Temp directory regularly. To do this, make... Read More

Apache, MySQL & PHP for Windows

Apache, MysQL and PHP for Windows could be a nice... Read More

How To Remove One Operating System from a Dual Boot Windows XP Computer

In Windows Xp, you can install two operating systems on... Read More

Desktop Security Software Risks - Part 2

This is the third in a series of articles highlighting... Read More

Basic Problem in a PC

I have a p3 500MHz PC with 128MB RAM, 10.2... Read More

Flash Memory, Part I: MMC and SD

MMC and SDFlash memory is available in so many formats... Read More

How To Become A True CCNA

I've worked my way from the CCNA to the CCIE,... Read More

Maintain Your Computer ? Keep Your Business Running

Maintaining your computer is extremely important ? especially if you... Read More

A Lesson in HTML

As the owner of a Country Mall and Top Site... Read More

Repairing A Corrupt .RAR/.ZIP Archive

Step 1:Open WinRAR and browse to the folder with your... Read More

Enhanced Web Browsing With Toolbars

As the Web grows more crowded and just plain "noisy"... Read More

How To Buy An MP3 Player

Are you looking for an MP3 player but am not... Read More

FTP - File Transfer Protocol Explained

File Transfer Protocol (FTP) is a protocol that is part... Read More

Computer Performance Tips

Introduction In this article I will clearly spell out the... Read More