Tag Archives: html

Using Backbone JS

When working on a web app that involves a lot of JavaScript, one of the first things you learn is to stop tying your data to the DOM.

Posted in Development | Tagged , , , , , , | Leave a comment

Creating an Unordered List in HTML

When coding in HTML, you may find a need to use the unordered list tag (<ul>) to style multiple menu items. A typical source code would look like this:

Posted in Development, Tips | Tagged , , , , , | Leave a comment

Creating a Hyperlink on Your Web Page

This is a short tutorial of how to create a link on a page within your code view of any HTML editor.  Some examples of editors are Dreamweaver, Notepad, and Front Page just to name a few.

Posted in Design, Development, Tips | Tagged , , , , | Leave a comment