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 – Wireframing Intro
Wireframing is simply sketching out the design for your application before you start building it. You can use a pen and paper, Google Docs, or specialized Wireframing Software. By using Wireframing you can make edits […]
*NEW
CSS and HTML 5 – Animations
You can create animations with CSS for everything from alerts to fun widgets on your HTML pages. animationStyle.css animation.html
HTML Intro
HTML Intro – Embed Images
Images are added to HTML documents by pointing to them using the IMG SRC tag. You can point to images within the same directory as the HTML document, or even from an entirely different website. […]
Be the first to comment