XGL/Compiz customizations on Ubuntu
So I’ve got XGL/Compiz up and running and, I must say, it is hot. See the full entry for screenshots of what I’ve done so far. That’s the cube as I’m rotating it. That’s a photo of the city of … Continue reading
So I’ve got XGL/Compiz up and running and, I must say, it is hot. See the full entry for screenshots of what I’ve done so far. That’s the cube as I’m rotating it. That’s a photo of the city of … Continue reading
My case came! Freakin’ Newegg got on the ball and sent my replacement case, then Todd got my system put together and I’m installing Ubuntu 6.06 right now. It’s 61% done, and I’m so excited… Eee!
I wanted to do a dark layout that looked all web 2.0-y, so I worked on one this morning and came up with Black and Rosy. The roses started out as a photo of the ones Todd got me for … Continue reading
XGL/Compiz video comparison with OS X Spaces and Vista Aero. Watch those and see which one pwnz which one. I hope getting XGL and Compiz isn’t difficult on my new Ubuntu system.
So you’ve got some Rails application and you need to store information from the users across their interactions with the app. Here’s a simple, straightforward way to do that. In your controller: if params[:option] @option = session[:option] = params[:option] elsif … Continue reading