GUTTERSHARKThe Actionscript 3 Framework WHAT IS GUTTERSHARK?Guttershark is a "Getting Things Done" framework. It's for developers that need to be productive, and simplify a majority of the Actionscript 3 API so you write less code. Here's a brief list of features:
I've written about three versions of Guttershark and have been maintaining it for three years. It's been through the ringer and it always gets the job done quickly and effectively. There are a ton of examples in the git repository! TECHNOLOGIES
EJECTLETMac OS X Menulet to Eject Volumes WHAT IS EJECTLET?Ejectlet is a replacement for Apple's built in Eject menulet. It was one of the first pieces of Mac software I wrote. It's a menulet that sits in the top right of the menu bar by the clock. It's a simple way to eject volumes. TECHNOLOGIES
MEDIADILLADjango Plugin for Generating Lipsum Like Model Data WHAT IS DILLA?Dilla is an extremely useful Django plugin for generating database model data. It will automagically insert lorum-lipsum data into the database tables of your web application. It'll also generate fake data based on the column type in the database - it can generate URLs, Emails, Phone Numbers, and a lot more. It's a great alternative to using fixtures which requires you to maintain database data, and it's completely customizable. I took over Dilla from the previous developer and added all of the latest and greatest features. TECHNOLOGIES
ELSWAREDeployment Scripting with Python WHAT IS ELSWARE?Elsware is an automated deployment tool with transaction support. It helps you automate things like FTP uploads, SSH access, Apache / Nginx / Lighttpd actions through SSH. All while being able to revert to the last state if an error occurs. TECHNOLOGIES
|
GITYMac OS X Git Client WHAT IS GITY?Gity is a Mac OS X application for working with the distributed version control tool git. Originally a piece of software I sold at macendeavor.com, but I've since decided to open source it and make it available for free. TECHNOLOGIES
MEDIABETTER KEY RATESMac Preference Pane WHAT IS BETTER KEY RATES?Better Key Rates is a Mac OS X System Preference Plugin that lets you set the key-repeat rate and the delay before the keys start repeating. It's an alternative to Apple's default Keyboard preference; their version limits the range of values you can use, which are to slow. MEDIATECHNOLOGIES
BANNER QA TOOLFlash Banner QA Tool |
BREEZEMac OS X Window State Manager WHAT IS BREEZE?Have you ever noticed how the little green button in the top left corner of Mac windows don't ever behave like they should? Breeze was a solution I developed to control the position and size of windows with much finer level control. WHERE IS IT NOW?Breeze is now property of Autumn Apps. I sold it to them in early 2010. TECHNOLOGIES
MEDIARUBYAMFFlash Remoting gateway for Ruby on Rails WHAT IS RUBYAMF?RubyAMF is a Flash Remoting Gateway that runs on Ruby on Rails. I wrote RubyAMF in 2006, and maintained it until August of 2008. Flash Remoting allows Flash applications to send and receive serialized objects in AMF and call remote methods from exposed objects (RPC). RubyAMF exposes those objects in Rails so you can call controller action methods directly from Flash. BOOKSThere are a couple books that mention / have chapters about RubyAMF. I didn't write these books, but the authors that did deserve a ton of credit for busting their butts to write these. Thanks guys! TECHNOLOGIES
EXCELANGFlash Localization Helper Tool WHAT IS EXCELANG?Excelang is a localization helper that allows developers to create Microsoft Excel documents from an xml file; easily editable for someone who can translate English to another language. It also works in the opposite direction. Developers can take the Microsoft Excel documents that contain the same text but in multiple languages and export separate xml files for each language. This tool is really useful for the localization workflow that Guttershark uses. TECHNOLOGIES
|