links for 2008-03-19

Evil Twin Plugin — err.the_blog
Great way to extend your plugins, preserve the original code, and keep the extensions maintainable
(tags: rails ruby web hacks plugin)

links for 2008-03-17

Workplace Experiments - (37signals)
Almost as great as Best Buy’s work-whenever-and-wherever approach
(tags: business productivity culture management work)

Facebook development: choosing FBML or iframe as your application type

After lots of deliberation on the subject of which application type to use - FBML or iframe - we settled on a kludgey iframe/FBML hybrid, which basically means selecting ‘FBML’ as the app type and then making use of the <fb:iframe/> tag. This was in large part due to the fact that iframe didn’t [...]