Posted: September 6th, 2009 | Author: Kurt | Filed under: Tools | 4 Comments »
Sometimes, creating the original layout for a new web design can be the most tedious and time-consuming part of the process. Defining columns and rows and tables, while necessary, lacks the creative fun that things like logo design and color selection have, and it’s not too surprising to see developers try to skip around the process by reusing old templates. Yet, templates sometimes lack the flexibility required, and then developers are forced to waste time reinventing the wheel, especially when you are trying to design without dependency on images.
Enter Blueprint CSS. From the project description:
Blueprint is a CSS framework, which aims to cut down on your development time. It gives you a solid foundation to build your project on top of, with an easy-to-use grid, sensible typography, useful plugins, and even a stylesheet for printing.
Blueprint CSS isn’t really a framework in the sense that it’s not MVC (model-view-controller) like something like Ruby on Rails, and it doesn’t attempt to dictate the design process. Instead, it’s a superbly flexible template with sensible and sane defaults that conform to design standards. The typography is based on a scale and looks quite appealing by default, making it easier on the eyes to design.

A sample of a website designed with the CSS framework Blueprint.
Everything in Blueprint is based on a 24 column grid, where each column is 30px with 10px between columns. Therefore, you can define a simple two column page with the following code:
<div class="container">
<div class="span-8 colborder">
This is the left column
</div>
<div class="span-15 last">
This is the right column
</div>
</div>
This will create a two-column layout with a left-column of 320px and a right column of 600px, divided by 40px. The span-8 and span-15 classes create sections that span eight and 15 columns, respectively. The colborder class appends a 40px border to the right of the column, and the last class removes the right-most border, allowing the right column to fit perfectly into the grid.

Bookmark this on Delicious
You can easily push and pull columns with the push-x and pull-x, where x is the number of columns. Loud and quiet text can also be created in a snap. If you are interested in trying out Blueprint for a site design, you can download the source CSS and read the wiki for more usage information from the developer website.
Posted: July 22nd, 2009 | Author: Kurt | Filed under: Tools | No Comments »
Social bookmarking is a great way to earn new visitors and RSS subscribers. While you could always take a few hours to submit your own posts to a host of social bookmarking site, it’s better and less time consuming to encourage your visitors to do it for you. It allows readers to engage more deeply with your content and suggest it personally to friends, and it gets around the prohibition of self-promotion imposed by some bookmarking outlets. Therefore, here are 10 social bookmarking buttons you can use on your site. If you find any of these services relevant, subscribe to the Cherrysave feed by email or RSS to be the first to get designer and developer resources. Or, keep this page handy by bookmarking it on Delicious.

Add to Any allows you to fully customize the buttons with CSS. Further, you can reorder and add new services, and track data with Google Analytics support.

Add This features an independent analytics solution to monitor sharing. It supports over 50 social sites, all of which are customizable.

ShareThis allows you to pick from text, image, or rotating button options, with a customizable header and link colors. You can easily integrate this tool into WordPress, TypePad, and Blogger.

This tool adds social share buttons after the text of each article, and automatically fills in the Title, Link, and Text field.

Onlywire is a little different in that it is an automatic bookmarking tool. It’s nice in that it saves time, but many sites will ban your accounts, and the integration with Digg and Reddit doesn’t really work. Also, Onlywire requires the button to be placed on the website to stay in the program. If you use the button, you can customize title, text, and the url of your submission. There is a Wordpress plugin also available.

This is a Wordpress plugin inserted via editing the template.

This plugin creates XHTML compliant buttons after each post, with fully customized services. You can choose to exclude specific pages and posts from the plugin if you so choose.

This is a JQuery Plugin for the Javascript-inclined. It features the ability to toggle and hide a group of social bookmarking buttons with a cool slide effect.

A Wordpress plugin with a nice backend that allows you to customize priority and inclusion of services.

Includes a Google Gadget, buttons, and text links.
I hope these buttons get you started on adding sharing features to your website. If you found it helpful, you should RSS to be the first to get designer and developer resources. Or, keep this page handy by bookmarking it on Delicious.