MEMBERS ONLY PAGE


| Home | History | News | Links | Past Events | Bylaws and Revisions | Sponsors | Site Map | Contact Us

Web Tutorials

Web Turtorials.

Welcome to the Turtorials page, this will help you maintain the current standards and layouts,
that the site currently has.

GREEN = ok to edit /
BLUE = optional to edit /
RED = leave alone



Basics

          This will talk about basic html commands.
Best way to learn things about html, php, or anything web related. CHECK THIS OUT | http://www.w3schools.com/ |
You can also get Certified for what you learn.




Basics


Using the Basic Templates


Note

mt.html = Main Top / mb.html = Main Bottom
tt.html = Table Top / tb.html = Table Bottom
st.html = Simple Top / (mot.html = Members Only Top [Dont worry about this one.])
What the include tag does is finds that page and includes it. This can be done with any html page.




<?php include "/home/olden3/public_html/layout/mt.html";?><?php include "/home/olden3/public_html/layout/tt.html";?>
<CENTER><BR/><H2>Title<HR></H2></CENTER>
Page Information Here


<P>
<?php include "/home/olden3/public_html/layout/tb.html";?><?php include "/home/olden3/public_html/layout/tt.html";?>
<CENTER><BR/><H2>Title 2<HR></H2></CENTER>
Page Information Here


<P>
<?php include "/home/olden3/public_html/layout/tb.html";?><?php include "/home/olden3/public_html/layout/mb.html";?>

NOTE: you can add as many tt.html and tb.html as you want, it would look like how the history page looks.




Using the Gallary Generator

The script below generates the gallary, you fill in the blanks and it does the rest.



<TITLE>YEAR | TITLE</TITLE>
<CENTER>
<BR><H2>YEAR | TITLE<HR></H2></CENTER>
<H5>NOTE: Click on first image to start slide show.</H5><P></CENTER>

<CENTER>
<?php
include "/home/olden3/public_html/images/call.php";
$title = 'YEAR | TITLE';
$link_url = '/images/folder_name/';
Call($link_url);
<>
</CENTER>



Note: when creating files /folder_name/thumb/ is the only location that thumbnails can be put.
Remember, UPERCASE FOLDER WILL NOT WORK.
Aslo note that they look best at 100 x 100 no larger or smaller. 100 x 75 or 68 x 100 is ok also.




Talks about the Directory Generator

Notes: "Sitemap.php" Along with "events/index.php" is not to be edited its server generated,
therfor it needs be left alone. Meaning don't mess with it.
The Directory Generator will add the url automaticly as long as the title is added as such.
<TITLE> Whatever The Title Is </TITLE>
Make shure this is near the top because it will only read 500 characters inward.
If too far down or no title it will not display at all.



This page was generated in 0.00143 seconds.