The joys of working with other peoples/outdated code

Joined: 11/28/2008

I know you have all seen it, but I wanted to spark up a little convo on the subject.

James and I, well Gabe and another helped too, just completed a recode of 50ish pages of really bad html, and looking at the code we were lost. You couldn't make out the content from tables, font tags, and other meaningless markup. Projects like this really help to reinforce in your mind a desire to code for the future and good coding practices. Seriously, it took me over an hour to clean up some of the pages.

I'm sure you have experienced similar. What horror stories have you come across, and what lessons have you learned?

TJ SINGLETON

Joined: 11/28/2008
In my previous job, I worked

In my previous job, I worked with a guy who learned Java from a ways back and got a job that developed a system for sports scheduling and payment system that was built on ASP and Access. The biggest problem here was that there was a demo site, and when a new client was added, they simply duplicated the demo site (and the database) and filled in the client's information. This was done, oh, over 1,000 times (it's now more than 1,400 IIRC). This was a maintenance nightmare. Forget rolling out a fix, not to mention sites that were three years old compared to 200 that were built six months ago.

I eventually got out of the "fix this" position and began working on the future development of the company. Right at the time we were planning for this new and improved system, I was contacted by my current employer. They swept me off my feet /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />

Fortunately, I haven't had to change anyone else's code since I started with and always have worked on my own stuff (outside of my previous job). I can look back on my HTML and be frightened by what I have, although I have to pat myself on the back because even then in my infant stages of learning HTML, I made it a point to keep my HTML legible and not a jumbled mess.

Who can bring a charge to God's elect? It is God who justifies!

Joined: 11/28/2008
Aiiieeee, can I relate. I

Aiiieeee, can I relate. I maintain a site for a non-profit organization. Their budget covers 5 (five) hours per month. (I give them extra hours, too. It still doesn't go very far...) The site has 60+ pages. I'm trying to talk the director into a redesign; haven't done it yet in 2+ years but we're meeting on Dec. 29th!!!

Anyway, every page I update, I try to reduce the code bloat and include CSS features from the stylesheet I've made. Yes, takes an hour or more. Below you can see one part at the top of each page. Can you find the content? Not visible yet...

The worst part is the bottom when these tables close; it's not in the same spacing arrangement (which /td goes with which opening td??) and I have torn out so much hair trying to cut down the code without totally destroying the layout. And in 5 hours per month.

Here's my Exhibit A:

CODE
    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
        <TR VALIGN=TOP ALIGN=LEFT>
            <TD WIDTH=19><IMG SRC="./clearpixel.gif" WIDTH=19 HEIGHT=1 BORDER=0 ALT=""></TD>
            <TD WIDTH=755>
                <TABLE ID="Table4" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
                    <TR HEIGHT=501>
                        <TD VALIGN=TOP WIDTH=755 BGCOLOR="#FFFFFF">
                            <P>
                                <TABLE WIDTH=755 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT>
                                    <TR>
                                        <TD>
                                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=755 HEIGHT=1761 bgcolor="#FFFFFF" NOF="LayoutRegion7">
                                                <TR ALIGN=LEFT VALIGN=TOP>
                                                    <TD>
                                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=333 NOF="LayoutRegion7">
                                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                                <TD WIDTH=12 HEIGHT=6><IMG SRC="./clearpixel.gif" WIDTH=12 HEIGHT=1 BORDER=0 ALT=""></TD>
                                                                <TD></TD>
                                                            </TR>
                                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                                <TD HEIGHT=33></TD>
                                                                <TD WIDTH=321><IMG ID="Picture43" HEIGHT=33 WIDTH=321 SRC="./aboutus.gif" BORDER=0 ALT=""></TD>
                                                            </TR>
                                                        </TABLE>
                                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF="LayoutRegion7">
                                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                                <TD WIDTH=17 HEIGHT=14><IMG SRC="./clearpixel.gif" WIDTH=17 HEIGHT=1 BORDER=0 ALT=""></TD>
                                                                <TD></TD>
                                                            </TR>
                                                            <TR VALIGN=TOP ALIGN=LEFT>
                                                                <TD></TD>
                                                                <TD WIDTH=721>
                                                                    <TABLE ID="Table8" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" HEIGHT=210>
                                                                        <TR>
                                                                            <TD WIDTH=623>

CWM Post with Helpful Links for Web Design Newbies<

Joined: 11/28/2008
Reminds me of when I took

Reminds me of when I took over a website for a paid client whose previous webmaster had used dreamweaver to not only build, but update the site too. This site is constantly having items added and removed as it is a consignment outlet. It took me well over an hour to clean up the bloat and the poorly captured and overwritten html code from every single page of this site! Whoever the webmaster was previous to me was apparently doing everything entirely from the WYSIWYG perspective, and the result was horrors!

I've been this client's webmaster now for over 3 years, and I can tell you my code is much cleaner.

I had a similar nightmare when I took over another site around the same time that had been built using frontpage previously. I ended up redesigning that site eventually.

We sacrifice all that we are and all that we love for the greater good -- the One above.
Visit me at http://www.thesswatteam.org, http://ww

Joined: 11/28/2008

Here is my Exhibit A /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 FINAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">

<TITLE>Education Project Management Software for Education and for Academic Institutions, Course Addoptions, and Strategic Planning.</TITLE>
<META NAME="description" CONTENT="Project Management Software for Education and for Academic Institutions, Course Addoptions, and Strategic Planning.">
<META NAME="keywords" CONTENT="Education Project Management Software Academic Courses Strategic Planning Assessment Tracking Tool Courseware Course Addoption student price">
<script LANGUAGE="JavaScript">
<!--
function IScreen (whichscreen){
   NewWindow=window.open(whichscreen, "NewWidndow", "width=400,height=400,toolbar=0,status=yes");
}
//-->
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" BACKGROUND="../assets/images/Newbg3.jpg" LINK="#0000FF" VLINK="#800080" TEXT="#000000" topmargin=0 topmargin=0 TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
    <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=777>
        <TR VALIGN=TOP ALIGN=LEFT>

            <TD>
                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=139>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=8 HEIGHT=1><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=8 HEIGHT=1 BORDER=0></TD>
                        <TD WIDTH=124 HEIGHT=1><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=124 HEIGHT=1 BORDER=0></TD>
                        <TD WIDTH=1 HEIGHT=1><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD>
                        <TD WIDTH=6 HEIGHT=1><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=6 HEIGHT=1 BORDER=0></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>

                        <TD WIDTH=139 HEIGHT=85 COLSPAN=4 ALIGN=LEFT VALIGN=TOP><a href="http://www.projectkickstart.com"><IMG ID="Picture303" HEIGHT=85 WIDTH=139 src="../assets/images/left-project-management.jpg" alt="Project Management Software" BORDER=0></a></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=132 HEIGHT=63 COLSPAN=2 ALIGN=LEFT VALIGN=TOP><IMG ID="Picture305" HEIGHT=63 WIDTH=132 SRC="../assets/images/Banner_Low.jpg" BORDER=0></TD>
                        <TD COLSPAN=2></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=125 COLSPAN=2><!-- ---------THE BEGINNING OF THE SIDE BAR.-------------------- -->

<!-- -------THE END OF THE SIDE BAR.------------ -->

                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=3 WIDTH=125>
                                <TR>
                                    <TD><P ALIGN=LEFT><A HREF="../"><IMG ID="Picture297" HEIGHT=10 WIDTH=11 SRC="../assets/images/da_house.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0></A><B><FONT COLOR="#494949" SIZE="-1"
                                         FACE="Arial,Helvetica,Univers,Zurich BT">&nbsp;</FONT></B><A HREF="../"><B><FONT COLOR="#494949" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT"></FONT><FONT COLOR="#003366" SIZE="-1"
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Home</FONT></B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"></FONT></A><FONT COLOR="#003366"
                                         SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><BR><BR></FONT><FONT COLOR="#494949" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT"><B>PRODUCTS<BR></B></FONT><A
                                         HREF="../html/pkswin3.htm"><FONT COLOR="#494949" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT"><B></B></FONT><FONT COLOR="#003366" SIZE="-1"
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><B>Project KickStart</B></FONT></A><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><B> <BR></B>
                                        </FONT><B></B><A HREF="../html/hotpicks.htm"><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Thinking Tools Store</FONT></B></A><P ALIGN=LEFT><B><FONT COLOR="#494949"
                                         SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">SALES<BR></FONT></B><A HREF="https://www425.ssldomain.com/projectkickstart/HTML/order_all.cfm?group=Education"><B><FONT COLOR="#494949" SIZE="-1"
                                         FACE="Arial,Helvetica,Univers,Zurich BT"></FONT><FONT COLOR="#FF0000" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Order Now</FONT></B></A><B><FONT COLOR="#FF0000" SIZE="-1"
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><BR></FONT></B><A HREF="../html/authorized_resellers.htm"><B><FONT COLOR="#003366" SIZE="-1"
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Resellers</FONT></B></A><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><BR></FONT></B><A
                                         HREF="../html/education.htm"><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Academic Program</FONT></B><FONT COLOR="#003366" SIZE="-1"
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"></FONT></A><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> </FONT><P ALIGN=LEFT><B><FONT COLOR="#494949"
                                         SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">RESOURCES<BR></FONT></B><A HREF="../html/custsupp.htm"><B><FONT COLOR="#494949" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT"></FONT><FONT COLOR="#003366"
                                         SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Tech Support</FONT></B></A><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><BR>

                                        </FONT></B><A HREF="../html/online_training.htm"><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Online Training</FONT></B></A><B><BR></B><A
                                         HREF="../html/tips.htm"><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Project Mngmnt Tips</FONT></B><FONT COLOR="#003366" SIZE="-1"
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"></FONT></A><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><BR></FONT><A
                                         HREF="../html/prjentrance.cfm"><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Template Exchange</FONT></B></A><B><FONT COLOR="#003366" SIZE="-1"
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><BR></FONT></B><A HREF="../html/sitelink.htm"><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">
                                        Consultants</FONT></B></A><P ALIGN=LEFT><B><FONT COLOR="#494949" SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">COMPANY<BR></FONT></B><A HREF="../html/press.htm"><B><FONT COLOR="#494949" SIZE="-1"
                                         FACE="Arial,Helvetica,Univers,Zurich BT"></FONT><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Press Center</FONT></B></A><B><FONT COLOR="#003366" SIZE="-1"
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><BR></FONT></B><A HREF="../html/aboutus.htm"><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">
                                        About Us</FONT></B></A><B><FONT COLOR="#003366" SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"><BR></FONT></B><A HREF="../html/tellafriend.htm"><B><FONT COLOR="#003366" SIZE="-1"
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Tell a Friend</FONT></B></A></TD>
                                </TR>
                            </TABLE>

                        </TD>
                        <TD></TD>
                    </TR>
                </TABLE>
            </TD>
            <TD>
                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=635>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=635 HEIGHT=85 ALIGN=LEFT VALIGN=TOP><a href="http://www.projectkickstart.com"><IMG ID="Picture306" HEIGHT=85 WIDTH=635 src="../assets/images/right-project-planning.jpg" alt="Project Planning Tools" BORDER=0></a></TD>

                    </TR>
                </TABLE>
                <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=637>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD>
                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=403>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD WIDTH=2 HEIGHT=1><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=2 HEIGHT=1 BORDER=0></TD>
                                    <TD WIDTH=401><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=401 HEIGHT=1 BORDER=0></TD>

                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD></TD>
                                    <TD WIDTH=401><P ALIGN=LEFT><FONT COLOR="#000000">| </FONT><A HREF="../html/upgrade3.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Upgrade</FONT></A><FONT
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/pressrev.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Reviews</FONT></A><FONT
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/s1.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Screen Shots</FONT></A><FONT
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/links.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Links</FONT></A><FONT
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/consrevi.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">User Stories</FONT></A><FONT
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/faq3.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">FAQ</FONT></A><FONT
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT></TD>

                                </TR>
                            </TABLE>
                        </TD>
                        <TD>
                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=234>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD WIDTH=63 HEIGHT=2><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=63 HEIGHT=1 BORDER=0></TD>
                                    <TD WIDTH=171><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=171 HEIGHT=1 BORDER=0></TD>
                                </TR>

                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD></TD>
                                    <TD WIDTH=171>
                                        <form method="post" action="pks_search.cfm?pagesearchedfrom=education.htm">
    <input type="text" name="criteria" size="15" maxLength="80">
    <INPUT ID="FormsButton6" NAME="FormsButton4" TYPE=IMAGE BORDER=0 SRC="../assets/images/searchbtn.gif">
</form>
                                    </TD>
                                </TR>

                            </TABLE>
                        </TD>
                    </TR>
                </TABLE>
                <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=619>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD>
                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=323>
                                <TR VALIGN=TOP ALIGN=LEFT>

                                    <TD WIDTH=11 HEIGHT=31><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=11 HEIGHT=1 BORDER=0></TD>
                                    <TD WIDTH=41><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=41 HEIGHT=1 BORDER=0></TD>
                                    <TD></TD>
                                    <TD WIDTH=1><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD>
                                    <TD WIDTH=33><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=33 HEIGHT=1 BORDER=0></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD COLSPAN=2 HEIGHT=31></TD>
                                    <TD WIDTH=237 ALIGN=LEFT VALIGN=TOP><IMG ID="Picture272" HEIGHT=31 WIDTH=237 SRC="../assets/images/pksban.jpg" BORDER=0 ALT="Picture"></TD>

                                    <TD COLSPAN=2></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD COLSPAN=5 HEIGHT=7></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD COLSPAN=2></TD>
                                    <TD WIDTH=238 COLSPAN=2><h3 ALIGN=CENTER><B><FONT COLOR="#0000A0" SIZE="+1" FACE="Arial,Helvetica,Univers,Zurich BT">Software for Education </FONT></B></h3></TD>

                                    <TD></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD COLSPAN=5 HEIGHT=21></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD></TD>
                                    <TD WIDTH=312 COLSPAN=4><P><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">| </FONT><A HREF="../html/profs.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Professors
                                        </FONT></A><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/students.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Students</FONT></A>

                                        <FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/admins.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Administrators</FONT></A><FONT
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/librarians.htm"><FONT FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Librarians</FONT></A><FONT
                                         FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> |</FONT></TD>
                                </TR>
                            </TABLE>
                        </TD>
                        <TD>

                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=166>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD WIDTH=16 HEIGHT=130><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=16 HEIGHT=1 BORDER=0></TD>
                                    <TD WIDTH=150 ALIGN=LEFT VALIGN=TOP><A HREF="../html/pkswin3.htm"><IMG ID="Picture273" HEIGHT=130 WIDTH=150 SRC="../assets/images/Pks3_box.gif" BORDER=0 ALT="Project KickStart in education"></A></TD>
                                </TR>
                            </TABLE>
                        </TD>
                        <TD>
                            <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=130>

                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD WIDTH=7 HEIGHT=14><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=7 HEIGHT=1 BORDER=0></TD>
                                    <TD WIDTH=5><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=5 HEIGHT=1 BORDER=0></TD>
                                    <TD WIDTH=19><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=19 HEIGHT=1 BORDER=0></TD>
                                    <TD></TD>
                                    <TD WIDTH=5><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=5 HEIGHT=1 BORDER=0></TD>
                                    <TD WIDTH=14><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=14 HEIGHT=1 BORDER=0></TD>
                                    <TD WIDTH=4><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=4 HEIGHT=1 BORDER=0></TD>
                                </TR>

                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD COLSPAN=3 HEIGHT=21></TD>
                                    <TD WIDTH=76 ALIGN=LEFT VALIGN=TOP><A HREF="https://www425.ssldomain.com/projectkickstart/HTML/order_all.cfm?group=Education"><IMG ID="Picture312" HEIGHT=21 WIDTH=76 SRC="../assets/images/btn_buy.gif" BORDER=0></A></TD>
                                    <TD COLSPAN=3></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD COLSPAN=7 HEIGHT=10></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>

                                    <TD COLSPAN=2></TD>
                                    <TD WIDTH=114 COLSPAN=4><P ALIGN=CENTER><a href="#" onClick="IScreen('http://www.projectkickstart.com/html/screen1.htm')"><B><FONT SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Guided Tour</a></FONT></B></TD>
                                    <TD></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD COLSPAN=7 HEIGHT=7></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>

                                    <TD COLSPAN=3></TD>
                                    <TD WIDTH=81 COLSPAN=2><P><A HREF="http://www.projectkickstart.com/html/Downdemo3.cfm?s=education"><B><FONT SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">FREE Trial</FONT></B></A></TD>
                                    <TD COLSPAN=2></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>
                                    <TD COLSPAN=7 HEIGHT=6></TD>
                                </TR>
                                <TR VALIGN=TOP ALIGN=LEFT>

                                    <TD></TD>
                                    <TD WIDTH=123 COLSPAN=6><P ALIGN=CENTER><A HREF="http://intercall.webex.com/intercall/playback.php?FileName=http%3A//www.projectkickstart.com/WebEx/JeffCrowEducation.wrf&Rnd=0.9521164683552237"><B><FONT SIZE="-1"
                                         FACE="Arial,Helvetica,Univers,Zurich BT">Project KickStart<BR>in&nbsp; Education.<BR>WebEx recording</FONT></B></A></TD>
                                </TR>
                            </TABLE>
                        </TD>
                    </TR>

                </TABLE>
                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=638>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=2 HEIGHT=6><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=2 HEIGHT=1 BORDER=0></TD>
                        <TD WIDTH=636><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=636 HEIGHT=1 BORDER=0></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=636><P><A NAME="Overview"></A>

                            <TABLE WIDTH=145 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=RIGHT>
                                <TR>
                                    <TD BGCOLOR="#DFE5FF">
                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=5 WIDTH=145>
                                            <TR>
                                                <TD><P ALIGN=LEFT><BR><B><FONT SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">"It strikes me that Project KickStart would be perfect for any business program or class, from High School to MBA
                                                    training--- quite a profound statement, but I believe that to be true."<BR><I>-John Price, <BR>
                                                    St. Martin's College<BR></I></FONT></B>&nbsp;</TD>

                                            </TR>
                                        </TABLE>
                                    </TD>
                                </TR>
                            </TABLE>
                            <p><B><FONT SIZE="+2">W</FONT></B>e are proud to provide Project KickStart as an easy <B>project management software program</B> that
                              can be used in the classroom and by faculty and
                          administrators.&nbsp; </p>

                            <p>The
                                  Project KickStart software for education is
                              the same as the regular Project KickStart, but
                              is available at a reduced, <a
                             href="#viewprices">academic prices.</a></p>
                          <P><strong>Benefits for Teachers, Students and Administrators</strong>
                          <P>In
                                addition to being an excellent resource for project
                                planning of all types, Project KickStart can
                              be used as <I>courseware</I> to
                                provide a powerful learning tool to help students
                                learn the skills of organizing, planning, teamwork
                            and completing projects.                            
                          <P>Project KickStart delivers a skill set of how
                              to brainstorm, organize and plan projects. It leads
                              users to consider the structure of their projects,
                              goals, resources, risks, and other strategic issues
                          that are crucial for the project's success. It displays
                              the planned project in a Gantt chart to show the
                              tasks' schedule in time.                            
                          Within the academic community, Project KickStart is
                          used by:
                          <UL TYPE="DISC">
                                <LI>Administrators, </LI>

                                <LI>Chief Information Officers </LI>
                                <LI>State/District School Staff </LI>
                                <LI>Deans/Presidents </LI>
                                <LI>Superintendents</LI>
                                <LI>Principals</LI>
                                <LI>Professors/Teachers </LI>

                                <LI>Librarians</LI>
                                <LI>Students</LI>
                                <LI>It's also used by <a href="nonprofits.htm">many nonprofits for
                                  project planning and management</a></LI>
                          </UL>
                            <P ALIGN=LEFT><A HREF="../html/profs.htm"><I>Professors/Teachers</I></A><I> use Project KickStart to:</I>

                            <UL TYPE="DISC">
                                <LI>Teach project management and planning skills.
                                  Course adoption (or courseware)</LI>
                                <LI>Teach courses in Microsoft Project. Project
                                  KickStart can be a friendly front-end. </LI>
                                <LI>Help in grant writing</LI>
                                <LI>Plan in their professional life</LI>
                                <LI>Plan  curriculum and lesson plans</LI>

                                <LI>Plan projects for and with students. Mentoring.</LI>
                                <LI>Facilitate team work, with colleagues and
                                  students. </LI>
                            </UL>
                            <P><A HREF="../html/students.htm"><I>Students</I></A><I> use Project KickStart to:</I>
                            <UL TYPE="DISC">
                                <LI>Plan capstone projects</LI>

                                <LI>Organize senior
                                    theses and dissertations.</LI>
                                <LI>Plan  projects that involve teamwork, such
                                  as science labs or class presentations.</LI>
                                <LI>Learn about organizing, planning,  and completing
                                projects.</LI>
                                <LI>&quot;Carve up&quot; major projects, such as science
                                  projects, into obtainable goals and timelines. </LI>
                            </UL>
                            <P><A HREF="../html/admins.htm"><I>Administrators</I></A><I> use Project KickStart to:</I>

                            <UL TYPE="DISC">
                                <FONT COLOR="#000000" FACE="Times New Roman,Times,Times NewRoman">
                                <LI>Plan  new degree programs </LI>
                                </FONT>
                                <LI>Improve or reform school programs.</LI>
                                <LI>Organize events and fundraising.</LI>
                                <LI>Identify, communicate, and implement goals.</LI>

                            </UL>
                            <P><A NAME="viewprices"></A><B>Individual Copies at Academic Prices<BR></B>
                        <TABLE ID="Table9" BORDER=1 CELLSPACING=3 CELLPADDING=1 WIDTH="100%" ALIGN="LEFT">
                                <TR VALIGN=TOP>
                                    <TD WIDTH=43 HEIGHT=19><P><B>Item</B></TD>
                                    <TD WIDTH=223><P><B>Description</B></TD>
                                    <TD WIDTH=77><P ALIGN=CENTER><B>Academic</B></TD>

                                    <TD WIDTH=66><P ALIGN=CENTER><B>List</B></TD>
                                    <TD ALIGN=CENTER WIDTH=95><P><B><FONT COLOR="#FF3300">ORDER</FONT></B></TD>
                                </TR>
                                
                               <TR VALIGN=TOP>
                                    <TD WIDTH=43 HEIGHT=21><P>730E</TD>
                                    <TD WIDTH=223><P>Project KickStart - Teachers</TD>
                                    <TD WIDTH=77><P ALIGN=RIGHT>$78.00</TD>

                                    <TD WIDTH=66><P ALIGN=RIGHT><STRIKE>$129.95</STRIKE></TD>
                                    <TD ALIGN=CENTER WIDTH=95><P><A HREF="https://www425.ssldomain.com/projectkickstart/HTML/order_all.cfm?group=Education"><IMG ID="Picture314" HEIGHT=21 WIDTH=76 SRC="../assets/images/btn_buy.gif" VSPACE=0 HSPACE=0
                                         ALIGN="TOP" BORDER=0></A>&nbsp;</TD>
                          </TR>
                                   <TR VALIGN=TOP>
                                    <TD WIDTH=43 HEIGHT=22><P>730E</TD>
                                    <TD WIDTH=223><P>Project KickStart - Students</TD>
                                    <TD WIDTH=77><P ALIGN=RIGHT>$78.00</TD>

                                    <TD WIDTH=66><P ALIGN=RIGHT><STRIKE>$129.95</STRIKE></TD>
                                    <TD ALIGN=CENTER WIDTH=95><P><A HREF="https://www425.ssldomain.com/projectkickstart/HTML/order_all.cfm?group=Education"><IMG ID="Picture315" HEIGHT=21 WIDTH=76 SRC="../assets/images/btn_buy.gif" VSPACE=0 HSPACE=0
                                         ALIGN="TOP" BORDER=0></A>&nbsp;</TD>
                                </TR>
                                <TR VALIGN=TOP>
                                    <TD WIDTH=43 HEIGHT=19><P>730E</TD>
                                    <TD WIDTH=223><P>Project KickStart - Administrators</TD>
                                    <TD WIDTH=77><P ALIGN=RIGHT>$78.00</TD>

                                    <TD WIDTH=66><P ALIGN=RIGHT><STRIKE>$129.95</STRIKE></TD>
                                    <TD ALIGN=CENTER WIDTH=95><P><A HREF="https://www425.ssldomain.com/projectkickstart/HTML/order_all.cfm?group=Education"><IMG ID="Picture316" HEIGHT=21 WIDTH=76 SRC="../assets/images/btn_buy.gif" VSPACE=0 HSPACE=0
                                         ALIGN="TOP" BORDER=0></A>&nbsp;</TD>
                                </TR>
                                
                          </TABLE>
                         <BR> <BR> <BR> <BR> <BR> <BR> <BR>
                         <a name="multiple"></a><strong>Multiple Copies for Students at Educational
                                  Institutions </strong><BR>

                             <TABLE ID="Table10" BORDER=1 CELLSPACING=3 CELLPADDING=1 width="100%" ALIGN="LEFT">
                            
                                <TR VALIGN=TOP>
                                    <TD WIDTH=43 HEIGHT=19><P><B>Item</B></TD>
                                    <TD WIDTH=223><P><B>Description</B></TD>
                                    <TD WIDTH=77><P ALIGN=CENTER><B>Academic</B></TD>
                                    <TD WIDTH=66><P ALIGN=CENTER><B>List</B></TD>
                                    <TD ALIGN=CENTER WIDTH=95><P><B><FONT COLOR="#FF3300">ORDER</FONT></B></TD>

                                </TR>
                                <TR VALIGN=TOP>
                                    <TD WIDTH=43 HEIGHT=22><P>736</TD>
                                    <TD WIDTH=223><P>Project KickStart course adoption *</TD>
                                    <TD WIDTH=77><P ALIGN=RIGHT>$45.00</TD>
                                    <TD WIDTH=66><P ALIGN=RIGHT><STRIKE>$129.95</STRIKE></TD>
                                    <TD ALIGN=CENTER WIDTH=95><P><A HREF="https://www425.ssldomain.com/projectkickstart/HTML/order_all.cfm?group=Education"><IMG ID="Picture317" HEIGHT=21 WIDTH=76 SRC="../assets/images/btn_buy.gif" VSPACE=0 HSPACE=0
                                         ALIGN="TOP" BORDER=0></A>&nbsp;</TD>

                                </TR>
                                <TR VALIGN=TOP>
                                    <TD WIDTH=43 HEIGHT=19><P>734</TD>
                                    <TD WIDTH=223><P>Project KickStart lab pack **</TD>
                                    <TD WIDTH=77><P ALIGN=RIGHT>$59.95</TD>
                                    <TD>&nbsp;</TD>
                                    <TD ALIGN=CENTER WIDTH=95><P><A HREF="https://www425.ssldomain.com/projectkickstart/HTML/order_all.cfm?group=Education"><IMG ID="Picture318" HEIGHT=21 WIDTH=76 SRC="../assets/images/btn_buy.gif" VSPACE=0 HSPACE=0
                                         ALIGN="TOP" BORDER=0></A>&nbsp;</TD>

                                </TR>
                            </TABLE>
                             <P><P><BR>
                            <P>*&nbsp; Course adoption (for teachers who include
                              Project KickStart in courses. Must order 5 or more. <BR>
                            Each student gets a copy.) <BR>
                            ** Lab pack (Installed in computer lab on multiple computers. Must order 5 or more.) <BR>

                            Contact <A HREF="mailto:cb@projectkickstart.com">Carolyn Burd</A>, 510-644-0694                            
                            <P><B>For Academic Pricing:</B>
                             Please fax valid school ID to 510-644-3823.
                            <P><strong>Reasons for using Project KickStart in
                                the classroom </strong>
                            <P><SPAN lang=IT>Most
                                    of the value in any project is created by
                                    the quality of thought invested in the creation
                                    and design of the activities. Project
                                    KickStart is easy to understand and easy
                                    to learn. The examples and fill in areas
                                    help to get students started toward a deeper
                                    understanding of the theories and processes.
                                    Project KickStart takes the frustration out
                                    of starting a new project and helps in the
                                    critical initial-planning phase. It steps
                                    you through a thinking process that makes
                                    thinking up the tasks of a project fast and
                                    easy. Project KickStart not only helps
                                    students schedule for a project but it also
                                    gives them advise on what to consider when
                                    working on a project&nbsp; and this is applicable
                            directly to any project. </SPAN>                                                        
                            <P ALIGN=LEFT><B>Instructional Resources for Project
                                KickStart and Project-Based Learning </B>

                          <P ALIGN=LEFT><A
                             HREF="http://intercall.webex.com/intercall/playback.php?FileName=http%3A//www.projectkickstart.com/WebEx/JeffCrowEducation.wrf&Rnd=0.9521164683552237"><B><FONT SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT"> Using
                                    Project KickStart in Education - WebEx Recording
                                    by Jeff Crow</FONT></B></A><BR>
                                <A HREF="http://courses.washington.edu/~hs590a/modules/25/kickstrt.pdf">Project
                                Management using Project KickStart,
                                by Laura Larsson, University of Washington</A> <BR>
                                <A HREF="../html/train_new_users.htm">How to
                                train new users of Project KickStart</A>.<BR>
                                <A HREF="../html/tips.htm">Project Management
                                Tips and Tricks</A><BR>
                                <A HREF="../html/downdemo3.cfm?s=education">Project
                                KickStart 20-Day Trial (may be extended) </A>
                          <P ALIGN=LEFT><A HREF="../html/guar.htm"><IMG ID="Picture313" HEIGHT=60 WIDTH=100 SRC="../assets/images/moneyback_trans_small.gif" VSPACE=0 HSPACE=0 ALIGN="RIGHT" BORDER=0></A><B>System
                                Requirements</B>

                            <UL TYPE="DISC">
                              <LI>Windows 98 / Me / NT / 2000 / XP</LI>
                              <LI>32 MB RAM, 10 MB free disk space</LI>
                              <LI>Project KickStart may also be run on a Mac
                                with <A HREF="http://www.amazon.com/exec/obidos/search-handle-url/index=software&field-keywords=Virtual%20PC&bq=1/102-2010802-7604126">"Virtual
                                PC"</A> installed.                                                        </LI>
                            </UL>                            
                            <P><B>Selected US Colleges and Universities that
                                Use Project KickStart</B>

                            <TABLE WIDTH=145 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=RIGHT>
                                <TR>
                                    <TD BGCOLOR="#DFE5FF">
                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=5 WIDTH=145>
                                            <TR>
                                                <TD><P ALIGN=LEFT><BR><B><FONT SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Eastern College has adopted Project KickStart for its first-year Strategic Thinking Course in the Fast-Track MBA
                                                    Program."<BR></FONT></B>&nbsp;</TD>
                                            </TR>
                                        </TABLE>

                                    </TD>
                                </TR>
                            </TABLE>
                            <P>Antioch University Santa Barbara, Ashland University,
                              Bellingham Technical College, <B>Belmont University</B>,
                              Berea College, Bradley University, Brigham Young
                            University, <B>Brown University</B>, Caroll College, <A HREF="../html/profs.htm#columbia"><B>Columbia
                            University</B></A>,
                            Contennial College, Central Missouri State University, <B>Cornell
                            University</B>, Dallas County Community College,
                            De Anza College, Dixie College, Doane College, <B>Eastern
                            College</B>, Florida State University, Gallaudet
                            University, Harvard School of Public Health, Johns
                            Hopkins University, <a href="http://www.hhs.iup.edu/sa/Faculty/rivers.shtm"><strong>Indiana
                            University of Pennsylvania</strong></a>, ITT Technical
                            Institute, Lansing Community College,  Luther College,
                            Marlboro College, <A HREF="http://web.mit.edu/pm/tools.html"><B>

                            Massachusetts Institute of Technology</B></A><FONT SIZE="-1">, </FONT>Medical
                            College of Georgia, Michigan State University, Mississippi
                            State University, Mohawk Valley Community College,
                            NC Community  College System, New College of USF,
                            New Mexico State University, New York University,
                            Northeast Wisconsin Technical College, Northeastern
                            University, Norwich University, University of Pennsylvania,
                            Penn State University, Portland State University,
                            Perdue University Calumet, San Diego State University,
                            San Jose State University, Selby College, San Francisco
                            State University College of Business, Shawnee State
                            University, Southern Oregon University, St. John's
                            University, <B>Stanford
                            University</B>,
                            Texas A&amp;M, United States Military Academy, <B>University
                            of California</B>, University of Iowa, University
                            of Kentucky Media Design, <A
                             HREF="../html/profs.htm#umass"><B>University of
                            Massachusetts</B></A>, <B>University of Michigan,</B> University
                            of Newcastle, <B>University of Pennsylvania</B>,
                            University of Virginia, <B>University of Washington</B>,
                            Virginia State University, Webster University, and <B>Yale
                            University</B>.
                            <P><B>Selected International Colleges and Universities
                                that Use Project KickStart</B>

                            <TABLE WIDTH=145 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=RIGHT>
                                <TR>
                                    <TD BGCOLOR="#DFE5FF">
                                        <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=5 WIDTH=145>
                                            <TR>
                                                <TD><P ALIGN=LEFT><BR><B><FONT SIZE="-1" FACE="Arial,Helvetica,Univers,Zurich BT">Singapore's Ministry of Education selected Project KickStart for use in High School IT (Information Technology)
                                                    classes. <BR></FONT></B>&nbsp;</TD>
                                            </TR>
                                        </TABLE>

                                    </TD>
                                </TR>
                            </TABLE>
                            <P>Brescia University
                            Italy, Chungbuk National University, Concordia University,
                            Eltham College, European Trade Union College, First
                              Nations University of Canada, George Brown College,
                              Georgian College, Henley Management College, Hsing-Wu
                              College, <strong>Humber College</strong>,
                            La Trobe University, Masaryk University,  Monash
                            University,  Mozarthof School Voor ZML, Northern
                              Territory University, Portage College, Portal,
                              Technical University of British Columbia, Queen's
                              University, Salford University, Sheffield Hallam
                              University,  <b>Singapore Ministry
                            of Education </b>(approved for High School Information
                            Technology classes),Southern Cross University,
                            St Martins College, Technical University of Denmark,
                            TURISTICA College for tourism, University of Maastricht,
                            University of New South Wales, <a href="http://bacs.uq.edu.au/?page=39094&pid=0" target="_blank">University
                            of Queensland</a>,
                            University of the West Indies at Cave Hill
                            <p>
                            
                            

                              <FONT COLOR="#000000"><strong>Project KickStart
                              is also used in other educational institutions </strong></FONT>

                            <p>Byron High School, California
                            Charter Academy,  The
                            Hotchkiss School, Lane Education Service District,
                            Limestone District School Board, Los Angeles Unified
                            School District, Milton Hershey School, Missouri
                            Department of Elementary and Secondary Schools, Monument
                              Colorado School District, Morris School District,
                              Nordonia Hills City School District, Office Of
                              Education State Of Vermont, Oklahoma City Public
                              Schools, Prince Charles Education Resource, Saint
                              Plus X High School, Suburban Music School, The
                              Hope School, and Traverse City Public Schools.
                      </TD>
                    </TR>
                </TABLE>
                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=637>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=2 HEIGHT=10><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=2 HEIGHT=1 BORDER=0></TD>
                        <TD WIDTH=635><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=635 HEIGHT=1 BORDER=0></TD>
                    </TR>

                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=635><hr size=1><P ALIGN=CENTER><FONT SIZE="-1">|</FONT><FONT SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> </FONT><A HREF="../"><FONT SIZE="-1"
                             FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Home</FONT></A><FONT SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/pkswin3.htm"><FONT SIZE="-1"
                             FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Project KickStart</FONT></A><FONT SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/hotpicks.htm"><FONT
                             SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Store</FONT></A><FONT SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="../html/partner_program.htm">

                            <FONT SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Partner Program</FONT></A><FONT SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A
                             HREF="../html/regis.htm"><FONT SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Register</FONT></A><FONT SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> | </FONT><A HREF="contact.htm"><FONT
                 SIZE="-1" FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT">Contact us</FONT></A><FONT SIZE="-1"
                             FACE="Arial Narrow,Helvetica Condensed,Univers57,Zurich Cn BT"> |<BR>&nbsp;<BR></FONT><FONT SIZE="-1">
                            &nbsp;2000 Hearst Ave. Berkeley, CA 94709&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tel: 800-678-7008&nbsp;&nbsp;&nbsp;&nbsp; Int'l: 510-644-0694<BR>&nbsp;Copyright © </FONT><A
                             HREF="../html/aboutus.htm"><FONT SIZE="-1">Experience In Software, Inc.</FONT></A><FONT SIZE="-1">&nbsp;
                            1997-2006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modified: Monday, October 20, 2003</FONT></TD>

                    </TR>
                </TABLE>
            </TD>
        </TR>
    </TABLE>
</BODY>
</HTML>

TJ SINGLETON

Joined: 11/28/2008
TJ, I concede. Oh my

TJ, I concede. Oh my goodness, that is simply awesome.

And I didn't know people still used HTML 3.2???

CWM Post with Helpful Links for Web Design Newbies<

Joined: 11/28/2008
That code looks a lot like

That code looks a lot like the junk I used to edit with my previous job. And as I noted, it wasn't just a few pages, it was over 1,000 sites that things like this were updated on a daily basis. Still though, that's horrendous.

Who can bring a charge to God's elect? It is God who justifies!

Joined: 11/28/2008
Thinks like this make me

Thinks like this make me chuckle though:

CODE
Massachusetts Institute of Technology</B></A><FONT SIZE="-1">, </FONT>

That comma is too large! let's make it a it smaller /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />

QUOTE(Mathachew @ Dec 9 2006, 11:41 AM)
That code looks a lot like the junk I used to edit with my previous job. And as I noted, it wasn't just a few pages, it was over 1,000 sites that things like this were updated on a daily basis. Still though, that's horrendous.

Glad you got swept away -- for your sanity. /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

TJ SINGLETON

Joined: 11/28/2008
Holy mackerel! That

Holy mackerel! That is...just... /blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" />

Anne (-O..O-) aka Anne the Cat =^.^=
Web :: Building
Joined: 11/28/2008
TJ, let me put this bluntly.

TJ, let me put this bluntly. Your exhibit? It scares me. And what I thought was bad doesn't even compair... http://webstertrophycompetition.netfirms.com/oldindex.htm

--- Mr. DOS

Joined: 11/28/2008
Bad HTML slows down a page

Bad HTML slows down a page but far worse to me is the database construct behind it.

The worst one that I have to deal with is a database at work. It is composed of old dbf's with exe's written in Delphi. That part isn't the worst of it. The database was designed by someone who had no idea what they were doing. Here is an example. You have a patient table in that table there is a column that is a billing number. You would think that would be an easy way to make a primary key but instead they made the primary key to consist of 3 parts, the location a 3 digit alpha field, the billing number, and another character that would indicate a family. Even more fun when they tie all of this together they have spaces in it. So you have the primary key something like 'XXX 11A' or 'XXX11111A' . Makes it real fun to when you are trying to join tables.

Even more fun is in the program itself, they have dropdown menus. Well you aren't required to use nor can you require a person to enter values from the dropdown list. What makes it worse is that typing the value in the dropdown menu doesn't even return results from the menu. It only does that when you select the down arrow. I have talked to the software vendor about the problem. Their response was 'we've never had an issue with anybody on that before'. As a result there isn't any referential integrity in the database. I spend most of my time cleaning things up or writing a report to let someone else clean it up.

Still the worst thing in this database is that they have a table that has around 200 columns. However, when I looked at the database structure of the table, I noticed that instead of having all of these columns, they have only one column. So basically they have all of the records in one column that has to be parsed everytime that it is used. There are actually several tables in the database that are like that. Most aren't that large.

Makes my job fun.

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row

Joined: 11/28/2008
poor poor thing! that sounds

poor poor thing! that sounds like it hurts!

TJ SINGLETON

Joined: 11/28/2008
Ok, fine... If you are

Ok, fine... If you are determined to use a WYSIWYG editor (dreamweaver) - for heavens sake - at least take a look under the hood every now and then...

/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />

Joined: 11/28/2008
HEAR HEAR!!!!

HEAR HEAR!!!!

We sacrifice all that we are and all that we love for the greater good -- the One above.
Visit me at http://www.thesswatteam.org, http://ww

Joined: 11/28/2008
Hear what? Oh... yeah...

Hear what? Oh... yeah... um... how's about "if you're determined to use a WYSIWYG editor, for a limited time only, we'll only leave an (open) jar of red ants in your bed instead of your underwear drawer"? /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />

And while we're at it, when can we start enforcing "an eye for an eye" with all the bad web designers out there? I don't know how many times I've been temporarily blinded... /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />

--- Mr. DOS

Joined: 11/28/2008
I use Dreamweaver, but I

I use Dreamweaver, but I don't use the Design (WYSIWYG) interface.
I just write the code straight and only flick over to Design Mode just to check if everything's going OK...

Joined: 11/28/2008
It's hard to knock on the bad

It's hard to knock on the bad html that is spit out by wysiwyg's - especially when the original author obviously had the intent of never writing a single line of code. The best thing to do at that point if you're going to clean up a page is just to fire it up in your own wysiwyg and start dragging and dropping things around.

Sometimes the only reason legacy code is bad is simply because it's old. In some of my experience, even legacy code can be better crafted and more well thought out that brand new code.

For the most part, it's important for whomever is developing code - that they adhere to the best practices and standards for their time.

I also think it's safe to say that nearly all of us at one time in our lives used to develop with tables, spacer gif's, and font tags. That's just the way it had to be done.

Joined: 11/28/2008
Or you could use a

Or you could use a half-decent WYSIWYG editor like Nvu... The code isn't the cleanest, but it's not as bas as, say, FrontPage... although, it'd have to be pretty bad to be that bad /dry.gif" style="vertical-align:middle" emoid="<_<" border="0" alt="dry.gif" />

--- Mr. DOS

Joined: 11/28/2008
The people who designed our

The people who designed our web site made lots of errors. I went in to make some changes and realized how bad it was. The even coded black as #OOOO0O (oooo0o). When I pointed out that it had O instead of 0 they said it didn't matter.

Made me very unhappy.

If you liked this post, you'll love The Open Source Ministry Forum
And, the Open Source Ministry Blog {

Joined: 11/28/2008
I'm still in the table and

I'm still in the table and font tag stage myself, but coding by hand is leaving me far cleaner code than the wysiwyg editors I've either tried or had to clean up from.

We sacrifice all that we are and all that we love for the greater good -- the One above.
Visit me at http://www.thesswatteam.org, http://ww