March 2006 Archives

Deploying Ruby on Rails

| No Comments | No TrackBacks
Here is another "article":link about deploying rails apps. This time it uses apache and fastCGI. [link]http://bobcares.com/article38.html

Why Fedora Ships Mono

| No Comments | No TrackBacks

For everyone that wondered why fedora used mono in fedora core 5. They have released a statement about why.

Rails 1.1: The Forgotten Features

| No Comments | No TrackBacks

Here are a few of the smaller changes that made it into Rail 1.1. They maybe small but the look very useful.

Using Top More Efficiently

| No Comments | No TrackBacks
Here is a good "article":http://www.linuxforums.org/misc/using_top_more_efficiently.html how to use top better.

Rails 1.1 is Out

| No Comments | No TrackBacks

I just checked my mail and Rails 1.1 is out. Read DHH's post for more info.

A new rails based web forum

| No Comments | No TrackBacks

A few minutes ago I stumbled across the Rails Recipes forum. Then I saw a link to it's code called opinion. Here is a overview from its trac.

Opinion is a Ruby on Rails based Forum system that tries to approximate a "blog <-> comment" system rather than imitating busy and noisy traditional forum solutions that already exist.

VMware in FC5

| No Comments | No TrackBacks

To get VMware running:

  1. Install the linux vmware rpm
  2. Download http://ftp.cvut.cz/vmware/vmware-any-any-update98.tar.gz
  3. Untar it and cd into the created directory
  4. Execurte: './runme.pl' as root

This information was found here.

Just a quick tutorial to get your typo blog running.

Vision

| No Comments | No TrackBacks
Vision? What do you know about my vision? My vision would turn your world upside down, tear asunder your illusions, and send the sanctuary of your own ignorance crashing down around you. Now ask yourself. Are you really ready to see that vision? -- Huey, The Boondocks

Rails 1.1: Release Candidate 1 available

| No Comments | No TrackBacks

Start testing...

Here is a list of changes from 1.0

DUG Day Two

| No Comments | No TrackBacks

Sorry to disappoint, but today was worthless. The talks just weren't worth reporting on. But I did see some of the city today. Washington is a lot bigger than I thought it was. I didn't see very much of it but I did see the Washington Monument, the WWII Monument, the Lincoln Memorial, the Korean War Memorial, and the Air "and" Space Museum.

Pictures

DUG Day One

| No Comments | No TrackBacks

I started the day with Timecruiser Corporate Presentation -- Portals for mortals. This was a decent talk given by the two Daves. One Dave was a peon the other was a vice president. This was the first time I looked at CampusCruiser. It seamed to be pretty customizable in the design/css sense, not the programmable sense. There were two things that I thought were interesting.

  1. They support single sign on with moodle (an open source learning management system).
  2. They are building their own course management system into CampusCruiser.

And to honest I thought there CMS was much better that blackboard.

Next was HiJax Your UniData Data to the web. I don't remember their names but they called themselves code monkeys. Basicly, the presented a way of pulling data out of unidata using tomcat/.jsp as middle ware providing XML to the calling program. They showed us an example of one of there web sites and seems to work well and preformance was good too. The best part was they gave us some of there source code. I'll have to see if I can talk Raymond into letting be try it.

Then there was Upgrading to Web 2.0. This was the best talk I attended today. His talk was very well formatted and structured. The other talks were mostly run by people that you could tell were a little uncomfortable talking in front of people. The best quote from him was "I don't buy the false religion of PHP". He showed us some of his ajax based web apps that pulled data out of unidata. One site made use of an applying student's preferred address and made a Frapper type map of there locations. He did other things with directory and a google suggest like interface. I plan to go to his next talk tomorrow.

Then I went to Cascading Style Sheets for WebAdvisor 3.0. The whole time I'm thinking I've been here before. It really wasn't that informative. Most of the information you can find by looking in .css files.

Web Single Sign On (beta) with Version 3's Simple Sign-On. This talked wasn't what I expected. I didn't get much out of it.

DUG Day Zero

| No Comments | No TrackBacks

This was my first real day at the conference. The first thing I noticed was the people treated each class as one of two types.

  1. Run by datatel
  2. Not run by datatel

During the question sections people would just lay into them. Seemly trying to make the datatel people cry.

The first class I went was R18 New Release System. The guys talk went well, only a few problems with his presentation. But he was from datatel so during the question, off came his head. The most memorable event was one woman that didn't understand the purpose of the code revision version and the fact that you can back changes out once you had applied an update. I thought for a second she was going to rush the stage.

Then I went to the R18 Migration class. This one wasn't run by datatel so the crowd was much more pleasant. Questions we asked but no blood was letted.

After lunch was the Running Colleague on Linux class. The class was good. The guys talking ware really honest about their problems. Plus they gave us little penguins. Another cool thing was that they wrote there own web student information app. I look much better than web advisor and had much more functionality.

Next was the Intergrating Web Services with WebAdvisor and Novell Products. I know what you're thinking. I went because I wanted to see how they the got the data out of Datatel and Novell. Their solution won't working for us because they have oracle as a backend database and can query it directly.

The last talk was Troubleshooting WebAdvisor 3.0. This was also a datatel talk so I expected the worst, but it wasn't as bad as I thought it was going to be. I guess people were tired and wanted to leave so they didn't bother these guys so much. There talk was good but a little boring and there attempts to make little jokes didn't work. But I will download the powerpoint for future reference.

Over all an interesting first day. People really have some issues with datatel but at the end of the day they are still datatel clients(and may God have mercy on their souls).

Washington D.C. - DUG Day Negative One

| No Comments | No TrackBacks
Well, its day -1 for me, I just got here but DUG stuff is going on. I got registered and I'm ready for tomorrow. Well I have a headache so that all for today. Tune in tomorrow...

Subversion Primer for Rails projects

| No Comments | No TrackBacks
Here is an "article":http://blog.teksol.info/articles/2006/03/09/subversion-primer-for-rails-projects on how to use subversion with rails.

lighttpd 1.4.8 and multiple rails-apps

| No Comments | No TrackBacks
From the blog post: lighttpd 1.4.8 was just released and next to a pile of bugfixes we added a new option to fastcgi.server to allow a simple setup of "multiple rails apps":http://blog.lighttpd.net/articles/2005/11/23/lighttpd-1-4-8-and-multiple-rails-apps in one virtual host.

Transformation

| No Comments | No TrackBacks

Steve Yegge at O'Reilly Ruby has a blog post called Transormation. This is an article about refactoring and it a good read.

Rake

| No Comments | No TrackBacks

Rake, if you couldn't tell by the name, is Ruby mAKE . You can make tasks and set dependencies all in ruby. Here is an example:

Rakefile:

task :hello do
print "Hello, "
end

task :world => [:hello] do
puts "World!!"
end

Then from the command line:

rake world

and you get:

(in /Users/robert/ruby)
Hello, World!!

As you see by running the world task it runs its dependency before hand. Rake also does file time dependency. So if you build a task that needs files to be built it checks the file stamp and determines if any thing has changed and the files need to be rebuilt just like make and unlike ant.

Anyway, here are the official docs for rake. And here is the API.

why_ the lucky stiff

| No Comments | No TrackBacks

Just in case you've not heard of him. Why_ is a very active member of the ruby community. He has written many modules. For example:
* YAML
* Camping
* Markaby

He also has two ruby tutorials.
* why's (poignant) guide to Ruby
* Try Ruby

He has many web sites, but the one I use the most is RedHanded.

why_ is a lunatic that you have to keep your eye on.

Here is an article about using lighttpd with rails on FC4. So if you've been curious about lighttpd here's your chance to try it out.

The Future of Web Apps

| No Comments | No TrackBacks

Guess there was a conference called "The Future of Web Apps". I never heard of it before today. The cool thing is they have the audio from the talks on their site.

I found a bug!!!

| No Comments | No TrackBacks
I found a bug in the way iscript treats a copied work flow item...

Day four

| No Comments | No TrackBacks
Well, it the last day. I hasn't been to bad. At least for me. Wes got sick. OK... forget all that. They gave up GOOD STUFF!!! I got a game boy advance and a game and Wes got a IPod radio thing. All I know is that my game boy says that this was the best training ever!!!

An 'Ah-Ha' moment

| No Comments | No TrackBacks
I think that the imagenow db objects turn all databases into an object databases instead of relational. Its finally making more sense (sorta'). At least now I know why it seemed familiar.

Linux bashing at imagenow

| No Comments | No TrackBacks
Right now the instructor and the one of the students, who is also works for imagenow, are talking trash about linux. I guess there is always a snake in the garden. They talk like mysql is the only opensource database. I think this is where mysql popularity does OSS a disservice in bussiness. Looking at the lack of features and general imaturity of it's view, trigger, and PL just make all OSS seem not usable for enterprise uses. I'm not saying the mysql is bad, I just wish more people knew about postgresql and firebird.

Day three..

| No Comments | No TrackBacks
Its day three, and I'm bored. We have barly written any code. I hope today we get more in-depth. Also so of the language constucts the choose for there database library is strange. For example:

About this Archive

This page is an archive of entries from March 2006 listed from newest to oldest.

February 2006 is the previous archive.

April 2006 is the next archive.

Find recent content on the main index or look in the archives to find all content.