Category Archives: Sonstiges

Writing a jQuery plugin with coffeescript

Coffescript saves my day, as I don’t like javascript and the coffeescript syntax is more python/ruby based. Coffeescript itself compiles to javascript. It is very easy to learn, nevertheless it was not easy to create the basic code to register … Continue reading

Posted in Ruby, Sonstiges | Leave a comment

Installing GIT on Mac with Macports

This small guide will help to install GIT on Mac using Macports. Environment: Mac Os X – Leopard 10.6.6 MacPorts 1.9.2 Start of the installation $ sudo port selfupdate $ sudo port install git-core

Posted in Sonstiges | Tagged , , , , | Leave a comment