Welcome to the projects section of unFocus.com. Here is some info on the current projects:

  • History Keeper – A deep linking, browser history (back button) enabled javascript and Actionscript 3.0 toolkit.
  • SwfHTML – A javascript based embedding solution for Flash Swf files.
  • Object Patent Magic – A solution for removing IE's "click to activate" requirement for Flash objects (now obsolete since Microsoft patched IE in 2008).
  • Backstage2D – A 2D graphics engine for Flash and AIR in ActionScript 3.0 accelerated by the GPU on Stage3D, with an emphasis on mobile.
  • Scripts n Styles – A WordPress plugin that allows you to add JavaScript and CSS to individual pages or posts.
  • Games – Just some experiments with games programming.
  • Blocks (Tetris Clone) – The first (and currently only) Game code in the Games section of unFocus.com.


Comments

Toby Hinloopen

June 12, 2009 at 01:12 AM

Hi there, i used unFocus.EventManager in my project. It will be an opensource project. Do you mind?


Kevin Newman

June 12, 2009 at 05:04 PM

Hi Toby! I don’t mind at all. I actually have two changes to that class planned (don’t know when I’ll get to them) – one is to change the license from LGPL to MIT or something similar (I haven’t made an announcement about that just yet). I don’t think that’ll affect your usage. The other change is to make the events fire real DOM events, to address Dean Edwards’s findings. Hopefully you will find both of these changes beneficial. 🙂


Pages in this section:

  • Object Patent Magic - Update: Microsoft patched all versions of IE last April (2008), so this is really obsolete at this point. I’m going to ignore click to activate in general for myself. I see no need to concern myself with it any further. I’m also going to take this out of future HistoryKeeper releases. When Microsoft released a …...
  • SwfHTML - SwfHTML is the name of the object included with History Keeper which is used to embed swf files in HTML through JavaScript, but is also the umbrella name for all the swf/flash based tools included with History Keeper. In the packed version (available in release archives, or in the tagged branches in SVN), the most …...
  • Scripts n Styles - Introducing a new WordPress plugin from unFocus Projects: Scripts n Styles! We wrote this plugin because sometimes you just need a small bit of JavaScript or CSS only on one page or post, but it isn’t very convenient to create a whole new template or write a complicated filter in your theme’s function file just …...
  • History Keeper – Deep Linking in Flash & JavaScript - Update: Beta 4 is out. unFocus History Keeper – a JavaScript tool for managing browser history (back button) and deep linking in Flash and Ajax applications, enabling SEO. You can check out an example page in SVN or check out adcSTUDO or Terminal Design’s fonts catalog for a demo. The test page contains a small JavaScript …...
  • Backstage2D - Backstage2D is a 2D graphics engine for Flash and AIR in Actionscript 3.0 accelerated by the GPU on Stage3D, with an emphasis on mobile. I like to think of it as the GPU augmented display list. Fork Backstage2D on GitHub! Features A clean, easy to understand, small API, with as few gotchas as I could …...