<?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>Vancouver Web Design Agency - Kimbo Design Inc.</title>
	<atom:link href="http://www.kimbodesign.ca/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.kimbodesign.ca/blog</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 18:25:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Vancouver Web Design Company is ready for HTML 5</title>
		<link>http://www.kimbodesign.ca/blog/?p=503</link>
		<comments>http://www.kimbodesign.ca/blog/?p=503#comments</comments>
		<pubDate>Fri, 30 Jul 2010 18:12:38 +0000</pubDate>
		<dc:creator>Thanh Nguyen</dc:creator>
				<category><![CDATA[Custom Webdesign]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=503</guid>
		<description><![CDATA[What's new with HTML 5? The introduction of HTML 5 has created a whole new set of tags but have also deprecated others. It is going to make coding a lot easier for many web developers.]]></description>
			<content:encoded><![CDATA[<p>Here at KIMBO Design, every custom website that we design and develop for our clients is cross-browser compliant.  Before we officially launch any website, we test the site using these popular web browsers:<br />
</p>
<div style="padding-left:30px">
&bull; Internet Explorer 6<br />
&bull; Internet Explorer 7<br />
&bull; Internet Explorer 8<br />
&bull; Firefox<br />
&bull; Chrome<br />
&bull; Safari <br />
&bull; Opera
</div>
<p>
But now with the introduction of HTML 5, I am on the verge of removing Internet Explorer 6 from my list of test browsers. But I’m not ready to do that yet. I’m not going to complain about Internet Explorer 6 and how old it is, but rather, I’m going to talk about some exciting new features of the newly anticipated HTML 5. </p>
<p>Now, I know that the web browsers that I listed above, depending on which version, do not yet fully support HTML 5 but that is about to change with newer versions that are soon to be released. With the introduction of HTML 5, some really cool features have been implemented that will make my life a lot easier as a web developer.  </p>
<p>For example, with HTML 5, you can embed a video on a webpage without having to use a third-party plug-in such as Adobe Flash. All you need to do to embed a video on your web page is to add the <span style="font-family:'Courier New', Courier, monospace">&#60;video&#62;</span> tags. Similarly, you can embed an audio clip simply by adding the <span style="font-family:'Courier New', Courier, monospace">&#60;audio&#62;</span> tags. HTML 5 makes it easy to specify elements on a webpage and has introduced new tags that provide structure to a webpage.  A webpage coded in HTML 5 may look something like this:</p>
<div style="font-family:'Courier New', Courier, monospace">
&#60;body&#62;<br />
&nbsp;&#60;header&#62; &#46;&#46;&#46; &#60;/header&#62;<br />
&nbsp;&nbsp;&#60;nav&#62; &#46;&#46;&#46; &#60;/nav&#62;<br />
&nbsp;&nbsp;&nbsp;&#60;aside&#62; &#46;&#46;&#46; &#60;/aside&#62;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&#60;article&#62;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;section&#62;<br />
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;video&#62; &#46;&#46;&#46; &#60;/video&#62;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/section&#62;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&#60;/article&#62;<br />
&nbsp;&nbsp;&#60;footer&#62; &#46;&#46;&#46; &#60;/footer&#62;<br />
&#60;/body&#62;
</div>
<p>As you can see, we are no longer limited to just the &#60;head&#62; and &#60;body&#62; tags like we used in HTML 4. This also eliminates the need to use excessive &#60;div&#62; tags in our webpage code that may otherwise result in coding that is difficult to debug.</p>
<p>HTML 5 has also added new &#60;input&#62; types for the popular &#60;form&#62; tag. If you are a back-end coder, you will find these new input types very useful and client-side validation scripts will soon be a thing of the past. Some of these include but are not limited to:</p>
<div style="padding-left:30px">
&bull; date<br />
&bull; time<br />
&bull; number<br />
&bull; email<br />
&bull; url<br />
&bull; month<br />
&bull; week
</div>
<p>The nice thing about HTML 5 is that it is backwards compatible with HTML 4. With that said, however, there are some tags in HTML 5 that are no longer supported. Some tags that are no longer supported in HTML 5 include:</p>
<div style="padding-left:30px">
&#60;font&#62;<br />
&#60;basefont&#62;<br />
&#60;frame&#62;<br />
&#60;frameset&#62;<br />
&#60;noframes&#62;<br />
&#60;noscript&#62;<br />
&#60;u&#62;<br />
&#60;center&#62;
</div>
<p>So unless you are still designing websites using frames, there is nothing to be too concerned about because some of these tags have already been deprecated and some you can use CSS to achieve the same result.</p>
<p>Although HTML 5 is still in its infancy, web browsers such as those listed at the very first paragraph of this article are bound to be fully compatible with HTML 5 in the near future. Companies that create web authoring tools such as Adobe has released Dreamweaver CS5 and had already provided support for HTML 5 by offering the HTML5 Pack extension. One thing is certain is that HTML 5 will one day be the norm and KIMBO Design will be designing and developing websites for their clients here in Vancouver using the HTML 5 markup language.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=503</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to leverage the major social media sites in your marketing plan or campaigns</title>
		<link>http://www.kimbodesign.ca/blog/?p=477</link>
		<comments>http://www.kimbodesign.ca/blog/?p=477#comments</comments>
		<pubDate>Tue, 25 May 2010 02:05:13 +0000</pubDate>
		<dc:creator>Kim Pickett</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=477</guid>
		<description><![CDATA[Visual Representation Chart of the major uses of Social Media ]]></description>
			<content:encoded><![CDATA[<p><img id="__mce" class="alignnone size-full wp-image-488" title="social-media-campaign" src="http://www.kimbodesign.ca/blog/wp-content/uploads/social-media-campaign2.jpg" alt="" width="530" height="371" /></p>
<p>One of my graphic designers came to me with this great visual representation chart of  SMO marketing. This is great tool for explaining the how’s and why’s of social media. It is really amazing how the typical advertising budgets are now dedicating more than 50% to digital buys. “Branding” online is one of the most important tasks a marketer must think about when planning their entire marketing plan. When I think about a marketing cocktail, I always mix in a little more “social” than directed.</p>
<p><a href="http://www.kimbodesign.ca/blog/wp-content/uploads/social-media-capaign-kimbo-design.pdf" target="_blank">Social Media Visual Chart (PDF)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=477</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kimbo Design&#8217;s New Green Web Server</title>
		<link>http://www.kimbodesign.ca/blog/?p=472</link>
		<comments>http://www.kimbodesign.ca/blog/?p=472#comments</comments>
		<pubDate>Fri, 26 Feb 2010 19:37:46 +0000</pubDate>
		<dc:creator>Thanh Nguyen</dc:creator>
				<category><![CDATA[Green Design/Marketing]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=472</guid>
		<description><![CDATA[Have you ever thought about hosting your website on an eco-friendly web server? Well I have, after attending a workshop presented by the David Suzuki Foundation. ]]></description>
			<content:encoded><![CDATA[<p>After attending the workshop called Commitment to Sustainable Workplace Practices presented by one of the representatives from the David Suzuki Foundation, I was inspired to become more “Green” in the workplace. The workshop got me thinking into what I can do at my office to reduce my carbon footprint and become more environmentally-friendly. </p>
<p>Now, there is not much that I can do at my office that can further reduce my carbon footprint. I mean, I do turn off the lights and put my computer to sleep mode when I leave the office every night. But that’s pretty much all I can do. So I thought to myself….there has to be more that I can do to become more eco-friendly. </p>
<p>Well, there is one more thing that I can do to become more eco-friendly and that is choosing a more eco-friendly web hosting company. I have been designing websites for many years, but never once have I thought about choosing a web hosting company that is eco-friendly. </p>
<p>Now, you’re probably wondering, what exactly is an eco-friendly web hosting company? I’m not really an expert in this field but I can answer this question in one sentence: An eco-friendly web hosting company is like any other web hosting with the exception that they use some other means of powering their web servers that are both more energy-efficient and environmentally-friendly. That pretty much sums it up. That is what they call Green Web Hosting.</p>
<p>After many hours of researching and comparing several web hosting companies that offer green eco-friendly hosting, I decided that it was time for me to take action. I finally switched to a green eco-friendly web hosting company.</p>
<p>This means that the Kimbo Design website (the website that you are on right now) is being hosted on a certified green eco-friendly web server. Could you believe it?</p>
<p>I really think that other web hosting companies should make the move towards being more eco-friendly because if they don’t, in the future, web hosting may become a major energy waster considering the fact that an average web hosting company consume an enormous amount of electricity to power their data centers and web servers 24×7 365 days a year. </p>
<p>Now that we are hosting our website on a green eco-friendly server, I am proud to say that Kimbo Design Inc. has taken one more step towards reducing our carbon footprint and becoming more environmentally-friendly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=472</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kimbo Design gift giving recognizes sustainable design issues</title>
		<link>http://www.kimbodesign.ca/blog/?p=423</link>
		<comments>http://www.kimbodesign.ca/blog/?p=423#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:10:56 +0000</pubDate>
		<dc:creator>Kim Pickett</dc:creator>
				<category><![CDATA[Green Design/Marketing]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=423</guid>
		<description><![CDATA[Switching to sustainable design isn’t an option – it’s a necessity, a necessity that Kimbo Design recognizes and supports.]]></description>
			<content:encoded><![CDATA[<p>PRESS RELEASE &#8211; Switching to sustainable design isn’t an option – it’s a necessity, a necessity that Kimbo Design recognizes and supports. To show this support and promote the idea of sustainable design Kimbo Design sent out “not a paper cup” eco-friendly mugs as their annual gift to clients.</p>
<p>The “not a paper cup” mugs recognize the enormous amount of unnecessary waste sent to landfills each year from disposable paper cups.  The mugs allowed for Kimbo Design to voice their <a href="http://www.kimbodesign.ca/green-printing" mce_href="http://www.kimbodesign.ca/green-printing" target="_self">brand mission</a>, create awareness, and provide their clients with a unique alternative to their current daily not-so-friendly-paper cups.</p>
<p><img class="alignnone size-full wp-image-453" title="Green-Design-holiday-gift" src="http://www.kimbodesign.ca/blog/wp-content/uploads/Green-Design-holiday-gift2.jpg" mce_src="http://www.kimbodesign.ca/blog/wp-content/uploads/Green-Design-holiday-gift2.jpg" alt="" width="530" height="371" /></p>
<p>To reinforce their support for sustainable design even further Kimbo Design sent out matching eco-friendly pens and cards to accompany the mugs. The cards were printed on 100% post-consumer waste and explained Kimbo Designs dedication towards sustainability and the eco-friendly pens sent out were produced from renewable resources, are 35% biodegradable, and are refillable.</p>
<p>With these gifts Kimbo Design hopes to bring their clients understanding on how important sustainable design is, how their companies can benefit from becoming more sustainable, and how their choices can create a positive impact.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=423</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why Invest in Green Printing?</title>
		<link>http://www.kimbodesign.ca/blog/?p=344</link>
		<comments>http://www.kimbodesign.ca/blog/?p=344#comments</comments>
		<pubDate>Wed, 13 Jan 2010 18:15:52 +0000</pubDate>
		<dc:creator>Carla Trevisi</dc:creator>
				<category><![CDATA[Green Design/Marketing]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=344</guid>
		<description><![CDATA[<a href="http://www.noverrapartners.com/" target="_blank">Noverra Consulting &#038; Capital Partners</a> decide to print "green" business cards. Here's a brief overview of why printing green is so important. ]]></description>
			<content:encoded><![CDATA[<p>Hats off to <a href="http://www.noverrapartners.com/" target="_blank">Noverra Consulting &#038; Capital Partners</a> who have decided to use green printing for their new business cards, hopefully other businesses will follow in their lead! Besides the fact that businesses <em>should</em> make an effort to be more socially responsible consumers are also becoming more environmentally savvy  each day and now know that doing things the green way has become less optional and more necessary. Therefore, being a little more green can now give companies an advantage in the marketplace, as well as make them feel good about being more environmentally friendly. </p>
<p>Conventional printing is very harmful to the environment; it is common for virgin fiber to be printed on (paper made from brand new trees), designs and layouts don’t take waste into mind, inks with high Volatile Organic Compounds (VOCs) are used, printing facilities use non-renewable energy  (printing presses are major consumers of electricity), on top of all this, toxic solvents are used to clean the rollers and ink wells of conventional offset printing presses.</p>
<p>With green printing, post-consumer recycled (PCR) paper is used (or another sustainable fiber alternative), printing is done with low-VOC inks, vegetable-based inks, or soy inks, facilities are doing various things to clean up their carbon footprint, such as buying Verifiable Emissions Reductions (VERs), and facilities are also using more environmentally friendly methods for clean-up among making other changes.</p>
<p>All of these differences between green printing and conventional printing make a significant difference for the environment, they also show your business is socially responsible. Green printing is a good investment for everyone and we can only hope that soon it will become the standard.<br />
<br/><br />
<img src="http://www.kimbodesign.ca/blog/wp-content/uploads/noverra_2cards_blog1.jpg" alt="noverra_2cards_blog" title="noverra_2cards_blog" width="520" height="375" class="alignnone size-full wp-image-361"  style="border:1px solid #666666"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=344</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Objectified &#8211; Inspirational film about the importance of design and communication</title>
		<link>http://www.kimbodesign.ca/blog/?p=306</link>
		<comments>http://www.kimbodesign.ca/blog/?p=306#comments</comments>
		<pubDate>Thu, 07 Jan 2010 21:52:54 +0000</pubDate>
		<dc:creator>Carla Trevisi</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=306</guid>
		<description><![CDATA[If you like documentaries you’ll probably like Objectified, a documentary film by Gary Hustwit.  ]]></description>
			<content:encoded><![CDATA[<p>If you like documentaries you’ll probably like <a href="http://www.objectifiedfilm.com/" target="_blank">Objectified, a documentary film by Gary Hustwit.</a>  You don’t need to be a designer or need to care about design for it to affect your life and this film proves it (you also don&#8217;t necessarily need to be a designer to find this film interesting). <a href="http://www.objectifiedfilm.com/" target="_blank">Objectified,</a> analyzes what goes into design, its importance, and its role in everyday life.</p>
<p>The film focuses on the work behind industrial design and how users interact with objects, but the message is applicable to all design; be it graphic, interior, industrial, fashion, etc.  Everything is designed and many choices are made before a final product or result is achieved (hopefully smart choices that create improvements to make ones life better). Creativity that takes functionality and end product into consideration along with effective communication skills make an enormous difference with how well something works and how well it is liked by users.</p>
<p>Good design goes a long way and this film makes you realize just how much it is part of everyday life. As a designer I am constantly looking at what&#8217;s new, and what makes effective design/ communication, seeing this film was  inspiring and something that I felt was worth sharing.</p>
<p><object width="535" height="340"><param name="movie" value="http://www.youtube.com/v/S9E2D2PaIcI&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/S9E2D2PaIcI&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="535" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=306</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5 Reasons why you should use WordPress as a CMS</title>
		<link>http://www.kimbodesign.ca/blog/?p=96</link>
		<comments>http://www.kimbodesign.ca/blog/?p=96#comments</comments>
		<pubDate>Tue, 15 Dec 2009 00:30:48 +0000</pubDate>
		<dc:creator>Thanh Nguyen</dc:creator>
				<category><![CDATA[WordPress Development]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=96</guid>
		<description><![CDATA[WordPress is a CMS system that is so much fun to customize if you know how. Check out my latest article about why I think you should use WordPress as a Content Management System.]]></description>
			<content:encoded><![CDATA[<p>Being a web developer, it is so much fun customizing a WordPress theme. For those of you who don’t know what customizing a WordPress theme is, it is basically taking the default WordPress installation and modifying the CSS and other images so that it looks like the way you want it.</p>
<p>I have had the chance of tweaking many WordPress sites over the past few years and let me tell you, I have learned a lot of things. I have even modified and tweaked WordPress to use as a content management system (CMS). If you have ever used WordPress as a content management system, you would know what I mean. Here are the top 5 reasons why you should use WordPress as a CMS:</p>
<p><strong>1) WordPress has plenty of support</strong><br />
WordPress has a lot of online resources. If you ever get stuck on something, just search for the problem using your favourite search engine and most likely someone else has got the same problem before and is able to provide a solution. If that doesn’t work, you can try visiting the <a href="http://wordpress.org/support/" target="_blank">WordPress support forum</a>.</p>
<p><strong>2) WordPress has many plug-ins, widgets and themes</strong><br />
If you want to have a unique theme, a unique widget, a unique feature, or something else for your WordPress site, chances are that there is a plug-in, a widget, or a theme that does it. All you have to do is search for it, download it, install it, and then activate it. </p>
<p><strong>3) WordPress is highly customizable</strong><br />
Because WordPress is an Open Source project, you have the ability to “get inside” the code and modify it to do what you want it to do. You can even get your WordPress site to have the same look and feel as any website. Obviously, you would have to know how to program in order to do this.</p>
<p><strong>4) WordPress is very dynamic</strong><br />
Just remember that WordPress is PHP driven and is very dynamic. There are a lot of common files that allow you to make global changes quickly and easily. But there is a downside to that so be careful! If you modify some PHP code in your theme, make sure that the changes in your code does not “break” the other pages of your WordPress theme. </p>
<p><strong>5) WordPress is easy to migrate, import, and export</strong><br />
I have had the chance to import and export a WordPress database from one web hosting company to another using phpMyAdmin. The process was pretty easy. I was also able to import all posts and comments from Blogger to WordPress using the tools provided within WordPress itself.</p>
<p>Those are the top 5 reasons why I believe you should use WordPress as a CMS system. If you would like more information on how to use WordPress as a content management system, feel free to drop a comment. Or better yet, if you want me to create a content management for you using WordPress, <a href="http://www.kimbodesign.ca/contact.php">just let me know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=96</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Ways to make your business more eco-friendly</title>
		<link>http://www.kimbodesign.ca/blog/?p=32</link>
		<comments>http://www.kimbodesign.ca/blog/?p=32#comments</comments>
		<pubDate>Sat, 28 Nov 2009 07:56:00 +0000</pubDate>
		<dc:creator>Kim Pickett</dc:creator>
				<category><![CDATA[Green Design/Marketing]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=32</guid>
		<description><![CDATA[The average office employee uses 10,000 sheets of paper annually. Look for paper products with recycled content and use double-sided printing.]]></description>
			<content:encoded><![CDATA[<p><strong>1. Recycle &amp; Purchase Sustainable Products.<br />
</strong>The average office employee uses 10,000 sheets of paper annually. Look for paper products with recycled content and use double-sided printing.</p>
<p><strong>2. Say No to Junk Mail.<br />
</strong>It wastes valuable natural resources like trees, water, and energy. On average North American catalogue companies mail 17 billion catalogues annually – 59 for every man, woman and child.</p>
<p><strong>3. Power Down.<br />
</strong>Change your computer’s energy settings so that it automatically sleeps when not in use, and always turn your computer off at night. Desktop computers can cause 1,500 lb of CO2 per year; enabling sleep mode can reduce energy consumption by up to 70%.</p>
<p><strong>4. Reuse Ink Cartridges.<br />
</strong>Refill or purchase refilled cartridges. An average ink cartridge takes about 450 years to decompose in a landfill.</p>
<p><strong>5. Always use 100% recycled stock for all your marketing materials.<br />
</strong>When working with a graphic designer always ask for the most &#8220;green&#8221; option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=32</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kimbo Design sponsors Surfrider Foundation’s Event</title>
		<link>http://www.kimbodesign.ca/blog/?p=31</link>
		<comments>http://www.kimbodesign.ca/blog/?p=31#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:09:00 +0000</pubDate>
		<dc:creator>Carla Trevisi</dc:creator>
				<category><![CDATA[Green Design/Marketing]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=31</guid>
		<description><![CDATA[On Oct 22nd the public was invited to a screening of the film Addicted To Plastic by Ian Connacher which has won multiple documentary awards. The film was engaging and educational. ]]></description>
			<content:encoded><![CDATA[<p>On Oct 22nd the public was invited to a screening of the film <a href="http://www.crypticmoth.com/plastic.php">Addicted To Plastic</a> by Ian Connacher which has won multiple documentary awards. The film was engaging, educational, and most importantly shed light on the steps that can be taken to create change. Design and attitude being on the top of the list.</p>
<p>Design innovation can provide endless ways of lessening the impact we have on the environment and creating more environmentally friendly options. Consumers are also a big and important part of this change! If the consumers choose environmentally friendly products they are sending a message to big businesses, that their dollar makes an impact. The more businesses see that, the more they will change to keep up with what the public demands. <a href="http://www.kimbodesign.ca/">Kimbo Design</a> currently informs all of their clients about paper and material choices when working on a product design or on marketing projects. All of our vendors know our stance and mission when it comes to climate, and that we provide some innovative creative solutions to our clients.</p>
<p><a href="http://www.kimbodesign.ca/">Kimbo Design</a> was more than happy to dedicate their time recently to help out a non-profit organization with the event creative. <a href="http://www.surfridervancouver.org/">The Surfrider Foundation</a> is a non-profit grassroots organization dedicated to the protection and enjoyment of the world’s oceans, waves and beaches.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design for Sustainability</title>
		<link>http://www.kimbodesign.ca/blog/?p=30</link>
		<comments>http://www.kimbodesign.ca/blog/?p=30#comments</comments>
		<pubDate>Thu, 27 Aug 2009 22:11:00 +0000</pubDate>
		<dc:creator>Carla Trevisi</dc:creator>
				<category><![CDATA[Green Design/Marketing]]></category>

		<guid isPermaLink="false">http://www.kimbodesign.ca/blog/?p=30</guid>
		<description><![CDATA[This $8+ billion city is cutting-edge and a great example of the overall design and effect being considered first. We can only hope that it is a glimpse into what other cities of the future will try to achieve as well.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.citycenter.com/">CityCentre</a> (currently under construction) is located in Las Vegas and is designed to be its own city — A sustainable city. Keeping conservation in mind when designing the city and using some innovative technology and ideas the city will have a highly efficient water system, on-site energy generation for all the power the city needs, air conditioning system that minimize VOCs, and systems to increase/ encourage alternative forms of transportation (such as preferred parking for low-emitting or alternative fuel vehicles).</p>
<p>Besides being designed with sustainability in mind, <a href="http://www.citycenter.com/">CityCenter</a> will also populate the public spaces with one of the largest and most ambitious corporate art programs in the world to go along with the amazing architecture of the city.</p>
<p>This $8+ billion city is cutting-edge and a great example of the overall design and effect being considered first. We can only hope that it is a glimpse into what other cities of the future will try to achieve as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kimbodesign.ca/blog/?feed=rss2&amp;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
