Posted
October 27th, 2006
in
Programming
/
Tags: Editor, IDE, Programming, Ruby on Rails
I currently develop on a Windows machine. (You can cut the snickering.) Therefore, I don’t have the pleasure of using TextMate. I’m also avoiding IDEs as a matter of course when an editor and CLI often avoids the bloat and subsequently works faster. I first used Scite which shipped with InstantRails. I quickly moved over to jEdit when I switched to Rails on Cygwin. With the right set of plugins you can quickly and easily get a TextMate-like editor. I decided to give Vim/GVim a try when I saw it in action. As much as I liked the raw power, things just didn’t make sense to me. When you learn to use editors a certain way, it’s hard to break old habits. Enter Cream.
Read the rest of this entry »
Posted
October 23rd, 2006
in
Politics
/
Tags: IRV, Politics
November is rolling around once again for midterm elections. 6 years of Republican “leadership” has really grated on my nerves. Is it too early to say, “I told you so?”
If there’s anything the last two presidential elections have shown me, is that there’s a need for election reform because the current system does not result in a government representative of the voting public. Critics of alternative electoral systems have stated that they’re too complicated to understand. They must really think people are stupid. Granted that may well be but not so much that they can’t understand other electoral systems. So let me shed a little light.
Read the rest of this entry »
The UI on a project of mine had to be resizable. The UI included a script.aculo.us slider which unfortunately did not have a resize method nor was it smart enough to update itself should the underlying element be resized. So I created the following extension:
Read the rest of this entry »
I’ve submitted a patch to the Rails developers that adds a Touchpad control to script.aculo.us. It is a 2D control based heavily off of Slider and so shares some of the same options and behavior. The Touchpad callbacks output an array [x, y] rather than a single value v which is what Slider does. Touchpad also has no handles so the last value is not preserved.
Read the rest of this entry »