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 …

The Data Access Layer, Part 2 – Using the Criteria API

Mark Adelsberger API Development, Architecture, Articles, Tutorial 3 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.In Part One of this series, I reviewed the basic design goals of a Data Access Layer (DAL), those being: Contain all of the …

KC User Group Tour, Part 1: Perl Mongers

Luke Patterson Articles, Community, Development Technologies & Tools 3 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.Oh yes, I did!ย Adding “Part 1” to the title is pretty bold.ย Hopefully this doesn’t turn out like the time I tried to learn saxophone.ย Two …

Dependency Injection for Android Development: An Introduction

Adi Rosenblum Articles, Development Technologies & Tools, Java, Mobile, Tutorial 6 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.Overview For many years now, Object Oriented developers have relied on various Dependency Injection frameworks while developing anything form desktop to web applications. For …

Joda-Time: The Future of Java Date/Time

David Kieras Articles, Development Technologies & Tools, Java 15 Comments

Attention: This article was published over 15 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.So how often have you had to work with date/time functions in Java? I mean really WORK with them? I’m not talking about simply …