20 Mar
by: Matt in Development, Infrastructure
tags: mod_rewrite, urlencode
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 [...]
18 Mar
by: Matt in Development, Infrastructure
tags: keyword substitution, subversion, svn, svn:keywords
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 [...]
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 [...]
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.