31 Mar 2009 Preconditions, postconditions checks
How many times you found yourself writing preconditions before executing some code (like argument validation) and post-conditions (validating some result before returning the value/using on another function)? So, for example: if (arg == null) throw new ArgumentError("arg can not be null");if (!(ar... [More]

Categories: Flash

27 Mar 2009 Method overloading in flash
As you may already know, it is not possible to have the same method with different signatures in flash (also known as method overloading). For example, on c# you may have the same function that does different things depending on the argument count / arguments types. The only limitation is that you ... [More]

Categories: Flash

21 Apr 2008 Flash internationalization library
This library will help you to internationalize your flash application. It supports localization of numbers, date/time, percentages and strings. It can also parse back numbers and date/time formats on a specific locale into flash internal formats. Details Most of the code is well documented. I choo... [More]

Categories: Flash

10 Sep 2007 Flashxed
How to play: Flashxed is a puzzle game in which your goal is to move similar blocks together, which causes them to disappear. Once all the blocks are gone, you’ve solved the level and you’re presented with a new level to solve. You move blocks by pressing the mouse on them and dragging ... [More]

Categories: Flash | Games

02 Jul 2007 Blocks
How to play: Clear the screen by clicking two or more adjacent blocks of the same color. SORRY. I HAD TO REMOVE THE GAME BECAUSE I HAVE A LIMITED BANDWIDTH, AND I CAN\'T AFFORD 1.5Gb OF BANDWIDTH PER MONTH!!! The game will be uploaded to some game-related website that usually makes money with tha... [More]

Categories: Flash | Games

02 Jul 2007 Pazzo Francesco
How to play: You have to exit from every room by hidding all the platforms. Only when you have hidden all the platforms you can advance to the next level. Pazzo can jump in eight directions (up, down, left, right and up-left, up-right, down-left & down-right) and his jump can be short or long.... [More]

Categories: Flash | Games

22 Feb 2007 Flash Text Area - Update3
WARNING This version should be considered BETA. It is stable enough for me, but it will surely break existing applications that depends on it. Don´t install this version on a production server and read the documentation!. I warned you… Changes: Completely rewritten the javascript ... [More]

Categories: Flash | Javascript

22 Feb 2007 Flash TextArea
FlashTA is a WYSIWYG replacement text area for html forms. While there are various implementations done in javascript, most of them don´t work in this/that browser/os combo, and every time a browser vendor makes a change, they need to update the editor so it doesn´t break on every possible combination of browsers. [More]

Categories: Flash | Javascript

22 Feb 2007 Fixing Flash External Interface inside Form on Internet Explorer
Tried to use External Interface on a flash object inside an HTML form in Internet Explorer without any luck?. You know you actually can... right? No?. Follow this steps to fix that nasty EI under IE :) [More]

Categories: Flash | Javascript

27 Nov 2006 FlashTA - Updated2
I updated FlashTA, fixing some nasty bugs regarding image duplication (note to Adobe: please, please FIX the flash html area once and for all!). Also, i added the ability to delete a file. To delete a file, you must first select it, and then click on the “delete” icon at the left. A con... [More]

Categories: Flash | Javascript

About the author

I'm a User Experience Specialist, working on Information Architecture, Interaction Design, Usability Engineering, Visual Design and Prototype Engineering

RecentComments

None

Sign in