Let’s learn Ruby in our spare time for no cost at all. Join me for my journey.
As many of you, I have been hearing a lot about Ruby and how great it is. I have also been hearing a lot about Ruby on Rails and how it speeds up development. I have been very curious, […]
Archives for August 2006
For those of you who are moving from mysql, postgres, and other databases to Oracle and get frustrated when you find out there is no auto_increment data type, don’t fret. It isn’t as easy and straightforward, but it is still possible. You can just google your way to find simple code to do […]
I installed WordpressMU and was trying to customize the parent site, and I wanted to add additional functionality to the user sites. I was struggling my way through the code a bit and through the forums trying to find some help, but I wasn’t having much luck. Then I found the site http://wpmudev.org and found […]
After applying some upgrades to my linux server, subversion stopped working. The repositories were no longer valid. I read through my long list of errors and researched them out over the web and found out that the upgrades had converted my Berkeley DB install from 4.2 to 4.3. Then I researched it out a bit […]