<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Cluelesss</title>
	
	<link>http://www.cluelesss.com</link>
	<description>We will clue you in!</description>
	<lastBuildDate>Mon, 10 May 2010 13:48:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Cluelesss" /><feedburner:info uri="cluelesss" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Cluelesss</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>iPhone Tutorial: Sliders</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/gHbgyhF_Nc0/</link>
		<comments>http://www.cluelesss.com/iphone-tutorial-sliders/#comments</comments>
		<pubDate>Mon, 10 May 2010 13:48:23 +0000</pubDate>
		<dc:creator>Sebastian Shanus</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=282</guid>
		<description><![CDATA[Today, we will examining sliders. The UISlider will change the value of a a UILabel, or text. First, let&#8217;s start by creating a new view-based application project. For this tutorial, I will name it &#8220;Slider.&#8221; In SliderViewController.h After implementation Add the following&#8230; IBOutlet UISlider *mainSlider; IBOutlet UILabel *mainLabel; &#8230;Below brace and before @end, add this&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we will examining sliders. The UISlider will change the value of a a UILabel, or text.</p>
<p>First, let&#8217;s start by creating a new view-based application project. For this tutorial, I will name it &#8220;Slider.&#8221;</p>
<p>In SliderViewController.h</p>
<p>After implementation</p>
<p>Add the following&#8230;</p>
<blockquote><p>IBOutlet UISlider *mainSlider;<br />
IBOutlet UILabel *mainLabel;</p>
<p>&#8230;Below brace and before @end, add this&#8230;</p>
<p>- (IBAction)labelChanged;</p></blockquote>
<p>Now that our outlets and actions are complete for the project, let&#8217;s go into our SliderViewController.m</p>
<p>Add the following&#8230;</p>
<blockquote><p>- (IBAction)labelChanged {<br />
mainLabel.text = mainSlider.value];<br />
}</p></blockquote>
<p>Now that our code is finished. (Yay!)</p>
<p>Let&#8217;s open our SliderViewController.xib to fix up our view.</p>
<p>When you have the view open, go into the Interface builder library and drag both a UISlider and UIlabel onto the screen. Doesn&#8217;t matter where, but visible.</p>
<p>Now go into the inspector/connections when you click file&#8217;s owner in the view containing the view, first responder, and file&#8217;s owner.</p>
<p>From this point, connect mainSlider outlet to the slider. Then mainLabel outlet to the label.</p>
<p>Lastly, then connect labelChanged action to the slider, and a list of options will come up. Click the option &#8220;value changed.&#8221;</p>
<p>The value changed option means that action being called will have a value changing return.</p>
<p>Now you can build and run. Our final result should be when you scroll the slider, the label value will change.</p>
<p>-Sebastian Shanus</p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=282&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/C2HAtMQ6xS34_9z6vx7a2En0Igg/0/da"><img src="http://feedads.g.doubleclick.net/~a/C2HAtMQ6xS34_9z6vx7a2En0Igg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/C2HAtMQ6xS34_9z6vx7a2En0Igg/1/da"><img src="http://feedads.g.doubleclick.net/~a/C2HAtMQ6xS34_9z6vx7a2En0Igg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/gHbgyhF_Nc0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/iphone-tutorial-sliders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/iphone-tutorial-sliders/</feedburner:origLink></item>
		<item>
		<title>Using the Quick Selection tool in PhotoShop</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/HvWtUUunMlc/</link>
		<comments>http://www.cluelesss.com/using-the-quick-selection-tool-in-photoshop/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 08:00:01 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Adobe CS4]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=313</guid>
		<description><![CDATA[When your just starting out in photoshop just selecting things in photoshop can be very hard to figure out. But thats what here for so lets just start off small and introduce you to one tool at a time. This time we are going to look at the Quick Selection Tool.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/03/Screen-shot-2010-03-07-at-3.00.56-AM.png"><img class="aligncenter size-large wp-image-315" title="Screen shot 2010-03-07 at 3.00.56 AM" src="http://www.cluelesss.com/wp-content/uploads/2010/03/Screen-shot-2010-03-07-at-3.00.56-AM-1024x640.png" alt="" width="614" height="384" /></a></p>
<p>When your just starting out in photoshop just selecting things in photoshop can be very hard to figure out. But thats what here for <img src='http://www.cluelesss.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so lets just start off small and introduce you to one tool at a time. This time we are going to look at the Quick Selection Tool.</p>
<p><object id="viddler_a0a0aa9d" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="545" height="327" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/simple/a0a0aa9d/" /><param name="name" value="viddler_a0a0aa9d" /><param name="allowfullscreen" value="true" /><embed id="viddler_a0a0aa9d" type="application/x-shockwave-flash" width="545" height="327" src="http://www.viddler.com/simple/a0a0aa9d/" name="viddler_a0a0aa9d" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=313&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/Do7vDvw8hlZip9dkivZawC6_Rc4/0/da"><img src="http://feedads.g.doubleclick.net/~a/Do7vDvw8hlZip9dkivZawC6_Rc4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Do7vDvw8hlZip9dkivZawC6_Rc4/1/da"><img src="http://feedads.g.doubleclick.net/~a/Do7vDvw8hlZip9dkivZawC6_Rc4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/HvWtUUunMlc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/using-the-quick-selection-tool-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/using-the-quick-selection-tool-in-photoshop/</feedburner:origLink></item>
		<item>
		<title>How to add Facebook chat to iChat</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/lgHM-NrumhQ/</link>
		<comments>http://www.cluelesss.com/how-to-add-facebook-chat-to-ichat/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 23:17:29 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=305</guid>
		<description><![CDATA[Facebook has its own chat at the bottom of all the pages that you visit when your logged into their site. This is really handy when you want to talk to a person quickly. But what if you dont wanna keep a window or tab open for Facebook to chat? You can set up iChat [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook has its own chat at the bottom of all the pages that you visit when your logged into their site. This is really handy when you want to  talk to a person quickly. But what if you dont wanna keep a window or tab open for Facebook  to chat? You can set up iChat or Adium (a free IM client for mac). So go to your preferences in iChat and add a jabber account.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-20-at-6.12.34-PM.png"><img class="aligncenter size-full wp-image-306" title="Screen shot 2010-02-20 at 6.12.34 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-20-at-6.12.34-PM.png" alt="" width="594" height="424" /></a></p>
<p>Now that your at this window add in the account name your account name you set up on facebook (found on your settings page) followed by @chat.facebook.com then your password stays the same. So it will be &#8220;username@chat.facebook.com&#8221; Click the little down arrow that says &#8220;server options&#8221; and for the server field put &#8220;chat.facebook.com&#8221; and for the port type &#8220;5222&#8243; and SSL off. Click okay and your set!</p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=305&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/7v61PIAbrsTbtocdxyYLJeKEQ9Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/7v61PIAbrsTbtocdxyYLJeKEQ9Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7v61PIAbrsTbtocdxyYLJeKEQ9Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/7v61PIAbrsTbtocdxyYLJeKEQ9Q/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/lgHM-NrumhQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/how-to-add-facebook-chat-to-ichat/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/how-to-add-facebook-chat-to-ichat/</feedburner:origLink></item>
		<item>
		<title>Utilizing Gradients: Making a Pencil</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/gaZ05F2PnbA/</link>
		<comments>http://www.cluelesss.com/utilizing-gradients-making-a-pencil/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 18:09:37 +0000</pubDate>
		<dc:creator>Wil</dc:creator>
				<category><![CDATA[Adobe CS4]]></category>
		<category><![CDATA[Gradients wil pencil]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=287</guid>
		<description><![CDATA[To make a simple pencil in illustrator one may think to just use different shapes with different colors. While this is effective, without proper use of gradients you may get this “blah” kind of pencil with no real depth. To start off we’re goin to use some simple shapes but if you don’t want to [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_295" class="wp-caption aligncenter" style="width: 557px"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-Finished.jpg"><img class="size-full wp-image-295  " title="Pencil-Finished" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-Finished.jpg" alt="" width="547" height="410" /></a><p class="wp-caption-text">Finished Product</p></div>
<p>To make a simple pencil in illustrator one may think to just use different shapes with different colors. While this is effective, without proper use of gradients you may get this “blah” kind of pencil with no real depth.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/pencil-1.bmp"><img class="aligncenter size-full wp-image-288" title="pencil 1" src="http://www.cluelesss.com/wp-content/uploads/2010/02/pencil-1.bmp" alt="" /></a></p>
<p>To start off we’re goin to use some simple shapes but if you don’t want to run into problems with the layering you might want to draw them in a specific order: first draw the tip of the pencil (the bottom two pieces), then the shaft, followed by the eraser, and finally, the metal eraser housing.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-1.bmp"><img class="aligncenter size-full wp-image-289" title="Pencil 2 - 1" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-1.bmp" alt="" /></a></p>
<p>Lets work on the simpler gradients first. For the eraser, a light pink to a darker pink linear gradient is used. The led, a dark grey to black linear gradient. And the pencil tip is a light wood color to a darker wood color linear gradient.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-2.bmp"><img class="aligncenter size-full wp-image-290" title="Pencil 2 - 2" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-2.bmp" alt="" /></a></p>
<p>Now for the matal eraser housing. For the main gradient go to your swatches libraries menu choose gradients then metals. I find that the silver gradient looks best. If you’d like, tweek this gradient a little to make it your own. Now copy (ctrl [command] + C) and paste-in-front (ctrl [command] + F) this shape and make it shorter; switch out the lighter colors in the gradient with darker ones. Holding alt (option) and draging the shape down will make a copy of it. Now add four, medium-grey ovals to finish off the eraser housing.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-3.bmp"><img class="aligncenter size-full wp-image-291" title="Pencil 2 - 3" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-3.bmp" alt="" /></a></p>
<p>The gradient for the shaft of the pencil gets a little more complicated. Choose a linear gradient and make four stops with different shades of the same color. Now drag the top gradient sliders all the way to the right.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-Gradient.bmp"><img class="aligncenter size-full wp-image-294" title="Pencil 2 - Gradient" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-Gradient.bmp" alt="" /></a></p>
<p>Using the warp tool at the bottom of the shaft make a random cutting pattern.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-4.bmp"><img class="aligncenter size-full wp-image-292" title="Pencil 2 - 4" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-4.bmp" alt="" /></a></p>
<p>Finally click the pencil tip and go to Effect &gt; Stylize &gt; Inner Glow; select a darker color; make sure the mode is set to multiply, opacity to 75, and blur to 5; check edge and press Ok.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-5.bmp"><img class="aligncenter size-full wp-image-293" title="Pencil 2 - 5" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Pencil-2-5.bmp" alt="" /></a></p>
<p>To finish off the pencil group all of the objects together by selecting them all and pressing ctrl (command) + G. Give your pencil a nice drop shadow (Effect &gt; Stylize &gt; Drop Shadow) and your done!</p>
<p>Now you can add some text on the side and a &#8220;2&#8243; to really make it look like a pencil. And I&#8217;m sorry about the random green, I&#8217;m slightly color blind. Lol</p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=287&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/u9LETyFYzgF0-pDfiK4HuZ3mUwQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/u9LETyFYzgF0-pDfiK4HuZ3mUwQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/u9LETyFYzgF0-pDfiK4HuZ3mUwQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/u9LETyFYzgF0-pDfiK4HuZ3mUwQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/gaZ05F2PnbA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/utilizing-gradients-making-a-pencil/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/utilizing-gradients-making-a-pencil/</feedburner:origLink></item>
		<item>
		<title>Beginning C++: Tutorial 1</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/w36JGngHsso/</link>
		<comments>http://www.cluelesss.com/beginning-c-tutorial-1/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 04:30:47 +0000</pubDate>
		<dc:creator>Sebastian Shanus</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=263</guid>
		<description><![CDATA[Welcome to the beginning C++ programming tutorials. In this series you will learn how to get started programming in C++. C++ is a very large programming language. Many people go crazy thinking they need to know EVERYTHING! Please, do not think you need to know every single line of code in c++. You might go crazy. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/CODE____C___by_webblaster48.jpg"><img class="aligncenter size-medium wp-image-280" title="__CODE____C___by_webblaster48" src="http://www.cluelesss.com/wp-content/uploads/2010/02/CODE____C___by_webblaster48-300x240.jpg" alt="" width="300" height="240" /></a></p>
<p>Welcome to the beginning C++ programming tutorials. In this series you will learn how to get started programming in C++. C++ is a very large programming language. Many people go crazy thinking they need to know EVERYTHING! Please, do not think you need to know every single line of code in c++. You might go crazy. But learning what you need to know, and what you want to know always turns out much better. All of the good C++ programmers say that they only learned what they needed to know. Well, what do you need to know? It depends, are you going to get into game programming? Visual development? It takes some time knowing what you want to do, but in this series, I will teach you the basics of the ANSI Standard library used in almost all the types of programming.</p>
<p>Enough of the lecture, let&#8217;s get started! First off, you need an IDE. I recommend you download either Microsoft Visual C++, Eclipse C++, or Dev C++. They are all free. Once you have those downloaded, create a new project for console.</p>
<blockquote><p>#include &lt;iostream&gt;</p>
<p>int main()<br />
{<br />
std::cout &lt;&lt; &#8220;I am a C++ Programmer!&#8221;;<br />
return 0;<br />
}</p></blockquote>
<p>In this block of code, we have our first line which is</p>
<p>#include</p>
<p>this is code to include the standard library. In later tutorials we will go into what the &#8220;#&#8221; means, but for now it is essential for your program to work.</p>
<p>Next we had&#8230;</p>
<blockquote><p>int main()<br />
{<br />
return 0;<br />
}</p></blockquote>
<p>All C++ programs have a main function which is, main().<br />
The &#8220;int&#8221; before main is something to tell the compiler that the function is going to return a value. We will cover this later when we get into functions.</p>
<p>Return 0</p>
<p>This means that the program, when run successfully, will return a value of 0. If not, then return a value of 1.</p>
<blockquote><p>std::cout &lt;&lt; &#8220;I am a C++ Programmer!&#8221;;</p></blockquote>
<p>std means that it is referring to the standard library. The two :: shows that a function from the library will come from that library.</p>
<p>Like the one we have here.</p>
<blockquote><p>cout &lt;&lt; &#8220;I am a C++ Programmer!&#8221;;</p></blockquote>
<p>cout stands for console-out. Which will output text to the console. It will output what is in quotes. But the two &lt;&lt; means that the console text is going out. Later on we will review what &gt;&gt; is used in.</p>
<p><strong>Summary</strong></p>
<p>Today, we learned a little bit about the C++ programming language, and wrote our first small program using standard library.</p>
<p><strong>Write it!</strong><br />
1.) Write a program that will output, &#8220;My name is (yourname) and I am officially a c++ programmer!&#8221;</p>
<p>-Sebastian Shanus</p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=263&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/UDKh-YyGDsq2eLp891lDD96w4G4/0/da"><img src="http://feedads.g.doubleclick.net/~a/UDKh-YyGDsq2eLp891lDD96w4G4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UDKh-YyGDsq2eLp891lDD96w4G4/1/da"><img src="http://feedads.g.doubleclick.net/~a/UDKh-YyGDsq2eLp891lDD96w4G4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/w36JGngHsso" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/beginning-c-tutorial-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/beginning-c-tutorial-1/</feedburner:origLink></item>
		<item>
		<title>Installing Admob into your iPhone apps</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/F_MKhNvrcrk/</link>
		<comments>http://www.cluelesss.com/installing-admob-into-your-iphone-apps/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 15:46:42 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[admob]]></category>
		<category><![CDATA[developing]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[installing]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=258</guid>
		<description><![CDATA[When I was trying to install ads in to one of my iPhone apps it was pretty hard to try and do, but I finally got it so I thought I would share with you guys how I did it. You can do it two ways; programmatically or through Interface Builder. I did this through [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/admob.gif"><img class="aligncenter size-full wp-image-260" title="admob" src="http://www.cluelesss.com/wp-content/uploads/2010/02/admob.gif" alt="" width="220" height="220" /></a></p>
<p>When I was trying to install ads in to one of my iPhone apps it was pretty hard to try and do, but I finally got it so I thought I would share with you guys how I did it. You can do it two ways; programmatically or through Interface Builder. I did this through Interface builder because that is the much easier way to do this.<br />
<object id="viddler_1faa60b5" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="545" height="327" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/simple/1faa60b5/" /><param name="name" value="viddler_1faa60b5" /><param name="allowfullscreen" value="true" /><embed id="viddler_1faa60b5" type="application/x-shockwave-flash" width="545" height="327" src="http://www.viddler.com/simple/1faa60b5/" name="viddler_1faa60b5" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=258&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/TH67dcrwI2YIrF4DTXpuDkFUQwQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/TH67dcrwI2YIrF4DTXpuDkFUQwQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TH67dcrwI2YIrF4DTXpuDkFUQwQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/TH67dcrwI2YIrF4DTXpuDkFUQwQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/F_MKhNvrcrk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/installing-admob-into-your-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/installing-admob-into-your-iphone-apps/</feedburner:origLink></item>
		<item>
		<title>Methods, and instances in Objective-C. (Part 2)</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/t46jDhf3IJA/</link>
		<comments>http://www.cluelesss.com/methods-and-instances-in-objective-c-part-2/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 02:53:04 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Objective-c]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[instances]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[obkective-c]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=253</guid>
		<description><![CDATA[In our last objective-c tutorial we tackled the @interface section; this tutorial we are going to tackle the @implementation section. This part of the a program is where you tell the complier what we wrote in the @interface section mean. (To see the whole tutorial on that click here.) For example in our @interface section [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-12-at-9.40.33-PM.png"><img class="aligncenter size-full wp-image-254" title="Screen shot 2010-02-12 at 9.40.33 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-12-at-9.40.33-PM.png" alt="" width="574" height="358" /></a></p>
<p>In our last objective-c tutorial we tackled the @interface section; this tutorial we are going to tackle the @implementation section. This part of the a program is where you tell the complier what we wrote in the @interface section mean. (<a href="http://www.cluelesss.com/classes-methods-and-instances-in-objective-c-part-1/">To see the whole tutorial on that click here.</a>) For example in our @interface section in our last tutorial we wrote:</p>
<blockquote><p>@interface Fraction : NSObject</p>
<p>{</p>
<p>int num;</p>
<p>int dem;</p>
<p>}<br />
-(void) print;</p>
<p>-(void) setNum: (int) n;</p>
<p>-(void) setDem: (int) d;</p>
<p>@end</p></blockquote>
<p>In the @implementation section we are going to actually tell the complier what -(void) print; and the other method (and method arguments) mean. Lets start actually writing the @implementation section. I’m going to show you the whole @implementation section and then I will explain it.</p>
<blockquote><p>@implementation Fraction: NSObject</p>
<p>-(void) print</p>
<p>{</p>
<p>NSLog(@&#8221;%i/%i&#8221;, num, dem);</p>
<p>}</p>
<p>-(void) setNum: (int) n</p>
<p>{</p>
<p>num = n;</p>
<p>}</p>
<p>-(void) setDem: (int) d;</p>
<p>{</p>
<p>dem = d;</p>
<p>}</p>
<p>@end</p></blockquote>
<p>So lets start with the  beginning. You will always start this section off saying “@implementation Class”. For our example we ill say “@implementation Fraction”.  You will always put the class name right after @implementation. If you do not do that the complier will give you an error saying “Hey what class are you talking about?!” After that you can see in our full example above I added NSObject after the class name. You dont have to do this, I did it for good practice and to remind myself what superclass we are working with here. After you declare that we are working in the @implementation section we can actually tell the complier what our methods are going to do. This makes it much easier with things like telling the program to display NSLogs. You can type the method name instead of actually writing out the code in the program section. In the program section you could just type “[myFraction print];” instead of typing out “NSLog(@”Your fraction is:%i/%i, num, dem). More on what that actually means in our third part of our tutorial series. So that is exactly what we type here giving it the print name. Then below that you see</p>
<blockquote><p>-(void) setNum: (int) d;</p>
<p>{</p>
<p>dem = d;</p>
<p>}</p></blockquote>
<p>The setNumerator: method stores the integer argument you called n in the instance variable numerator. Similarly, setDenominator: stores the value of its argument d in the instance variable denominator. We are just setting dem equal to d. Similar to setNum. As we did for the last section we are going to end this with the @end. Thats it for this tutorial. Part 3 should be up by monday or tuesday.</p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=253&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/iFusJ6HkQyDSGPI-8XSWaVzXMqY/0/da"><img src="http://feedads.g.doubleclick.net/~a/iFusJ6HkQyDSGPI-8XSWaVzXMqY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/iFusJ6HkQyDSGPI-8XSWaVzXMqY/1/da"><img src="http://feedads.g.doubleclick.net/~a/iFusJ6HkQyDSGPI-8XSWaVzXMqY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/t46jDhf3IJA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/methods-and-instances-in-objective-c-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/methods-and-instances-in-objective-c-part-2/</feedburner:origLink></item>
		<item>
		<title>Review: Echofon For Mac</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/gB-hYmptIfo/</link>
		<comments>http://www.cluelesss.com/review-echofon-for-mac/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 01:02:58 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=243</guid>
		<description><![CDATA[Here is another  client, but its just not you &#8216;usual&#8217; Twitter client. This one is like Tweetie, very simple clean and cut. Echofon does not take up much screen space which is a huge factor in my book. Something like tweetdeck that will take up your whole screen isnt something I am really fond of. I [...]]]></description>
			<content:encoded><![CDATA[<p>Here is another  client, but its just not you &#8216;usual&#8217; Twitter client. This one is like Tweetie, very simple clean and cut. Echofon does not take up much screen space which is a huge factor in my book. Something like tweetdeck that will take up your whole screen isnt something I am really fond of. I would really rather have echofon rather than tweetdeck for that one reason. But dont let the small factor fool you it has many features. Lets take a look at a picture.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-7.53.39-PM.png"><img class="aligncenter size-full wp-image-244" title="Screen shot 2010-02-09 at 7.53.39 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-7.53.39-PM.png" alt="" width="422" height="624" /></a></p>
<p>As you can see its very simple. You have your Timeline for the people your following, mentions, direct messages, lists, and search. Its a compact view, If you want to look at their profile you can click that  profile picture in the time line and a drawer will open. In the image above you see that I&#8217;ve pointed a blue arrow at something in the timeline. Thats the new Twitter Retweet feature. Echofon has  for it and it looks slick! You can still choose to retweet the way old that echofon calls &#8220;RT with comment&#8221; which follows: RT @thatperson. But the new way just makes it much easier for other people to see the original tweet.</p>
<p style="text-align: left;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-7.55.11-PM.png"><img class="aligncenter size-full wp-image-245" title="Screen shot 2010-02-09 at 7.55.11 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-7.55.11-PM.png" alt="" width="526" height="439" /></a><br />
From the drawer menu you can see all their tweets, whos following them and who they are following, you can also block, unblock, follow, unfollow, reply, and DM a user. Right below that they have added support for twitter lists, you can see what lists these people are a part of and what lists they made.<br />
<strong><br />
Search</strong>: The last  I want to talk about is the search, now this is the coolest thing they could do for the search &#8216;home.&#8217; Echofon automatically pulls all the trending topics from Twitter and puts them as the home for the search menu. You can click any of these and look further into them. It pulls the 10 latest trending topics from twitter.<br />
<a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-7.56.11-PM.png"><img class="aligncenter size-full wp-image-246" title="Screen shot 2010-02-09 at 7.56.11 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-7.56.11-PM.png" alt="" width="422" height="624" /></a></p>
<p><strong>Conclusion:</strong> All in all I think this twitter client has many ways to come, but then again its only in beta. I think once it becomes around 1.5 this twitter client is going to be big, even bigger than tweeite. I think the best part of this twitter client is the developers behind it are avid. They are always fixing bugs and always implementing new twitter features.<br />
<a href="http://echofon.com/twitter/mac/bin/Echofon.dmg" target="_blank">Download link</a><br />
<a href="http://echofon.com/twitter/mac/" target="_blank">Website</a></p>
<p>[ad]</p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=243&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/oDXydXo92852DaOQbcteuTUQvhQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/oDXydXo92852DaOQbcteuTUQvhQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/oDXydXo92852DaOQbcteuTUQvhQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/oDXydXo92852DaOQbcteuTUQvhQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/gB-hYmptIfo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/review-echofon-for-mac/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/review-echofon-for-mac/</feedburner:origLink></item>
		<item>
		<title>Making “googly” eyes</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/aZiEH6r8H-o/</link>
		<comments>http://www.cluelesss.com/making-googly-eyes/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:17:33 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Adobe CS4]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[eyes]]></category>
		<category><![CDATA[googly]]></category>
		<category><![CDATA[making]]></category>
		<category><![CDATA[shine]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=227</guid>
		<description><![CDATA[When creating that crazy looking vector image of a dog, cat, or even a person you will always need a pair of eyes to make the animal look good. I mean that is where we look first anyways right? So in this tutorial I am going to show you how to make a googly looking [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_241" class="wp-caption aligncenter" style="width: 501px"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/finished1.png"><img class="size-full wp-image-241" title="finished" src="http://www.cluelesss.com/wp-content/uploads/2010/02/finished1.png" alt="" width="491" height="369" /></a><p class="wp-caption-text">Finished Product</p></div>
<p style="text-align: center;">
<p>When creating that crazy looking vector image of a dog, cat, or even a person you will always need a pair of eyes to make the animal look good. I mean that is where we look first anyways right? So in this tutorial I am going to show you how to make a googly looking pair of eyes. As always start off by creating a new document, you can have it at what ever size you prefer but I would rather you have the units set to pixels.</p>
<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.27.01-PM.png"><img class="aligncenter size-full wp-image-229" title="Screen shot 2010-02-09 at 6.27.01 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.27.01-PM.png" alt="" width="547" height="359" /></a></p>
<p>We are going to start off by grabbing the ellipse tool (circle). Click on the artboard and make a 210 by 210px circle. Color the circle a light blue and set the stroke to none.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.35.37-PM.png"><img class="aligncenter size-full wp-image-230" title="Screen shot 2010-02-09 at 6.35.37 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.35.37-PM.png" alt="" width="392" height="211" /></a><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.37.36-PM.png"><img class="aligncenter size-full wp-image-231" title="Screen shot 2010-02-09 at 6.37.36 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.37.36-PM.png" alt="" width="201" height="190" /></a></p>
<p>Grab the direct selection tool (white cursor) and start altering the points on the circle. Make it look like a weird shaped circle.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.38.05-PM.png"><img class="aligncenter size-full wp-image-232" title="Screen shot 2010-02-09 at 6.38.05 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.38.05-PM.png" alt="" width="187" height="205" /></a></p>
<p>After its irregular shaped select the whole circle and copy it (cmd+c) then paste it in front (cmd+f). After its pasted in the front with it still selected hold the option (or alt for windows) key and shift. With those keys still selected drag in, make it roughly half the size of the bigger circle. Now color the smaller one black.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.45.36-PM.png"><img class="aligncenter size-full wp-image-233" title="Screen shot 2010-02-09 at 6.45.36 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.45.36-PM.png" alt="" width="189" height="199" /></a></p>
<p>So now that we have something that resembles an eye lets make this thing look “googly” with some shines. Grab the ellipse tool and draw a long circle across the eye. See picture:</p>
<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.49.29-PM.png"><img class="aligncenter size-full wp-image-236" title="Screen shot 2010-02-09 at 6.49.29 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.49.29-PM.png" alt="" width="245" height="304" /></a></p>
<p>Now rotate this circle to above the black and to the right. Like we did with the eye out line get the direct selection tool and distort it.</p>
<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.46.29-PM.png"><img class="aligncenter size-full wp-image-234" title="Screen shot 2010-02-09 at 6.46.29 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.46.29-PM.png" alt="" width="299" height="317" /></a></p>
<p>After you have that made and looking like the picture above copy it and paste it then drag it to the bottom and rotate it. Then if you would like to add another little circle in between the two and distort that. Now select the bottom reflection and set the opacity to 60%. If you made the little circle in between the two larger reflections set that ones opacity to 80%.</p>
<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.53.40-PM.png"><img class="aligncenter size-full wp-image-237" title="Screen shot 2010-02-09 at 6.53.40 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.53.40-PM.png" alt="" width="210" height="94" /></a> <a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.47.32-PM.png"><img class="aligncenter size-full wp-image-235" title="Screen shot 2010-02-09 at 6.47.32 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.47.32-PM.png" alt="" width="286" height="326" /></a></p>
<p>We are almost done. Select the blue part of the eye and copy it. Then paste behind it (cmd+B). Now hold Option+shift and drag out like you are resizing it. Once its dragged out fill it with a very light gray.</p>
<p><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.59.42-PM.png"><img class="aligncenter size-full wp-image-238" title="Screen shot 2010-02-09 at 6.59.42 PM" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Screen-shot-2010-02-09-at-6.59.42-PM.png" alt="" width="370" height="381" /></a></p>
<p>For the final thing we are going to drag the white of the eye around so the blue and white arnt centered. Nothing in nature is perfectly symmetrical so we are not going to make this symmetrical. You are done! if you would like you can group the eye then copy and paste it so you will have two next to each other.</p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=227&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/3pIdvb785qLBliOJpjKSlsVp5UA/0/da"><img src="http://feedads.g.doubleclick.net/~a/3pIdvb785qLBliOJpjKSlsVp5UA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3pIdvb785qLBliOJpjKSlsVp5UA/1/da"><img src="http://feedads.g.doubleclick.net/~a/3pIdvb785qLBliOJpjKSlsVp5UA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/aZiEH6r8H-o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/making-googly-eyes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/making-googly-eyes/</feedburner:origLink></item>
		<item>
		<title>Making a shooting star using the blend tool</title>
		<link>http://feedproxy.google.com/~r/Cluelesss/~3/dftJALY3Qws/</link>
		<comments>http://www.cluelesss.com/making-a-shooting-star-using-the-blend-tool/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 14:30:36 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Adobe CS4]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[blend]]></category>
		<category><![CDATA[maiking]]></category>
		<category><![CDATA[making]]></category>
		<category><![CDATA[shooting]]></category>
		<category><![CDATA[star]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.cluelesss.com/?p=217</guid>
		<description><![CDATA[The blend tool can be used to make some great little effects, you can use it to create shooting stars or just make some abstract line designs with it. Today we are going to keep it simple and make a shooting star, start off by creating a new web document. Make sure the document is in pixels. Now [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/Finished.jpg"><img class="aligncenter size-full wp-image-223" title="Finished" src="http://www.cluelesss.com/wp-content/uploads/2010/02/Finished.jpg" alt="" width="710" height="526" /></a><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/1.jpg"></a></p>
<p style="text-align: left;">The blend tool can be used to make some great little effects, you can use it to create shooting stars or just make some abstract line designs with it. Today we are going to keep it simple and make a shooting star, start off by creating a new web document. Make sure the document is in pixels.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-218" title="1" src="http://www.cluelesss.com/wp-content/uploads/2010/02/1.jpg" alt="" width="653" height="356" /></p>
<p style="text-align: left;">Now with the document open grab the star tool and create a small star in the upper left hand corner of the art board. You can color this what ever you would like but we are going to use a yellow. Set the stroke to none.</p>
<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/2.jpg"><img class="aligncenter size-large wp-image-219" title="2" src="http://www.cluelesss.com/wp-content/uploads/2010/02/2-1024x771.jpg" alt="" width="717" height="540" /></a></p>
<p>Now let’s make a much bigger star at the bottom of the art board. Same as the last star but let’s color this one to an orange (or which ever color of your choosing). Once again make sure the stoke is set to none. If the stoke was set it would ruin the effect that we are trying to accomplish.</p>
<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/3.jpg"><img class="aligncenter size-large wp-image-220" title="3" src="http://www.cluelesss.com/wp-content/uploads/2010/02/3-1024x774.jpg" alt="" width="614" height="464" /></a></p>
<p>Select both stars and go object &gt; blend &gt; make. You will see that it looks kind of like a shooting star. It looks pretty rough though, but that’s okay we can fix this. Go back to the blend menu and select the blend options. Remember that the blend menu was object &gt; blend &gt; and instead of selecting make select <strong>blend options. </strong>Now that we have the options menu open click the drop down and select &#8220;specified steps&#8221; then put in 700 and click okay. What this does is it takes away the jagged edges you seen when you first made this blend. Now it looks like one smooth gradient from one star to the next.</p>
<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/4.jpg"><img class="size-full wp-image-221 aligncenter" title="4" src="http://www.cluelesss.com/wp-content/uploads/2010/02/4.jpg" alt="" width="574" height="196" /></a></p>
<p style="text-align: center;"><a href="http://www.cluelesss.com/wp-content/uploads/2010/02/5.jpg"><img class="aligncenter size-full wp-image-222" title="5" src="http://www.cluelesss.com/wp-content/uploads/2010/02/5.jpg" alt="" width="382" height="138" /></a></p>
<p>You’re done! This is just a simple introduction to the blend tool, you can do so much more with this tool but this was just to get you feet wet. Don’t be afraid to play around with this tool, the more you experiment with this tool; or any tool the more you will learn.</p>
<img src="http://www.cluelesss.com/?ak_action=api_record_view&id=217&type=feed" alt="" />
<p><a href="http://feedads.g.doubleclick.net/~a/kTarPiklyxqdYUihXakdRvDThxE/0/da"><img src="http://feedads.g.doubleclick.net/~a/kTarPiklyxqdYUihXakdRvDThxE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kTarPiklyxqdYUihXakdRvDThxE/1/da"><img src="http://feedads.g.doubleclick.net/~a/kTarPiklyxqdYUihXakdRvDThxE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Cluelesss/~4/dftJALY3Qws" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.cluelesss.com/making-a-shooting-star-using-the-blend-tool/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.cluelesss.com/making-a-shooting-star-using-the-blend-tool/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.540 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-24 13:19:32 -->
