Archive for March, 2010

Spree Tip: Adjust Permissions for Extended Controllers

I’ve been working with Spree over the past few weeks for my senior project. So far, I’ve really enjoyed working with it. For being a below-1.0 software, it is very stable, and very full-featured. Even better, it’s very easy to create extensions and integrate them into the e-commerce framework. However, I was running into a permissions issue with an extended controller method. Continue reading…

Blackboard Tip: Have Messages Delivered via Email

Ferris State University uses Blackboard (sadly) for its online classes. For a while, there were times that I didn’t know if I was receiving a message from a teacher or other student. After digging through the settings, I found an option to automatically forward all messages to my personal email account. Continue reading…

Terminal Tip: Symbolically Linking Wildcard Filenames

I am currently researching a Dropbox-based preference syncing solution for Mac OS X. In my research, I came across a really handy terminal tip. If you want to symbolically link (ln –s source target) a file or folder to another location that follows a named pattern, such as com.adobe.*, you can supply the pattern for the link source parameter. Continue reading…