Archive

Author Archive

Hex Codes for FIRST Colours

February 25th, 2010 web No comments

 

Hello Everyone,

As I was designing the website, I found it hard to find the official first logo in a good format (.png, .psd, or .ai).

The FIRST logo standards PDF was useful, which we have in our website under links/documents. One can search for it too.

This is the quick start guide.

Here is the comprehensive guide.

However, I wanted to find the hex-codes to make sure the image I found online had the right colors for our footer on the site. After sampling the screenshot I took of the PDF, I found the following:

On a dark background: the blue is #007DC5 , the red is #EE1C25 , the white is the standard #FFFFFF , and the gray is # 9E9FA3

On the white or light background: the blue is #0067B3 ,  the red is #EE1C25 , and the black is #231F20.

One can put the FIRST logo on a variety of colour backgrounds as long as the follow the guidelines in the pdf. I do not know if my colors’ hex-codes are official, but I derived them from eye-dropping a screenshot of the PDF.

I hope this post was helpful and please keep true to the guidelines so that we can respect the program that has given so much!

Good Luck in the Competitions & Regards,

Team 1504’s Webmaster.

New Website Style

February 2nd, 2010 web No comments

Our website has a new robotic-gear background* and a new font. I positioned the search correctly; we just need to have it search our website. (LOL)

Look for more subtle changes to the font and background, and more complete changes to the site’s content.

*Thanks to Vladstudio for their elegant designs which inspired our background! Please download their fun apps or ever-changing live desktop-wallpapers.

Categories: Build Season, News, Web Design Tags:

Website Fixed!

January 21st, 2010 web 1 comment

Thanks to my genius, the website is now fixed. And it was not a simple fix by any means. I changed it so that it would stay stable.
For anyone who did not get to check it out in its horrible state, here is a photo:

A tip to all web-designers whether you are on a FIRST team or not: Organise your files in folders and always link properly.

It is professional to link to your content via the server, not via an Internet URL.

Dont do: <img src="http://www.team1504.com/media/team/img/penguin.png" />

Do: <img src="media/img/penguin.png" />

Why?

  1. Because sometimes the web browser the user is using may be filtered so they cannot view the content that is linked because the browser searched for that content as if it were on the Internet, not on the server.
  2. The majority of a server is private. Unless you put specific permissions on a file, the user usually cannot see it alone. When one accesses content on the web via the Internet, the server that hosts the site detects the user as foreign and displays what is public. Whereas if the src of the content is /media/img/penguin.png, it sees that the site is accessing the content.
  3. Having http://…. is just not clean and is therefore inefficient web design.

Of course, no one wants you to download the entire FIRST site, upload it to your server, and link to it, because that would be impossible (unless you had permission and access to the root of their server) and a waste of server space. For external content that is not downloadable, you can link to it via its Internet URL.

RIP Team1504.com

January 21st, 2010 web 2 comments

Well, our website committed suicide today. In more proper terms it became corrupt and ate itself alive.

For anyone who understands linking to files here is a quick summary of whappened (what + happened).

When the website was handed over to me, the server was organised into folders. These folders were the names of the programs in Adobe CS4 because that is what opened them. So the homepage was in team1504.com/Dreamweaver/html/index.php

I extracted all the contents out of the ‘adobe-name’ folders and moved all our pages out into the root dir (team1504.com/) so that it could function as a website.

All was well until I started changing the the content and realized that all our pages were not linking to the content I extracted, but to those in the Adobe folders.

index.php was looking for the team-logo in Dreamweaver/media/img/team/penguin.png

Not media/img/team/penguin.png

All of the content had was doing this and when I erased the ‘adobe folders’ on my test server, the website died. It could not find the content, template, css, or php.

I had changed all the links so that it searched for the content in the proper location, but Dreamweaver did not like that and kept the old links.

I uploaded an old backup to the real server, but if you see any problems this is why.

Now I have to change the links manually because Dreamweaver doesnt want to. There aren’t only a few links, by the way. I’m making an educated guess when I’m saying that there are 100+ links I have to retype.

Well, I’d better get to work!

Categories: Build Season, Web Design Tags: