Special offer

HTML and Javascript Functionality on My Site

By
Services for Real Estate Pros with Specialists Real Estate

This is a simplified explanation of what HTML and JavaScript are. It is concise and brief to avoid hitting you with too much geek speak..

HTML 

HTML is a "markup language" that works much like MS Word and other software. Little tags (i.e. <div> or <p>) surround content telling it how to appear. Your browsers reads those tags and presents a result. For example, go to your own blog in a new window, paste the following 2 lines:

I am a cool Active|Rain user.

I am a cool Active|Rain user.

Now, that you pasted those in you can click the little "HTML" button in the gray title area just above your cursor and you will see the html with the following:

<p>I am a cool Active|Rain user.</p><p><em>I am</em> a cool <strong>Active|Rain</strong> <u>user</u>

The little <> and </> things signify open and close tags around the text that should be different. HTML has very little functionality. You can basically only read it, link to/from it, post variables to another page.

More Articles

JavaScript

JavaScript is, "a script language - a system of programming codes." These codes allow web masters to add functionality to their site, in other words, do something more than just read the content. Programmers can design functions that alter the results in a web browser. For example, Cheryl Reynen posted a great example to our group on how to disable the "right click" of a users mouse to protect from page copyright infringement. Likely, Active|Rain is using JavaScript to expand/contract sections of the site (click the little + or - sign next to the "Links" section title to the right). Some people use JavaScript to build menus on their site. There are many uses for it.

Although JavaScript can add some awesome functionality beware that it may be difficult to program in. I would rather hire someone myself or find free JavaScript on the net than sit and program it. Different browsers (i.e. Internet Explorer, Fire Fox, NetScape, etc.) handle functions differently and sometimes to get a function to work a programmer has to write it multiple times in multiple ways to handle browser differences.

I would recommend for us typical site owners that if we want to use JavaScript to enhance our site that we hire out the programming or find the script already done and free for licensing on the net.

Here are some sites to find cool scripts:

For more real estate web site technology ideas visit the Table of Contents - Technology page.

Ann Cummings
RE/MAX Shoreline - NH and Maine - Portsmouth, NH
Portsmouth NH Real Estate Preferrable Agent

Thanks so much for posting this info with the links!  I was just spending some time trying to figure out how to do some things using HTML, and now I'll have some links to use.

Thanks!
Ann

Feb 28, 2007 12:57 PM
LLoyd Nichols
Premier Florida Realty of SWFL - Fort Myers, FL
Southwest Florida Homes By The Sea
Terrific amount of info.I am putting it as a bookmark. Now I have to open my web site editor and see how I can do all this.
Feb 28, 2007 01:21 PM
Kaye Thomas
Real Estate West - Manhattan Beach, CA
e-PRO, Manhattan Beach CA

I love the info... I know just enough to be scary..or scared..

K

Feb 28, 2007 01:35 PM
Marchel Peterson
Results Realty - Spring, TX
Spring TX Real Estate E-Pro
I enjoy working with HTML but have totally stayed away from Javascript and it sounds like that is a wise decision.  By the way thanks for the weather information.  I added it to my Area page today.
Feb 28, 2007 02:46 PM
Fran Gatti
RE/MAX Integrity - Medford, OR
Managing Principal Broker - RE/MAX Integrity

Good information, I think. I'm trying to figure out how to paste clip art into my posts!!!  I tried to do it this morning and I got an error message stating it was the wrong file type or something like that.  Now I've seen clip art in other blogs, so I know it can be done.  I'm just downloading it from microsoft office on-line.  What's the deal?  Any help?

Thanks,

Fran

Feb 28, 2007 03:26 PM
Agent Web Design
Specialists Real Estate - Las Vegas, NV

Ann: You Betcha!

Lloyd: Good luck with it!

Kaye: ...and it will only get scarier...j/k.

Marchel: I'm glad you find it useful. I have wondered how useful it is to add little things like that. I would hate to distract from the important SEO based content.

Fran: What is the file type? in other words, what are the last three letters of the file name after the dot (i.e example.jpg would be "jpg")?

Feb 28, 2007 04:04 PM
Joan Whitebook
BHG The Masiello Group - Nashua, NH
Consumer Focused Real Estate Services
Thanks for keeping this simple and understandable.  It is difficult to understand what all of these things mean and what they do.  I think I'll leave the technical aspects to the "web guy".
Mar 01, 2007 12:54 AM
Brian Papaccio
Wells Fargo Home Loans - Newark, DE

JavaScripts can be exceedinlgy complicated or extreamly simple.  The calculators on my website use Java code that is relatively simple, and the contact forms on each page are HTML, there is java that is associated to it (at least on some pages) to prevent people from sending me a contact form with no information in it.

For the more simple java codes, there are some tools that can write it for you, or depending on how much of a geek you want to be you can look at the source code of some sites and try to figure it out for your self.

Mar 01, 2007 12:55 AM