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…

  • Extensible Widgets

    I will keep the content of this post for logging purposes, but all further information and updates will be available on the WordPress plugin page. The version that I offered for the very first beta release is no longer available. If for any reason you still wish to obtain it, please contact me directly with…

  • 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…

  • Collapsible Widgets Plugin

    Want to know how the pretty collapsible effect is done on my sidebar widgets? It’s pretty simple, generic, and entirely jQuery. This is the most simple plugin I have ever written, and it does all that you see in my sidebar with the jQuery library that comes pre-installed with WordPress. It also comes with two…

  • 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…