A jqGrid Integration Solution

Robert Rice Articles, Development Technologies & Tools, Java, Spring 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.jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web. Since the grid is a client-side …

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 …

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

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, …