Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Website Design/Showcase (http://www.chiefdelphi.com/forums/forumdisplay.php?f=64)
-   -   Web Competitors 2008 (http://www.chiefdelphi.com/forums/showthread.php?t=60068)

swaknight 25-01-2008 17:41

Re: Web Competitors 2008
 
can you forward one of those to me at knightriders397@gmail.com
Thank you

Stimpy1901 27-01-2008 00:10

Re: Web Competitors 2008
 
Team 2348 (Rookie) has finally launched its site and will eagerly be awaiting any feedback.

http://www2.k12.hi.us/~robotics/ROBOTICS/HOMEPAGE.html

Thanks!

synth3tk 27-01-2008 12:29

Re: Web Competitors 2008
 
The pictures for the navigation links are missing. Other than that, I like it so far, haven't gone exploring it yet. I'm assuming someone drew the robots and the comic? If so, give them my kudos! Awesome work there.

Ctrl Alt Delete 27-01-2008 15:23

Re: Web Competitors 2008
 
http://bobcatrobotics.org/

zim2411 27-01-2008 21:55

Re: Web Competitors 2008
 
www.dulaneyrobotics.com

We are in the process of content updates, but it's mostly there code wise.

The photo gallery is a mix of coda-slider and Lightbox 2. (Although I may switch it over to phatfusion's lightbox, which is a little more intuitive.)

The video gallery is from the export flash function in Adobe Encore CS3. (It's a little broken at the moment, and nothing recent is there yet)

The whole site is powered by Smarty except for the phpBB3 forum. (Nothing special there, stock theme)

To do:
- Content Updates
- Post documentation from last two years
- Make videos available for download (I am hesitant about this one - copyright issues with songs?)
- Get updated videos

We have several other sections that run on our site as well. We use phpXplorer on several subdomains to provide an interface to access the photo archive and robot code archive.
http://images.dulaneyrobotics.com/system/index.php - accesses our 4500+ photo archive (gotta fix a slight linking issue though, downloading pics work, Open URL does not)

We also host/design www.battleobaltimore.com and www.firstbaa.com (both out of date)

Critique + criticism welcome! This is all student designed, so the code/css may not be up to par with W3C standards, but it works on most browsers :) (Except on dulaneyrobotics.com, the top left PNG with the lion head logo and 4 buttons, it appears darker in IE7 - anyone know why?)

swalker92 27-01-2008 22:40

Re: Web Competitors 2008
 
www.bixbyrobotics.org

completely written by team member with a secure login script.

synth3tk 27-01-2008 23:26

Re: Web Competitors 2008
 
Quote:

Originally Posted by zim2411 (Post 686996)

I like it so far, but just two things:

Quote:

Originally Posted by zim2411 (Post 686996)
The whole site is powered by Smarty except for the phpBB3 forum. (Nothing special there, stock theme)

Another one of my pet peeves, and that's forum navigation. I love what a lot of teams are doing with their forums, whichever software they decide to use. 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.

Quote:

Originally Posted by zim2411 (Post 686996)
Critique + criticism welcome! This is all student designed, so the code/css may not be up to par with W3C standards, but it works on most browsers :) (Except on dulaneyrobotics.com, the top left PNG with the lion head logo and 4 buttons, it appears darker in IE7 - anyone know why?)

Upon further investigation of your code I noticed that you use a .png picture and code in the links at certain places. Brilliant, but that's the downfall. Now I don't know exact why, haven't really tried to find out, but IE apparently doesn't have good PNG support. So even though you probably used the same colors in the editor for the header pattern and the navigation logo, it doesn't match up right. FF is fine, as expected. Somebody who really knows IE's PNG flaw please explain it to me.

Microsoft obviously fail'd at making a super compatible browser. Something that works in EVERY other browser could suck in Internet Explorer, sad part is most people use it.

zim2411 28-01-2008 11:30

Re: Web Competitors 2008
 
Quote:

Originally Posted by swalker92 (Post 687040)
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.

Blad3101 28-01-2008 12:48

Re: Web Competitors 2008
 
I believe that IE 5.5+ has a *.png transparency issue (something with the way that it resolves alpha), but I'm not positive that's your error. :confused:

zim2411 28-01-2008 15:24

Re: Web Competitors 2008
 
Quote:

Originally Posted by Blad3101 (Post 687292)
I believe that IE 5.5+ has a *.png transparency issue (something with the way that it resolves alpha), but I'm not positive that's your error. :confused:

Yeah, the PNG is not transparent at all. Does IE maybe use color profiles or something like that?

RyanCesiel 28-01-2008 16:51

Re: Web Competitors 2008
 
Quote:

Originally Posted by Blad3101 (Post 687292)
I believe that IE 5.5+ has a *.png transparency issue (something with the way that it resolves alpha), but I'm not positive that's your error. :confused:

Our site doesn't support IE 5 and 5.5, only because no one really uses them anymore.

zim2411 28-01-2008 19:21

Re: Web Competitors 2008
 
Quote:

Originally Posted by RyanCesiel (Post 687457)
Our site doesn't support IE 5 and 5.5, only because no one really uses them anymore.

I don't even remember what IE5 looked like. Do you have any idea why the PNG on our site appears darker in IE? (Top left)

RyanCesiel 28-01-2008 20:59

Re: Web Competitors 2008
 
It's difficult to explain, but yes, IE does interpret colors differently than other browsers. In your case, I'm not quite sure why that is showing up lighter/darker. Are you sure you don't have a slight transparency effect on either of the images?

Blad3101 28-01-2008 22:01

Re: Web Competitors 2008
 
I'd try to create the image with transparency (No background pattern overlaying the second) to see if it makes a difference, the image itself in IE looks different when loaded separately.

JMB226 29-01-2008 09:58

Re: Web Competitors 2008
 
You may find your answers about .PNG file issues and Internet Explorer here: http://www.alistapart.com/articles/pngopacity/

Also, a nice program/website I found lets you install IE3, IE4.01, IE5, IE5.5, and IE6 all at once. It can help anyone out who would have browser conflicts in their code like I had... http://tredosoft.com/Multiple_IE

zim2411, have you tried to take a screenshot of how your site should look (Firefox maybe?) and then crop out a new image with the background intact?

Katusha 29-01-2008 11:05

Re: Web Competitors 2008
 
It's under a lot of construction. Please I want any and all constructive criticism... Our Site

RyanCesiel 29-01-2008 12:04

Re: Web Competitors 2008
 
Quote:

Originally Posted by Katusha (Post 687916)
It's under a lot of construction. Please I want any and all constructive criticism... Our Site

Bravenet is a no-no. :rolleyes:

Blad3101 29-01-2008 13:39

Re: Web Competitors 2008
 
Well, its not a bad site with the exception of it being under construction, but bravenet free web-hosting and any ads are a major negative in FIRST's eyes. :eek:

wolfj 29-01-2008 15:41

Re: Web Competitors 2008
 
Quote:

Originally Posted by Blad3101 (Post 688007)
Well, its not a bad site with the exception of it being under construction, but bravenet free web-hosting and any ads are a major negative in FIRST's eyes. :eek:

I agree! I don't mean to put you down, because the overall design is fantastic, and there's a lot of good information, but any sort of pre-made template, or banner advertising is just... disgusting.

By the way, did anyone else think that this year's website rubric is much easier than last season's? I mean, there's no mention of browser compatability, accessibility, or interactivity anywhere! Not that I'm complaining, but more difficult criteria makes for more interesting competition, doesn't it?

RyanCesiel 29-01-2008 17:20

Re: Web Competitors 2008
 
Quote:

Originally Posted by wolfj (Post 688072)
I agree! I don't mean to put you down, because the overall design is fantastic, and there's a lot of good information, but any sort of pre-made template, or banner advertising is just... disgusting.

By the way, did anyone else think that this year's website rubric is much easier than last season's? I mean, there's no mention of browser compatability, accessibility, or interactivity anywhere! Not that I'm complaining, but more difficult criteria makes for more interesting competition, doesn't it?

I would think that, regardless, you would want your website to have cross-platform/browser compatibility because you really don't know what the judges are using to view it.

LordFrz 29-01-2008 18:23

Re: Web Competitors 2008
 
http://www.jadamsmmp.com/robotics/index.htm


Our team site, were are still working on it. Feel free to sign our guest book.

zim2411 29-01-2008 19:54

Re: Web Competitors 2008
 
Quote:

Originally Posted by RyanCesiel (Post 688150)
I would think that, regardless, you would want your website to have cross-platform/browser compatibility because you really don't know what the judges are using to view it.

The judges all use Lynx ;)

Looks good LordFrz, just be sure to fix the broken link to American Health on the sponsors page. (It adds a %20 on the URL that shouldn't be there)

ShotgunNinja 29-01-2008 21:21

Re: Web Competitors 2008
 
(Man, I hope I haven't posted in here already...)

http://www.lakeviewlegends.us/

It's powered by WordPress, Simple Machines Forums, and a bit of homespun PHP, and it looks nice. Ours isn't exactly as professional-looking as some of the other sites on here, but we've only been working on it for a few weeks now, with only two novice web programmers, and after completely scrapping our old server and starting fresh. I think it looks quite good so far, if a bit unfinished. Check it out. :cool:

ShotgunNinja 29-01-2008 21:25

Re: Web Competitors 2008
 
Quote:

Originally Posted by Laaba 80 (Post 658338)
www.morerobotics.org
We won the best website award last year at the WI regional. Our webmasters are in the process of updating our site for the current season.

I remember you guys... You had a great run in Milwaukee. Looking forward to this year's competition?

ShotgunNinja 29-01-2008 21:29

Re: Web Competitors 2008
 
Quote:

Originally Posted by blakcheez (Post 658389)
http://www.bedfordrobotics.org
964 is failing pretty awful right now. But it's better than throwing something together at the last minute like last season. Most of my problems are backend-related, but finding the right CMS was probably the worst culprit. I'm hoping it'll at least be acceptable by January. Anyway, I'll post later when it's all "purtied" up.

I can't seem to find the site. It it still there, or is it just my school's blocker intervening?

jeremiah.pegues 29-01-2008 21:43

Re: Web Competitors 2008
 
i always thought about getting a shoutbox but I never thought about how it would work or be used necessarily.

otherwise i think the Lakeview Legends website is great. It just looks a bit empty.

check mine out. http://www.gwestrobotics.com/
& http://www.ladypirates2681.com/ <-- this one is a bit empty too

LordFrz 30-01-2008 17:02

Re: Web Competitors 2008
 
Quote:

Originally Posted by zim2411 (Post 688272)
The judges all use Lynx ;)

Looks good LordFrz, just be sure to fix the broken link to American Health on the sponsors page. (It adds a %20 on the URL that shouldn't be there)


Thanks

GGCO 30-01-2008 17:20

Re: Web Competitors 2008
 
Take a look at

www.creston904.com

What do you think?

ShotgunNinja 30-01-2008 18:27

Re: Web Competitors 2008
 
Quote:

Originally Posted by GGCO (Post 688961)
Take a look at

www.creston904.com

What do you think?

Love the image links, with the fragments of the FIRST logo and the mouseover team pictures... Great site!

ShotgunNinja 30-01-2008 18:31

Re: Web Competitors 2008
 
Quote:

Originally Posted by jeremiah.pegues (Post 688398)
i always thought about getting a shoutbox but I never thought about how it would work or be used necessarily.

otherwise i think the Lakeview Legends website is great. It just looks a bit empty.

check mine out. http://www.gwestrobotics.com/
& http://www.ladypirates2681.com/ <-- this one is a bit empty too

Thanks! The shoutbox isn't really that difficult; you guys have PHP installed, right? Just Google "PHP Shoutbox", read up on it, make a page, and embed the page in an iframe in your sidebar. Just take a look at our box's code. It's not stealing; it's code borrowing!

jeremiah.pegues 30-01-2008 20:17

Re: Web Competitors 2008
 
good advice. and you're definately right about the code borrowing. as long as you give the right people the right props and what-not then it should be good

i did the shoutbox; i dont know how great it looks, but it lookse fine for my first one i guess. theres always room for improvement..

Nat12685 31-01-2008 17:14

Re: Web Competitors 2008
 
Umm... I would like greatly appreciate any help that people can give me. I am self taught on my limited coding knowledge (HTML and minor PHP) and have almost no help for the site this year. I am the only member of the website team. My only help extends to a few teachers and volunteers, and they aren't always helpful.

I need people to tell me what our website needs, what it already has that is good, and any other suggestions. If you have a recommendation, like adding a script of some sort, it is requested, but not required, that you provide a code or a link to learn this.

Here are our websites:
(Old): www.vailhs.net/robotics/index.html
(New): www.vailhs.net/robotics/trial/index.php

Compnerd 31-01-2008 18:17

Re: Web Competitors 2008
 
Is that a <marquee> tag where "newsworthy" items go?? You might want to replace that with Javascript or something because the <marquee> tag is not W3C standard

zim2411 31-01-2008 21:10

Re: Web Competitors 2008
 
I redid the portions of our site that used Lightbox to use Shadowbox instead. It is by far the most flexible script like this, and allows for almost anything to be put in a lightbox.

In addition, it can resize images (in the browser) to fit any screen. I decided to redo our medium size images with 1024x768 images, which look great now. :D

I also redid the videos so that Shadowbox loads a 640x480 iframe with the video player inside. This is activated by clicking the Videos link in Site Links, and then pops up on any page.

http://www.dulaneyrobotics.com/index.php?pid=gall and check out the Videos link on the left

DB_UPS 31-01-2008 21:59

Re: Web Competitors 2008
 
I know this topic is about showing off team website's, and I understand that not every team has one.

So if your team doesn't have a website, Team 1675 is here to save the day. We are willing to donate web space to any teams that are without a home on the web. I didn't know how popular this would be so I don't know how many sites we can provide web space for. So if your team needs one PLEASE contact me or send me a PM.

But when im here, Check out UPS SECRET LAIR

TKM.368 01-02-2008 02:51

Re: Web Competitors 2008
 
Just wanted to give props to Rookie Team 2348 from Moanalua High School here in Hawaii for all of the humor in the website they're putting up. Great job, Menehunes!

TeAm270RoCkS 03-02-2008 11:38

Re: Web Competitors 2008
 
Hello People. Http://team270.org New site. Just went up recently. Leave suggestions and stuff. Thanks.

LordFrz 03-02-2008 16:24

Re: Web Competitors 2008
 
Nice site, but from what im told you need to italicize FIRST. Were ever you have it.

flyingcrayons 06-02-2008 16:52

Re: Web Competitors 2008
 
www.mercury1089.com/main

we won best site in 06 at the nj regional :)

robocatswebcrew 10-02-2008 16:51

Re: Web Competitors 2008
 
We put our site up recently. www.robocats.org. Email is robocatswebcrew@gmail.com. Post or email us any critiques. Thankyooo.:)

commodoredl 10-02-2008 17:00

Re: Web Competitors 2008
 
Our site has launched, (www.fairportfirst.com) email comments or a bug report to team578@gmail.com or make an account and post them in our forum. We won the website award in 06 at boston and website excellence in 07, but our main webmaster graduated so we started from scratch this year.

Maggie27 10-02-2008 18:17

Re: Web Competitors 2008
 
We're in the process of updating & making it better, but,..here goes.....
www.team1708.org

Please give feedback.:)

jeremiah.pegues 10-02-2008 18:55

Re: Web Competitors 2008
 
I really like the flash header you guys have, it makes the site somewhat interactive. It also made me wait until the entire movie finished because of the fades.

I also think its concise. Don't know if thats good or bad...

Is there a link to FIRST on your site anywhere?

Koko Ed 14-02-2008 09:28

Re: Web Competitors 2008
 
Team 191- the X-Cats 2008 site!

rcoren22 14-02-2008 16:22

Re: Web Competitors 2008
 
Hot off the press...

www.team223.com

Akash Rastogi 14-02-2008 17:51

Re: Web Competitors 2008
 
Quote:

Originally Posted by Koko Ed (Post 698716)

On some of the links, when I hover over the link itself, the rest of the page seems to shift over. Is that just me?:confused:

JMB226 15-02-2008 02:22

Re: Web Competitors 2008
 
Quote:

Originally Posted by rcoren22 (Post 698956)
Hot off the press...

www.team223.com

It took a while for everything to load for me. I just noticed the "site only works in IE 7" thing. Cross-browser functionality is a plus. :P

Team56 15-02-2008 02:29

Re: Web Competitors 2008
 
Hey guys, Check out team 56 site @ www.team56.com

Lots of hard work right there =)

I hope you guys love it ;)

Andrew Schuetze 15-02-2008 07:49

Re: Web Competitors 2008
 
Toltechs newly revised www.toltechs.com has been posted. Never can say that the site is done but this is by far our best student effort on the website.:cool:

Brian J. R. 15-02-2008 12:17

Re: Web Competitors 2008
 
Well....Skunkworks is slightly more done than we where yesterday...after 6 straight hours of coding...I now know PHP and CSS however...

www.ahsrobotics.us

Koko Ed 15-02-2008 13:39

Re: Web Competitors 2008
 
Quote:

Originally Posted by lilstogi11 (Post 699012)
On some of the links, when I hover over the link itself, the rest of the page seems to shift over. Is that just me?:confused:

They fixed it.

BandChick 15-02-2008 13:56

Re: Web Competitors 2008
 
Don't forget about us!
http://www.mercury1089.com
2006 NJ Regional Best Website Award

billyea 16-02-2008 00:42

Re: Web Competitors 2008
 
Team 1346 - Trobotics is good to go!
Post: http://www.chiefdelphi.com/forums/sh...ad.php?t=64223
The Site: http://trobotics.ca

GUI 16-02-2008 22:10

Re: Web Competitors 2008
 
We actually have a website this year!
http://www.project1726.org

billyea 16-02-2008 23:36

Re: Web Competitors 2008
 
Quote:

Originally Posted by GUI (Post 700535)
We actually have a website this year!
http://www.project1726.org

Very very smooth and easy to navigate! Tons of useful info! Excellence for sure!
For all that it matters, add something about Promo-Bot, I'm eager to read it. And... you know, finish the rest of the site. :)

WhiteNdNrdy 17-02-2008 15:45

Re: Web Competitors 2008
 
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.

zim2411 17-02-2008 16:45

Re: Web Competitors 2008
 
Quote:

Originally Posted by WhiteNdNrdy (Post 700986)
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)

Ctrl Alt Delete 17-02-2008 18:18

Re: Web Competitors 2008
 
Quote:

Originally Posted by WhiteNdNrdy (Post 700986)
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.

The sidebar looks like the one from slashdot.org :D

zim2411 17-02-2008 20:00

Re: Web Competitors 2008
 
Quote:

Originally Posted by Ctrl Alt Delete (Post 701076)
The sidebar looks like the one from slashdot.org :D

Looking at the page source, it's meant to be:

PHP Code:

/***********************************************
        * Slashdot Menu script- By DimX
        * Submitted to Dynamic Drive DHTML code library: http://www.dynamicdrive.com
        * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
        ***********************************************/ 


WhiteNdNrdy 18-02-2008 10:00

Re: Web Competitors 2008
 
Thanks for all the help zim! About the FIRST logo, i didnt take out the colors. if you look here, you'll see that FIRST gives u a few options on which logo to use. I have Photoshop CS3, and Paint.NET also, but i just couldnt take out all the little white dots. It's too annoying. I'm just going to settle on a white background, I guess. Thanks for the overdrive logo, I'll try to work something out. And yes, it is the Slashdot menu, as you both pointed out.:D BTW, where did u get the EPS? I've been looking all over for it, but couldnt find it anywhere! I'm also working on a login system for the site, where team members will be a ble to login, and edit the information that shows up on the members page.

zim2411 18-02-2008 12:10

Re: Web Competitors 2008
 
Quote:

Originally Posted by WhiteNdNrdy (Post 701485)
BTW, where did u get the EPS? I've been looking all over for it, but couldnt find it anywhere!

Heh, it's right here: http://www.usfirst.org/community/res...er.aspx?id=650

The EPS for the FIRST logo is there too. To remove the shadow for the Overdrive graphic though I loaded it up in Illustrator CS3 and had to go change the layer options for each letter... twice. Bleh.

WhiteNdNrdy 18-02-2008 19:24

Re: Web Competitors 2008
 
Thanks again!

TLuck234 19-02-2008 10:05

Re: Web Competitors 2008
 
Team 34 Rockets Webpage
http://rockets34.com

frosty3900 19-02-2008 16:15

Re: Web Competitors 2008
 
hey every one .. i m a member of Team 2076. this is my very first website... and this is our Second Year with FIRST.. i have uploaded some pitcures and videos of our robot on the site as well ..
the site is www.tcirobotics.com
i just want more people too visit the site.. and i hope you enjoy it

thanks a lot

zim2411 19-02-2008 17:00

Re: Web Competitors 2008
 
Quote:

Originally Posted by frosty3900 (Post 702618)
hey every one .. i m a member of Team 2076. this is my very first website... and this is our Second Year with FIRST.. i have uploaded some pitcures and videos of our robot on the site as well ..
the site is www.tcirobotics.com
i just want more people too visit the site.. and i hope you enjoy it

thanks a lot

Looks good, nice clean design. Shy away from using YouTube as a video host if you can... it is blocked in many high schools, making some of your resources unavailable.

Akash Rastogi 19-02-2008 17:06

Re: Web Competitors 2008
 
Quote:

Originally Posted by frosty3900 (Post 702618)
hey every one .. i m a member of Team 2076. this is my very first website... and this is our Second Year with FIRST.. i have uploaded some pitcures and videos of our robot on the site as well ..
the site is www.tcirobotics.com
i just want more people too visit the site.. and i hope you enjoy it

thanks a lot

I don't know if you meant to do this or its just a typo but the "s" in the About Us menu is capitalized. Just proofreading :p

martschr 19-02-2008 23:31

Re: Web Competitors 2008
 
check us out
http://baxterbombsquad.com/

WhiteNdNrdy 20-02-2008 13:48

Re: Web Competitors 2008
 
I like it. Very nice, clean cut, easy navigation. The only caveat is that the text on the bottom, in the footer, is a little hard to read it, maybe you could make it a little lighter? Also, do you have a members page?

SamC 23-02-2008 13:34

Re: Web Competitors 2008
 
http://www.team330.org/
In the process of migrating everything to that main site. But its about 90% done and ready to go.

wedellm 23-02-2008 18:22

Re: Web Competitors 2008
 
It is time to kick it into OVERDRIVE. Team 1158 would like to share their website with you. Comments appreciated.
www.eaglecorps.ws

vikram31291 26-02-2008 22:51

Re: Web Competitors 2008
 
Our website has been up for a few weeks now, Any comments/suggestions would be great! Check it out at www.bluecheese1086.org or www.1086bluecheese.org

Vikram - Team 1086

Cow Bell Solo 27-02-2008 00:05

Re: Web Competitors 2008
 
Our site is http://www.whitebearlakerobotics.com

I will take criticism

Akash Rastogi 27-02-2008 00:12

Re: Web Competitors 2008
 
Quote:

Originally Posted by Cow Bell Solo (Post 708072)
Our site is http://www.whitebearlakerobotics.com

I will take criticism

I like the menus and the FIRST page. Pretty nice. Also, have you ever been confused with your team number and team name?:p

Cow Bell Solo 27-02-2008 00:20

Re: Web Competitors 2008
 
no because 2207 is the 329th prime number hence PRIME 329, we're not just odd... we're prime. But ya we didn't think about it until after we had submited the team nickname

HotWings 29-02-2008 00:25

Re: Web Competitors 2008
 
robostangs.com

Jon
Webmaster
szymanj@gmail.com

BandChick 29-02-2008 22:08

Re: Web Competitors 2008
 
Quote:

Originally Posted by BandChick (Post 699543)
Don't forget about us!
http://www.mercury1089.com
2006 NJ Regional Best Website Award

Make that 2006 and 2008 NJ Regional Best Website Award =)

frosty3900 01-03-2008 12:36

Re: Web Competitors 2008
 
all the sites look really great ..
and i am always trying 2 my best 2 improve
www.tcirobotics.com

and this is our second year so .. i dont really have a lot of information in it ..
but any was thanks a lot

RyanCesiel 01-03-2008 12:59

Re: Web Competitors 2008
 
Quote:

Originally Posted by frosty3900 (Post 710334)
all the sites look really great ..
and i am always trying 2 my best 2 improve
www.tcirobotics.com

and this is our second year so .. i dont really have a lot of information in it ..
but any was thanks a lot

I would make the team name and motto smaller in photoshop (or whatever graphics program you use) rather than shrinking it with HTML. I would also recommend anti-aliasing the text on the team name and motto so it doesn't look so sharp and sorta pixelated.

The content is pretty good for your second year.

Akash Rastogi 20-03-2008 02:38

Re: Web Competitors 2008
 
MORT's website has been reworked and has a new face since previous years. It is still being worked on and more things will be added. And yes...the redirecting takes a long time. I'm seeing if someone can make it black and yellow since those are our team colors. A calender is coming soon and the media will be organized this week. I'm told that I will have access to thousands of pictures soon. [SARCASM] Oh boy! [/SARCASM]

www.mortteam11.org

Be kind:P


All times are GMT -5. The time now is 09:14.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi