Tips and tricks in basic HTML coding for those of us who are NOT techno-geeks, but still find the need to write code.

Sunday, August 27, 2006

Right-Click Basics

One of my downline recently asked me a question that is so simple, yet important, that it took me aback.

"How do I copy/paste a link?"

I explained this to him and further learned that he had no idea of the right-click menus available. Hmph. I admit, there was a time when I hadn't realized how useful this little add-on could be (though that was a LONG time ago). And maybe it's just me (and him).

In the major browsers, right-click menus have long been added to create short cuts to common operations such as cut, paste, select all, copy, etc. In fact, a user can right-click on virtually any active part of their screen and find some kind of short cut menu to help them. And if you right-click on a basic website, you might find a "veritible plethora" (heehee-- don't have much chance to use that term) of options to choose from.

Right-click menus have long existed in programs such as Excel, Word and PhotoShop. They were also added to options within many of the browsers -- probably long ago, as well. But, you know, because they're rarely mentioned, I realized many people -- especially casual users of the internet -- may never have discovered these things.

So I add this to the list of tidbits worth noting in HTML coding, only because, to fail to mention it presumes a universal knowledge of it. And I can't think WHAT, if anything besides breathing and eating, has ever been truly universal, and certainly not when it comes to computers!--mo

Thursday, June 29, 2006

Horizontal Rule, Rules

For those of us who are HTML-deprived (i.e., the bulk of the marketing community), one little extra in code that can add some sanity to the mix is the Horizontal Rule (HR).

(Full Article)

Sunday, June 18, 2006

Nesting Hierarchy

One of the most important aspects of HTML coding is understanding the Nesting Hierarchy, which is part of the control and essential for obtaining the desired result. Nesting refers to the order in which HTML reads code. . .

(Full Article)

Friday, June 16, 2006

BOLD Etiquette

One aspect of being both a programmer and a marketer is that niggly little questions creep up that may never bother someone who is either a programmer OR a marketer. But, when one is both, well, there you are.

For instance, when using the BOLD or ITALICs format for emphasis and it comes at the end of a sentence, should the punctuation be included? This probably doesn't even occur to a programmer-- nor a marketer, for that matter. (Hey!, I said this was a niggly, little question-- LOL) . . .

(Full Article)

Friday, June 09, 2006

Making Your Own Banners

While most online companies provide a selection of banner advertising for their affiliates, some don't. Why? Various reasons. Maybe the company overlooked it or doesn't realize the importance of banners. Maybe it's a newer company and they just haven't gotten around to creating them yet.

Whatever reason, basic banner ads (non-animated) are so easy to create that an intrepid affiliate shouldn't let this slow them down.

(Full Article)

Tuesday, June 06, 2006

Comments and More Comments

One of my favorite HTML tools while editing is the comment tag. This little tool allows me to brave what would otherwise be a heart-pounding editing attempt and try things out without destroying the site I'm working on.

I love it!

(Full Article)

Thursday, May 11, 2006

Back It Up!

Experts often change code and update sites directly in their FTP manager which is the online equivalent of jumping out of a plane without a parachute. Hey, they're dare-devils...

To view this blog in its entirety, click here.