CSS and UI Frameworks CSS or cascading style sheets, are used in tandem with html to create visually appealing webpages. CSS is extremely powerful, and lets you customize every aspect of your webpage. Large websites often need thousands of lines...
Coding Standards Messy code is a programmers worst nightmare when joining a new programming team. Messy code means the programmer must take time to refactor their code into something readable. Whereas, neat and clean code means the programmer can immediately...
Source Code Control When working on a large team of software developers, a number of problems arise. The biggest one being the management of the source code. The source code is usually many files, and every programmer is working on...
A New Language Prior to JavaScript the only programming language I knew was Java. I had been programming in Java since high school, so JavaScript was a new experience for me. I first encountered JavaScript this past summer, while developing...