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 …

Is NoSQL The SQL Sequel?

Lou Mauget Articles, Databases, Development Technologies & Tools, Opinion, SQL 8 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.โ€œCanโ€™t we all just get along?โ€ย  I assert that the explosion of so-called NoSQL database management systems (DBMS) is not displacing the well-known relational …

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). …

The Data Access Layer, Part 1 – The Basics (And When Things Aren’t So Basic)

Mark Adelsberger Architecture, Articles 5 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.Today, I’d like to talk about the data access layer (DAL). I’ll start with a brief review: the motivation behind the DAL, the design …

A Method For Creating A Human-Readable File Size

Brice McIver Articles, Development Technologies & Tools, Java 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.Recently,ย I was working on a project in which the users needed to see a list of files available for download. While itย wasn’tย a specific requirement, …