Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 10-22-2007, 09:44 AM   #1 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


EZ Code of the Day ...

Hi Gang ~ Yep I know, most of you can produce this code in your sleep but I thought I'd like to throw in a simple html or js code once in awhile for those that could use them.

Any Code I submit can be altered to do or look anyway you wish. If you need help with this or that, shoot me a PM. One last thing, I guess you can say, I'm old school so much of what I toss in is Old School HTML instead of letting Flash Templates do the work for you (although I use that stuff too)

Today's EZ Code is a simple Drop Down Menu

*********************************************************
<!-- TWO STEPS TO INSTALL PULLDOWN MENU:

1. Paste the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->

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

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
</SCRIPT>
</HEAD>

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

<BODY>

<center>
<form name="form">
<select name="site" size=1>
<option value="">Select Category
<option value="example.html">MyPage
<option value="example2.html">My 2nd Page
<option value="http://www.footballforum.com">My Friend's Page
<option value="/folder/example3.html">Page in different folder
<option value="http://www.techsupportforum.com">Our Site
<option value="one_more_page.html">etc,etc,etc,etc,
</select>
<input type=button value="Go!" onClick="javascript:formHandler()">
</form>
</center>

*****************************************************
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 10-22-2007, 09:52 AM   #2 (permalink)
Manager, Design
 
ebackhus's Avatar
 
Join Date: Apr 2005
Location: SATX
Posts: 14,284
OS: WinXP Pro SP3/Windows 7 RTM

My System

Blog Entries: 28
Send a message via ICQ to ebackhus Send a message via AIM to ebackhus Send a message via MSN to ebackhus Send a message via Yahoo to ebackhus Send a message via Skype™ to ebackhus
Re: EZ Code of the Day ...

Thanks a million for this, Blu! I remember having to always look up drop-down menu code in my early HTML days but it really is quite simple to do.
__________________


-----------------------------
There are no dumb questions, unless a customer is asking them.

Help in the fight against cancer and other serious illnesses.
ebackhus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-23-2007, 04:28 PM   #3 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


Tip of the Day ...

One of the best Tools I have in my system for Design and a host of other applications is EZ Screen Capture. You'll find it helpful when you need to grab an image that will fit just nicely into your Layout.

Also it is a great tool when you need to illustrate the problem you're having to others.

I can't count the times , Tech Support Agents have to me because of the image I sent, they were able to actually see what I was talking about.

I would also be wise to create a Free Account on one of the Image Posting Sites like Photobucket or whatever. You can then use EZ Screen Capture to grab the image you want and Upload it to PhotoBucket then post it on TSF for the World to see.
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-23-2007, 05:01 PM   #4 (permalink)
Manager, Design
 
ebackhus's Avatar
 
Join Date: Apr 2005
Location: SATX
Posts: 14,284
OS: WinXP Pro SP3/Windows 7 RTM

My System

Blog Entries: 28
Send a message via ICQ to ebackhus Send a message via AIM to ebackhus Send a message via MSN to ebackhus Send a message via Yahoo to ebackhus Send a message via Skype™ to ebackhus
Re: EZ Code of the Day ...

I don't mean to knock your suggestion, but just pressing the Print Screen key will do the same thing. Just paste the image into your favorite editing program and save it.
__________________


-----------------------------
There are no dumb questions, unless a customer is asking them.

Help in the fight against cancer and other serious illnesses.
ebackhus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-23-2007, 06:52 PM   #5 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


Re: EZ Code of the Day ...

Quote:
Originally Posted by ebackhus View Post
I don't mean to knock your suggestion, but just pressing the Print Screen key will do the same thing. Just paste the image into your favorite editing program and save it.
Actually that's not a good method since it copies the whole screen and Screen Capture can capture and section of it you wish ...
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-24-2007, 04:28 PM   #6 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


Re: EZ Code of the Day ...

Hi Gang ~

I’m currently working on a Tutorial using Flash that you’re gonna really like but as I re-read the instructions, I realized it wasn’t too clear for those who might not have Flash experience. I found myself committing the same offense many others do in thinking . “ You know what I mean “. Anyway, it will be up probably tomorrow.

For those who are interested, this is a little code to place in the Head of your Document that will Display an Amber Alert Ticker. I am especially concerned about this because it just seems to me I’m hearing more & more stories about little Kids being abducted, sexually abused or killed then I ever recall years ago. So the more these Amber Alerts are around maybe the better the chance of someone actually seeing one of these Kids. If you save one child, you’ve done more than most in a lifetime.

Amber Alert Java Applet Code for Website Pages :

<!-- Begin Code Amber Ticker code. -->
<P ALIGN=CENTER>
<SCRIPT LANGUAGE="JavaScript1.2" src="http://www.codeamber.org/js/codea.js">
</script>
</P>
<!-- end of Code Amber Ticker code (c)Copyright codeamber.org 2002, 2003, 2004,2005,2006,2007-->

******************************************************
THIS IS A COOL LITTLE CURSOR SNAKE SCRIPT WHERE A SET OF WORDS THAT YOU DECIDE WILL FOLLOW THE CURSOR AROUND THE SCREEN. THIS IS FUN FOR AWHILE BUT SOON YOU MIGHT GET TIRED OF SEEING IT AS I DID OVER TIME. ANY PROBLEMS GETTING IT WORKING, LET ME KNOW ..
*******************************************************
<!-- THREE STEPS TO INSTALL MOUSE BANNER:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY tag your HTML document
3. Put the final code inside the BODY of your HTML page -->

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

<HEAD>

<style>.spanstyle {
COLOR: white; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px;
VISIBILITY: visible
}
</style>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var x, y;
var step = 10;
var flag = 0;

var message = "JavaScript is so cool !! ";
message = message.split("");
var xpos = new Array();
for (i = 0; i <= message.length - 1; i++) {
xpos[i] = -50;
}
var ypos = new Array();
for (i = 0; i <= message.length - 1; i++) {
ypos[i]= -50;
}
function handlerMM(e) {
x = (document.layers) ? e.pageX : document.body.scrollLeft + event.clientX;
y = (document.layers) ? e.pageY : document.body.scrollTop + event.clientY;
flag = 1;
}
function makesnake() {
if (flag == 1 && document.all) {
for (i = message.length - 1; i >= 1; i--) {
xpos[i] = xpos[i - 1] + step;
ypos[i] = ypos[i - 1];
}
xpos[0] = x + step;
ypos[0] = y;
for (i = 0; i < message.length - 1; i++) {
var thisspan = eval("span" + (i) + ".style");
thisspan.posLeft = xpos[i];
thisspan.posTop = ypos[i];
}
}
else if (flag==1 && document.layers) {
for (i = message.length - 1; i >= 1; i--) {
xpos[i] = xpos[i - 1] + step;
ypos[i] = ypos[i - 1];
}
xpos[0] = x + step;
ypos[0] = y;
for (i = 0; i < message.length - 1; i++) {
var thisspan = eval("document.span" + i);
thisspan.left = xpos[i];
thisspan.top = ypos[i];
}
}
var timer = setTimeout("makesnake()", 10);
}
// End -->
</script>
</HEAD>

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

<body bgcolor="#000080" text="#000000" onload="makesnake()"
style="OVERFLOW-X: hidden; OVERFLOW-Y: scroll; WIDTH: 100%">

<!-- STEP THREE: Put the final code inside the BODY of your HTML document -->

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
for (i = 0; i <= message.length-1; i++) {
document.write("<span id='span"+i+"' class='spanstyle'>");
document.write(message[i]);
document.write("</span>");
}
if (document.layers) {
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// End -->
</script>

<p><center>
<font face="arial, helvetica" SIZE="-2">The Tech Support Forum<br>
by <a href="http://techsupportforum.com">The Tech Support Forum</a></font>
</center><p>

<!-- Script Size: 2.08 KB -->
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-25-2007, 01:53 PM   #7 (permalink)
Design Team Member
 
Redcore's Avatar
 
Join Date: Aug 2007
Location: Jamestown, CA
Posts: 718
OS: Linux Mint 7

My System

Re: EZ Code of the Day ...

I use XnView, so it makes screen capturing really easy.
__________________
Free Resources
PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |
Web Design/Programming - KompoZer
(Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting |
Redcore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-25-2007, 08:02 PM   #8 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


Re: EZ Code of the Day ...

Quote:
Originally Posted by Redcore View Post
I use XnView, so it makes screen capturing really easy.
Never heard of it .. so where's the Link ? And/Or what does it do differently than EZ Screen Capture ?
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-29-2007, 03:20 AM   #9 (permalink)
Registered User
 
Join Date: Sep 2007
Location: United Kingdom
Posts: 75
OS: XP Media Center


Re: EZ Code of the Day ...

Here is my preference for taking screenshots the quick and easy way.

Been using it for years now.

Enjoy
ralen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-29-2007, 05:21 AM   #10 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


preLoader Tutorial

Hi Gang ~

Sorry I've been away for a few days and then Sunday was Football of course but to show my appreciation for what you all are providing here, I thought I'd put this little Tutorial together on how to create a preLoader for your Flash Movies.

Ok, nuff said all will be explained by clicking on this link

preLoader Tutorial using Masking & Tweening

Enjoy and PM me with any questions ....
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-31-2007, 10:28 PM   #11 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


** Announcement **

Of course I have no knowledge of who found or is finding any of this information valuable or even interesting. When I first decided to Post these codes and/or tutorials, I had hoped for a fair to decent amount of exchange of ideas, comments and even contribution from other Members.

Unless I'm mistaken, there have been approx. 110 Views other than myself and to date, only three persons have made some comment of these submissions.

I had hoped to get much more involved by Posting a variety oof Step by Step Tutorials which would have touched upon simplistic Masking methods to more advanced applications that included Masking with Interactivity features.

However, I've been informed that unless there is a increased & sustained show of interest, this Thread might be closed and quite frankly although I find that would be unfortunate, I would tend to agree with the person's thinking on this matter.

So, my plea if you will, is simply this, since I can see over 100 other Members have taken a peek to some degree in this section, it would be nice if you could leave a small comment behind on whether you find this information interesting enough to continue.

Thank You
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-02-2007, 02:11 PM   #12 (permalink)
Moderator Hardware Team
 
koala's Avatar
 
Join Date: Mar 2005
Location: UK
Posts: 12,366
OS: XP/7/Ubuntu

My System

Re: EZ Code of the Day ...

I don't do any coding at all, but just thought I'd reply to say your time and effort on these posts is appreciated and certainly not wasted.

We had a similar situation a few months ago when freddyhard posted some detailed tutorials on AutoCAD and 3D design. They got plenty of views but not much response, the same as yours, but after a while we noticed the view counter was still steadily rising, meaning the information was probably being found by googlers who quite often just take the info and don't reply.

The problem could be that all your codes are in one thread with a vague title. I don't know how to improve this without having a separate thread for each item of code, but this defeats the purpose of having a dedicated thread.

Or it could be that the regulars who view our Web Design section already know how to do this. People tend to visit forums when they have a specific problem to fix, so however good your instructions are, they might not be applicable to any of the 100+ viewers you've had so far.

Give it some more time to see if you can get a discussion going. Don't give up
__________________

New members: Subscribe to your thread (Thread Tools) to
receive an instant email notification when you get a reply.

TSF Folding@Home Team 85015 - details here
koala is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-03-2007, 06:12 PM   #13 (permalink)
Registered User
 
Inactive's Avatar
 
Join Date: Apr 2005
Posts: 1,704
OS: ~


Re: EZ Code of the Day ...

i've copied out the code threads from blubarry to here. i closed the thread as well to stop chit chat and will copy subsequent posts into it.
__________________


"it takes two to lie, one to lie and one to listen"
Homer

Last edited by Inactive; 11-03-2007 at 06:15 PM. Reason: syntax
Inactive is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-04-2007, 01:00 AM   #14 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


** Good to Remember **

In working with Flash ActionScripts, if you get an Error Message stating " Statement Must Appear Within on Handler "

This simply means you are putting your Action Code on the Button or Movie Clip. In this case, try placing the Code on the associated Frame and that should take care of the problem.


A good working habit to always use is creating a separate Frame for your Codes, naming it Action(s) instead of the frame associated with your Symbol.

BB
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-06-2007, 03:57 PM   #15 (permalink)
Design Team Member
 
Redcore's Avatar
 
Join Date: Aug 2007
Location: Jamestown, CA
Posts: 718
OS: Linux Mint 7

My System

Re: EZ Code of the Day ...

Quote:
Originally Posted by BluBarry View Post
Never heard of it .. so where's the Link ? And/Or what does it do differently than EZ Screen Capture ?
http://pagesperso-orange.fr/pierre.g.../enxnview.html

I've never used EZ Screen Capture, but it's pretty easy (and free) with XnView as well (which is also a great basic graphic tool to open something like 400 different graphic extensions and some basic graphic work like enlarging/shrinking, a few filters, etc). So if you press print screen on your keyboard, you just open up XnView (which is small and lightweight, so it's fast) and press ctrl+v (for paste) ... your desktop image shows up, and you can very easily cut out what you want from the image with it's crop tool.

I found it because it was the only program out there that opened a specific graphic file that is used in game I used to play. Everytime I fix someone's computer or anything like that, I always install it for them because it's so handy.
__________________
Free Resources
PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |
Web Design/Programming - KompoZer
(Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting |
Redcore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-09-2007, 05:56 AM   #16 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


Re: EZ Code of the Day ...

Quote:
Originally Posted by Redcore View Post
http://pagesperso-orange.fr/pierre.g.../enxnview.html

I've never used EZ Screen Capture, but it's pretty easy (and free) with XnView as well (which is also a great basic graphic tool to open something like 400 different graphic extensions and some basic graphic work like enlarging/shrinking, a few filters, etc). So if you press print screen on your keyboard, you just open up XnView (which is small and lightweight, so it's fast) and press ctrl+v (for paste) ... your desktop image shows up, and you can very easily cut out what you want from the image with it's crop tool.

I found it because it was the only program out there that opened a specific graphic file that is used in game I used to play. Everytime I fix someone's computer or anything like that, I always install it for them because it's so handy.
I just checked this program out and it appears they both do pretty much the same other than when you open EZ Screen Capture, you have an instant ability to Crop, Adjust, Edit, etc. all in one swoop. As for free, I'm not sure how or when I got EZSC but I don't think I paid fo rit either or the cost was extremely low. But really I don't recall paying any money unless at the time I got it, they were providing it at no charge and changed since then, like Netzero back-in-the-day when they claimed they will never charge for Internet service which of course that's a thing of the past now.

btw, when I hit Ctrl-P it doesn't give me a Screen Shot but rather takes me directly to my printer control.
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-13-2007, 12:04 PM   #17 (permalink)
Design Team Member
 
Redcore's Avatar
 
Join Date: Aug 2007
Location: Jamestown, CA
Posts: 718
OS: Linux Mint 7

My System

Re: EZ Code of the Day ...

LOL yeah, the name "netzero" now lives in ironic history!
__________________
Free Resources
PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |
Web Design/Programming - KompoZer
(Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting |
Redcore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-21-2007, 12:40 PM   #18 (permalink)
Registered User
 
Join Date: Aug 2006
Posts: 144
OS: WinXP Pro


Re: EZ Code of the Day ...

For those who may want to add an Amber Alert to their Website and found the Javascript not functioning correctly. I created a little page and Uploaded it to my site for you to grab.

Just goto > http://blumusik.com/storage/Amber_Alert.html

And view the Source Code .. then Copy & Paste it to whatever you want to apply it to.

Thanks
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 02-24-2009, 07:10 AM   #19 (permalink)
Registered User
 
Join Date: Dec 2007
Posts: 2
OS: windows xp


Re: EZ Code of the Day ...

Thanks for all help . I m very happy that I have joined the right forum where I will learn a lot about web development. I m just new to web development and I hope I will find new things here
__________________
I'm SEO & Blogger and learning Web Development now
muzammal786 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-20-2009, 03:52 AM   #20 (permalink)
Registered User
 
Join Date: Mar 2009
Posts: 7
OS: windows xp sp2


Re: EZ Code of the Day ...

preLoader Tutorial
the link is broken
joan90 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 04:34 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85