473,511 Members | 15,852 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Advice on transferring and converting web site

Hello to all. I'm a member of this non-profit organization:

[1] http://www.hitagroup.org/

For several reasons, we need to move our web host and I got volunteered.
The person who created it is no longer available; we don't have FTP
access (at least for now); and I don't know ASP, only some HTML. So I
started to convert the pages to that format.

I started by saving an HTML version of the home page, and cleaning it
using NotePad2, a Notepad replacement with some simple display schemes
for HTML). Next I validated it at validator.w3.org. All the errors are
gone except one. My HTML version is available at this location for the
time being (most of the other pages are not loaded yet):

[2] http://www.marzolian.com/hitahome.html

There's going to be some more reorganization, but here is my first group
of questions.

1. On the original home page (No. 1), when viewed in IE, the navigation
buttons at the top are blue ovals, distributed across the whole page.
In Firefox they're truncated ovals and go only partway across. For my
HTML-only version (No. 2 above), the buttons are truncated whether I use
Internet Explorer or Firefox.

I want the buttons at the new site (written in HTML, and using any
browser) to look like the ovals at the original site (viewed in IE). How?

2. Why are there lines around some sections of the page, when viewed in
IE, and not in Firefox?

3. There are about 16 tables in this page. They display fine, but are
they necessary? Is it worth replacing them, and if so, with what?

4. Some of the other pages are like this one, but simpler. We want to
keep the top section (skyline and navigation buttons) the same on each
page. What's the best way to maintain the top section, edit it at a
single location and have the changes passed when visiting the other
pages? I want to avoid making the same changes 5 or 6 times.

5. The association doesn't have time for me to learn how to reproduce
the member database. So that part will be contracted out. Based on
recommendations from two people who were in a similar position, I plan
to hire a developer to use PHP and MySQL and duplicate the functionality
of this database.

A visitor should be able to search the database for a translator or
interpreter, each association member should be able to edit his/her own
information, and an administrator should be able to edit all
information. Most of the database will be public, but there are some
exceptions; for example, a visitor should not be able to see whether a
member has paid his/her annual membership fee, and some other minor points.

What else do I need to tell a developer, so that he can provide a good
estimate? We keep the member information in text and database format,
in addition to the web site.

6. Any other suggestions for places to ask these types of questions?

Steven

Jul 24 '05 #1
1 1531
In article <42***********************@news.hal-pc.org>, un****@hal-pc.orgwax.invalid says...
1. On the original home page (No. 1), when viewed in IE, the navigation
buttons at the top are blue ovals, distributed across the whole page.
In Firefox they're truncated ovals and go only partway across. For my
HTML-only version (No. 2 above), the buttons are truncated whether I use
Internet Explorer or Firefox.

..SelectedTab
{
background-image:url(images/button.gif);
border-style:solid;
border-width:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:Red;
font-weight: bold;
text-align: center;
/* padding-top:2; */
padding:2px;
width:131px;
height:23px;
}

Image width is 176 pixels, see width attribute above!

2. Why are there lines around some sections of the page, when viewed in
IE, and not in Firefox?
No BORDER attribute and it is not set to 0. IE automatically defaults
border to 1.

<table id="ctl2_t1" cellspacing="0" cellpadding="0" rules="none">

<table width="98%" cellspacing="0" cellpadding="0" rules="none">

3. There are about 16 tables in this page. They display fine, but are
they necessary? Is it worth replacing them, and if so, with what?
Well, you *could* do a full CSS layout but it would take more knowledge
than you currently have. Build this one then study others' work to learn
how to build a table-less design.
4. Some of the other pages are like this one, but simpler. We want to
keep the top section (skyline and navigation buttons) the same on each
page. What's the best way to maintain the top section, edit it at a
single location and have the changes passed when visiting the other
pages? I want to avoid making the same changes 5 or 6 times.
Use ASP or PHP scripting with templates.
5. The association doesn't have time for me to learn how to reproduce
the member database. So that part will be contracted out. Based on
recommendations from two people who were in a similar position, I plan
to hire a developer to use PHP and MySQL and duplicate the functionality
of this database.

A visitor should be able to search the database for a translator or
interpreter, each association member should be able to edit his/her own
information, and an administrator should be able to edit all
information. Most of the database will be public, but there are some
exceptions; for example, a visitor should not be able to see whether a
member has paid his/her annual membership fee, and some other minor points.

What else do I need to tell a developer, so that he can provide a good
estimate? We keep the member information in text and database format,
in addition to the web site.
He just needs the text file with the member info to import into the mySQL tables.
He will need to know how you want to be able to search and how you want the info
displayed.

6. Any other suggestions for places to ask these types of questions?


Not that I can think of OTTOMH.

Jul 24 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

29
3853
by: Armand Karlsen | last post by:
I have a website ( http://www.zen62775.zen.co.uk ) that I made HTML 4.01 Transitional and CSS compliant, and I'm thinking of converting it into XHTML to learn a little about it. Which XHTML variant...
3
2055
by: Alex | last post by:
Hi all, I'm looking for some advice on how best to implement storage of access logs into a db/2 8.1.4 database running on a RH 7.2 system. I have 5 (squid) web caches running here that...
24
2243
by: Joseph Geretz | last post by:
Up to this point, our application has been using Windows File Sharing to transfer files to and from our application document repository. This approach does not lend itself toward a secure...
3
1940
by: Dancefire | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, What i am tring to do is to transfer a database tabe SRC to another database DEST. Actually it's not only simple transfer, but the row in...
5
2495
by: Robert | last post by:
I have a series of web applications (configured as separate applications) on a server. There is a main application at the root and then several virtual directories that are independant...
0
1576
by: Chris Rebert | last post by:
On Mon, Nov 17, 2008 at 10:42 AM, Abah Joseph <joefazee@gmail.comwrote: Have you considered basing this off existing software for schools, like one of the programs listed on...
1
1418
by: =?Utf-8?B?Z29sZGVucmF0ZQ==?= | last post by:
Hi everyone, I have a client who wants a solution for the following problem. I'm not sure that its possible but I'll ask anyway. The client has joined godaddy's reseller plan. They've provided...
0
7242
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7353
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7418
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7075
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5063
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4737
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3212
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
781
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
446
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.