SDL Game Tutorials
The aim of these tutorials is to show budding programmers how they can turn their creative desires into fully fledged games. The tutorials found here will cover a variety of topics and run through basics, intermediate, advanced, and theory based topics.
MailStyle: A HTML Email Plugin for Ruby on Rails | Purify Blog
MailStyle allows you to write the css for your html emails as you normally would, then writes the styles inline when you send your emails. It also makes sure that your image paths are absolute rather than relative.
jimweirich's re at master - GitHub
Using the Re library, that regular expression can be built incrementaly from smaller, easier to understand expressions.
acunote's template_inliner at master - GitHub
Template inliner avoids the problem when to render a large list of objects,
Play framework ★ Home
Finally a Java framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on developer productivity and targets RESTful architectures.
Musings on Paginating Chronological Content | CSS-Tricks
We say “back in time”, and “back” feel like “left” to me, not right. So let’s break that standard.
sinsiliux's Blueprints at master - GitHub
Another replacement for factories and fixtures that focuses on being DRY and making developers type as little as possible.
wkrte - Project Hosting on Google Code
WKRTE is a jQuery rich text editor based on lwrte by plandem.
How FriendFeed uses MySQL to store schema-less data - Bret Taylor's blog
After some deliberation, we decided to implement a "schema-less" storage system on top of MySQL rather than use a completely new storage system. This post attempts to describe the high-level details of the system.
Twitter / Jeffrey Zeldman: Content precedes design. D ...
Content precedes design. Design in the absence of content is not design, it's decoration.
24 ways: Designing For The Switch
For a long time on the web, we’ve been typographically spoilt. Yes, you heard me correctly. Think about it: our computers come with web fonts already installed; fonts that have been designed specifically to work well online and at small size; and fonts that we can be sure other people have too.
eigenclass - Inspecting a live Ruby process, easier if you cheat.
Are you still adding printf/puts calls and restarting your app to figure what went wrong
24 ways: Spruce It Up
The landscape of web typography is changing quickly these days. We’ve gone from the wild west days of sIFR to Cufón to finally seeing font embedding seeing wide spread adoption by browser developers (and soon web designers) with @font-face. For those who’ve felt limited by the typographic possibilities before, this has been a good year.
Let’s stop talking about “backups” - Joel on Software
The minimum bar for a reliable service is not that you have done a backup, but that you have done a restore.
cortesi - The impact of language choice on github projects
Are there major differences between projects in different languages? Is it possible to quantify these differences? I decided to try to gather some hard numbers.
Software Testing | TestLab²
TestLab² is a software and website testing service. It was created by a team of quality assurance professionals and engineers who are in love with finding and fixing bugs!
Juggernaut
The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client. In other words your app can have a real time connection to the server with the advantage of instant updates.
http://mockito.org/
Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with clean & simple API. Mockito doesn't give you hangover because the tests are very readable and they produce clean verification errors.