<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cherrysave &#187; Tools</title>
	<atom:link href="http://www.cherrysave.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cherrysave.com</link>
	<description>A simple web design blog</description>
	<lastBuildDate>Tue, 22 Jun 2010 23:53:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>I Design Websites Faster Than You: Rapid Stylesheets with Blueprint CSS</title>
		<link>http://www.cherrysave.com/tools/rapid-web-design-with-blueprint-css-framework/</link>
		<comments>http://www.cherrysave.com/tools/rapid-web-design-with-blueprint-css-framework/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 21:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.cherrysave.com/?p=171</guid>
		<description><![CDATA[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.]]></description>
			<content:encoded><![CDATA[<p>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.</p><p><a href="http://api.tweetmeme.com/share?url=http://www.cherrysave.com/tools/rapid-web-design-with-blueprint-css-framework/"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://www.cherrysave.com/tools/rapid-web-design-with-blueprint-css-framework/" height="61" width="51" /></a></p><p>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&#8217;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 <a href="http://www.cherrysave.com/web-design/forget-about-photoshop-five-css-hacks-to-help-you-stop-using-images/">design without dependency on images</a>.</p>
<p>Enter <a href="http://www.blueprintcss.org/">Blueprint CSS</a>. From the project description:</p>
<blockquote><p>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.</p></blockquote>
<p>Blueprint CSS isn&#8217;t really a framework in the sense that it&#8217;s not MVC (model-view-controller) like something like Ruby on Rails, and it doesn&#8217;t attempt to dictate the design process. Instead, it&#8217;s a superbly flexible template with sensible and sane defaults that conform to design standards. The typography is <a href="http://www.cherrysave.com/web-design/simple-css-tricks-to-greatly-improve-site-typography/">based on a scale</a> and looks quite appealing by default, making it easier on the eyes to design.</p>
<div id="attachment_176" class="wp-caption alignnone" style="width: 750px"><img src="http://cherrysave.com/wp-content/uploads/2009/09/blueprint-sample.jpg" alt="A sample of a website designed with the CSS framework Blueprint." title="blueprint-sample" width="740" height="476" class="size-full wp-image-176" style="border: 3px solid #dddddd; padding-top: 4px;" /><p class="wp-caption-text">A sample of a website designed with the CSS framework Blueprint.</p></div>
<p>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:</p>
<pre>
&lt;div class=&quot;container&quot;&gt;
   &lt;div class=&quot;span-8 colborder&quot;&gt;
      This is the left column
   &lt;/div&gt;
   &lt;div class=&quot;span-15 last&quot;&gt;
      This is the right column
   &lt;/div&gt;
&lt;/div&gt;
</pre>
<p>This will create a two-column layout with a left-column of 320px and a right column of 600px, divided by 40px. The <code>span-8</code> and <code>span-15</code> classes create sections that span eight and 15 columns, respectively. The <code>colborder</code> class appends a 40px border to the right of the column, and the <code>last</code> class removes the right-most border, allowing the right column to fit perfectly into the grid.</p>
<p>You can easily push and pull columns with the <code>push-x</code> and <code>pull-x</code>, where x is the number of columns. <span class="loud">Loud</span> and <span class="quiet">quiet</span> 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 <a href="http://www.blueprintcss.org">developer website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cherrysave.com/tools/rapid-web-design-with-blueprint-css-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>10 Social Bookmarking Sharing Buttons For Your Site</title>
		<link>http://www.cherrysave.com/tools/10-social-bookmarking-sharing-buttons-for-your-site/</link>
		<comments>http://www.cherrysave.com/tools/10-social-bookmarking-sharing-buttons-for-your-site/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 16:11:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.cherrysave.com/?p=107</guid>
		<description><![CDATA[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.]]></description>
			<content:encoded><![CDATA[<p>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.</p><p><a href="http://api.tweetmeme.com/share?url=http://www.cherrysave.com/tools/10-social-bookmarking-sharing-buttons-for-your-site/"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://www.cherrysave.com/tools/10-social-bookmarking-sharing-buttons-for-your-site/" height="61" width="51" /></a></p><h3><a href="http://www.addtoany.com/">Add to Any</a></h3>
<p><img class="alignnone size-full wp-image-109" title="AddToAny_com" src="http://cherrysave.com/wp-content/uploads/2009/07/AddToAny_com.jpg" alt="AddToAny_com" width="740" height="360" /></p>
<p>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.</p>
<h3><a href="http://www.addthis.com/">Add This</a></h3>
<p><img class="alignnone size-full wp-image-108" title="AddThis_com" src="http://cherrysave.com/wp-content/uploads/2009/07/AddThis_com.jpg" alt="AddThis_com" width="740" height="360" /></p>
<p>Add This features an independent analytics solution to monitor sharing. It supports over 50 social sites, all of which are customizable.</p>
<h3><a href="http://sharethis.com/">ShareThis</a></h3>
<p><img class="alignnone size-full wp-image-113" title="ShareThis_com" src="http://cherrysave.com/wp-content/uploads/2009/07/ShareThis_com.jpg" alt="ShareThis_com" width="740" height="360" /></p>
<p>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.</p>
<h3><a href="http://blog.socialmarker.com/wordpress-plugin/">Socialmarker Bookmarking Button</a></h3>
<p><img class="alignnone size-full wp-image-116" title="SocialMarker" src="http://cherrysave.com/wp-content/uploads/2009/07/SocialMarker.jpg" alt="SocialMarker" width="740" height="360" /></p>
<p>This tool adds social share buttons after the text of each article, and automatically fills in the Title, Link, and Text field.</p>
<h3><a href="http://www.onlywire.com/">Onlywire</a></h3>
<p><img class="alignnone size-full wp-image-111" title="Onlywire" src="http://cherrysave.com/wp-content/uploads/2009/07/Onlywire.jpg" alt="Onlywire" width="740" height="360" /></p>
<p>Onlywire is a little different in that it is an automatic bookmarking tool. It&#8217;s nice in that it saves time, but many sites will ban your accounts, and the integration with Digg and Reddit doesn&#8217;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.</p>
<h3><a href="http://www.semiologic.com/software/bookmark-me/">Bookmark Me Plugin</a></h3>
<p><img class="alignnone size-full wp-image-110" title="BookmarkMePlugin" src="http://cherrysave.com/wp-content/uploads/2009/07/BookmarkMePlugin.jpg" alt="BookmarkMePlugin" width="740" height="360" /></p>
<p>This is a WordPress plugin inserted via editing the template.</p>
<h3><a href="http://wordpress.org/extend/plugins/social-bookmarks/">Social Bookmarks Plugin for WordPress</a></h3>
<p><img class="alignnone size-full wp-image-115" title="SocialBookmarksPlugin" src="http://cherrysave.com/wp-content/uploads/2009/07/SocialBookmarksPlugin.jpg" alt="SocialBookmarksPlugin" width="740" height="360" /></p>
<p>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.</p>
<h3><a href="http://joanpiedra.com/jquery/shareit/">Share it!</a></h3>
<p><img class="alignnone size-full wp-image-112" title="ShareItJQuery" src="http://cherrysave.com/wp-content/uploads/2009/07/ShareItJQuery.jpg" alt="ShareItJQuery" width="740" height="323" /></p>
<p>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.</p>
<h3><a href="http://yoast.com/wordpress/sociable/">Sociable</a></h3>
<p><img class="alignnone size-full wp-image-114" title="Sociable" src="http://cherrysave.com/wp-content/uploads/2009/07/Sociable.jpg" alt="Sociable" width="740" height="360" /></p>
<p>A WordPress plugin with a nice backend that allows you to customize priority and inclusion of services.</p>
<h3><a href="http://www.socialmarking.com/codes.html">SocialMarking</a></h3>
<p><img class="alignnone size-full wp-image-117" title="SocialMarking" src="http://cherrysave.com/wp-content/uploads/2009/07/SocialMarking.jpg" alt="SocialMarking" width="740" height="360" /></p>
<p>Includes a Google Gadget, buttons, and text links.</p>
<p>I hope these buttons get you started on adding sharing features to your website. If you found it helpful, you should <a href="http://feeds.feedburner.com/cherrysave">RSS</a> to be the first to get designer and developer resources. Or, keep this page handy by <a href="http://delicious.com/save" onclick="window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;">bookmarking it on Delicious</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cherrysave.com/tools/10-social-bookmarking-sharing-buttons-for-your-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
