Gmail Filters are great. I just figured out that they accept Regex so you can add ‘|’ (pipe) to your address fields to match multiple addresses. For example, you can create a filter that labels emails from your friend’s email addresses by putting: johndoe@domain.com|jdoe@company.com in the ‘From’ field.
Pretty cool…
[Read more →]
Tags: Gmail·Regex·Tutorial
I committed what should be version 1.0 of Comic Curse, a Ruby on Rails plugin that adds the ‘comic_curse’ method to any String object. The method will replace any curse words contained in it with either the default %$#@! or whatever you want. Should come in pretty handy for all these %$#@! community apps…
Let me know what you think: http://svn.erbmicha.com/comic_curse/trunk/
[Read more →]
Tags: comic curse·plugin·Rails