Web Dev Reference

TwitterFacebook
Get flash to fully experience Pearltrees

Software development: Glossary

3-tier application a program that is organized into three major parts: the workstation or presentation interface; the business logic; and the database and related programming. Each of these is distributed to one or more separate places on a network. agile software development calls for keeping code simple, testing often, and delivering small, functional bits of the application as soon as they're ready. The focus is to build a succession of parts, rather than delivering one large application at the end of the project. http://whatis.techtarget.com/reference/Software-development-Glossary

HTML 5 Reference

http://dev.w3.org/html5/html-author/ It is useful to make a distinction between the vocabulary of an HTML document—the elements and attributes, and their meanings—and the syntax in which it is written.

Quick Start Guide to HTML

http://www.html-5.com/tutorials/intro-to-html-5.html HTML Element Content Models An HTML element's content model specifies what is allowed inside the element.