How To?
Tips and tricks of website construction that I have learned along the way.
Create Motion Headers and Menus and More.
Creating movement or motion on a website page will give an added feeling that the website has life to it!
This is known as "Flash" or "Swish". I have purchased the SwishMAX2 program because it is easy and quick to learn and you can purchase it at an affordable price. If you have some interest in adding motion to your site and want to know more about SwishMAX2, you can find out more here: http://www.swishzone.com
Create Your Own Website - FREE
Although I don't recomend using FREE website hosts and Control Panels, this is a great way to discover the basics of creating a website. This way you can experiment for FREE. After you get the understanding of how time consuming it is, I hope that you will call on me to ultimately create your personal or small business website. You can try this by clicking on this link: http://geocities.yahoo.com
Embed a Windows Media Player into your website.
Multi-Media websites will often include content such as a short movie embedded right into their webpage. You can do this too! Simply copy the code (below) and paste it into your webpage HTML code. Remember to change the URL or Your File so that it links to your movie. The movie must be a .wmv file that should be located within your website files.
<OBJECT id="VIDEO" width="320"
height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<PARAM NAME="URL" VALUE="your file or url">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
</OBJECT>
Click this link to see an embedded Windows Media Player in action: http://www.generxpower.com/Generx_About.htm
Embed a FREE Google Map to your Website
Make sure your clients or customers can find your place of business by embedding a FREE Google Map to a webpage. It's easy just go to: http://www.maps.google.com
I have pasted an example below!