11.26.05

LaTeX in TextMate, part 1

Posted in TextMate, LaTeX at 10:33 pm by Haris

I just took my first steps in Ruby by improving on one of the LaTeX commands in TextMate. It’s the command used for creating environments, or it can also be used for plain commands. The way it works is as follows: Suppose the current word, or selection, is name. Then, upon executing the command (current shortcut is Ctrl-<), depending on what name is the current word or selection will be replaced by:

Read the rest of this entry »

My first plugin!

Posted in html/css, Gregarius at 12:16 am by Haris

I recently started helping out as much as I can with the development of Gregarius, a very neat open source feed aggregator which I use on a daily basis, so I figured I might as well help out with it, and learn some AJAX technology along the way. It is after all where I get all my news from. My first contribution was to put together a piece of code that the other developers had around, whose purpose was to create a button that would hide or show the feeds side bar. I’m happy to say that the plugin is now completed, and you can find it at the plugin repository.

Later