News by Mike Chambers

This feed does not validate. (details)

Implementing Offline Web Content with Gears LocalServer API

5 Sep 17:41
I spent the afternoon playing around with Google Gears in order to get a basic feel for how it works. Specifically, I wanted to see how much work it would take to add support for offline viewing for tostring.org (an online book site). I used the Gears LocalServer API which “allows a web application to cache and serve its HTTP resources locally, without a network connection”.

Adding custome query argument support to jQuery Autocomplete plugin

4 Sep 14:49
I have been playing around with the jQuery Autocomplete plugin to get it working with the ActionScript 3 documentation API that I posted about earlier today. The Autocomplete API is really nice, and pretty flexible, but one issue I ran into is that the query argument containing the user input that is passed to the server is hard coded to “q”. For my api, I needed this argument to be “api”.

ActionScript 3 API Service on Google App Engine

4 Sep 08:08
I have just uploaded a new ActionScript 3 reference / online documentation API to Google App Engine. Basically, the service takes an ActionScript 3 class name (or a fragment of a class name) and returns the URL for the online documentation for the specified class. For example: http://as3reference.appspot.com/getapi?version=flex3&api=String returns: {"items": [ {"path": "String.html", "name": "String"}, {"path": "mx\/utils\/StringUtil.

Firefox Ubiquity Command : fyi

1 Sep 13:42
I have just created a new Firefox Ubiquity plugin command named “fyi”. The command makes it super simple to email info about a web page to anyone. I wrote the command because I am often finding myself forwarding URLs to friends and co-workers.

Data Binding with FXG in Flex 4

30 Aug 06:00
One of the cool things about FXG is that it works with Flex data-binding just as your would expect it to. Below is a simple example (which requires Flash Player 10 RC), followed the code, that shows data-binding with FXG and Flex 4: As you can see, there are still some bugs in the rendering, but that is to be expected as these are very early Flex 4 builds. Source <?xml version="1.0" encoding="utf-8"?

Defining and Reusing Symbols in Flex 4 FXG

30 Aug 03:04
If you have done Flash development using the Flash Authoring tool, or have done any low level work with the SWF format, then you should be familiar with the concept of symbols. Basically a symbol is a reusable object (graphics, buttons, MovieClip) that can be included in the SWF once, but referenced and used many times. Flex 4 FXG has a similar concept of symbol, although the actual underlying implimentation is different.

Getting started with Flex 4 FXG and Flex Builder 3

29 Aug 08:00
As I mentioned the other day, the Flex team has released a ton of information on Flex 4. One of the new features which I am most excited about is the FXG graphic format being developed. What is FXG? From the spec: FXG 1.0 describes an XML-based graphics interchange format for the Flash Platform. FXG contains high-level graphical and text primitives that can be used to create, group, transform and visually modify basic vector and bitmap shapes.

New Adobe AIR Book Language Translations

28 Aug 07:50
Just a quick update on the tostring.org site which hosts the Adobe AIR for JavaScript Developers Pocketguide and the Adobe AIR for Flex Developers Pocketguide. We have been receiving a lot of translation contributions from the community, and posting them on the site.

Everything there is to know about Flex 4 / Gumbo

28 Aug 04:06
About a month ago, the Flex team announced that nightly builds of the next version of Flex (code named Gumbo) were now available on the opensource Flex site. Along with early versions of the SDK, the team also posted a ton of other information, including specs and API docs. Below is a listing of links and resources about Gumbo / Flex 4. Going through these will quickly get your up to speed on what is being worked on in Flex 4, and get your ready for playing around with the new builds.

Adobe AIR Error Codes

27 Aug 04:17
If you run into an error with Adobe AIR, and get some cryptic error codes, you can find info on what those error codes mean in the following documents: List of Runtime Errors in the docshttp://livedocs.adobe.com/flex/3/langref/runtimeErrors.html AIR Developer Tool (ADT) Error Codeshttp://kb.adobe.com/selfservice/viewContent.do?
Pages   ← previous   next
14 15 16 17 18