View Single Post
  #11   Spotlight this post!  
Unread 08-07-2012, 02:18
gixxy's Avatar
gixxy gixxy is offline
Programming and Arduino Mentor
AKA: Gustave Michel III
FRC #3946 (Tiger Robotics)
Team Role: Mentor
 
Join Date: Nov 2011
Rookie Year: 2012
Location: Ruston, LA
Posts: 207
gixxy is on a distinguished road
Re: First Website Revision

Rachel got to nearly everything already.

I do want to add that the Dynamic Drive Accordion effect does not fully function in Chrome.If you click the buttons a few times, like when looking through the links, you will notice the + and - start to move off the tabs. Just a little technical detail, not sure if it is really bad enough to worry about.

I also found the white on the light blue (for the navigation bar and blog posts) somewhat straining to the eye, or at least my eye.

As far as the images: whatever effect is currently on this is great. It gives them a feeling of being floating a bit, but it isn't distracting, just gives it some emphasis.

And also as a nit-picky programmer. The bit of Java code in the blog post has an error:
Code:
if (team4.department == "Programming") {
should be
Code:
if (team4.department.equals("Programming")) {
But overall it is a great site. Well Designed, flashy, but not overly done. Good Job!
__________________
Programmer - A creature known for converting Caffeine into Code.
Studying Computer Science @ Louisiana Tech University
Associate Consultant @ Fenway Group

2012-13: 3946 - Head of Programming, Electrical and Web
2014 - 3468 - Programming Mentor
2015 - Present - Lurker