Category: Downloads

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

  • Simple Tunnel Screen Sharing (with Automator)

    Simple Tunnel Screen Sharing is an Automator Application Workflow to create and remember SSH tunnel settings and connect via Screen Sharing. This little bit of automation simplifies the task of connecting to VNC servers securely through an SSH Tunnel. It checks to see if there are any remote hosts already known and available, and remembers…

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