Topic: Articles by Paul
I am 360|Flex (and so can you!)
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!)
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
New project: AIR SQLite utilities
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
Multi-table INSERT using one SQL statement in AIR SQLite
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
New article “Programming with the Vector class”
Several months ago (probably almost a year ago) I wrote an article for the Adobe Developer Connection titled “Programming with the Vector class.” As you can surely guess, the article is about the Vector class, which provides typed array functionality (an array whose elements are required to all be instances of the same data type). […]
» Keep reading New article “Programming with the Vector class”
A paperless world?
In the spirit of the anecdote I shared last March, here’s a funny little story from my day.
My boss asked me to review a report he’s been working on. He wrote it in a wiki page. I reviewed it mostly while I was riding on the train to work this morning (without network connectivity), so […]
» Keep reading A paperless world?
A new (old) tool for AIR SQLite development
This is pretty much old news by internet time standards, but I haven’t had time to write about it until now. (We’re working hard to make future Flex/AIR/ActionScript/Flash documentation more focused on how you actually use documentation, better than ever before.)
A couple of years ago, before AIR beta 1 (“Apollo”), I wrote a tool for […]
» Keep reading A new (old) tool for AIR SQLite development
Funny coding behaviors
Disclaimer: this is just a silly little note, perhaps the first such on this site although my personal site primarily consists of such little tidbits, mostly about my kids.
A few years ago I was working as a developer for a computer training department at a large midwestern university*. I also wrote and taught training courses […]
» Keep reading Funny coding behaviors
Please test: updated ActionScript GZIP library with Flash Player 10 support
Since I first created my ActionScript GZIP library as a test of Adobe AIR’s file compression capability, the number one request I’ve received has been to add support for Flash Player-only projects. With the release of Flash Player 10 last fall, I couldn’t use the lack of player support as an excuse any more. So […]
» Keep reading Please test: updated ActionScript GZIP library with Flash Player 10 support
AIR 1.5 encrypted SQLite database — how to use it, best practices, and new projects
Over a year ago I described a potential area of concern for using a SQLite database with an AIR application — because all apps use the same database engine, any AIR app can read any other app’s database (as long as it can find the database file).
As you may have heard among all the news […]
» Keep reading AIR 1.5 encrypted SQLite database — how to use it, best practices, and new projects