The Latest Words

Simple ActionScript 3 animation examples

Posted July 20, 2010 9:20 am
Filed under: AS3, ActionScript, Animation, Articles by Paul, Tutorials

Last week I spent a little time teaching some of the newer developers in our office about scripted animation in ActionScript 3. I put together a few simple demos for them, and I thought I might as well share them with the world.
Note that these are basic demos so if you know pretty much anything […]

» Keep reading Simple ActionScript 3 animation examples

2 comments so far

Changes

Posted May 13, 2010 1:48 am
Filed under: Articles by Paul, Life at Adobe, Opinions

Unfortunately I can’t give this topic the time it deserves right now, but for those of you who are interested I wanted to let you know of some “significant life changes” that are happening to me.
Summary
New job. New city. New house. Moving tomorrow. Offline for a week or two. Don’t say anything important while I’m […]

» Keep reading Changes

13 comments so far

Data “paging” in AIR SQLite

Posted April 7, 2010 12:25 pm
Filed under: AIR, Articles by Paul, Projects, SQL, Tutorials, local SQL database

I got an interesting question a few days ago that I thought I’d share:
My application has thousands of records in one particular table that I need to populate the display with. I was wondering if I can implement paging to speed up the retrieval of those records?
In fact he specifically wanted to know if it […]

» Keep reading Data “paging” in AIR SQLite

2 comments so far

AIR SQLite library updates

Posted April 2, 2010 2:18 am
Filed under: AIR, Projects, SQL, local SQL database

A couple of people have reported a bug in my AIR SQLite utility library. I also recently used it to help build a Robotlegs demo app for the 360|Flex Robotlegs training, and in the process I discovered a missing feature I needed (namely, the ability to get back the SQLResult objects after running a batch […]

» Keep reading AIR SQLite library updates

5 comments so far

Slides, examples, and links: Developing iPhone apps with the Flash Platform

Posted March 16, 2010 5:57 pm
Filed under: AIR, ActionScript, Conferences, Flash, Presentations, iPhone

Last week I gave a presentation at 360|Flex 2010 (San Jose) on “Developing iPhone apps with the Flash Platform.” As always, I wanted to make my slides, notes, reference links, and example code available to those who were there and those who couldn’t make it:
Download slides, links, and example code (3.1 MB .zip)
I’ve been traveling […]

» Keep reading Slides, examples, and links: Developing iPhone apps with the Flash Platform

2 comments so far

I am 360|Flex (and so can you!)

Posted February 18, 2010 12:41 pm
Filed under: Articles by Paul, Conferences, Opinions

The next 360|Flex conference is coming up quickly — March 7-10, 2010 in San Jose, California. As I’ve been preparing for the conference and reading some of the things other people are saying about it, I’ve been reminiscing about past 360|Flex (and other) conferences I’ve been to, and about how much they’ve impacted me professionally and personally. (Hint: a lot.)

» Keep reading I am 360|Flex (and so can you!)

5 comments so far

Thoughts on multi-screen, multi-context app development

Around 8 months ago I was asked to start thinking about the now emerging (particularly from a Flash Platform perspective) world of multi-screen application development. What are issues to consider? What guidance should we offer?
It turns out that my thinking on that topic isn’t going to become anything in the Adobe documentation. So I’ve sort […]

» Keep reading Thoughts on multi-screen, multi-context app development

2 comments so far

New project: AIR SQLite utilities

Posted February 3, 2010 1:44 pm
Filed under: AIR, AS3, ActionScript, Application Design, Articles by Paul, Projects, SQL, local SQL database

I’m excited to announce that I’m “officially” releasing a new open-source project that I’ve been using on personal and work projects for over a year.
For lack of a better name, I call it my “AIR SQLite utility library”
The code currently contains one major piece of functionality (well, two different variations on one bit of functionality), […]

» Keep reading New project: AIR SQLite utilities

no comments so far

Multi-table INSERT using one SQL statement in AIR SQLite

Posted November 30, 2009 11:00 pm
Filed under: AIR, Articles by Paul, SQL, Tutorials, local SQL database

This article describes a way that you can use a single INSERT statement to add data to multiple tables in the SQL dialect supported by the SQLite engine in Adobe AIR.
Normally in SQL, including in AIR’s built-in SQLite database engine, you can only add data to one table at a time using an INSERT statement. […]

» Keep reading Multi-table INSERT using one SQL statement in AIR SQLite

2 comments so far

Building iPhone apps with Flash Platform tools roundup

Posted October 5, 2009 2:35 pm
Filed under: AS3, ActionScript, Articles to remember, Elsewhere on the web, iPhone

Lots of news and rumors are flying around right now about developing iPhone apps using Flash Platform tools. Here’s a collection of links that I’ve found, some the official information and some information from folks who were involved in developing this cool new technology:

First thing first: if you haven’t seen the MythHackers video about Flash […]

» Keep reading Building iPhone apps with Flash Platform tools roundup

no comments so far

Articles by Type

Articles by Topic

Random Reading

Currently...

Subscribe