View Single Post
  #108   Spotlight this post!  
Unread 28-01-2008, 11:30
zim2411's Avatar
zim2411 zim2411 is offline
Registered User
AKA: Peter Harris
FRC #1727 (Rex 1727)
Team Role: Alumni
 
Join Date: Jan 2007
Rookie Year: 2005
Location: Timonium, MD
Posts: 112
zim2411 is a jewel in the roughzim2411 is a jewel in the roughzim2411 is a jewel in the rough
Re: Web Competitors 2008

Quote:
Originally Posted by swalker92 View Post
www.bixbyrobotics.org

completely written by team member with a secure login script.
Looks good, but you should resize your images in the gallery to make thumbnails. Loading the full images in the page is a big hit on bandwidth and it's much lower quality than resizing the images in a program. (Resizing images in browsers = weird artifacts)

Your code would look like this:
Code:
<a href="images/gallery/8/DSC00571.JPG" target="_new"><img src="images/gallery/8/DSC00571-thumbnail.JPG" width="150">
Quote:
But please Please PLEASE edit the header file to include (at the very
least) a link back to the main site. If you need help with that I'd be
more than willing to show you how.
Thanks, I added it right above the Board Index link.

Quote:
FF is fine, as expected. Somebody who really knows IE's PNG flaw please explain it to me.
Yeah, I'm really not sure what's up. Opera works perfectly as well.