View Single Post
  #157   Spotlight this post!  
Unread 17-02-2008, 16:45
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 WhiteNdNrdy View Post
Team 375: The Robotic Plague Website is just about finished.
http://www.team375.com
The site was made using ASP (Active Server Pages), so it is very dynamic. If you look at the source code for the main page, you'll see that it's about 500 lines of code. Since that is a lot of code to debug, the actually server side code is only 50 lines long, and uses server-side includes to be easily manageable. The Members, Alumni, Mentors, and Subteams pages all retrieve information from a database, so they can be easily updated.
Looks good, but the FIRST logo on the right should be in color, and all your images should be resized in an image editor before uploading them to the site. It both saves bandwidth and looks better. There is an excellent free editor called Paint.NET that few people use, and it resembles Photoshop fairly well in both features and interface.

If you are using transparent GIF files, you should manually edit out all white pixels, or just leave the background as white. (Like the Port Authority sponsor logo or the FIRST Overdrive graphic.) Alternatively you could use blending modes in Photoshop to seamlessly put the background in, but since you have a fixed background this wouldn't work. (I did this on http://www.firstbaa.com/ specifically: http://www.firstbaa.com/components/t...side-henry.png)

Hope this helps.

Edit: Okay I took the shadows out of the Overdrive graphic using the EPS file, and then rendered it to a transparent PNG. http://test.dulaneyrobotics.com/Overdrive%20-%20No%20Shadows.png Just resize, and save to GIF or PNG. (PNG is by far a better choice, even though IE6 does not support transparency)

Last edited by zim2411 : 17-02-2008 at 17:16.