TextMate: Tabbing through functions with macros

One of the features that I would like to have as a default for TextMate is the ability to navigate through functions with the keyboard rather than having move back and forth between the keyboard and mouse or scroll line by line with the down/up keys. Since the feature is not available (or at least […]

TextMate current block folding

Having the ability to fold blocks of code in TextMate can be a great time saver. Specially if you are working on a rather large file and you are trying to concentrate only in one area of your code. You can activate block folding by pressing F1 and this is how the content is going […]

Flash Player 9 Debugger “solution to random crashing”

My main Flash Player for testing content online is always the latest debugger version (in this case the current player is flash 9). For some odd reason it always crashes on random sites on PPC but Intel it works flawlessly. After many installing, uninstalling, reinstalling, installing again.. I figured I would give a try to […]

Papervision AS2 reflected bitmap

I have been working on a paper vision in AS2, as you know the AS2 version was dropped as soon as AS3 was out so many of the PPV2 features were never applied to the first version. Anyways, if you ever wanted to portrait a bitmap on one side reflected directly from the library, this […]