<?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 Vancouver Web Development &#187; Web Design</title>
	<atom:link href="http://www.bluelimemedia.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluelimemedia.com</link>
	<description>Interactive Solutions with a Twist</description>
	<lastBuildDate>Mon, 01 Mar 2010 04:51:22 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 16:08:53 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></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>2</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 16:59:20 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></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/blog/wp-content/uploads/photo.gif"><img class="alignnone size-full wp-image-944" title="photo" src="http://www.bluelimemedia.com/blog/wp-content/uploads/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>2</slash:comments>
		</item>
		<item>
		<title>How green is your work place?</title>
		<link>http://www.bluelimemedia.com/2009/05/14/how-green-is-your-work-place/</link>
		<comments>http://www.bluelimemedia.com/2009/05/14/how-green-is-your-work-place/#comments</comments>
		<pubDate>Thu, 14 May 2009 15:49:41 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Bluelime News]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/?p=754</guid>
		<description><![CDATA[These days businesses not only have to provide needed services and solutions, they need to do it in an appealing matter. For most of us this &#8220;appealing matter&#8221; will include sustainable, viable, green solutions. Since 2001, Green Workplace has been working with organizations to track their resource consumption and reduce it. They&#8217;ve also implemented easy-to-use [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.greenworkplace.ca"><img class="alignright size-full wp-image-756" title="Green Workplace screenshot" src="http://www.bluelimemedia.com/blog/wp-content/uploads/greenworkplace.gif" alt="Green Workplace screenshot" width="220" height="197" /></a>These days businesses not only have to provide needed services and solutions, they need to do it in an appealing matter. For most of us this &#8220;appealing matter&#8221; will include sustainable, viable, green solutions. Since 2001, <a href="http://www.greenworkplace.ca">Green Workplace</a> has been working with organizations to track their resource consumption and reduce it. They&#8217;ve also implemented easy-to-use energy efficiency campaigns and delivered environmental skills training and education.</p>
<p>Located right here in Vancouver, BC, they are a great resource for small and large companies looking for solutions towards greener business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2009/05/14/how-green-is-your-work-place/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing Notch Hill Educational Products</title>
		<link>http://www.bluelimemedia.com/2009/04/06/introducing-notch-hill-educational-products/</link>
		<comments>http://www.bluelimemedia.com/2009/04/06/introducing-notch-hill-educational-products/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 17:27:19 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Bluelime News]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/?p=709</guid>
		<description><![CDATA[Have you been searching for a way to help your child learn while playing a fun interactive game? Now you can, simply by spending just 15 minutes with Notch Hill Educational Products. These products are a great way to help your child build a strong educational foundation.
The products consist of a GamePak &#8220;The Nogs of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.notchhilllearning.com/"><img class="alignright size-medium wp-image-710" title="Notch Hill Educational products" src="http://www.bluelimemedia.com/blog/wp-content/uploads/notch_hill-300x225.jpg" alt="Notch Hill Educational products" width="300" height="225" /></a>Have you been searching for a way to help your child learn while playing a fun interactive game? Now you can, simply by spending just 15 minutes with <a href="http://www.notchhilllearning.com/">Notch Hill Educational Products</a>. These products are a great way to help your child build a strong educational foundation.</p>
<p>The products consist of a GamePak &#8220;<a href="http://www.notchhilllearning.com/product/nogs-of-notch-hill/">The Nogs of Notch Hill</a>&#8221; which is a learning program containing everything you need to help your child learn to read, write and sound the lower case letters of the alphabet and &#8220;<a href="http://www.notchhilllearning.com/product/pams-patterns/">Pam&#8217;s Patterns</a>&#8221; which helps your child develop pre-alphabet learning skills, using simple pegboards.</p>
<p>Developed by Joan Thornton, these products were derived from a notion that children learn best whilst playing. While taking children for extra reading practice, Joan discovered patterns in the behaviours of the students who were struggling. She created games that practiced the skills the children were missing and began playing them with the children. The children loved the games, and began to learn fast in her care.  Over the years she has given hundreds of children the gift of a solid academic foundation.</p>
<p>With the help of her daughter, Nicola Lott, the first Educational GamePak and a <a href="http://www.notchhilllearning.com/">fun, informative website</a> were recently released and plans are underway to create 8 more GamePaks taking children to a Grade three level in reading, writing and maths skills. Working with Nicola was very interesting and we wish them great success in their new business venture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2009/04/06/introducing-notch-hill-educational-products/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Easter Bunny Icons at Icon Dock</title>
		<link>http://www.bluelimemedia.com/2009/03/06/free-easter-bunny-icons-at-icon-dock/</link>
		<comments>http://www.bluelimemedia.com/2009/03/06/free-easter-bunny-icons-at-icon-dock/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 15:03:31 +0000</pubDate>
		<dc:creator>Christine</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bluelimemedia.com/?p=682</guid>
		<description><![CDATA[Just in time for Easter, Icon Dock has released a set of 40 free icons which you can use on your marketing material, blog, etc&#8230; 
Check out their website for other great icons.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-683" title="easter-icons-full-preview" src="http://www.bluelimemedia.com/blog/wp-content/uploads/easter-icons-full-preview.jpg" alt="easter-icons-full-preview" width="83" height="95" />Just in time for Easter, <a href="http://icondock.com/">Icon Dock</a> has released a set of <a href="http://icondock.com/free/easter-bunny-icons">40 free icons</a> which you can use on your marketing material, blog, etc&#8230; </p>
<p>Check out <a href="http://icondock.com">their website</a> for other great icons.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluelimemedia.com/2009/03/06/free-easter-bunny-icons-at-icon-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
