Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > OS & Software > Misc. Software & Utilities

Thoughts on my website

Reply
Bookmark / Share this page
Thread Tools
  #1  
Old 02-16-2004
vassil3427's Avatar
TechSpot Booster
 
Member since: Feb 2002, 822 posts
Thoughts on my website

Hey Guys,
I finally got around to redesigning my fathers website, and was wondering what you all would think about it. It's www.659-acar.com . Just looking for suggestions. Should I remove the fade effect when you click on the links toward the top??

Also how does it look for those of you not using IE?

Last edited by vassil3427; 02-16-2004 at 03:54 PM.
Reply With Quote
  #2  
Old 02-16-2004
Didou's Avatar
TS Special Forces
 
Location: Brussels, Belgium
Member since: Feb 2002, 5,821 posts
System specs
This is what it looks like on Firefox.

Link.
Reply With Quote
You can remove this banner by registering, join the TS Community for free.
  #3  
Old 02-16-2004
vassil3427's Avatar
TechSpot Booster
 
Member since: Feb 2002, 822 posts
hmmm. Any idea why it off sets the bottom a bit?
Reply With Quote
  #4  
Old 02-16-2004
TechSpot Member
 
Member since: Jan 2004, 57 posts
Nice layout for business. I can't see anything I would change.
Reply With Quote
  #5  
Old 02-16-2004
vassil3427's Avatar
TechSpot Booster
 
Member since: Feb 2002, 822 posts
Thanks
Reply With Quote
  #6  
Old 02-18-2004
TechSpot Evangelist
 
Location: has left the building
Member since: Aug 2003, 8,160 posts
Nice job. What program did you use?
Reply With Quote
  #7  
Old 02-18-2004
vassil3427's Avatar
TechSpot Booster
 
Member since: Feb 2002, 822 posts
I used Frontpage 2003. Some have recommended buying Macromedia dreamweaver, that is far more expensive though..As you can see Frontpage does the job just fine!
Reply With Quote
You can remove this banner by registering, join the TS Community for free.
  #8  
Old 02-18-2004
Liquidlen's Avatar
TechSpot Paladin
 
Location: Canada
Member since: Oct 2003, 1,646 posts
Hey Vass,
I like the site , But I thought you might want to know a couple of areas show up with words over-lapped. Is that my browser settings ? I am on IE 6.0 SrPk 1 LCD Monitor 18" set to 1024x768 pixls.
Reply With Quote
  #9  
Old 02-18-2004
SNGX1275's Avatar
TS Special Forces
 
Location: Rolla, Missouri, USA
Member since: Feb 2002, 8,244 posts
System specs
Quote:
Originally posted by Didou
This is what it looks like on Firefox.

Link.
Looks fine in Opera :P I win.
Reply With Quote
  #10  
Old 02-19-2004
Liquidlen's Avatar
TechSpot Paladin
 
Location: Canada
Member since: Oct 2003, 1,646 posts
Quote:
Originally posted by Liquidlen
Hey Vass,
I like the site , But I thought you might want to know a couple of areas show up with words over-lapped. Is that my browser settings ? I am on IE 6.0 SrPk 1 LCD Monitor 18" set to 1024x768 pixls.
Perhaps I was misunderstood ,but I was hoping that someone could tell me if my Browser was responsible for convoluting Vass' Web page . I was not criticizing the Web page.I have never tried other Browsers ,but I have read enough that there are others better than I.E.
Any thoughts
Reply With Quote
  #11  
Old 02-19-2004
XtR-X's Avatar
TechSpot Addict
 
Location: Orange County, CA
Member since: Jun 2003, 1,040 posts
I'm too lazy to thorougly analyze all your code but I glanced at it. I would suggest that it would be better to use something like <p align=center> rather than using nbsp; <--(I'm talking about the one with the & character in front of that nbsp;, I can't get it to show it as is as code normally here, or even using the code display thing that vB has.)
Reply With Quote
  #12  
Old 02-19-2004
dani_17's Avatar
TechSpot Member
 
Location: Santo Domingo, Dominican Republic
Member since: Jan 2003, 208 posts
The problem is you made it in Frontpage so it will only work in windows, not in linux and not in netscape. It will also won't work if you dowloaded the leaked source code from windows nt4 & 2k.
Just joking :P

The problem is that you are using layers. Fronpage is not very good at managing layers, so it will show ok in IExplorer and some other but not in netscape and others.... Dreamweaver has better managing of layers :P

It's difficoult to tell you how to fix it. Either you play arround moving the layers till it shows okay on most browsers, or I recommend you to switch to a table based layout. You could also try to create a CSS style and define there the position and sizes of the layers.

Also, your layout won't work okay in 800x600 and if you go larger than 1024x768 it won't be staying on the center. The simple way to do that is create a centered table <table align=center>....</table> and designing the layout inside it. Try to use sizes in pixels, not in percents. Percents will cause the site to move and resize depending on the size of the window.

Any other questions, just post'em.

In case someone doubts about my designing/programming abilities, you can check out some of the works I made by myself:

www.super-carros.com
www.super-casas.com
www.hoy.com.do
www.diariolibre.com
www.avelinoabreu.com
www.superflores.com
www.clubescapecaribe.com

:P
Reply With Quote
  #13  
Old 02-20-2004
Newcomer, in training
 
Location: Buckeye, AZ
Member since: Feb 2004, 41 posts
zoom in opera

using opera at 120% zoom your page does not display some things where they are supposed to be (I checked 100% to be sure). For instance, the 'email now' link
Attached Images
File Type: jpg small.jpg (72.0 KB, 8 views)
Reply With Quote
  #14  
Old 02-20-2004
vassil3427's Avatar
TechSpot Booster
 
Member since: Feb 2002, 822 posts
Quote:
Originally posted by dani_17
The problem is you made it in Frontpage so it will only work in windows, not in linux and not in netscape. It will also won't work if you dowloaded the leaked source code from windows nt4 & 2k.
Just joking :P

The problem is that you are using layers. Fronpage is not very good at managing layers, so it will show ok in IExplorer and some other but not in netscape and others.... Dreamweaver has better managing of layers :P

It's difficoult to tell you how to fix it. Either you play arround moving the layers till it shows okay on most browsers, or I recommend you to switch to a table based layout. You could also try to create a CSS style and define there the position and sizes of the layers.

Also, your layout won't work okay in 800x600 and if you go larger than 1024x768 it won't be staying on the center. The simple way to do that is create a centered table <table align=center>....</table> and designing the layout inside it. Try to use sizes in pixels, not in percents. Percents will cause the site to move and resize depending on the size of the window.

Any other questions, just post'em.

In case someone doubts about my designing/programming abilities, you can check out some of the works I made by myself:

www.super-carros.com
www.super-casas.com
www.hoy.com.do
www.diariolibre.com
www.avelinoabreu.com
www.superflores.com
www.clubescapecaribe.com

:P
Thanks Dani,
I'll admit it..I have 0 HTML coding abilities...However I'll mess around with your idea for the table. I've actually been hoping someone would tell me how I could get everything to stay "locked" if you will. So that it wont move around at different resolutions. I really do appreciate your help as I will be designing websites for several companies in the coming months and I need to perfect everything I can.

And yes I used many layers...I knew it would end up being a problem...but it seemed the easiest way to do what I was doing. If you have any other tips, I really do appreciate them.

Last edited by vassil3427; 02-20-2004 at 01:07 AM.
Reply With Quote
  #15  
Old 02-20-2004
vassil3427's Avatar
TechSpot Booster
 
Member since: Feb 2002, 822 posts
Ok I messed around with it for a bit, and I know what I'm doing now. I'll get everything moved around into tables tomorrow, and then maybe you can tell me how it looks, and if things are still messing up.

BTW: There's rumor Microsoft is going to try to purchase Macromedia...so Dreamweaver may not exsist much longer..it may be assimalated...(I would have bought that, but it was 3 times more than FP2003)
Reply With Quote
  #16  
Old 02-20-2004
dani_17's Avatar
TechSpot Member
 
Location: Santo Domingo, Dominican Republic
Member since: Jan 2003, 208 posts
Dreamweaver can be 3 times more expensive than FP2003, but it's 10 time better.

Those rumors are there for quite a while already. The could be true and it couldn't be true. If microsoft sees macromedia flash as a key piece of their plans, they'll buy it. but they won't buy it only because of dreamweaver.

Remember that microsoft frontpage is not the strong product that microsoft aims to the web, their strong product is Visual Studio.net.

But MS is a big company, maybe someday we'll wake up and go to techspot.com and the first news post will be "M$ buys Macromedia"...
Reply With Quote
  #17  
Old 03-05-2004
vassil3427's Avatar
TechSpot Booster
 
Member since: Feb 2002, 822 posts
Hey I redid the website using mainly tables. The only thing I have to change is putting the web counter in a table. How does it look? www.659-acar.com
Reply With Quote
  #18  
Old 03-06-2004
TechSpot Evangelist
 
Location: has left the building
Member since: Aug 2003, 8,160 posts
Using Avant, by setting the "View/Text Size" to anything larger than "Medium" the screen contents are distorted and start overlapping.

It is not my profession and I was not even interested in it, but I whipped together a site for my brother-in-law in about 5 days, using NetObjects Fusion 7.
It is not finished by any means, but at least it is up and running.
If interested: www.sandyfordcarsales.com

Last edited by realblackstuff; 03-06-2004 at 05:22 AM.
Reply With Quote
  #19  
Old 03-06-2004
vassil3427's Avatar
TechSpot Booster
 
Member since: Feb 2002, 822 posts
Ahh heck with it, I'm buying Dreamweaver. I'm sick of Frontpage....
Reply With Quote
  #20  
Old 03-19-2004
TechSpot Evangelist
 
Location: has left the building
Member since: Aug 2003, 8,160 posts
Vassil, if you have not yet splashed out on Dreamweaver, look at this website:
http://allwebco-templates.com/
Reply With Quote
Reply
Thread Tools

Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
How to securely display an e-mail address on a website ? swishsticks Misc. Software & Utilities 3 10-04-2004 06:20 AM
What would you charge to design this website? acidosmosis The Meeting 'spot' 18 07-23-2003 03:59 PM
Working on new website -- Please read acidosmosis The Meeting 'spot' 13 04-20-2003 11:50 AM
Needed: CD-MP3 review website erwin1978 The Meeting 'spot' 2 07-18-2002 05:17 PM
Possible Website Idea for me??? SuperCheetah Misc. Software & Utilities 14 06-08-2002 03:44 PM


All times are GMT -4. The time now is 06:42 AM.