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

*NEW
CSS and HTML 5 – Hover Formatting
You can dynamically modify both text and image formatting when a user hovers over elements in an HTML document. hoverStyle.css hover.html picture700jpg

Programming - Intro
Programming Intro- IDE (Integrated Development Enviornment) Intro
IDE’s are software packages that allow you to develop coding projects more quickly. They have everything from an equivalent of spell check, to simulators, to collaboration tools. IDE Considerations What Languages do they support What […]

HTML Intro
HTML Intro – iFrames
iFrames allow you to embed other web pages into your HTML document. This can be to show off other people’s websites, or simply as a way to reuse code such as for menu bars, or […]
Be the first to comment