Code needs to be written so that it can be read and understood by other people, not just be functional.
Related Articles

Programming - Intro
Programming Intro – API (Application Programming Interface) Intro
Service Oriented Architecture means that many times your servers and software will be communicating with cloud based API’s instead of other physical servers. API’s give you services that a server would be too expensive to […]

CSS and HTML 5
CSS and HTML 5 – Adding CSS to HTML (External, Internal, Inline)
CSS can be added to an HTML document 3 different ways. You can use an External Style Sheet, dd CSS to the Head of the HTML document, and within the HTML tags themselves. inlineCSS.html onPageCSS.html […]

Programming - Intro
Programming Intro – Best Programming Language
People want to know the “best” programming language, but every language has a purpose and it’s own place. To find YOUR best programming language determine what your own problems in technology are, and talk to […]
Be the first to comment