|
(as recommended by team members)
2010 FRC Control System:
- Control System Manual (PDF's on FIRST website)
- Hardware Documentation (PDF's on FIRST website)
- Vision
- FRC Vision Whitepaper - Very useful: our programmers had a "duh" moment after reading this, and made working vision code!
|
(Again, passed on by generations of team members)
- Web Coding
- w3schools.com - A complete guide and reference site for all aspects of web coding. Everyone on our web team, from newbie to webmaster, uses it all the time.
- validator.w3.org - An online validator for HTML from the World Wide Web Consortium (W3C); it validates HTML from a URL, local files or inputted text. For more information about what validation is, check out our web coding section.
- jigsaw.w3.org/css-validator - A validator for stylesheets (CSS), made by the same people who make the html validator.
- Programming
|