Quick JavaScript OO (Object Orientation) Primer

David Pitt Articles, Development Technologies & Tools, JavaScript, Tutorial 7 Comments

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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, …

Node Application Server with CouchDB

Brett Jones Articles, Databases, Development Technologies & Tools, HTML5, JavaScript, Node.js, Python, Tutorial 5 Comments

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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 …

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

David Pitt Articles, Development Technologies & Tools, HTML5, Keyhole Creations, Mobile 4 Comments

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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 …

jQuery Mobile Quick Start

Todd Horn Articles, Development Technologies & Tools, Mobile, Tutorial Leave a Comment

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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 …

HTML5 – Offline Capabilities Using the Cache Manifest

David Pitt Articles, Development Technologies & Tools, HTML5 1 Comment

Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so 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). …