Quick JavaScript OO (Object Orientation) Primer

David Pitt Development Technologies, JavaScript, Tutorial 7 Comments

Attention: The following article was published over 11 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Recently I’ve been working heavily with JavaScript to implement full-blown rich user interfaces for web-based applications. In the past, I’ve used JavaScript and supporting libraries, such as JQuery and Jquery UI to introduce …

Node Application Server with CouchDB

Brett Jones Databases, Development Technologies, HTML5, JavaScript, Node.js, Tutorial 5 Comments

Attention: The following article was published over 11 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.Much has been made lately of “NoSQL” non-relational databases. A few weeks back, Lou wrote a post introducing CouchDB, a free Apache Foundation document datastore. Lou’s application was hosted entirely from CouchDB. …

Using HTML5’s Canvas and Audio Elements For A Guitar Tuning Mobile Application

David Pitt Development Technologies, HTML5, Keyhole Creations, Mobile 4 Comments

Attention: The following article was published over 11 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.I like to noodle around with my guitar, and I like to noodle around with HTML5. So, I thought I’d combine the two interests by creating an HTML5 guitar tuning mobile application …

jQuery Mobile Quick Start

Todd Horn Development Technologies, Mobile, Tutorial Leave a Comment

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.jQuery Mobile is a HTML5-based UI system built on the jQuery Javascript library and jQuery UI. It is lightweight, flexible, and easy to use with all mobile device platforms.  Depending on which …

HTML5 – Offline Capabilities Using the Cache Manifest

David Pitt Development Technologies, HTML5 1 Comment

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.One of the most interesting features of the HTML5 specification is the capability for web applications to perform while offline (i.e. without internet connectivity). Most browsers implement a caching mechanism that stores …