Category: Web Design

Ajax Star Rater

May 09, 2006 - (1 comment)

Back in January, I cobbled together a PHP script to put multiple AJAX star rating bars on a page (2177 downloads as of this writing), based on work found at Komodo Media and Climax Designs, with the goal of making a WordPress plugin to rival Votio. I still haven’t had the time to do that. But when I do, I’ll post it here in a section of this site that I haven’t yet made live. That forthcoming section will be specifically for scripts, plugins, and any other extra stuff that someone else might find useful. If you want to see …More »

SVN Exposure

May 08, 2006

If you’re a web designer that, like me, manages your sites using Subversion source control (and not necessarily with Rails, but just in general), you might want to read this article written at Hivelogic concerning “SVN Exposure”. I realized a few projects I had worked on were not protected, but with the help of a little .htaccess magic: RewriteRule ^(.*/)?.svn/ - [F,L] ErrorDocument 403 "Access Forbidden" I was able to fix the problem.