Contact! 

Garry Stasiuk
4909 NE 47 Ave
Vancouver, WA 98661
360-750-4524


The above e-mail address is protected from spam by utilizing a small JavaScript...

<!-- TWO STEPS TO INSTALL NO-SPAM E-MAIL:

1. Copy the coding into the HEAD of your HTML document

2. Add the last code into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var user;
var domain;
var suffix;
function jemail(user, domain, suffix){
document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + user + '@' + domain + '.' + suffix + '</a>');

}

//-->

// End -->

</script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
jemail("webmaster", "java", "com");
// End -->
</script>

 


Make it easy






One of the most important things you can do on your web site is to make it EASY for clients, visitors to you web pages, to get a hold of you.
Make your phone number available... generally you'll find that a visitor to your web site will contact you by telephone only if they can't find the answer they are looking for on your web pages!
One way to make your web pages a two way communication process is by using Forms, you can also set up a social organization via a blog or a Users Forum

Forms

Forms <form></form>are by far the hardest html element to set-up. It can take several days of  constant work to get a form working correctly.  
Fortunately there are some quick solutions...
1. You can use a  Free 3rd party Forms Generator
2. You can purchase ready made forms from a third party
3. You can purchase additional software to aid the generation of a form.

Below are some exaamples... the forms actually work... so give 'em a try
 

The textbook "Build Your Own WEB SITE THE RIGHT WAY" recommends this company at freedback.com
They let you generate one simpified form for free...
Name:
Email Address:


create web form

This form was generated by EmailMeForm.com
This company allows you to build more complex forms for free and you can make more than one...
They can store the form on their web site or you can "cut" and "Paste" the HTML/css  like you see here... and put the form on your own web page. They also offer spam protection using "captcha" image Verification


News Letter Contact form

Your Name
Your Email Address
info

Image Verification
Please enter the text from the image
[ Refresh Image ] [ What's This? ]



http://www.bestwebforms.com/index.php
Best Web Forms is a program that you install on your web site and you can generate and edit the forms to your hearts content using your browser. You can have the form data e-mailed to you or stored in your web site's data base.
The requirements for this software is that you must be able to install it on your web site server, and the host provides php (a web scripting language)  and a MySQL (Database)
You can use this software from a Mac or PC




The form below was generated using Coffee Cups Web Form Builder
http://www.coffeecup.com/form-builder/
It's available only for PC computers
It is the easiest to use... and can utilize web site databases...
 
Form Object
Privacy   Copyright gts 2009