Archives for Programming

Sun Java 1.5 & Compiz / XGL

Seems there’s an assumption in Sun Java 1.5 about window managers which causes it to bug out with Compiz & Xgl. A temporary workaround is: export AWT_TOOLKIT=MToolkit or grab Compiz CVS and apply the following patches: — dix/window.c 2006/05/29 18:12:27 1.1 +++ dix/window.c 2006/05/29 18:15:15 @ -1265,8 +1265,12 @ result = EventSelectForWindow(pWin, client, (Mask )*pVlist); [...]

Google Code – Summer of Code / Ruby

Google Code – Summer of Code – Organization Information Google has approved 10 ruby projects for the Summer of Code frenzy, and a few of them are looking quite interesting. The one I’m most interested in is > Code Completion with Type Inference for Ruby Development Tools project by Jason Morrison, mentored by Christopher Williams [...]

RJS Templates and ClockingIT

I’m getting more and more into Ruby on Rails’ RJS Templates, and I’m really enjoying it so far. It’s so easy to make sweeping changes to the page after an ajax call, all genereated from Ruby code. This functionality allowed me to update the completion percent and time estimates on all affected TaskLists when you [...]

Popup Calendars

I managed to get Dynarch‘s Javascript Calendar integrated whenever you can enter a date/time in ClockingIT. Looks pretty sweet, and works like a charm — although entering a time might be a bit too clickety. We’ll see how it all works out after it’s been used for a while. At least it looks way better [...]

More Drag and Drop goodies

I’ve finally gotten around to implementing Drag and Drop of a filtered task view in ClockingIT. It took a bit longer than anticipated due to my Ruby newbieness, but I did manage to get it sorted in the end. While I was at it, I ajaxified edit Task / Tasklist, and fixed the popup menu [...]

Red Hat: Java Linux license does not go far enough

Red Hat: Java Linux license does not go far enough | The Register > Sun Microsystems’ new GNU/Linux-friendly Java license does not go far enough for Red Hat. It says Sun should have open-sourced Java instead. > Brian Stevens, Red Hat CTO, told The Register Sun should open-source its Java Virtual Machine (JVM) (which is [...]

Dr. Dobb’s | Ruby On Rails

Dr. Dobb’s | Ruby On Rails | May 16, 2006 > It catches your attention when a respected member of the Java development community says Ruby On Rails may be a successor to Java. You’ve heard of Rails, of course. It’s that hot Ruby-based MVC-patterned full-stack framework for developing web applications that babysit databases. Dr. [...]

Sun Recasts Java Licensing for GNU/Linux and OpenSolaris Communities

Sun Recasts Java Licensing for GNU/Linux and OpenSolaris Communities > SAN FRANCISCO, JAVAONE CONFERENCE, May 16 /PRNewswire-FirstCall/ — Sun Microsystems, Inc. (Nasdaq: SUNW), the creator and leading advocate of Java™ technology, today announced that Java Platform, Standard Edition (Java SE) 5 is now available for redistribution by GNU/Linux and OpenSolaris(SM) operating system distributors under the [...]

Undo Software announces UndoDB

Undo Software announces UndoDB > Undo Software today unveiled UndoDB — the first bidirectional debugger for compiled programs. > A bidirectional debugger allows programmers to run a program backwards in time as well as forwards. The program can be stepped back line-by-line, or rewound to any point in its history. Furthermore, programmers can play the [...]

TT => ClockingIT

My wife came up with a new name last week, and now we have the new domain and a new portal in place. Have a looksee at it here. Feel free to try it out as well, it’s free to use and there are no strings attached. Over the weekend, I implemented commenting on tasks [...]