Category Archives: Software

My wordpress theme

This week I was asked to publish my WordPress theme and now I uploaded it to github. Basically it’s a modified Twenty Ten Theme. You can find it here.

Posted in Development, Software | Leave a comment

Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax…

If you see this error: 1Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types You should update the Adobe Unit Types to a newer version that includes 64bit binaries. The latest version can be found here: http://kb2.adobe.com/cps/516/cpsid_51615.html

Posted in Software | Tagged | Leave a comment

Moving from MacPorts to Homebrew

Using MacPorts? You should really think about moving to Homebrew. Why? Homebrew installs packages into their own isolated prefixes and then symlinked into /usr/local. It uses the libs that are already installed, no need to compile another perl, openssl or … Continue reading

Posted in Software | Tagged | 12 Comments

My favorite Textmate extensions

If you write RubyOnRails code on your mac, you definitely have to use Textmate for it. Yeah, I know. Pay for a simple text editor? Just try the 30 day trial version and you will see it’s worth it. Railscast … Continue reading

Posted in Software | Tagged | Leave a comment

Chrome Passwordmaker

There are three options to create passwords for websites: Use one password for all sites. This is stupid and very dangerous. Don’t do this. Create a password for each site you visit and remember them somehow. There are a lot … Continue reading

Posted in Software | Tagged | 2 Comments

My favorite chrome extensions

At the moment Chrome is the best browser on the market. It uses the fastest rendering engine (Webkit) in combination with a very fast javascript engine. But my most favored feature is not the speed, it’s the extension system. Here … Continue reading

Posted in Software | Tagged | Leave a comment