Page 1 of 2 1 2 LastLast
Results 1 to 15 of 20

Thread: My Site Is Up... Finally!

  1. #1
    Member Since
    Nov 2002
    Location
    1999 Victory White 0474; 2001 Ebony 0377
    Posts
    2,788
    Thanked: 0

    Lightbulb My Site Is Up... Finally!

    It looks like crap, so if any of y'all can explain to me in prain engrish how to make my frames work I'd just be all kinds of giddy. I'm a total web newb, use FP2K and ain't gonna switch due to comfort level. ;pp; In any case, take a look and let me know what you think: Joe Black's VehiCROSS Site
    Over 20 years of Isuzu enjoyment...

  2. #2
    Member Since
    Jun 2002
    Location
    2001, Proton Yellow, #0580
    Posts
    1,887
    Thanked: 5
    Hey Joe,

    Do yourself a favor and abandon frames. It's easier to load your menus from an include file. Does your host support ASP?

    -- John
    John Eaton
    Original Owner
    2001 Proton Yellow #580
    Atlanta GA

    http://wildtoys.com/vehicross/
    http://vehicross.blogspot.com/

    "Metaphors be with you"

  3. #3
    Member Since
    Apr 2004
    Location
    NC 1999, ironman, 0358
    Posts
    323
    Thanked: 0
    Great photos on tranny fluid change. Thanks for taking the time to put a website together.
    Western North Carolina...
    Veni, Vidi, Velcro
    (I came, I saw, I stuck around)

  4. #4
    Member Since
    Nov 2002
    Location
    1999 Victory White 0474; 2001 Ebony 0377
    Posts
    2,788
    Thanked: 0
    Originally posted by johnnyapollo
    Do yourself a favor and abandon frames. It's easier to load your menus from an include file. Does your host support ASP?

    -- John
    Use the same host you do, thanks to your suggestion. ;pg; Ya lost me on the "include file", told ya I'm a noobian. I'll give ya a ring and maybe get me an edumacation.

    Thanks DK, hope to have more soon and to keep adding useful info.

  5. #5
    Member Since
    Sep 2002
    Location
    2001, Proton Yellow, Vehicross, #0170
    Posts
    62
    Thanked: 0
    Looks good. I realize its a Vcross site, but could ya maybe squeeze in a pic or two of some old CATs??

  6. #6
    Member Since
    May 2004
    Location
    No VX anymore. :(
    Posts
    1,335
    Thanked: 0
    ASP / SHTML Include:
    [code]
    <!--#Include File="menu.asp"-->
    [/code]
    PHP Include:
    [code]
    <?php include('menu.php'); ?>
    [/code]
    Steve

  7. #7
    Member Since
    May 2004
    Location
    No VX anymore. :(
    Posts
    1,335
    Thanked: 0
    PS - if you're interested in ease of maintenance, why don't you look into a CMS like Wiki or PHPNuke? They really make updating content in your site a lot easier, and you don't need to know the technical stuff.

  8. #8
    Member Since
    Sep 2002
    Location
    '99 Ebony VX #0038
    Posts
    1,256
    Thanked: 0
    Don't mean to hijack the thread, but i guess this is on topic. I've also got a web site which I designed myself using very basic html. I tried to use style sheets to simplify my design, but it never really did work for what I was trying to do (include a standard header and set of buttons on each page). I'd also like to include a simple message board and private mail, but don't really know what to use. I need to stick with open source / freeware. Would Wiki or PHPNuke work for me?

  9. #9
    Member Since
    Jun 2002
    Location
    SOLD -- 2001 White Ironman #0797
    Posts
    307
    Thanked: 0

    Question ?

    Where does the transmission filter go? Those instructions are great, but I know we have a filter that you can change also, or is that for the xfer case?

    Very nice site btw.. good tech documents

  10. #10
    Member Since
    Dec 2002
    Location
    1999,Wht/blk debadged Ironman,#0188
    Posts
    380
    Thanked: 0
    Joe the link doesn't work???
    face the mirror

  11. #11
    Really nice Joe, all those plans where do you get the time?
    48 hours in a day over there in the US?

    Looking forward to your ethanol write up.
    Gathering equipment at the moment for building a still, fermentationtank and a ss tank for storing E85.
    I'm also looking int converting to LPG, found a system for under $2500,- with electronic injection.
    Stil have to work out how to place a tank underneath. Got an idea?

  12. #12
    Member Since
    May 2004
    Location
    No VX anymore. :(
    Posts
    1,335
    Thanked: 0
    kpaske,

    CSS is presentation data. If you're using CSS design, you should have no presentation logic in your HTML. It's the new way of doing things.

    On the other hand, that has nothing really to do with content management, which makes adding and updating content easier. PHPNuke by itself won't allow you to have message boards, but I believe there's a phpBB plugin module for it. You should check it out.

  13. #13

    Thumbs up site

    Hey Hey,
    I guess I did it the "easy" way...I designed a site and had someone build it up for me....your's looks good. I am still updating mine every month but check out what I have so far.
    clubs.hemmings.com/clubsites/isuzuvehicrossowners/
    Keep up the good work.....John

  14. #14
    Member Since
    May 2004
    Location
    2001 Foxfire Red 1306
    Posts
    252
    Thanked: 0

    Lightbulb How 'bout somthing like this?

    Hey Joe, finally something I might be able to help YOU with.

    I can't even see your navigation in my usual browser (Mozilla Firefox). I have to load Internet Explorer (yuck). Some people may not have java enabled (I'm assumimg that's what they are cause my browser is asking for a plugin) so using applets (the buttons) on your page is a little iffy.

    I don't even remember how to use frames (duh), I don't think you need em. Your navigation is so easy and your site so small that the nav can just stay with the page it's on (unless your site starts to get real big). I think the simpler the better.

    I hacked something up in a few minutes this morning. I tried to do something that is easy for you to work on and update.

    This page uses nested tables, not exactly the cleanest code in the world, but I find it quick and easy to write and work on.

    How about this:

    cut and paste from here -

    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">


    <html>
    <head>
    <title>
    Joe Black's VehiCROSS Site - Home
    </title>

    <style type="text/css">
    <!--
    a.nav:visited {font-family: Helvetica, Arial, Verdana; font-size: 12px; color: black; font-weight: bold; text-decoration: none}
    a.nav:link {font-family: Helvetica, Arial, Verdana; font-size: 12px; color: black; font-weight: bold; text-decoration: none}
    a.nav:hover {font-family: Helvetica, Arial, Verdana; font-size: 12px; color: #aaaaaa; text-decoration: none}
    a.nav:active {font-family: Helvetica, Arial, Verdana; font-size: 12px; color:#aaaaaa; text-decoration: none}

    -->
    </style>


    </head>
    <body text="#000000" bgcolor="#ffffff" link="#191970" vlink="#551aa0" alink="#fe0000">
    <table cellspacing="0" width="600" bgcolor="#ffffff" align="center" valign"top">
    <tr>
    <td>
    <font face="Arial,Helvetica" color="#000000" size="+3">
    <b>
    Joe Black's VehiCROSS Site
    </b>
    </font>
    </td>
    </tr>
    <tr>
    <td>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td bgcolor="#aaaaaa">
    <table width=100% border=0 cellspacing="2" cellpadding="0">
    <tr>
    <td width=99% bgcolor="#dddddd" align="right">


    <a href="index.html" class="nav">H o m e</a>


    <font face="Arial,Helvetica" color="#aaaaaa" size="3">
    <b>
    |
    </b>
    </font>
    <a href="Projects.htm" class="nav">P r o j e c t s </a>

    <font face="Arial,Helvetica" color="#aaaaaa" size="3">
    <b>
    |
    </b>
    </font>
    <a href="Technical.htm" class="nav">T e c h n i c a l </a>

    <font face="Arial,Helvetica" color="#aaaaaa" size="3">
    <b>
    |
    </b>
    </font>
    <a href="Links.htm" class="nav">L i n k s &nbsp</a>

    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td>
    <!-- Begin Content -->
    <table width="90%" align="center">
    <tr><td>
    <br>
    <font face="Arial,Helvetica" color="#000000" size="2">
    <p><font face="Arial"><b>Welcome!</b>&nbsp; In these pages you will find info on
    projects and modifications I hope to undertake for the VehiCROSS community.&nbsp;

    You will also find helpful articles for performing basic maintenance,
    performance modifications and other items of interest to the VX owner.&nbsp;
    This is most definitely a work in progress, so please be patient as content is
    added.</font></p>
    <p><font face="Arial">Thanks for visiting!</font></p>
    <p><font face="Arial">Joe Black</font></p>
    <p>&nbsp;</p>
    <p align="center"><b><font face="Arial" color="#000080" size="5">* * * * N E W S
    * * * *</font></b></p>
    <p align="left"><font size="3" face="Arial"><font color="#000080"><b>11.09.04:</b></font>&nbsp;
    Finally got pics up and article for changing tranny fluid.&nbsp; Look under
    technical.&nbsp; Thanks to Jonnie from vehicross.info for bringing his IronMan
    over for me to experiment on this past weekend.&nbsp; We tried alternate methods
    of tranny service on both his VX and my lovely fiancée's Trooper.&nbsp; Didn't
    get quite as much fluid out as hoped, but still better than 70%.&nbsp; Since
    Mobil-1 Synthetic ATF is fully compatible there'll be no issues and only
    improved performance.&nbsp; Anyway, thanks to Jonnie again for helping a bit
    with this page as well.&nbsp; I can't seem to grasp how to make the navigation
    frame at the top stick with all the other pages, so bear with me while you

    &quot;navigate&quot; the site.&nbsp; The &quot;back&quot; button in your browser
    is your friend!&nbsp;&nbsp;</font></p>

    <p align="left"><font face="Arial" size="3"><font color="#000080"><b><font size="3">11.04.04:</font>&nbsp;
    </b></font><font color="#000000">After a few false starts I've finally managed
    to get this going.&nbsp; Whew!&nbsp; Wish I could be like Scotty from Star Trek
    and deliver on my work <i>ahead</i> of time!&nbsp; LOL!&nbsp; In any case, I
    appreciate the support and patience of everyone that's expressed interest in my
    plans.&nbsp; It means a lot and I'm really thankful!</font></font></p>



    </font>
    <br>
    </td></tr></table>
    <!-- end content -->
    </td>
    </tr>
    <tr>
    <td>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td bgcolor="#aaaaaa">
    <table width=100% border=0 cellspacing="2" cellpadding="0">
    <tr>
    <td width=99% bgcolor="#dddddd">
    <font face="Arial,Helvetica" color="#aaaaaa" size="3">
    <b>
    &nbsp;
    </b>
    </font>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td align="center">
    <font face="Arial,Helvetica" color="#aaaaaa" size="1">
    <b>
    copyright Joe Black
    </b>
    </font>
    </td>
    </tr>
    </table>
    </body>
    </html>





    - stop cutting here





    This could be used as a template for the other pages, I could do a graphic for the top if you let me know what you would want.

    Anyways good job on setting the page up. If you hate my idea I can still help with something else.

    email me if you like, if you can't see this for any reason I'll put it up somewhere on the web.

    thanks for your help in the past

    Jim

    P.S. - I am working on a vehicross site for myself but I have no content currently (just a design and domain name)
    Last edited by jimbo : 11/10/2004 at 07:19 AM

  15. #15
    Member Since
    May 2004
    Location
    2001 Foxfire Red 1306
    Posts
    252
    Thanked: 0
    I like Pmachines products for easy updating.

    http://www.pmachine.com/

    I still use pmachine free on my writing site, it's a weblog program. I don't know if they give anything away free anymore, their new thing is called expression engine.

    Setting up a site with php (or similar) and mysql is a quite a bit of work though. (as moncha could tell ya I'm sure)
    Last edited by jimbo : 11/10/2004 at 07:20 AM

Similar Threads

  1. Preview of new site look!
    By Moncha in forum News
    Replies: 3
    Last Post: 05/05/2005, 03:11 AM
  2. WAS Wondering about this site...
    By visconte in forum VX Talk...
    Replies: 1
    Last Post: 05/24/2004, 12:53 PM
  3. how many brits on vx site
    By lenny in forum VX Talk...
    Replies: 9
    Last Post: 05/09/2004, 06:41 PM
  4. Best parts site?
    By UtahVXer in forum VX Talk...
    Replies: 3
    Last Post: 05/03/2004, 09:00 PM
  5. MY VX Homage Site
    By johnnyapollo in forum VX Talk...
    Replies: 25
    Last Post: 03/09/2004, 08:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
$lv_vb_eventforums_eventdetails