Skip to content

Tag Archives: Code

Rails uploads with Paperclip

In this 7-minute Ruby on Rails tutorial video we look at how to use the Paperclip plugin to handle file uploads.

This video is from Think Vitamin Membership, a high-quality video training site, curated by us at Carsonified and Think Vitamin, with hu…

Rails uploads with Paperclip

In this 7-minute Ruby on Rails tutorial video we look at how to use the Paperclip plugin to handle file uploads.

This video is from Think Vitamin Membership, a high-quality video training site, curated by us at Carsonified and Think Vitamin, with hu…

Quick Tip: Using WordPress Slug-based Category Templates

If you create custom themes for Wordpress, chances are you’ve already used category templates in the past. They usually look like this:
category-x.php
where x corresponds to the ID number of the category, and are extremely useful if you want to give …