JavaScript

Vanilla JavaScript: Animations

My new course, “Vanilla JavaScript: Animations“, has been published this evening by LinkedIn Learning and Lynda.com! Explore strategies and techniques for animating content using JavaScript and native web technologies. In this focused course, instructor Joseph Labrecque demonstrates how to use vanilla JavaScript to perform common animations within modern web browsers. Joseph begins by covering basic …

Vanilla JavaScript: Animations Read More »

PhoneGap Jumpstart

I’ve always found that getting started with PhoneGap if you hadn’t used it before (and sometimes even if you have) to be an exercise in frustration which even when it all goes well… takes some time and dedication. For example… Here are the steps I take when setting up on a new Windows environment for …

PhoneGap Jumpstart Read More »

Flash Professional CC: Multiplatform Creativity Engine

Last Friday, I gave a talk for the Hawaii Flash Adobe User Group entitled “Flash Professional CC: Multiplatform Creativity Engine”. Description, slides, and recording link follow… With Flash Professional CC 2014, it is possible publish animations to a wide number of targets – including Flash Player, AIR, iOS, Android, HTML5, WebGL, and even custom platforms …

Flash Professional CC: Multiplatform Creativity Engine Read More »

Running Phaser as a Chrome Application

When I was testing out different mobile platforms for my new Lynda.com course, HTML5 Game Development with Phaser, I wanted to also explore how everything runs in both desktop and mobile browsers. Just pulling something up in Chrome for Android (for instance) works wonderfully… but you have to deal with browser chrome. I found a …

Running Phaser as a Chrome Application Read More »

Adobe Day at DU

As part of my “day job” at the University of Denver, I try to both get university people interested in Adobe solutions and provide the means for Adobe people to get information to the university. One mechanism that has been set up for this is the ability to hold small, mini-conferences on campus with Adobe …

Adobe Day at DU Read More »

JSON Dataset Generation

Earlier today, I found the need to generate and make use of a large JSON dataset for populating a list within a mobile app experience. I needed thousands of records to test and all of the sample JSON files I could find were pretty small, simple things. I reached out on Twitter and recieved a …

JSON Dataset Generation Read More »