Excellent (searchable) multi-api website

Posted by Curt Hibbs Thu, 25 May 2006 23:35:00 GMT

I only discovered this site a couple hours ago, but it has already become my favorite api reference site:

http://www.gotapi.com

It uses api reference material gathered dynamically from authoritative sources, and it includes api documentation for Ruby, Rails, HTML, CSS, JavaScript, DOM, and much more…

Highly recommended!

no comments

Damn cool: Rails app running on JVM

Posted by Curt Hibbs Sat, 13 May 2006 17:06:00 GMT

Wow! I thought I wouldn’t see this for another year. The JRuby guys got the cookbook Rails app running on JRuby (it uses an Active Record to JDBC adapter). Read all about it here.

Good work guys!

2 comments

Firebug Rocks!

Posted by Curt Hibbs Sat, 13 May 2006 10:20:00 GMT

If you’re doing Ajax and any kind of JavaScript work and you don’t know about the Firebug extension for Firefox, then you are in for a real treat.

For me, Firebug is already an essential tool, but it just got better!

no comments

Wish list of Rails applications

Posted by Curt Hibbs Sat, 13 May 2006 09:15:00 GMT

There are a few items on my wish list for Rails aplications. The two top ones are a meetup.com replacement, and something similar to the Python based Trac.

Meetup.com Replacement

I’ll admit that the meetup.com item is a vendetta of sorts (that’s probably too strong). Meetup.com provides a really nice service. It was meetup.com’s low barrier to entry that enticed me to get off my butt and start the St. Louis Ruby Users Group (only days after I told someone that I didn’t have the time to start a users group).

The problem I have with meetup.com is I feel that they screwed over their users. Initially, the service was free. This, and the fact that their service was nicely implemented caused an explosion of signups. Once they had suckered in a lot of users groups they started charging $19/month.

I have no problem with them charging for their service, but $19/month was way too high. I don’t have access to their records but I’ll bet there was a mass exodus, and there would have been even more if there had been a decent alternative. I felt that at $3 to $5 a month, they could easily corner the market and discourage competitors. But at $19 I expected to see some competition real-soon-now.

That never materialized, but I think meetup.com has now lowered the price to $9/month. Its too late for me, though—they’ve already left a sour taste in my mouth.

I still think a meetup.com replacement would make a great Rails project. Someone needs to step up and just do it!

Rails Equivalent of Trac

Trac is a really nice project management system. It combines all the needed pieces (wiki, issue tracking, releasing planning, subversion source control, etc.) into one nice, attractive package.

This also would make a great Rails project, although I’ll admit there are fewer compelling reasons for this one since Trac is open source.

But it would be nice to have one in Rails because Rails developers would be more likely to to customize it when needed and develop and contribute extensions. There are so many Rails developers that I could see a strong ecosystem developing around this project (much like what has happened with Typo).

It wouldn’t need to be developed from scratch either since many of the needed pieces are already available as Rails apps:

  • Wiki: The recently announce RuseWiki looks really promising. It was designed from the ground up with antispam capabilities in mind. Plus it uses UseMod wiki syntax, which is nice and simple.
  • Blog: Typo of course!
  • Subversion Browser: This had been a missing piece, but just today I discovered bsSvnBrowser.

There’s a great opportunity here for someone!

7 comments

DDJ: "Rails may [be a] historic tipping point" !

Posted by Curt Hibbs Sat, 06 May 2006 00:59:00 GMT

This is a real teaser…

Andy Hunt reports that Dr. Dobb’s Journal has a cover story about Ruby on Rails in the June 2006 issue in which they say:

DDJ will be tracking Rails closely in the coming months because it may represent a historic tipping point in development environments.

Cool… I want to read more! But the link just takes me to the page for the Pragmatic Bookshelf’s Rails book.

I figure that’s a simple error, so I Google for the DDJ site, go directly there and look for the article. Nope, not there! Actually, there’s no mention of the June 2006 articles, only articles for May 2006.

Looks like Andy got to see some advance copy, and the rest of us are just going to have to wait!

Arrrrg…

UPDATE: Its out now… you can read it here.

no comments

Stunning images of the Earth

Posted by Curt Hibbs Fri, 05 May 2006 16:19:00 GMT

I’ve always loved atronomical photography. If you feel the same way, then here are some new, must see images of the earth.

This spectacular “blue marble” image is the most detailed true-color image of the entire Earth to date. Using a collection of satellite-based observations, scientists and visualizers stitched together months of observations of the land surface, oceans, sea ice, and clouds into a seamless, true-color mosaic of every square kilometer (.386 square mile) of our planet. These images are freely available to educators, scientists, museums, and the public. This record includes preview images and links to full resolution versions up to 21,600 pixels across.

via reddit

2 comments