cvtypes updated
| tags: programming
I have updated the CVS repository at sourceforge with the updates sent by Viji Periapoilan and Sim Harbert of GaTech. Thanks guys.
| tags: programming
I have updated the CVS repository at sourceforge with the updates sent by Viji Periapoilan and Sim Harbert of GaTech. Thanks guys.
| tags: programming, ubuntu
In both Python and VMware I've noticed that attempts to open a link in the browser failed with a very strange
file:// link
containing double quote characters. A bit of searching revealed this is a problem with the calling syntax from Firefox in System -> Preferences -> Preferred Applications. Changing from "Custom" to "Firefox" so the Command is
firefox %s
fixes things nicely.
| tags: blind, motor impaired, programming, enabling technology
Firefox is the only browser I use, so when things don't work, I get worried. We're looking at Flash as a delivery vehicle for some of our applications for people with disabilities and ran into two potential show stoppers:
I surfed around a bit expecting to find some quick solution and only found despair. It seems that lots of people have encountered these problems in various forms and haven't found a solution.
I've found a very simple approach that works just fine for what we need; perhaps it will help someone else. The high bit is I'm using the Flash ExternalInterface object to allow JavaScript to catch keyboard and mouse events and then tell Flash about them. Flash never gets the focus and doesn't need it.
| tags: programming
I modified my former post Python OpenCV wrapper using ctypes to reflect the new version available on SourceForge. This update includes lots of constants from the .h files (thanks to Russell Warren) and a simple hack to make it work on with the differently named DLLs on Linux. The source is now in CVS at SourceForge .
| tags: programming, enabling technology, links, literacy
Pete sent some interesting links about capabilities of the OLPC. This is going to be a great platform for accessible games and literacy tools.
| tags: programming, links
OSFlash has a collection of open source software and tools using the Flash platform.
| tags: programming, links
Aptana looks great! Nice example of using it with AFLAX .
| tags: programming, links
AFLAX looks interesting. It appears to be possible to use much of Flash from Javascript without even having the Flash IDE.
| tags: programming, enabling technology, links
Pete pointed me to Chickenfoot (what's with these names?). Looks like it has potential for improving the accessibility of pages.
| tags: programming, links
Emanuele Feronato is writing a fine tutorial on making games with Flash . Interesting game ideas and an easy to follow writeup.