Tag: download
-
TextMate Dreamweaver Theme 2.0
A while back I posted a TextMate theme. Since then TextMate has undergone many updates, along with Mac OS. By the feedback on the last post I found that something has been going wrong with the required HTML bundle that I packaged with the theme. I tested, and fixed some regex matching in the bundle…
-
TextMate Dreamweaver Theme
Being a Macintosh user, I am also long time Dreamweaver user. Though I have now discovered TextMate, and have been using it for mostly Actionscript development. More recently with an upgrade to Abobe CS4, Dreamweaver has become much more feature rich, and unstable. The local to remote functionality is slower than ever, FTP is extremely…
-
KeyboardControl AS3 Class
Keyboard events are finicky, and AS3 is no exception. They work like regular keyboard strokes anywhere else on your system. Press a key once, and it fires once, but keep it held down and after a short delay it fires repeatedly at a system defined interval. This is how keyboard events should work for text…
-
Revised Phlickr getToken Script
Recently have been trying out the API available at http://www.flickr.com/services/api. To do this, I have been searching and testing all the available Flickr API wrappers available out there in AS3 and PHP. The AS3 version is well documented and works as well as an API in flash can. What I needed was a good PHP…