<?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>One Fused Life &#187; Tips &amp; Tutorials</title>
	<atom:link href="http://onefusedlife.com/category/tips-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://onefusedlife.com</link>
	<description>One Fused Life, a blog discussing things like Design, Photography, Green Technology, Travel &#38; more! Lasha Krikheli blogs it all, fused into one place on the web. Enjoy!</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:06:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Custom Post Type &amp; Taxonomy Generators</title>
		<link>http://onefusedlife.com/2011/06/29/wordpress-custom-post-type-taxonomy-generators/</link>
		<comments>http://onefusedlife.com/2011/06/29/wordpress-custom-post-type-taxonomy-generators/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 22:11:19 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[Design & Code]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[custom post types]]></category>
		<category><![CDATA[custom taxonomies]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=1269</guid>
		<description><![CDATA[The launch of WordPress 3.0 skyrocketed the amount of tutorials available for creating Custom Post Types and Taxonomies. Anyone that has worked on highly-customized WordPress themes is familiar with the tedious process. Rest assured, the repetitiveness has been eased thanks to Themergency, a growing resource for WordPress plugins, tutorials and more. View the Custom Post [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2010/09/06/pro-tip-custom-wordpress-url-parameters/' rel='bookmark' title='Pro Tip: Custom WordPress URL Parameters'>Pro Tip: Custom WordPress URL Parameters</a></li>
<li><a href='http://onefusedlife.com/2010/08/22/using-wordpress-as-a-cms/' rel='bookmark' title='Using WordPress as a CMS'>Using WordPress as a CMS</a></li>
<li><a href='http://onefusedlife.com/2008/05/06/upgraded-to-wordpress-25-finally/' rel='bookmark' title='Upgraded to WordPress 2.5 (finally!)'>Upgraded to WordPress 2.5 (finally!)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="float: right;" title="WordPress Logo" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/05/wordpress_logo.gif" alt="WordPress Logo" width="130" height="130" />The launch of WordPress 3.0 skyrocketed the amount of tutorials available for creating Custom Post Types and Taxonomies. Anyone that has worked on highly-customized WordPress themes is familiar with the tedious process. Rest assured, the repetitiveness has been eased thanks to Themergency, a growing resource for WordPress plugins, tutorials and more.</p>
<h3><a href="http://themergency.com/generators/" target="_blank">View the Custom Post Type &amp; Taxonomy generators!</a></h3>
<p>Enormous credit must also be handed to Brad Williams, the creator of the <a href="http://wordpress.org/extend/plugins/custom-post-type-ui/" target="_blank">Custom Post Type UI plugin</a>, which has been around for quite some time. This plugin automatically takes care of the code without you having to copy and paste generated data into the functions.php file.</p>
<p>Happy theming!</p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2010/09/06/pro-tip-custom-wordpress-url-parameters/' rel='bookmark' title='Pro Tip: Custom WordPress URL Parameters'>Pro Tip: Custom WordPress URL Parameters</a></li>
<li><a href='http://onefusedlife.com/2010/08/22/using-wordpress-as-a-cms/' rel='bookmark' title='Using WordPress as a CMS'>Using WordPress as a CMS</a></li>
<li><a href='http://onefusedlife.com/2008/05/06/upgraded-to-wordpress-25-finally/' rel='bookmark' title='Upgraded to WordPress 2.5 (finally!)'>Upgraded to WordPress 2.5 (finally!)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2011/06/29/wordpress-custom-post-type-taxonomy-generators/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial: Clear textbox with onClick &amp; onBlur</title>
		<link>http://onefusedlife.com/2010/11/29/tutorial-clear-textbox-with-onclick-onblur/</link>
		<comments>http://onefusedlife.com/2010/11/29/tutorial-clear-textbox-with-onclick-onblur/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 02:38:51 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[input field]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[text field]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=1130</guid>
		<description><![CDATA[When somebody clicks a search box, you expect the default text to clear away. If they click away without typing anything, the default text should return. Typical behavior, right? Here's how it's done: 1 &#60;input type=&#34;text&#34; value=&#34;Search...&#34; onclick=&#34;if(this.value=='Search...'){this.value=''}&#34; onblur=&#34;if(this.value==''){this.value='Search...'}&#34;&#62; Steps + Explanation Locate your standard input/search field Insert the following into the input tag: onclick="if(this.value=='Search...'){this.value=''}" [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2008/03/12/photoshop-tutorial-reflective-metallic-text/' rel='bookmark' title='Photoshop Tutorial: Reflective Metallic Text'>Photoshop Tutorial: Reflective Metallic Text</a></li>
<li><a href='http://onefusedlife.com/2008/05/08/photoshop-tutorial-fancy-text-shadow-reflection/' rel='bookmark' title='Photoshop Tutorial: Fancy Text Shadow &amp; Reflection'>Photoshop Tutorial: Fancy Text Shadow &#038; Reflection</a></li>
<li><a href='http://onefusedlife.com/2008/07/25/photoshop-tutorial-fox-news-logo/' rel='bookmark' title='Photoshop Tutorial: Fox News Logo'>Photoshop Tutorial: Fox News Logo</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When somebody clicks a search box, you expect the default text to clear away. If they click away without typing anything, the default text should return. Typical behavior, right? Here's how it's done:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text&quot;</span> value<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;Search...&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;if(this.value=='Search...'){this.value=''}&quot;</span> <span style="color: #000066;">onblur</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;if(this.value==''){this.value='Search...'}&quot;</span><span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p><strong>Steps + Explanation</strong></p>
<ol>
<li>Locate your standard input/search field</li>
<li>Insert the following into the input tag:<br />
onclick="if(this.value=='Search...'){this.value=''}"<br />
This is responsible for clearing textbox when someone clicks in it.</li>
<li>Insert the following into the input tag:<br />
onblur="if(this.value==''){this.value='Search...'}"<br />
This is responsible for resetting the default text if it was left blank.</li>
</ol>
<p>So, with some super-basic JavaScript, you can achieve this tiny detail that makes a world of a difference in the world of Interaction Design. <strong>Note:</strong> Don't forget to change "Search..." to your own value!</p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2008/03/12/photoshop-tutorial-reflective-metallic-text/' rel='bookmark' title='Photoshop Tutorial: Reflective Metallic Text'>Photoshop Tutorial: Reflective Metallic Text</a></li>
<li><a href='http://onefusedlife.com/2008/05/08/photoshop-tutorial-fancy-text-shadow-reflection/' rel='bookmark' title='Photoshop Tutorial: Fancy Text Shadow &amp; Reflection'>Photoshop Tutorial: Fancy Text Shadow &#038; Reflection</a></li>
<li><a href='http://onefusedlife.com/2008/07/25/photoshop-tutorial-fox-news-logo/' rel='bookmark' title='Photoshop Tutorial: Fox News Logo'>Photoshop Tutorial: Fox News Logo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2010/11/29/tutorial-clear-textbox-with-onclick-onblur/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Pro Tip: Custom WordPress URL Parameters</title>
		<link>http://onefusedlife.com/2010/09/06/pro-tip-custom-wordpress-url-parameters/</link>
		<comments>http://onefusedlife.com/2010/09/06/pro-tip-custom-wordpress-url-parameters/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 10:41:10 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[Design & Code]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=1089</guid>
		<description><![CDATA[Passing parameters in the URL within WordPress Page Template such as "website.com/page/?name=Lasha&#38;version=214" is generally OK, but be aware! If you use a parameter such as "year" in the URL, it will overwrite WordPress' own "year" variable (if you have pretty URLs enabled) and throw a 404! How did I learn this? I wrote some PHP [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2011/06/29/wordpress-custom-post-type-taxonomy-generators/' rel='bookmark' title='WordPress Custom Post Type &amp; Taxonomy Generators'>WordPress Custom Post Type &#038; Taxonomy Generators</a></li>
<li><a href='http://onefusedlife.com/2010/08/22/using-wordpress-as-a-cms/' rel='bookmark' title='Using WordPress as a CMS'>Using WordPress as a CMS</a></li>
<li><a href='http://onefusedlife.com/2008/05/06/upgraded-to-wordpress-25-finally/' rel='bookmark' title='Upgraded to WordPress 2.5 (finally!)'>Upgraded to WordPress 2.5 (finally!)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="float: right;" title="WordPress Logo" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/05/wordpress_logo.gif" alt="WordPress Logo" width="130" height="130" />Passing parameters in the URL within <a href="http://codex.wordpress.org/Pages">WordPress Page Template</a> such as "website.com/page/?name=Lasha&amp;version=214" is generally OK, but be aware! If you use a parameter such as "year" in the URL, it will overwrite WordPress' own "year" variable (if you have pretty URLs enabled) and throw a 404! How did I learn this?</p>
<p>I wrote some PHP code within a Page Template that retrieved data from a custom database by passing parameters through the URL, using the $_GET method. One of my parameters was "year=2010", and I kept getting 404s until I changed it to "fiscalyear" where it no longer interfered with the mod_rewrite rules.</p>
<p>I hope this saves you the headache it caused me when writing custom PHP code within WordPress! <img src='http://onefusedlife.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2011/06/29/wordpress-custom-post-type-taxonomy-generators/' rel='bookmark' title='WordPress Custom Post Type &amp; Taxonomy Generators'>WordPress Custom Post Type &#038; Taxonomy Generators</a></li>
<li><a href='http://onefusedlife.com/2010/08/22/using-wordpress-as-a-cms/' rel='bookmark' title='Using WordPress as a CMS'>Using WordPress as a CMS</a></li>
<li><a href='http://onefusedlife.com/2008/05/06/upgraded-to-wordpress-25-finally/' rel='bookmark' title='Upgraded to WordPress 2.5 (finally!)'>Upgraded to WordPress 2.5 (finally!)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2010/09/06/pro-tip-custom-wordpress-url-parameters/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Design Tip of the Day 04: Work in a new medium</title>
		<link>http://onefusedlife.com/2009/12/12/design-tip-of-the-day-04-work-in-a-new-medium/</link>
		<comments>http://onefusedlife.com/2009/12/12/design-tip-of-the-day-04-work-in-a-new-medium/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 09:37:49 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[Design & Code]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=890</guid>
		<description><![CDATA[If you work only on the web, learn about print design and production. If you work only in print, learn the basics of web design &#38; development. Expanding your skills will up your competitive level in a market that has become overly saturated with basic talent. One cannot express how important it is to design [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2009/07/21/design-tip-of-the-day-03-collect-inspiration/' rel='bookmark' title='Design Tip of the Day 03: Collect Inspiration'>Design Tip of the Day 03: Collect Inspiration</a></li>
<li><a href='http://onefusedlife.com/2009/04/08/design-tip-of-the-day-02-learn-the-techniques/' rel='bookmark' title='Design Tip of the Day 02: Learn the techniques'>Design Tip of the Day 02: Learn the techniques</a></li>
<li><a href='http://onefusedlife.com/2008/12/23/design-tip-of-the-day-01-visit-the-book-store/' rel='bookmark' title='Design Tip of the Day 01: Visit the book store!'>Design Tip of the Day 01: Visit the book store!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you work only on the web, learn about print design and production. If you work only in print, learn the basics of web design &amp; development. Expanding your skills will up your competitive level in a market that has become overly saturated with basic talent.</p>
<p>One cannot express how important it is to design for the web. The web has become an instant phenomenon that is being quickly taken over by the big dogs of the media world. Methods of content consumption based on the Internet are multiplying faster than any other form of media in the past.</p>
<p>First there was the Amazon Kindle, and now we have the Android-based Nook eBook reader. Rumors about Apple releasing a Tablet of their own are flying around like aimless torpedoes. If you were to ask me, Apple is definitely planning something, and it'll probably be a huge hit.</p>
<p>To put it simply, the world is changing very quickly. If we fail to keep up to date with what's happening, our jobs will leave us for someone else. Stay open minded and read a lot of design blogs. See what people are raving about so that you can contribute in your own way. Don't forget to <a href="http://onefusedlife.com/2009/07/21/design-tip-of-the-day-03-collect-inspiration/">collect inspiration</a> along your journey.</p>
<p>PS.  Print is not dead. As long as creativity isn't lost, it will continue to be a dominant form of media, regardless of the changes it goes through.</p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2009/07/21/design-tip-of-the-day-03-collect-inspiration/' rel='bookmark' title='Design Tip of the Day 03: Collect Inspiration'>Design Tip of the Day 03: Collect Inspiration</a></li>
<li><a href='http://onefusedlife.com/2009/04/08/design-tip-of-the-day-02-learn-the-techniques/' rel='bookmark' title='Design Tip of the Day 02: Learn the techniques'>Design Tip of the Day 02: Learn the techniques</a></li>
<li><a href='http://onefusedlife.com/2008/12/23/design-tip-of-the-day-01-visit-the-book-store/' rel='bookmark' title='Design Tip of the Day 01: Visit the book store!'>Design Tip of the Day 01: Visit the book store!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2009/12/12/design-tip-of-the-day-04-work-in-a-new-medium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Tip of the Day 03: Collect Inspiration</title>
		<link>http://onefusedlife.com/2009/07/21/design-tip-of-the-day-03-collect-inspiration/</link>
		<comments>http://onefusedlife.com/2009/07/21/design-tip-of-the-day-03-collect-inspiration/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 07:55:52 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=816</guid>
		<description><![CDATA[Design is something that lives off the thoughts and ideas we develop from a multitude of inspirational sources. These sources include but are not limited to nature, product design, print materials, motion special effects, and so forth. Whether you're into web design, print design, or both, collecting and storing inspirational pieces of work are essential. [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2009/04/08/design-tip-of-the-day-02-learn-the-techniques/' rel='bookmark' title='Design Tip of the Day 02: Learn the techniques'>Design Tip of the Day 02: Learn the techniques</a></li>
<li><a href='http://onefusedlife.com/2009/12/12/design-tip-of-the-day-04-work-in-a-new-medium/' rel='bookmark' title='Design Tip of the Day 04: Work in a new medium'>Design Tip of the Day 04: Work in a new medium</a></li>
<li><a href='http://onefusedlife.com/2008/02/07/design-school-prestigious-vs-not-so-much-part-1/' rel='bookmark' title='Design School &#8211; Prestigious vs. Not So Much, Part 1'>Design School &#8211; Prestigious vs. Not So Much, Part 1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Design is something that lives off the thoughts and ideas we develop from a multitude of inspirational sources. These sources include but are not limited to nature, product design, print materials, motion special effects, and so forth.</p>
<p>Whether you're into web design, print design, or both, collecting and storing inspirational pieces of work are essential. Browser bookmarks can be used to save website links for future gazing, while print samples can be stored inside a folder/drawer for easy access.</p>
<p>Some may look at this as cheating and being unoriginal, but design it is all about forming new ideas from the things we like and the things that inspire us. Some of the most creative works out in the wild have clear representations of where the concept and visual execution  ideas came from.</p>
<p>Bonus Tip: If you have a camera phone, use it to capture inspiration. It's fast, and easier to store than having a physical sample. Have a digital folder for storing all the snapshots.</p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2009/04/08/design-tip-of-the-day-02-learn-the-techniques/' rel='bookmark' title='Design Tip of the Day 02: Learn the techniques'>Design Tip of the Day 02: Learn the techniques</a></li>
<li><a href='http://onefusedlife.com/2009/12/12/design-tip-of-the-day-04-work-in-a-new-medium/' rel='bookmark' title='Design Tip of the Day 04: Work in a new medium'>Design Tip of the Day 04: Work in a new medium</a></li>
<li><a href='http://onefusedlife.com/2008/02/07/design-school-prestigious-vs-not-so-much-part-1/' rel='bookmark' title='Design School &#8211; Prestigious vs. Not So Much, Part 1'>Design School &#8211; Prestigious vs. Not So Much, Part 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2009/07/21/design-tip-of-the-day-03-collect-inspiration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Design Tip of the Day 01: Visit the book store!</title>
		<link>http://onefusedlife.com/2008/12/23/design-tip-of-the-day-01-visit-the-book-store/</link>
		<comments>http://onefusedlife.com/2008/12/23/design-tip-of-the-day-01-visit-the-book-store/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 07:36:10 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[Design & Code]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=605</guid>
		<description><![CDATA[If you are an aspiring designer of any kind, you should know that a book store is one of the most valuable sources of inspiration, ideas, and knowledge. Of course, depending on your location, it may be hard to come by a shop with a good collection of design publications. I pay a visit to [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2009/07/21/design-tip-of-the-day-03-collect-inspiration/' rel='bookmark' title='Design Tip of the Day 03: Collect Inspiration'>Design Tip of the Day 03: Collect Inspiration</a></li>
<li><a href='http://onefusedlife.com/2008/03/10/book-review-humble-masterpieces-everyday-marvels-of-design-2/' rel='bookmark' title='Book Review: Humble Masterpieces, Everyday Marvels of Design'>Book Review: Humble Masterpieces, Everyday Marvels of Design</a></li>
<li><a href='http://onefusedlife.com/2009/12/12/design-tip-of-the-day-04-work-in-a-new-medium/' rel='bookmark' title='Design Tip of the Day 04: Work in a new medium'>Design Tip of the Day 04: Work in a new medium</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you are an aspiring designer of any kind, you should know that a book store is one of the most valuable sources of inspiration, ideas, and knowledge. Of course, depending on your location, it may be hard to come by a shop with a good collection of design publications.</p>
<p>I pay a visit to my local Barnes &amp; Noble store every week, spending a minimum of 1 hour on reading, learning, and broadening my creative outlook. There are magazines for Web Designers and Developers, Advanced Photoshop Users, and Photographers, all of which contain tutorials, interviews, tips, and so forth.</p>
<p>One may think "why visit a book store when I can browse the entire internet for creative inspiration?" Well, to put it simply, there is a lot of garbage out there on the internet. When you're reading trusted publications that have been in the business for years, you're more likely to gain valuable knowledge.</p>
<p>Helpful links: (continue reading...)<span id="more-605"></span></p>
<ul>
<li><a href="http://books.barnesandnoble.com/search/results.aspx?WRD=graphic+design" target="_blank">Barnes &amp; Noble: Graphic Design</a></li>
<li><a href="http://www.borders.com/online/store/SearchResults?keyword=logo+design&amp;type=1&amp;simple=1" target="_blank">Borders: Logo Design</a></li>
<li><a href="http://bestwebgallery.com/" target="_blank">Best Web Gallery</a></li>
<li><a href="http://faveup.com/" target="_blank">FAVEUP - Design Inspiration Gallery</a></li>
<li><a href="http://www.smashingmagazine.com/2008/06/02/beautiful-and-expressive-packaging-design/" target="_blank">Smashing Magazine: Amazing Package Design</a></li>
</ul>
<p>I hope you enjoy checking out (and bookmarking) these websites. This post is supposed to be about books, but digital sources are inevitable. Stay creative, stay inspired, keep designing.</p>
<p>I am interested to know what sources motivate and inspire you, so please share in the comments below! Thank you. <img src='http://onefusedlife.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2009/07/21/design-tip-of-the-day-03-collect-inspiration/' rel='bookmark' title='Design Tip of the Day 03: Collect Inspiration'>Design Tip of the Day 03: Collect Inspiration</a></li>
<li><a href='http://onefusedlife.com/2008/03/10/book-review-humble-masterpieces-everyday-marvels-of-design-2/' rel='bookmark' title='Book Review: Humble Masterpieces, Everyday Marvels of Design'>Book Review: Humble Masterpieces, Everyday Marvels of Design</a></li>
<li><a href='http://onefusedlife.com/2009/12/12/design-tip-of-the-day-04-work-in-a-new-medium/' rel='bookmark' title='Design Tip of the Day 04: Work in a new medium'>Design Tip of the Day 04: Work in a new medium</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2008/12/23/design-tip-of-the-day-01-visit-the-book-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Easy Steps to be Green at Home</title>
		<link>http://onefusedlife.com/2008/09/07/5-easy-steps-to-be-green-at-home/</link>
		<comments>http://onefusedlife.com/2008/09/07/5-easy-steps-to-be-green-at-home/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 04:33:18 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[Green & Environment]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[global warming]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=341</guid>
		<description><![CDATA[If you're serious about going green, here are some easy steps you can take to make it happen. Yes, installing Fluorescent bulbs throughout the home and driving a hybrid can do a lot, but some of these you may not have thought of. Hitting the right water temperature: Things like taking a shower, brushing your [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2008/05/11/easy-steps-to-public-speaking/' rel='bookmark' title='Easy Steps to Public Speaking'>Easy Steps to Public Speaking</a></li>
<li><a href='http://onefusedlife.com/2008/06/19/teaching-our-kids-to-be-green/' rel='bookmark' title='Teaching Our Kids to be Green!'>Teaching Our Kids to be Green!</a></li>
<li><a href='http://onefusedlife.com/2008/07/29/dell-joins-the-green-route-with-studio-hybrid-series/' rel='bookmark' title='Dell Joins the Green Route with Studio Hybrid Series'>Dell Joins the Green Route with Studio Hybrid Series</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you're serious about going green, here are some easy steps you can take to make it happen. Yes, installing Fluorescent bulbs throughout the home and driving a hybrid can do a lot, but some of these you may not have thought of.</p>
<ol>
<li><strong>Hitting the right water temperature:</strong> Things like taking a shower, brushing your teeth, washing dishes, and so forth require a lot of water. Of course, we all love the soothing hot water as we bathe, but a nice warm temperature does just fine. Avoiding hot temperatures takes it easy on the boiler, which results in a smaller oil bill. This may not be the case for apartment dwellers, but taking it easy on the building's boiler can help on overall energy consumption (tell the neighbors!).<br />
<strong>Sub-Tip:</strong> You jump in the shower and turn the hot and cold water knobs to steady flow. The temperature is too cold, so what do you do? Instead of ADDING more hot water, try lessening the amount of cool water flow. This will save water, and the amount of heat generated by the boiler.</li>
<li><strong>Shut off and unplug:</strong> Done charging something? Unplug it. Not using computer speakers? Shut them off. Putting the computer to sleep? Shut it down. Don't charge something unless it needs charging. On top of that, keep chargers unplugged since they use up energy even though nothing is charging. Easy solution to most problems: A power strip/surge protect, something you should already have. Sleep/Stand-by mode still wastes energy, don't do it!</li>
<li><strong>Saving those plastic bags!</strong> Whenever you get plastic bags, save them! You never know what you can use them for. Yes, they make great garbage bags but they're terrible for the environment. Instead, try <a href="http://www.amazon.com/dp/B000E39P9U?tag=reallynatural-20&amp;link_code=as3&amp;creativeASIN=B000E39P9U&amp;creative=373489&amp;camp=211189" target="_blank">BioBags</a>! For things like groceries and general carry-around stuff, cloth bags work best. <a href="http://www.amazon.com/Toppers-Boat-Tote-Reusable-Grocery/dp/B000VPT71W/ref=sr_1_5?ie=UTF8&amp;s=home-garden&amp;qid=1220752599&amp;sr=1-5" target="_blank">They can be found everywhere</a> for cheap prices so don't go saying they're too much or they're hard to find.<span id="more-341"></span></li>
<li><strong>Appliance Etiquette:</strong> Avoid paper towels for drying/cleaning things - Instead, use a cloth towel. Make sure you're using Energy Star compliant appliances; dishwasher, microwave, refrigerator, air conditioner, etc. If not, ensure future purchases to be efficient as possible. Saving the planet AND your energy bill is a great feeling! <strong>Specifics:</strong> 1) Shut off A/C when no one is home. 2) Lower fridge cooling levels by a notch or two when possible. 3) Replace all filters as directed by the manufacturer - dirty filters decrease efficiency and increase energy consumption.</li>
<li><strong>Great Resources:</strong> Visit these websites for all the information about being green and environmentally friendly: Some of these are great blogs, organizations, retailers, and people who want to make a difference. Join in and have a blast!
<ul>
<li><a href="http://www.wecansolveit.org/" target="_blank">WeCanSolveIt.org</a></li>
<li><a href="http://earth911.org/" target="_blank">Earth911.org</a></li>
<li><a href="http://www.greenhomeguide.com/" target="_blank">GreenHomeGuide.com</a></li>
<li><a href="http://www.autobloggreen.com/" target="_blank">AutoBlogGreen.com</a></li>
<li><a href="http://www.inhabitat.com/" target="_blank">Inhabitat.com</a></li>
<li><a href="http://www.greendaily.com/" target="_blank">GreenDaily.com</a></li>
<li><a href="http://www.ecogeek.org/" target="_blank">EcoGeek.org</a></li>
<li><a href="http://www.evo.com/" target="_blank">Evo.com</a> (Eco-friendly products, services, and information)</li>
<li><a href="http://www.methodhome.com/" target="_blank">MethodHome.com</a> (Eco-friendly online store)</li>
</ul>
</li>
</ol>
<p>I hope you enjoy these websites as much as I do. Learning about all the different things that are being done is great! Dare I say it? Yes. Help fight the destruction of our planet!</p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2008/05/11/easy-steps-to-public-speaking/' rel='bookmark' title='Easy Steps to Public Speaking'>Easy Steps to Public Speaking</a></li>
<li><a href='http://onefusedlife.com/2008/06/19/teaching-our-kids-to-be-green/' rel='bookmark' title='Teaching Our Kids to be Green!'>Teaching Our Kids to be Green!</a></li>
<li><a href='http://onefusedlife.com/2008/07/29/dell-joins-the-green-route-with-studio-hybrid-series/' rel='bookmark' title='Dell Joins the Green Route with Studio Hybrid Series'>Dell Joins the Green Route with Studio Hybrid Series</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2008/09/07/5-easy-steps-to-be-green-at-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Tutorial: Fox News Logo</title>
		<link>http://onefusedlife.com/2008/07/25/photoshop-tutorial-fox-news-logo/</link>
		<comments>http://onefusedlife.com/2008/07/25/photoshop-tutorial-fox-news-logo/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 17:40:55 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[Design & Code]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[fox 5]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[photoshop tutorials]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=197</guid>
		<description><![CDATA[Here is a tutorial showing how to recreate the world famous Fox News logo. A Google search for the Fox News logo gave poor results so I figured I'd show you how to make one yourself. The techniques in this tutorial can be applied to many other tasks throughout the suite of Adobe applications. View [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2008/03/12/photoshop-tutorial-reflective-metallic-text/' rel='bookmark' title='Photoshop Tutorial: Reflective Metallic Text'>Photoshop Tutorial: Reflective Metallic Text</a></li>
<li><a href='http://onefusedlife.com/2008/05/08/photoshop-tutorial-fancy-text-shadow-reflection/' rel='bookmark' title='Photoshop Tutorial: Fancy Text Shadow &amp; Reflection'>Photoshop Tutorial: Fancy Text Shadow &#038; Reflection</a></li>
<li><a href='http://onefusedlife.com/2008/02/20/photoshop-tips-tutorials-on-its-way/' rel='bookmark' title='Photoshop Tips &amp; Tutorials &#8211; On its way!'>Photoshop Tips &#038; Tutorials &#8211; On its way!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="float: right;" title="Fox News Logo" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_preview.gif" alt="Fox News Logo Preview" width="89" height="89" />Here is a tutorial showing how to recreate the world famous Fox News logo. A Google search for the Fox News logo gave poor results so I figured I'd show you how to make one yourself. The techniques in this tutorial can be applied to many other tasks throughout the suite of Adobe applications.</p>
<p>View the tutorial after the jump!<span id="more-197"></span></p>
<p>Before beginning, I should mention to you that you don't have to follow the directions exactly as written. The power of Photoshop is unveiled through experimenting and trying out different ways of doing things.</p>
<p>1) First I open a blank document with the following dimensions: Height of 175px and Width of 275px. You can name it whatever you want. In my case, it's fox5logo.psd.</p>
<p>2) I started by creating 3 different box shapes to set the foundation of the logo. Using the Rectangle Tool (Key: U), draw a light colored vertical rectangle in the middle (the biggest one). Once that's done, draw two more boxes in a darker color on top and on the bottom of the main rectangle.</p>
<p style="text-align: center;"><img class="size-full wp-image-198 aligncenter" title="Fox 5 Logo - Step 1" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step1.gif" alt="Fox 5 Logo - Step 1" width="175" height="275" /></p>
<p>Note: Make the box on the top a little bigger than the one on the bottom. We will fix larger text inside the box on the top.</p>
<p>3) Now select the layer for the top box. Go to the Blending Options of this layer by right clicking the layer and selecting Blending Options. Select the Gradient Overlay in the window that pops up and enter the following settings:</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step3_1.gif"><img class="size-medium wp-image-211" style="border: 0pt none;" title="Fox 5 Logo Step 3" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step3_1-300x228.gif" alt="Fox 5 Logo Step 3" width="210" height="160" /></a> <a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step3_2.gif"><img class="size-medium wp-image-213" style="border: 0pt none;" title="Fox 5 Logo Step 3" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step3_2-285x300.gif" alt="Fox 5 Logo Step 3" width="171" height="180" /></a></p>
<p style="text-align: left;">Colors used for gradient: The darker red is #a00404 and the lighter red in the middle is #e60000.</p>
<p style="text-align: left;">4) In this step, we will decorate the middle box with a gradient and an inner shadow. Go to the Blending Options menu of this layer and apply the following settings:</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step4_1.gif"><img class="size-medium wp-image-219 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 4" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step4_1-300x228.gif" alt="Fox 5 Logo Step 4" width="300" height="228" /></a></p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step4_2.gif"><img class="size-medium wp-image-220 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 4" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step4_2-300x197.gif" alt="Fox 5 Logo Step 4" width="300" height="197" /></a></p>
<p style="text-align: left;">So far, you should have something like this: (If you don't, contact me for help!)</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step4_sample.gif"><img class="size-full wp-image-221 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 4 Sample" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step4_sample.gif" alt="Fox 5 Logo Step 4 Sample" width="174" height="275" /></a></p>
<p>5) Now we will create the base which the big number "5" will rest on. Create a new blank layer on top of the middle box and name it "base". Select the Polygonal Lasso Tool (Key: L) and draw a shape that looks like this:</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step5_1.gif"><img class="size-full wp-image-222 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 5" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step5_1.gif" alt="Fox 5 Logo Step 5" width="189" height="312" /></a></p>
<p style="text-align: left;">Fill the selection with a solid color (Edit &gt; Fill... &gt; Press OK). Then deselect the slection (Select &gt; Deselect). Access the Blending Options of this layer and create a Gradient Overlay with the following options:</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step5_2.gif"><img class="size-medium wp-image-223 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 5" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step5_2-300x229.gif" alt="Fox 5 Logo Step 5" width="180" height="137" /></a> <a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step5_3.gif"><img class="size-medium wp-image-224 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 5" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step5_3-285x300.gif" alt="Fox 5 Logo Step 5" width="171" height="180" /></a></p>
<p style="text-align: left;">6) Now that we have the base of "5" completed, we can create the light beams in the background. To do so, create a new blank layer on top of the base layer and name is "light beams." Use the Polygonal Lasso tool (Key: L) to draw the two light beams on the left side of the logo, like this:</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step6_1.gif"><img class="size-full wp-image-238 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 6" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step6_1.gif" alt="Fox 5 Logo Step 6" width="174" height="262" /></a></p>
<p style="text-align: left;">Note: Once you make the selections for the beams, fill them with white color.<br />
Hint: In order to draw two separate shapes after another, hold down the SHIFT key after completing the first shape selection and you will see the Polygonal Lasso with a + sign to make additional selections.</p>
<p style="text-align: left;">Use a fairly large soft eraser (125px with 0 Hardness) to erase the upper portions of the beams in order to make it look like a fade. For intermediate users: If you're familiar with masking, apply a Quick Mask to this layer and use a large black soft brush (125px with 0 Hardness) to hide away the upper portion of the beams with a fade. Then drop the Opacity of the layer to around 25% or whatever looks right to you. This is what you should have so far:</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step6_2.gif"><img class="size-full wp-image-239 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 6" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step6_2.gif" alt="Fox 5 Logo Step 6" width="174" height="262" /></a></p>
<p style="text-align: left;">Once you complete the beams on one side, duplicate the "light beams" layer and flip it horizontally (Edit &gt; Transform  &gt; Flip Horizontally). Then move the layer to the right side as if they were reflected, like this:</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step6_3.gif"><img class="size-full wp-image-240 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 6" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step6_3.gif" alt="Fox 5 Logo Step 6" width="174" height="262" /></a></p>
<p style="text-align: left;">7) Now here comes the easy part; The text. You're going to need a very thick font for this. I used Verdana set in Bold and it worked like a charm. Use your visual judgment to create the text proportionate to what you see in the final result. NOTE: Make sure these text layers are created above all the other layers.</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_1.gif"><img class="size-full wp-image-241 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 7" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_1.gif" alt="Fox 5 Logo Step 7" width="174" height="262" /></a></p>
<p style="text-align: left;">Now to make the text look fancy, we will apply a simple Drop Shadow and Gradient Overlay in the Blending Options with the follow settings:</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_2.gif"><img class="size-thumbnail wp-image-243" style="border: 0pt none;" title="Fox 5 Logo Step 7" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_2-150x150.gif" alt="Fox 5 Logo Step 7" width="90" height="90" /></a> <a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_3.gif"><img class="size-thumbnail wp-image-244" style="border: 0pt none;" title="Fox 5 Logo Step 7" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_3-150x150.gif" alt="Fox 5 Logo Step 7" width="90" height="90" /></a> <a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_4.gif"><img class="size-thumbnail wp-image-245" style="border: 0pt none;" title="Fox 5 Logo Step 7" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_4-150x150.gif" alt="Fox 5 Logo Step 7" width="90" height="90" /></a></p>
<p style="text-align: left;">Note: You're not limited to what settings you can apply to the text. Use your imagination and go crazy! (not too crazy, though.) Here's the result after playing around with the Blending Options. Nice and simple:</p>
<p style="text-align: center;"><a href="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_final.gif"><img class="size-full wp-image-246 aligncenter" style="border: 0pt none;" title="Fox 5 Logo Step 7 Final" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/07/fox5logo_step7_final.gif" alt="Fox 5 Logo Step 7 Final" width="174" height="262" /></a></p>
<p style="text-align: left;">That's it! Simple as that.</p>
<p style="text-align: left;">If you have any questions or trouble with the tutorial, I invite you ask away in the comments section below. Chance are, you're not the only one with the problem. I'll be glad to help anyone! Thank you!</p>
<p style="text-align: left;"><strong>Disclaimer:</strong> I am in no way affiliated with Fox News and the Fox News logo is copyright to the respective owner(s). This tutorial was written solely for educational purposes and the enhancement of people's Photoshop skills.</p>
<p><script type="text/javascript" src="http://rate.pslover.com/pslover.js"></script></p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2008/03/12/photoshop-tutorial-reflective-metallic-text/' rel='bookmark' title='Photoshop Tutorial: Reflective Metallic Text'>Photoshop Tutorial: Reflective Metallic Text</a></li>
<li><a href='http://onefusedlife.com/2008/05/08/photoshop-tutorial-fancy-text-shadow-reflection/' rel='bookmark' title='Photoshop Tutorial: Fancy Text Shadow &amp; Reflection'>Photoshop Tutorial: Fancy Text Shadow &#038; Reflection</a></li>
<li><a href='http://onefusedlife.com/2008/02/20/photoshop-tips-tutorials-on-its-way/' rel='bookmark' title='Photoshop Tips &amp; Tutorials &#8211; On its way!'>Photoshop Tips &#038; Tutorials &#8211; On its way!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2008/07/25/photoshop-tutorial-fox-news-logo/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>How To Be a Better Client</title>
		<link>http://onefusedlife.com/2008/05/16/how-to-be-a-better-client/</link>
		<comments>http://onefusedlife.com/2008/05/16/how-to-be-a-better-client/#comments</comments>
		<pubDate>Fri, 16 May 2008 08:08:09 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[Design & Code]]></category>
		<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[graphic design]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=140</guid>
		<description><![CDATA[I recently read an article over at The Artistic Outlaw that reminded me what designers go through when freelancing. For those of you that are graphic designers out there, or provide some kind of a service, these 5 ways would come in pretty handy if they were actually honored by your clients. James made a [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2010/05/05/building-a-strong-network/' rel='bookmark' title='Building a strong network'>Building a strong network</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I <a title="5 Ways To Be a Better Client" href="http://mathiasaurus.com/tao/2008/05/5-ways-to-be-a-better-client/#comment-773">recently read an article</a> over at <a title="The Artistic Outlaw" href="http://mathiasaurus.com/tao/">The Artistic Outlaw</a> that reminded me what designers go through when freelancing. For those of you that are graphic designers out there, or provide some kind of a service, these 5 ways would come in pretty handy if they were actually honored by your clients. James made a valid point when he said that plenty of people write about becoming better at your job, but nobody writes about how clients can become better clients.</p>
<p>Wouldn't it be nice if the people that hired you actually let you do your job most of the time, and paid on time? Yes, it would.</p>
<p>Head on over and <a title="5 Ways To Be a Better Client" href="http://mathiasaurus.com/tao/2008/05/5-ways-to-be-a-better-client/">check out the article</a>.</p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2010/05/05/building-a-strong-network/' rel='bookmark' title='Building a strong network'>Building a strong network</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2008/05/16/how-to-be-a-better-client/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easy Steps to Public Speaking</title>
		<link>http://onefusedlife.com/2008/05/11/easy-steps-to-public-speaking/</link>
		<comments>http://onefusedlife.com/2008/05/11/easy-steps-to-public-speaking/#comments</comments>
		<pubDate>Sun, 11 May 2008 18:59:10 +0000</pubDate>
		<dc:creator>Lasha</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[expression]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[practice]]></category>
		<category><![CDATA[public speaking]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[vocabulary]]></category>

		<guid isPermaLink="false">http://onefusedlife.com/?p=128</guid>
		<description><![CDATA[You can probably find a million other sources that'll tell you to "own the stage" and pretend like the presentation hall is your living room. The fact is that, it's not, and never will be. Yes, my approach to good public speaking is similar to others, but I aim to cover things that they don't [...]
Related posts:<ol>
<li><a href='http://onefusedlife.com/2008/09/07/5-easy-steps-to-be-green-at-home/' rel='bookmark' title='5 Easy Steps to be Green at Home'>5 Easy Steps to be Green at Home</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-130" style="float: right;" title="Public Speaking Microphone" src="http://onefusedlife.com/wordpress/wp-content/uploads/2008/05/public-speaking-mic1.jpg" alt="Public Speaking Microphone" width="120" height="141" />You can probably find a million other sources that'll tell you to "own the stage" and pretend like the presentation hall is your living room. The fact is that, it's not, and never will be. Yes, my approach to good public speaking is similar to others, but I aim to cover things that they don't - the things that don't get too much attention that are just as important.</p>
<p>Chances are, if you're looking to become a full time public speaker, you would be taking a few courses over at the local University. For those of you that want to learn to speak publicly for self improvement and to boost confidence in your speech, these tips may be for you... Continue reading after the jump.<span id="more-128"></span></p>
<p>First, the basics: Keeping track of time, making eye contact, having a backup plan for equipment failure, research and preparation, and rest. I'll cover these briefly as they are self-explanatory.</p>
<p><strong>1)</strong> Of course, you want to keep track of time so that you don't go over your given time, or have to rush things because you spent too much time covering another topic.</p>
<p><strong>2)</strong> Having a backup plan is always mandatory because you just can't ever trust technology to be 100% reliable. Things can go wrong and not function at the least expected and most inconvenient times.</p>
<p><strong>3)</strong> Preparing your speech means doing research, organizing your ideas and thoughts appropriately, and knowing how to seamlessly flow from one topic to another. Having a structured presentation helps your audience stay on par with your ideas and what you are talking about.</p>
<p><strong>4)</strong> Rest and proper nourishment are both very important for sustaining a functional self state. Making sure that you get enough rest and food before <em>and</em> on the day of the presentation is vital. All the preparing and rehearsing that goes on before the presentation, and the energy that's exerted on the day you present puts a toll on your body. Stay away from greasy food and the likes that may make you drowsy, as well as "quick energy" snacks as they're not exactly the most reliable source of nutriment</p>
<p><strong>Now that we have these covered, on to the juicy stuff:</strong></p>
<p>When giving a speech, emotional expression is one of the most important things to keep in mind. Nobody wants to sound like a monotone robot delivering a speech, and nobody wants to hear it either. When you take advantage of how things can be expressed, they can act as queues for your audience to know what's important, serious, or not so serious. People, a lot of times, get stuck during their speech because of the way they expressed something. This can either result in unexpected reactions from the audience, or the lack of. For this reason, it's a good idea to practice how you will be expressing specific points, rather than having to memorize everything word for word.</p>
<p>Having said that, my next point is speech memorization and how you rehearse. Practice being able to word ideas differently rather than having to memorize specific terms. This is a good general skill as it could come in handy in every-day conversations, as well as important presentations, etc. You may also want to consider adding and/or replacing words in a sentence for dramatization of some sort (ie. exaggeration, degradation, making things sound simple, dangerous, serious, etc...). When you aim to make your speech flexible, not only will you be comfortable, but you can easily get out of situations where you forget what you were supposed to say.</p>
<p>This also means that if your vocabulary isn't as robust as you'd like it to be, you should bring out that thesaurus and start memorizing. The key with memorizing new terms is to learn them and <em>use</em> them - something people don't do. Write practice letters, use them in conversations with family and friends, have words written down on a post-it note, etc. The best part about bettering your speech skills is picking your own brain and figuring out what methods of practice and learning work for you.</p>
<p>Errors are inevitable (for the most part) when you're delivering a speech. If you think that you've heard a perfect speech with no mistakes, you're probably wrong. The person who delivered the speech most likely had amazing cover-up skills and was able to mold his words in a way where it didn't seem likes an error.</p>
<p>Here's a thought. When you're hearing a speech and that person makes a little mistake, do you really get upset and angry at that person, or think negatively of their validity? I don't know about you, but I certainly don't. After having talked to quite a few people about this matter, I've come to the conclusion that audiences are more forgiving than you might think. When the person delivering the speech messes up, the more uncomfortable the audience gets. This is why you should never worry about making a fool of yourself.</p>
<p>Here are some quick ideas on how to stay relaxed and pick up your speech after making some type of an error. When you're in the middle of saying something and you realize you lost your train of thought, you can pause for a second and restate your thought again. This is more respectable than forcing yourself to continue rambling after its occurrence. Also, after stretching your last sentence and pulling through, you can reserve a few seconds by clearing your throat or sipping your water.</p>
<p>So that's pretty much all of it. I didn't plan to get into too much detail with the obvious aspects since it's basic knowledge, and because it has been said a million times before by other publications. I hope these tips come in handy at least a little bit. Remember, the audience are nothing but flesh and blood, just like yourself. Being afraid of making a fool of ourselves is a characteristic that has been embedded into our brains due to pop-culture and the standards of society where every one has to be a certain way. Ask yourself, are you victim?</p>
<p>Related posts:<ol>
<li><a href='http://onefusedlife.com/2008/09/07/5-easy-steps-to-be-green-at-home/' rel='bookmark' title='5 Easy Steps to be Green at Home'>5 Easy Steps to be Green at Home</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://onefusedlife.com/2008/05/11/easy-steps-to-public-speaking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.489 seconds -->

