Click to See Complete Forum and Search --> : Please Check Out My New Site.


xd-shooter
01-04-2009, 12:33 PM
Hey,

I've designed a website for VW (Volks Wagen) "Lovers". The site is not fully finished. All I have is the Home Page up and running.

The site will have a Discussion Board, Image Gallery, How-To Section, Member Ride of the Month. I am also thinking of having a section where people can post a photo of there VW, add a description about their VW and post stats about it, such as 1/4 mile time, performance mods, etc.

Here is the link to the one page (Home Page):

http://www.myvdubcorner.com

This is the second site that I've Published.

Thanks.

two4god07
01-07-2009, 02:18 AM
I would use CSS as a frames replacement and not have everything so centered.

There's not much dynamic about it.

I'm just a beginner myself (I've never created a good looking website yet)

But the page could use a little touching up.

andr105
01-16-2009, 11:53 AM
hi! I live in Europe, and I like VW. Especially diesel! I have a small VW Polo. Why does this car absent in your car list?
According to your site. It has many unworking servicess now. I can test only homege. It looks well.

xd-shooter
01-19-2009, 08:42 AM
hi! I live in Europe, and I like VW. Especially diesel! I have a small VW Polo. Why does this car absent in your car list?
According to your site. It has many unworking servicess now. I can test only homege. It looks well.

Andr105: I will be sure to update the list of VW Vehicles on my Homepage. I'll be sure to add the VW Polo.

Yes, the site still needs to be worked on but with me going to College now and having Homework, it's gonna be a little while before the site is Fully Operational.

ahk2chan
01-19-2009, 09:10 PM
These days I haven't seen a lot of sites with frame design, I concur with two4god07. And I think if you have time you can learn a bit more about CSS which can really help you clean up your page (html-wise)

Also if you are looking at discussion forum, maybe you can actually implement the site using a forum engine (phpbb?)? or also create a blog using a common blog engine (wordpress?)? Since these engines are fairly straight-forward to setup and also a lot of themes to choose from, you can focus on creating content for the site!

btw, I used to love VW too... I had a Beetle, a Golf, a Jetta and a Passat :)

andr105
01-21-2009, 11:33 AM
Thanks two4god07. I will check your site again soon.

two4god07
01-21-2009, 12:33 PM
I had a little time and a little bordom, so I decided to type up a frameless frame script for your site. I just copied and pasted the content, but I strongly suggest you learn some css to format it all instead of using all the font tags. But for now, I left all those font tags in there so you could have something to strive for. Here's the css script that will have your page framed without using frames. I hope it helps.

<!DOCTYPE html PUBLIC

"-//W3C//DTD XHTML 1.0 Strict//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >



<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>
Welcome to My VDUB Corner
</title>

<style type="text/css">
body {background-color: gray;}
#toc {height: 100%; width: 170px; position: fixed; top:0px; left:0px; background-color: black;}
#content {position: absolute; top: 0px; left: 190px;}
</style>
</head>
<body>
<div id="toc">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<center><p><font size="+1"><font color="red">Forum - Coming Soon</p></center>
<center><p><font size="+1"><font color="blue">Image Gallery - Coming Soon</p></center>
<center><p><font size="+1"><font color="green">How-To Section - Coming Soon</p></center>
<center><p><font size="+1"><font color="orange">Member Ride of the Month - Coming Soon</p></center>
</div>
<div id="content">
<center><img width="800" height="400" src="http://i280.photobucket.com/albums/kk179/dgtl_eyez/vwlogo.gif"></center>
<h1><center><p><font size="+3"><font color="black">Welcome to My VDUB Corner</p></center></h1>
<center><p><u><font size="+1"><font color="black">The place for VW Lovers</p></center></u>
<br>
<p><center><p><font size="+1"><font color="black">GTI, Golf, Jetta, Passat, R32, GLI, New Bettle, Old Bettle, Eos, Fox, Corrado, CC, Eurovan, Dasher, Cabriolet, Cabrio, Rabbit, Phaeton, Quantum, Routan, Scirocco, Tiguan, Touareg, Vanagon.</p></center>
<br>
<center><p><font size="+1"><font color="black"><u>More Features Will Be Added Later On, such as a Video Player!!</u></p></center>
<br>
<br>
<center><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/SBDLKxeJdyo&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SBDLKxeJdyo&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center>
<br>
<p><center><font size="+1"><font color="black">Short Clip of Driving in the MK5 GTI</p></center>
<br>
<br>
<center>&copy My VDUB Corner 2009</center>
</div>

It works in both EI and Firefox

two4god07
01-21-2009, 12:34 PM
oops.. forgot to copy the </body></html>