Notify users when their session expires. Nice.
Wednesday, October 29, 2008
:rails => 'session_lifetime plugin'
Sunday, October 26, 2008
Untitled
When you hit a wrong note it???s the next note that makes it good or bad.
Miles Davis
Saturday, October 25, 2008
Friday, October 24, 2008
Untitled
Poladroid Project - Mac OS X
Make your photos look like old Polaroid photos. I???ve owned a Polaroid, and while nothing rivals digital cameras for their instant gratification satisfaction injection, I still kind of miss the anticipation of the first barely visible image fragments emerging from the white haze of the chemical-infused plastic.
Ah, memories.
Rails 2.2 (RC1) Released
Wow. Rails just keeps adding on the frosting. I can hardly keep up with all of the developments. Awesome.
Rails 2.2 Features
- Connection Pools (Rails 2.2 is thread-safe!)
- Mailer Layouts
- Shallow Routes
- Simpler Conditional Get Support
- Standard Internationalization Framework
- Get Your Metaclass
- Easy Memoization
- Easy Join Table Conditions
- Custom Length Validation Tokenizer
- Collection Partial Variable Naming
Via Ryan’s Scraps
Untitled
The easiest way to build a product that kicks ass is to start with someone else’s great idea, and take stuff away.
Exact-fucking-ly.
Understand Your User
Your user is… you. Really, nothing more to be said.
Via Daring Fireball
Tuesday, October 21, 2008
Rails Rumble 2008 Apps
What can YOU build in 48 hours?
37signals's wysihat
“WysiHat is a WYSIWYG JavaScript framework that provides an extensible foundation to design your own rich text editor. WysiHat stays out of your way and leaves the UI design to you.”
Friday, October 17, 2008
Untitled
Untitled
So, as more people start to read this little tumblog, I’m starting to think that I should actually write something instead of just link/photo/video dumping. Writing, for me, takes focus, time, patience, and practice. Sort of like balancing rocks.
Via Signal vs. Noise
Thursday, October 16, 2008
Wednesday, October 15, 2008
Tuesday, October 14, 2008
Untitled
ILoveSketch is an amazing application. And the video above, particulary 5:00 and beyond is just mind blowing.
TheDailyRefactoring.com
Daily example of Rails code refactoring. Love refactoring. Love the site and its simplicity, both from a content, focus, and design standpoint.
Subscribed.
Monday, October 13, 2008
RubyOSA: Ruby/AppleEvent Bridge
“RubyOSA provides a bridge from Ruby to the Apple Event Manager. It allows Ruby programs to automate Mac OS X applications in the same way as AppleScript.”
Untitled
Sunday, October 12, 2008
Saturday, October 11, 2008
Usernamecheck.com
See if your preferred username is available on a ton of sites.
Friday, October 10, 2008
Wednesday, October 8, 2008
Tuesday, October 7, 2008
Validator S.A.C
Stand-Alone W3C HTML Validator Application for Mac OS X
Monday, October 6, 2008
Saturday, October 4, 2008
Friday, October 3, 2008
Thursday, October 2, 2008
Inside the iPhone SDK
I need to find some time to develop at least ONE iPhone app. Here’s a solid primer. [Via ArsTechnica]
Boxee on AppleTV
I think I’m going to spend some quality time with my AppleTV this weekend, and install Boxee. Thanks for the inspiration @dontstopninja!
[Update] @boxee saw my tweet about them, and hooked me up with an alpha invite. Schweet!
Where to Get a Good Cheesesteak in NYC
I’m drooling. Anyone up for a roadtrip?
Wednesday, October 1, 2008
CIO.com - Building a Better (and Useful) Corporate Intranet Starts With a Wiki
Small bit of self-promotion. I was interviewed by CIO Mag for my work at iCrossing with wikis. Check it out. =)
The Pragmatic Bookshelf - iPhone SDK Development
Wow. Apple lifts the iPhone NDA, and the floodgates open.
Untitled
In your terminal:
Debug Menu:
defaults write com.apple.Safari IncludeInternalDebugMenu 1
Web Inspector:
defaults write com.apple.Safari WebKitDeveloperExtras -bool true
Drosera JS Debugger:
defaults write com.apple.Safari WebKitScriptDebuggerEnabled -bool true
Restart Safari (if it’s open). Explore and enjoy!
[UPDATE] Timothy Hatcher pointed out that you can now simply turn on the tools from Safari’s advanced preferences, and that since Drosera was replaced, the command is moot. Thanks Timothy!