web development war stories from the frontlines to the backend

If you’re developing a website which uses mod_rewrite rules to redirect to a single point of entry (in which behind the scenes the actual url request gets passed as a query string parameter to “index.php” for example)… something like the following:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [L]

If you want to be able to [...]

Ever see those pretty comments at the top of a source code file under version control via subversion? It’s really rather simple to setup.
Assuming you’re past the point where you have a repository with files already under version control, you simply add in wherever you want the substitution to occur the variable name surrounded [...]

Breaking Radio Silence

tags:

It’s been a few weeks since our last post, but rest assured we are still committed to this blog. We started a project that’s not really top-secret, but we’re keeping it under wraps for now. In the meantime we have developed a pretty cool framework. I know the pure Rubyists out there [...]

  

Recent Posts

Categories

Archives