Hack Phrase
The Hack Phrase concept was born one evening while a couple dozen of us friends sat around and played the electronic version of Catch Phrase. With the skill sets of those in the group (mechanical engineers, electronics experts, software engineers, etc…), it didn’t take long before we started to contemplate what it would take [...]
I made another update to the FlashTracerX application today.
Changes:
- Bug-fixes
- Added search function (You may need to edit your toolbar for it to show up)
- Better recognition of when to update the window
Screenshot
Download FlashTracerX
If you found this post useful, please consider a small donation.
I finally managed to get around to releasing the source code to the TI8XEmu project. I was hoping to nail down support for the TI-86 before doing so, but I’ve been having some difficulties getting the ROM pages to work on that beast. In the past month or so I was able to fix the ‘ON’ [...]
I wrote a handy-dandy little utility for OS X that lets you see all of your trace() statements in your Flash/Flex apps. It’s similar to the FlashTracer plug-in for Firefox except this one works no matter which browser you use.
Included is a Readme and a sample mm.cfg file. Read them, seriously, because I [...]
I added a few updates to my SuperPanel component:
Better event dispatching
Added an optional sizing constraint ratio called ’sizeRatio’ to ensure that the panel stays at a certain width and height ratio when resizing.
Misc. bug-fixes and refactoring.
SuperPanelDemo
If you found this post useful, please consider a small donation.
I’ve been frustrated lately with the lack of a solid panel component that can be closed, minimized and maximized so I took it upon myself to throw something together.
I tried to keep it as simple and customizable as possible. Each of the close, minimize and maximize buttons can be completely and independently skinned. All other styling for [...]
I finally wrapped up phase 1 of a project that I’ve been playing around with in my spare time.
It’s an emulator for the TI-8X series graphing calculators from Texas Instruments written completely in ActionScript 3. Currently the emulator supports the TI-82, TI-83 and TI-85 with TI-73 and TI-86 coming soon. (TI-89 support is planned, but [...]