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