Unit Testing in JavaScript

Mark Adelsberger Articles, HTML5, JavaScript, Testing 2 Comments

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.JavaScript has come a long way. There was a time it was easily dismissed – maybe suitable for noncritical validations, but not much else. Over the years, the worst of the obstacles to …

Tutorial – Responsive Design

Keyhole Software Articles, HTML5, JavaScript, Keyhole Creations, Mobile, Tutorial 2 Comments

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.Enterprises are feeling the pressure of the need to develop applications that allow users to use their own devices to access enterprise applications. What options do enterprises have to solve this problem? …

Tutorial – JavaScript Essentials

Keyhole Software Articles, Development Technologies & Tools, HTML5, JavaScript 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. If you’ve been developing enterprise web applications, it’s likely that you have applied JavaScript in some fashion – probably to validate user input with a JavaScript function that validates a form …

Introducing Marionette-Require-Boilerplate for Your Single Page Application

Brett Jones Articles, Development Technologies & Tools, HTML5, JavaScript 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.Marionette-Require-Boilerplate (MRB) is a simple boilerplate I created to help get Single Page Applications off the ground with a small starter project. It incorporates a number of great tools and best practices to …

Trailing Commas in JavaScript

Mark Adelsberger Articles, HTML5, JavaScript, 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.The Scenario You’re working on a JavaScript project, and your project includes the following object definition: You go to add another method to your object. You return to your test page and …