Sunday, August 31, 2008

Untitled

Upcoming Facebook for iPhone interface. Touchscreens FTW!

Saturday, August 30, 2008

Googtaculous

http://github.com/matthuhiggins/googtaculous/tree/master

Rewrite javascript_include_tag to use google’s host versions of prototype and scriptaculous

Thursday, August 28, 2008

Sanitize your users' HTML input

http://blog.caboo.se/articles/2008/8/25/sanitize-your-users-html-input

Localizing Rails - Demo Application

http://i18n-demo.phusion.nl/

Mysqlplus: A new thread aware MySQL driver

http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/0ba79d69...

Best Practices for Speeding Up Your Web Site

http://developer.yahoo.com/performance/rules.html

Worth a re-post

Serving static files with Django and AWS

http://eventseer.net/p/thomas_brox_roest/whiteboardentry/13/

Yes, I’m a Rails guy, but I love anything that make me smarter about site architecture. This blog post certainly qualifies.

Cloudbursting - Hybrid Application Hosting

http://aws.typepad.com/aws/2008/08/cloudbursting-.html

Protecting Your Cookies: HttpOnly

http://www.codinghorror.com/blog/archives/001167.html

via Coding Horror

QuarkBase : Everything about a Website

http://www.quarkbase.com/

Zeep Mobile - A Free SMS API

http://zeepmobile.com/

…free, but ad-supported

Tuesday, August 26, 2008

Zero to Production in 15 Minutes with JRuby

http://blog.headius.com/2008/08/zero-to-production-in-15-minutes.html

Ruby Hoedown 2008

http://www.rubyhoedown.com/index.html#talks

god

http://god.rubyforge.org/

Process and task monitoring done right

daemon_controller

http://blog.phusion.nl/2008/08/25/daemon_controller-a-library-for-robust-daem...

A library for robust daemon management

The awesomest filter and sort ever

http://blog.caboo.se/articles/2008/8/26/the-awesomest-filter-and-sort-ever

Untitled

Pzkgedechd4tw7abzffg61p0_500

Mattel LED Football

I had versions 1 & 2. Actually, I still have a working version of 2, but one LED is burnt out.

Edge Rails: Simpler Conditional Get Support (ETags)

http://ryandaigle.com/articles/2008/8/14/what-s-new-in-edge-rails-simpler-con...

I might’ve posted this before, but it’s worth re-posting.

Rails 2.2 Will Be Threadsafe

http://blog.headius.com/2008/08/qa-what-thread-safe-rails-means.html

Finally, though Ruby continues to be a stumbling block. Ha!

Friday, August 15, 2008

Note to self: Reveal Password Fields (Firefox)

Copy and paste in address bar of page:

javascript:var els = document.getElementsByTagName(‘input’); for(var x=0; x<els.length; x++){ if(els[x].type.toLowerCase() == ‘password’ ){ var test = els[x].type = ‘text’;}}

Saturday, August 2, 2008

Untitled

Pzkgedechc770adcj7oy5eb0_400

StickDuino

Mechanize

http://mechanize.rubyforge.org/mechanize/

From the site: “The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.”

Resourceful

http://resourceful.rubyforge.org/

Resourceful provides a convenient Ruby API for making HTTP requests

HTTParty

http://railstips.org/2008/7/29/it-s-an-httparty-and-everyone-is-invited

Consume APIs in Ruby like it’s a party! Via Ruby Inside.

deprec

http://deprec.org/

From the site: “Deprec is a collection of automated recipes, written in Ruby, for installing, configuring and controlling services on remote servers.”

Ruby on Rails I18n

http://www.artweb-design.de/2008/7/18/the-ruby-on-rails-i18n-core-api

Fail Fast (PDF)

http://martinfowler.com/ieeeSoftware/failFast.pdf

via Ryan Bates of Railscasts.com, as a comment on this article.

Friday, August 1, 2008

Untitled

Pzkgedechc5ta33jh5v0le6n_500

Color Jack

Untitled

Hard drive clock. Want one!

Why Twitter Still Wins

http://www.chrisbrogan.com/why-twitter-still-wins/

During a discussion with a CEO at a former employer, I began to explain why APIs were important, and pointed to Twitter as an example of how an API can mean the difference between leading and following. He told me that, other than developers, no one cares about or understands APIs, and therefore they weren’t important. He wasn’t able to see past the tactical implementation, understand the basic concept, and extrapolate out a few steps.

I left that company.

Free PDF: Adobe AIR for JavaScript Developers

http://onair.adobe.com/files/AIRforJSDevPocketGuide.pdf