<?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>Bluelime Media &#187; Tutorials</title>
	<atom:link href="http://www.bluelimemedia.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluelimemedia.com</link>
	<description>Custom WordPress Development</description>
	<lastBuildDate>Fri, 23 Jul 2010 18:15:37 +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>Incorporate Cufón in WordPress</title>
		<link>http://www.bluelimemedia.com/2009/09/08/incorporate-cufon-in-wordpress/</link>
		<comments>http://www.bluelimemedia.com/2009/09/08/incorporate-cufon-in-wordpress/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:08:53 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/?p=975</guid>
		<description><![CDATA[Every once in a while comes a project where using a font other than verdana, arial, trebuchet or tahoma would be nice. I recently finished a website for Tod Maffin where, Rob, the designer chose Sansa Condensed as the font of choice for headings. I could have created images for all of the page headings, [...]]]></description>
			<content:encoded><![CDATA[<p>Every once in a while comes a project where using a font other than verdana, arial, trebuchet or tahoma would be nice. I recently finished a website for <a href="http://www.todmaffin.com">Tod Maffin</a> where, <a href="http://www.roundpeg.ca">Rob</a>, the designer chose Sansa Condensed as the font of choice for headings. I could have created images for all of the page headings, but I wanted to give Tod the ability to update them if he chose to and more importantly, I also wanted to use the same font for the headings of blog posts. After <a href="http://www.mezzoblue.com/archives/2009/05/07/font_embeddi/">reading about the alternatives</a>, I decided to give <a href="http://wiki.github.com/sorccu/cufon/about">cufón</a> a try and was quite surprised to discover how easy it is.</p>
<p>Here are the steps required to integrate cufón in your wordPress site:</p>
<p><strong>Step 1 &#8211; Get cufón</strong><br />
Visit the <a href="http://cufon.shoqolate.com/generate/">cufón website</a> and download the <a href="http://cufon.shoqolate.com/js/cufon-yui.js">YUI-compressed version of cufón</a>. Save this js file in a js folder in your wordPress theme.</p>
<p><strong>Step 2 &#8211; Generate your font file</strong><br />
Follow the steps on the <a href="http://cufon.shoqolate.com/generate/">Cufón website</a> and add the generated js file to your js folder in your wordPress theme. You&#8217;ll be required to upload your font files and thus you need to have purchased them as well as verified that your <a href="http://www.fontembedding.com/fonts-and-the-law/">fonts are legal to use</a> in font embedding. Upload your js folder in your wordPress theme via FTP.</p>
<p><strong>Step 3 &#8211; Add the code to your wordPress template</strong><br />
To use cufón, simply add the following lines of code to your header.php file.</p>
<pre><code>
&lt;script type="text/javascript" src="&lt;?php bloginfo('template_directory'); ?&gt;/js/cufon-yui.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="&lt;?php bloginfo('template_directory'); ?&gt;/js/your_cufon_generated_font_file.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
 Cufon.replace('h1');
 Cufon.replace('h2');
&lt;/script&gt;
</code></pre>
<p>These few lines of code will convert all of your h1 and h2 into my selected font. That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2009/09/08/incorporate-cufon-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to use Slimbox plugin to display your portfolio in WordPress</title>
		<link>http://www.bluelimemedia.com/2009/07/22/how-to-use-slimbox-plugin/</link>
		<comments>http://www.bluelimemedia.com/2009/07/22/how-to-use-slimbox-plugin/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 15:59:20 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/?p=942</guid>
		<description><![CDATA[If you&#8217;ve been following the Bluelime Media website you will know that we&#8217;ve partnered with Barbara from BlueCitrus on many occasions to develop websites and as the saying goes, &#8220;The son of the cobbler has no shoes&#8220;, the BlueCitrus website was in need of a facelift. My latest teaching gig at Langara provided me with [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been following the Bluelime Media website you will know that we&#8217;ve partnered with Barbara from <a href="http://www.bluecitrus.com">BlueCitrus</a> on many occasions to develop websites and as the saying goes, &#8220;<em>The son of the cobbler has no shoes</em>&#8220;, the BlueCitrus website was in need of a facelift. My latest teaching gig at Langara provided me with the opportunity to design and develop a WordPress site for Barbara. The goal of the class was to teach the students how to use WordPress to create a portfolio. So building a site for Barbara was the perfect project.</p>
<p>Barbara laid the ground work and designed the header, navigation and gave me a good indication of how she wanted the site to work, but I was given carte blanche on how to make the portfolio  work. After looking at numerous portfolio examples, I came across the stunning work of <a href="http://www.koldobarroso.com/">Koldo Barroso</a>. Koldo&#8217;s illustrations are simply marvelous and I could look at them all day. His portfolio section is simple, yet very elegant. On closer examination of his site, I noticed that he uses <a href="http://www.digitalia.be/software/slimbox">Slimbox</a> to display his gallery pieces which is just a slimmed down version of <a href="http://www.huddletogether.com/projects/lightbox/">the original Lightbox</a>.</p>
<p>A few clicks later, I read a few tutorials on how to use Slimbox and decided to use it to build it Barbara&#8217;s portfolio section. If you&#8217;re familiar with WordPress plugins, you&#8217;ll know that beyond how to install and activate, instructions are usually fairly slim when it comes to how to use them. Since I just finished the site and the steps I took are still fresh in my mind, I thought I&#8217;d walk you through on how to set your own gallery using the Slimbox Plugin.</p>
<p><span id="more-942"></span><br />
<strong>Step 1:</strong><br />
<strong>Download the <a href="http://wordpress.org/extend/plugins/slimbox-plugin/">Slimbox plugin</a>, upload it to your plugins folder and activate it.</strong></p>
<p><strong>Step 2:</strong><br />
<strong>Get your portfolio images ready.</strong> During the design process, I came to the decision of making my large images 500px x 405px and the thumbnails 110px x 80px. In my WordPress admin, under Media, I set the size of my thumbnails to 110px and 80px. I then proceeded to create all of the portfolio images and uploaded them using WordPress&#8217;s media tool. During this process, WordPress automatically created corresponding thumbnails and added a <em>-100&#215;80.jpg </em>extension to them. The thumbnails weren&#8217;t exactly as Barbara had hoped for, so I downloaded them all, she tweaked them in Photoshop ensuring the the same names were kept, I then re-uploaded them to the server and replaced the old ones.</p>
<p><strong>Step3:</strong><br />
Once the images in the media library, it was time to add them to the WordPress Websites Page. I opted for a unordered list of items to display the thumbnails.</p>
<p>Using the image insert tool, I selected the image to show, fine-tuned the title of the image, ensured that the file url was selected, selected the thumbnail size and clicked insert into post.</p>
<p><a href="http://www.bluelimemedia.com/wp/wp-content/uploads/2009/07/photo.gif"><img class="alignnone size-full wp-image-944" title="photo" src="http://www.bluelimemedia.com/wp/wp-content/uploads/2009/07/photo.gif" alt="photo" width="622" height="441" /></a></p>
<p>Which gave me the following line of code.</p>
<pre><code>
&lt;ul class="thumbnails"&gt;
&lt;li&gt;
&lt;a href="http://www.domainname.com/wp-content/uploads/image1.jpg"&gt;&lt;img title="Portfolio Piece 1" src="http://www.domainname.com/wp-content/uploads/image1-100x80.jpg" alt="Portfolio Piece 1" width="100" height="80" /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<p>In order to activate the lightbox, I then inserted  rel=&#8221;lightbox&#8221; to the anchor tag.</p>
<pre><code>
&lt;ul class="thumbnails"&gt;
&lt;li&gt;
&lt;a href="http://www.domainname.com/wp-content/uploads/image1.jpg" rel="lightbox"&gt;&lt;img title="Portfolio Piece 1" src="http://www.domainname.com/wp-content/uploads/image1-100x80.jpg" alt="Portfolio Piece 1" width="100" height="80" /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<p>In order to display the caption under the image a title must also be added to the anchor tag.</p>
<pre><code>
&lt;ul class="thumbnails"&gt;
&lt;li&gt;
&lt;a href="http://www.domainname.com/wp-content/uploads/image1.jpg" rel="lightbox" title="Portfolio Piece 1"&gt;&lt;img title="Portfolio Piece 1" src="http://www.domainname.com/wp-content/uploads/image1-100x80.jpg" alt="Portfolio Piece 1" width="100" height="80" /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<p>This code now works perfectly, but you probably want to display more than one image. All you need to do is repeat the process and modify the relative attribute. Instead of using rel=&#8221;lightbox&#8221; I used rel=&#8221;lightbox-website&#8221; on all anchor tags. Modifying the relative attribute this way activates the previous and next links on the images.</p>
<pre><code>
&lt;ul class="thumbnails"&gt;
&lt;li&gt;
&lt;a href="http://www.domainname.com/wp-content/uploads/image1.jpg" rel="lightbox-website" title="Portfolio Piece 1"&gt;&lt;img title="Portfolio Piece 1" src="http://www.domainname.com/wp-content/uploads/image1-100x80.jpg" alt="Portfolio Piece 1" width="100" height="80" /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://www.domainname.com/wp-content/uploads/image2.jpg" rel="lightbox-website" title="Portfolio Piece 2"&gt;&lt;img title="Portfolio Piece 2" src="http://www.domainname.com/wp-content/uploads/image2-100x80.jpg" alt="Portfolio Piece 2" width="100" height="80" /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<p>You&#8217;ll notice that on Barbara&#8217;s website, once you view the images in the lightbox, you can read the title of the image but also visit the website by clicking the link.  To do this, you need to add the link to your title.</p>
<p>So you might be tempted to using something like:</p>
<pre><code>title="Portfolio Piece 1 - &lt;a href="http://www.domainname.com" target="_blank"&gt;visit website&lt;/a&gt;"</code></pre>
<p>But you will soon find out that this doesn&#8217;t work. What you need to do is swap some of the characters for their html equivalent. For example, quotes (”) would be <code>&amp;quot;</code> and brackets (&lt;) would be <code>&amp;lt;</code>. So your final code will be something like this:</p>
<pre><code>
&lt;ul class="thumbnails"&gt;
&lt;li&gt;
&lt;a href="http://www.domainname.com/wp-content/uploads/image1.jpg" rel="lightbox-website" title="Portfolio Piece 1 - &amp;lt;a target=&amp;quot;_blank&amp;quot; href=&amp;quot;http://www.domainname1.com/&amp;quot;&amp;gt;visit website&amp;lt;/a&amp;gt;"&gt;&lt;img title="Portfolio Piece 1" src="http://www.domainname.com/wp-content/uploads/image1-100x80.jpg" alt="Portfolio Piece 1" width="100" height="80" /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://www.domainname.com/wp-content/uploads/image2.jpg" rel="lightbox-website" title="Portfolio Piece 2 - &amp;lt;a target=&amp;quot;_blank&amp;quot; href=&amp;quot;http://www.domainname1.com/&amp;quot;&amp;gt;visit website&amp;lt;/a&amp;gt;"&gt;&lt;img title="Portfolio Piece 2" src="http://www.domainname.com/wp-content/uploads/image2-100x80.jpg" alt="Portfolio Piece 2" width="100" height="80" /&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<p><strong>Step4:</strong><br />
Once all your thumbnails are in place, you may want to adjust your style.css. Here&#8217;s what I used for the Bluecitrus website.</p>
<pre><code>
ul.thumbnails {width:520px; list-style:none; margin:0; padding:0;}
.thumbnails li {float:left; margin:5px 4px 5px 3px;}
.thumbnails img  {width:110px; height:80px; padding:5px; vertical-align:bottom;}
.thumbnails a {border:1px solid #D4D4D4; background:#FFF; display:block; margin-bottom:5px; float:left;}
.thumbnails a:hover img {background:#F9F9F9;}</code></pre>
<p><a href="http://www.bluecitrus.com/portfolio/websites/">You can see the final results here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2009/07/22/how-to-use-slimbox-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Enhance your WordPress site with Custom Fields</title>
		<link>http://www.bluelimemedia.com/2009/06/22/enhance-your-website-with-custom-fields/</link>
		<comments>http://www.bluelimemedia.com/2009/06/22/enhance-your-website-with-custom-fields/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 22:20:16 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/?p=807</guid>
		<description><![CDATA[Over the years of converting other graphic designer&#8217;s design into WordPress templates, I&#8217;ve had to think of ways to keep the code simple and easy for clients to maintain the site once live. Working on a few challenging design lately has given me the opportunity to look at using custom fields. You&#8217;ll find custom fields [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years of converting other graphic designer&#8217;s design into WordPress templates, I&#8217;ve had to think of ways to keep the code simple and easy for clients to maintain the site once live. Working on a few challenging design lately has given me the opportunity to look at using <a href="http://codex.wordpress.org/Using_Custom_Fields">custom fields</a>.</p>
<p>You&#8217;ll find custom fields in your admin panel under all post and page text areas. These custom fields allow you to add extra information, technically termed meta-data, and allows you to add jazz up your posts or pages. Here are a few examples of how custom fields can be used:</p>
<p><span id="more-807"></span></p>
<h4>Add a style to your header</h4>
<p>Navigating through the various topic of one of our latest projects, &#8220;<a href="http://www.thechallengeseries.ca">The Challenge Series</a>&#8221; you&#8217;ll notice that the <a href="http://www.thechallengeseries.ca/chapter-01/sustainable-communities/">sustainability</a> section has a green title, while <a href="http://www.thechallengeseries.ca/chapter-01/history/">history</a> is orange, <a href="http://www.thechallengeseries.ca/chapter-01/policy/">policy</a> red and <a href="http://www.thechallengeseries.ca/chapter-01/design-concepts/">design concepts</a> blue.</p>
<p>This was achieved by doing the following:<br />
1. Adding a custom field called Colour and assigning it a value of green, orange, red of blue.<br />
<img class="alignnone size-full wp-image-808" title="Custom Field" src="http://www.bluelimemedia.com/wp/wp-content/uploads/2009/06/custom-field.gif" alt="Custom Field" width="580" height="110" /></p>
<p>2. Editing the code in my index.php as follows:</p>
<pre><code>&lt;h1 class="&lt;?php $key="Colour"; echo get_post_meta($post-&gt;ID, $key, true); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;</code></pre>
<p>3. Setting up the appropriate styles in my CSS as follows:</p>
<pre><code>h1.orange {background:#F26F21 }
h1.green {background:#5D9632}
h1.red {background:#B22217}
h1.blue {background:#00728E}</code></pre>
<h4>Insert an image outside your content area</h4>
<p>During the build of the latest version of the <a href="http://www.crisiscentre.bc.ca/about-us/">Crisis Centre</a> website, the design required that a unique image be inserted in the top right hand corner of each page. Inserting the image within the main content entry would have required me to fiddle with the padding of my paragraph tags. Instead I opted to use a custom field and added this piece of code to my index.php template:</p>
<pre><code>&lt;div id="photo"&gt;&lt;img src="&lt;?php bloginfo('template_directory'); ?&gt;/images/photos/&lt;?php $key="photo"; echo get_post_meta($post-&gt;ID, $key, true); ?&gt;" alt="" border="0" /&gt;&lt;/div&gt;</code></pre>
<p>This line of code, simply pulls the image specified in the custom field and inserts in a div tag which has its own unique style.</p>
<p>Although custom fields, can get a bit tricky, especially when using more than one per entry, they allow you to enhance your site and give you much more design freedom.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2009/06/22/enhance-your-website-with-custom-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add social bookmarking icons to your sidebar without using widgets</title>
		<link>http://www.bluelimemedia.com/2009/03/18/add-social-bookmarking-icons-to-your-sidebar/</link>
		<comments>http://www.bluelimemedia.com/2009/03/18/add-social-bookmarking-icons-to-your-sidebar/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 01:46:15 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/?p=688</guid>
		<description><![CDATA[As social bookmarking sites such as Twitter, Facebook and Linked in become more and more popular, these days, I find myself being asked to make adjustments to several WordPress websites by adding social bookmarking links and icons to the sidebar. After 2 such web updates this week, I was asked by a friend to send [...]]]></description>
			<content:encoded><![CDATA[<p>As social bookmarking sites such as <a href="http://www.twitter.com">Twitter</a>,<a href="http://www.facebook.com"> Facebook</a> and <a href="http://www.linkedin.com">Linked in</a> become more and more popular, these days, I find myself being asked to make adjustments to several WordPress websites by adding social bookmarking links and icons to the sidebar. After 2 such web updates this week, I was asked by a friend to send me the code so that they could add it to their site. So instead of doing the work and sending it to him, I thought I would share it with you all.</p>
<p>The following examples are just code snippets that you can add to your sidebar.php template file. These snippets will not work if your website use sidebar widgets. (That&#8217;s not exactly true, but it&#8217;s a bit more complicated.)</p>
<p>The first example is very simple and can be seen live on the <a href="http://www.kitsilano.ca">kitsilano.ca</a> website.</p>
<p style="text-align: center;"><a href="http://www.kitsilano.ca"><img class="alignnone size-full wp-image-689" style="border:1px solid #F6F6F6;" title="Kitsilano sidebar example" src="http://www.bluelimemedia.com/wp/wp-content/uploads/2009/03/kits_sidebar.gif" alt="Kitsilano sidebar example" width="173" height="92" /></a></p>
<p>First you&#8217;ll need to edit your sidebar.php template and add the following lines of code:</p>
<pre><code>
&lt;h2&gt;Follow Us&lt;/h2&gt;
&lt;ul&gt;
&lt;li class="rss"&gt;
&lt;a href="[insert your rss link here]"&gt;Get our Feed&lt;/a&gt;
&lt;/li&gt;
&lt;li class="twitter"&gt;
&lt;a href="[insert your twitter link here]"&gt;On Twitter&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
</code></pre>
<p>Next you can adjust the styling by adding this piece of code to your style.css</p>
<pre><code>
#sidebar li.rss {background:url(images/rss.gif) 0 50% no-repeat;}
#sidebar li.twitter {background:url(images/twitter.gif) 0 50%  no-repeat;}
#sidebar li.rss a, #sidebar li.twitter a {padding-left:20px;}
</code></pre>
<p>The icons will also have to be uploaded in your templates&#8217; images folder. You can use your own icons or grab the ones that I&#8217;ve used by downloading the <a href="http://www.bluelimemedia.com/wp/wp-content/uploads/2009/03/socialbookmarking_examples.zip">zip file</a>.</p>
<p>The second example may look a bit more complex, but is just as easy and can be seen on the <a href="http://www.mudcreative.com">mudcreative.com</a> sidebar.</p>
<p style="text-align: center;"><a href="http://www.mudcreative.com"><img class="alignnone size-full wp-image-691" title="Mudcreative Social Bookmarking example" src="http://www.bluelimemedia.com/wp/wp-content/uploads/2009/03/mudcreative.gif" alt="Mudcreative Social Bookmarking example" width="205" height="82" /></a></p>
<p>First insert these lines of code in your sidebar.php:</p>
<pre><code>
&lt;div id="social_media"&gt;
&lt;h2&gt;Follow Us&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="[insert your link to linked in here]"&gt;&lt;img src="&lt;?php bloginfo('template_directory'); ?&gt;/images/linkedin.png" alt="View our linked in profile" width="32" height="32" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="[insert your link to twitter here]"&gt;&lt;img src="&lt;?php bloginfo('template_directory'); ?&gt;/images/twitter.png" alt="On Twitter" width="32" height="32" border="0"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="[insert your link to rss feed here]"&gt;&lt;img src="&lt;?php bloginfo('template_directory'); ?&gt;/images/rss.png" alt="Via our RSS feed" width="32" height="32" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="[insert your link to facebook here]"&gt;&lt;img src="&lt;?php bloginfo('template_directory'); ?&gt;/images/facebook.png" alt="On Facebook" width="32" height="32" border="0"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</code></pre>
<p>Next, add the following to your style.css</p>
<pre><code>
#social_media {
width:200px;
background:#F2F7F7;
border:1px solid #ACD0D1;
padding: 0 0 5px 0; margin-bottom:10px;
}
#social_media ul {list-style-type:none; margin:0 0 0 6px; padding:0;}
#social_media ul li {display:inline; padding: 0 6px 0 0;}
</code></pre>
<p>Depending on what your stylesheet already contains, you may need to make a few tweaks, but it should be pretty straightforward. Here is <a href="http://www.bluelimemedia.com/wp/wp-content/uploads/2009/03/socialbookmarking_examples.zip">zip file</a> with the code snippets and icons. Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2009/03/18/add-social-bookmarking-icons-to-your-sidebar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress TV is a great place for tutorials and demo</title>
		<link>http://www.bluelimemedia.com/2009/02/14/wordpress-tv/</link>
		<comments>http://www.bluelimemedia.com/2009/02/14/wordpress-tv/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 15:54:29 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordPress]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/?p=647</guid>
		<description><![CDATA[Earlier this year the folks at Automattic launched www.WordPress.tv, which is a new website to learn about all things WordPress. I just had a quick look and it looks like the list of videos is quite extensive (Click the how-to link for the list of videos. Personally I&#8217;m not sure this tab is appropriately labeled, [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this year the folks at <a href="http://automattic.com/">Automattic</a> launched <a href="http://wordpress.tv/">www.WordPress.tv</a>, which is a new website to learn about all things WordPress. I just had a quick look and it looks like the list of videos is quite extensive (Click the how-to link for the list of videos. Personally I&#8217;m not sure this tab is appropriately labeled, but hey, I found the list.) The site also has a WordCampTV section where you can watch videos, slides and listen to audio clips.</p>
<p>This site is definitely worth bookmarking and investigating further.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2009/02/14/wordpress-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Coda Slider with image rollover</title>
		<link>http://www.bluelimemedia.com/2009/01/23/better-coda-slider-with-image-rollover/</link>
		<comments>http://www.bluelimemedia.com/2009/01/23/better-coda-slider-with-image-rollover/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 00:32:29 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/?p=640</guid>
		<description><![CDATA[In my last post I talked about using the &#8220;Better Coda Slider&#8221; created by Remy to create the testimonial slide show on the Enhance Dental Centre. While working on this, I ran into a problem. Instead of using a single image when moving from image to image, I wanted to use a rollover image. I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bluelimemedia.com/examples/coda/"><img class="alignright size-full wp-image-641" title="Bluelime Coda Slider Example" src="http://www.bluelimemedia.com/wp/wp-content/uploads/2009/01/coda.jpg" alt="Bluelime Coda Slider Example" width="220" height="179" /></a>In my <a href="http://www.bluelimemedia.com/2009/01/18/enhance-dental-centre-enhanced-with-jquery/">last post</a> I talked about using the &#8220;<a href="http://jqueryfordesigners.com/demo/coda-slider.html">Better Coda Slider</a>&#8221; created by <a href="http://remysharp.com/">Remy</a> to create the <a href="http://www.enhancedentalcentre.com/testimonials-press/">testimonial slide show on the Enhance Dental Centre</a>. While working on this, I ran into a problem. Instead of using a single image when moving from image to image, I wanted to use a rollover image. I looked at the <a href="http://jqueryfordesigners.com/coda-slider-effect/">thread of comments</a> on Remy&#8217;s blog post and noticed that I was not alone in wanting this and that no one had offered a solution.</p>
<p>Possibly because of my stubbornness I tried all sorts of  CSS tricks and hacks and couldn&#8217;t get the damn rollovers to work. In the end, the solution was pretty obvious, in fact a bit embarrassing.</p>
<p>I asked <a href="http://www.benjaminkeen.com/">Ben</a> to look at my code and in my coda-slider.js file, he simply changed</p>
<pre><code>.before('&lt;img class="scrollButtons left" src="/images/left.gif" alt="" /&gt;')
.after('&lt;img class="scrollButtons right" src="/images/right.gif" alt="" /&gt;');</code></pre>
<p>to this:</p>
<pre><code>.before('&lt;img class="scrollButtons left" onmouseover="this.src=\'images/left_hover.gif\'"
onmouseout="this.src=\'images/left.gif\'" src="images/left.gif" alt="" /&gt;')
.after('&lt;img class="scrollButtons right" onmouseover="this.src=\'images/right_hover.gif\'" onmouseout="this.src=\'images/right.gif\'" src="images/right.gif" alt="" /&gt;');</code></pre>
<p>Doh! I was trying so hard to do my rollovers with css, that I forgot the &#8220;old school&#8221; way of doing this.</p>
<p>In case anybody is interested in re-creating this  <a href="http://www.bluelimemedia.com/examples/coda/">example</a>, here are <a href="http://www.bluelimemedia.com/examples/coda.zip">the files are zipped up for you to play with</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2009/01/23/better-coda-slider-with-image-rollover/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why should you care if your website is built with tables or CSS?</title>
		<link>http://www.bluelimemedia.com/2007/06/01/why-should-you-care-if-your-website-is-built-with-tables-or-css/</link>
		<comments>http://www.bluelimemedia.com/2007/06/01/why-should-you-care-if-your-website-is-built-with-tables-or-css/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 22:33:49 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/blog/2007/06/01/why-should-you-care-if-your-website-is-built-with-tables-or-css/</guid>
		<description><![CDATA[Yesterday, I was invited to have lunch at Twin Fish Creative&#8216;s monthly staff get together. Since, I&#8217;ve been doing a lot of work with them, I thought I would take the opportunity to explain what I do to their Photoshop files and more specifically how CSS is used. What’s this CSS? HTML tags were originally [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I was invited to have lunch at <a href="http://www.twinfishcreative.com">Twin Fish Creative</a>&#8216;s monthly staff get together. Since, I&#8217;ve been doing a lot of work with them, I thought I would take the opportunity to explain what I do to their Photoshop files and more specifically how CSS is used.</p>
<p><strong>What’s this CSS?</strong><br />
HTML tags were originally designed to define the content of a document. They were supposed to say &#8220;This is a header&#8221;, &#8220;This is a paragraph&#8221;, &#8220;This is a table&#8221;, by using tags like <code>&lt;h1&gt;</code>, <code>&lt;p&gt;</code>, <code>&lt;table&gt;</code>, and so on.  The layout of the document was supposed to be taken care of by the browser, without using any formatting tags.</p>
<p><span id="more-155"></span><br />
As the major browsers continued to add new HTML tags and attributes (like the <code>&lt;font&gt;</code> tag and the color attribute) to the original HTML specification, it became more and more difficult to create Websites where the content of HTML documents was clearly separated from the document&#8217;s presentation layout.</p>
<p>To solve this problem, the <a href="http://www.w3.org/">World Wide Web Consortium</a> (W3C) created STYLES. Styles sheets define <strong>HOW HTML</strong> elements are to be displayed, just like the font tag and the color attribute.</p>
<p><strong>So what&#8217;s the advantage?</strong><br />
Styles are normally saved in an external file which allows us to change the appearance and layout of all the pages in a Website, simply by editing one single document! This saves us loads of time which means money for our clients.</p>
<p>Style sheets also allow us to reduce the amount of HTML code which means smaller file size which load faster and better search engine ranking.</p>
<p><strong>How is code reduced?</strong><br />
Let&#8217;s take the following example. Below is a screenshot of a typical navigation.</p>
<p><img src='http://www.bluelimemedia.com/wp/wp-content/uploads/2007/06/navigation.gif' alt='Navigation Bar' /></p>
<p>The old way of coding this nav bar using tables would be as follows:</p>
<ol class="code">
<li><code>&lt;table cellpadding="0" cellspacing="0" border="0"&gt;</code></li>
<li><code>&lt;tr&gt;</code></li>
<li><code>&lt;td&gt;&lt;img name="image1" src="images/home_over.gif"</code></li>
<li><code>alt="home" border="0" /&gt;&lt;a href="#" onmouseover="image2.src='images/about_over.gif';"<br />
onmouseout="image2.src='images/about.gif';"&gt;&lt;img name="image2" src="images/about.gif" alt="about" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;</code></li>
<li><code>&lt;td&gt;&lt;a href="#" onmouseover="image3.src='images/services_over.gif';" </code></li>
<li><code>onmouseout="image3.src='images/services.gif';"&gt;&lt;img name="image3" src="images/services.gif" alt="services" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;</code></li>
<li><code>&lt;td&gt;&lt;a href="#" onmouseover="image4.src='images/portfolio_over.gif';" onmouseout="image4.src='images/portfolio.gif';"&gt;&lt;img name="image4" src="images/portfolio.gif" alt="portfolio" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;</code></li>
<li><code>&lt;td&gt;&lt;a href="#" onmouseover="image5.src='images/news_over.gif';"<br />
onmouseout="image5.src='images/news.gif';"&gt;&lt;img name="image5" src="images/news.gif" alt="news" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;</code></li>
<li><code>&lt;td&gt;&lt;a href="#" onmouseover="image8.src='images/contact_over.gif';" onmouseout="image8.src='images/contact.gif';"&gt;&lt;img name="image8"<br />
		src="images/contact.gif" alt="contact" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;</code></li>
<li><code>&lt;/tr&gt;</code></li>
<li><code>&lt;/table&gt;</code></li>
</ol>
<p>Using css the same navigation is reduced to these few lines:</p>
<ol class="code">
<li><code>&lt;ul id="nav1"&gt;</code></li>
<li><code>&lt;li&gt;&lt;a class="home" href="#"&gt;&lt;span&gt;home&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</code></li>
<li><code>&lt;li&gt;&lt;a class="about" href="#"&gt;&lt;span&gt;about&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</code></li>
<li><code>&lt;li&gt;&lt;a class="services" href="#"&gt;&lt;span&gt;services&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</code></li>
<li><code>&lt;li&gt;&lt;a class="portfolio" href="#"&gt;&lt;span&gt;portfolio&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</code></li>
<li><code>&lt;li&gt;&lt;a class="news" href="#"&gt;&lt;span&gt;news&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</code></li>
<li><code> &lt;li&gt;&lt;a class="contact" href="#"&gt;&lt;span&gt;contact&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</code></li>
<li><code>&lt;/ul&gt;</code></li>
</ol>
<p>If you&#8217;re not convinced that the result is the same, take a look at the <a href="http://www.bluelimemedia.com/examples/navigation/">example in action</a> or <a href="http://www.bluelimemedia.com/examples/BluelimeMedia_CSSvsTablebasedNavigation.zip">download the files</a>.</p>
<p><strong>How is search engine ranking improved?</strong><br />
Search engine spiders see the same thing we do, words. Open any browser window, click on View and Source (IE) or Page Source (Firefox) and take a look at the code. A Search engine friendly site should be easy to read. If your website is full of code which doesn&#8217;t mean much to you, chances are it won&#8217;t mean anything to search engine spiders either.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2007/06/01/why-should-you-care-if-your-website-is-built-with-tables-or-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
