SvnXact Preview 2…
Feb 20th
BinaryTicketing…
Feb 17th
As a teaser I figured I’d go ahead and post a screenshot of one of my other projects, BinaryTicketing. It was inspired by Anthill, I started a Ruby on Rails semi-port because I was unable to get Anthill functioning on HostMonster. I was able to get it working on my own LAMP install, but by the time I tried that I was pretty far into BinaryTicketing. Keep in mind that I only work on this side project when I’m looking for a respite from SvnXact, BGHUDAppKit or my current recreational game of choice. Ruby on Rails is actually quite fun to play with. Enjoy the teaser!
SvnXact Interface upgrade…
Feb 14th
What I’m up too lately…
Feb 5th
A quick update for anyone that may be interested, SvnXact is coming along nicely. I have removed the crippled code and have been spending all this time rewiring the interface and logic. It is progressing nicely and the code is running alot faster with the new loading logic. I have one more quirk to figure out and then the rest of my time will just be buttoning up.
SvnXact solution…
Jan 25th
I finally figured out the best way to do repository selection. The whole issue I was having was finding an efficient way of selecting a repository which lies underneath a served directory. A user may have multiple directories that can contain many repositories. My first attempt was a NSTreeView, it failed miserably because of the sheer number of items being displayed. My second attempt was a series of NSTableViews that would slide in or out of view based on selection, the tables would revert to the previous selection when you unselected an item. It was a nice looking effect but when Snow Leopard came out empty NSTableView selections no longer triggered an event even with allowEmptySelection: enabled. So my third and final attempt is a singular menu, as seen in many apps that deal with projects. The menu shows the served directories and the repositories they contain in a drop down. This allows easy selection and simplifies the internals of SvnXact so that I only deal with one project at a time, should also reduce memory usage
SvnXact…
Jan 24th
So I received an email from a net friend of mine inquiring about the status of SvnXact. I realized that in the server move I backed-up everything relating to BGHUDAppKit, and lost everything related to SvnXact. (Just the web stuff). The project is still active, I gave up on circumventing the TableView bug so I have rewritten the interface (yet again). You will NOT stop me again Apple!!! lol. The new interface removed the need for a lot of my code so I’ve been slimming it quite a bit.
Stay tuned!
Create your own Web-server (Part 1)
Jan 16th
I have recently switched to hosting my own web-server instead of paying a monthly hosting fee. There where some things, such as Subversion, that I had really wanted to run on my hosted account that weren’t supported. So the next logical step is to kick out the middle man and do it yourself.
When I initially did my FAMP install (FreeBSD, Apache, MySQL, PHP) I used this tutorial by Dave Tuffs over at iMarc. My tutorials will be based off of the one I used with some minor changes and hopefully a little more material that I had to figure out for myself (Due to my install needs not a fault of Dave Tuffs).
The aim of this tutorial and those to come is to install:
- FreeBSD
- Apache
- MySQL
- PHP
- other useful *nix tools/utilities
Updating existing PHP install to include zlib
Jan 14th
So I came across an interesting problem that was so simple it eluded me for quite some time. My WordPress install needed access to zlib so that I could download updates/themes/plugins directly from within the Dashboard. I obviously already have php installed on my web server (Helios, which is running FreeBSD and PHP 5). After doing some research I discovered that the only way to add zlib is to completely recompile PHP. More >
New Website
Jan 13th
Ok so once again I have redone my site. I moved from a hoster to hosting my own server. Helios is now up and serving pages like a champ. I also switched to Wordpress so maybe I would be more inclined to post stuff (since it’s easier).



