<?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>Justin Ledvina</title>
	<atom:link href="http://justinledvina.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://justinledvina.com</link>
	<description>I have A DAY DAY</description>
	<lastBuildDate>Mon, 13 Feb 2012 08:30:44 +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>Fill My Truncated Cone Please</title>
		<link>http://justinledvina.com/math/fill-my-truncated-cone-please/</link>
		<comments>http://justinledvina.com/math/fill-my-truncated-cone-please/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 08:30:44 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=315</guid>
		<description><![CDATA[In geometry, a frustum (plural: frusta or frustums) is the portion of a solid (normally a cone or pyramid) that lies between two parallel planes cutting it. The term is commonly used in computer graphics to describe the three-dimensional region which is visible on the screen, the &#8220;viewing frustum&#8221;, which is formed by a clipped<a href="http://justinledvina.com/math/fill-my-truncated-cone-please/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p id="cite_ref-0">In geometry, a <strong>frustum</strong> (plural: <em>frusta</em> or <em>frustums</em>) is the portion of a solid (normally a cone or pyramid) that lies between two parallel planes cutting it.</p>
<p>The term is commonly used in computer graphics to describe the three-dimensional region which is visible on the screen, the &#8220;viewing frustum&#8221;, which is formed by a clipped pyramid; in particular, <em>frustum culling</em> is a method of hidden surface determination.</p>
<p>In the aerospace industry, frustum is the common term for the fairing between two stages of a multistage rocket (such as the Saturn V), which is shaped like a truncated cone.</p>
<p>Each plane section is a floor or base of the frustum. Its axis if any, is that of the original cone or pyramid. A frustum is circular if it has circular bases; it is right if the axis is perpendicular to both bases, and oblique otherwise.</p>
<p>The height of a frustum is the perpendicular distance between the planes of the two bases.</p>
<p>Cones and pyramids can be viewed as degenerate cases of frusta, where one of the cutting planes passes through the apex (so that the corresponding base reduces to a point). The pyramidal frusta are a subclass of the prismatoids.</p>
<p>Two frusta joined at their bases make a bifrustum.</p>
<p>Let&#8217;s checkout the formula!</p>
<h3>Volume</h3>
<p>The volume of a conical or pyramidal frustum is the volume of the solid before slicing the apex off, minus the volume of the apex:</p>
<dl>
<dd><img src="http://upload.wikimedia.org/wikipedia/en/math/b/a/3/ba3331d830eda17d62942d454fb6a5ef.png" alt="V = \frac{h_2 B_2 - h_1 B_1}{3}" /></dd>
</dl>
<p>where <em>B</em><sub>1</sub> is the area of one base, <em>B</em><sub>2</sub> is the area of the other base, and <em>h</em><sub>1</sub>, <em>h</em><sub>2</sub> are the perpendicular heights from the apex to the planes of the two bases.</p>
<p>Considering that</p>
<dl>
<dd><img src="http://upload.wikimedia.org/wikipedia/en/math/7/6/0/760c9aaabb7d956efabfc6b939a34597.png" alt="\frac{B_1}{h_1^2}=\frac{B_2}{h_2^2}" /></dd>
</dl>
<p>the volume can also be expressed as the product of the height <em>h</em> = <em>h</em><sub>2</sub>−<em>h</em><sub>1</sub> of the frustum, and the Heronian mean of their areas:</p>
<dl>
<dd><img src="http://upload.wikimedia.org/wikipedia/en/math/9/a/9/9a9b145443796e86488132680a847cc5.png" alt="V = \frac{h}{3}(B_1+B_2+\sqrt{B_1 B_2})" /></dd>
</dl>
<p>Heron of Alexandria is noted for deriving this formula and with it encountering the imaginary number, the square root of negative one.</p>
<p>In particular, the volume of a circular cone frustum is</p>
<dl>
<dd><img src="http://upload.wikimedia.org/wikipedia/en/math/0/3/5/035329cf00942725a35baee2f417bdc2.png" alt="V = \frac{\pi h}{3}(R_1^2+R_2^2+R_1 R_2)" /></dd>
</dl>
<p>where <em>π</em> is 3.14159265&#8230;, and <em>R</em><sub>1</sub>, <em>R</em><sub>2</sub> are the radii of the two bases.</p>
<div><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Frustum_with_symbols.svg/179px-Frustum_with_symbols.svg.png" alt="Pyramidal frustum." width="179" height="200" /></div>
<p>The volume of a pyramidal frustum whose bases are <em>n</em>-sided regular polygons is</p>
<dl>
<dd><img src="http://upload.wikimedia.org/wikipedia/en/math/5/a/6/5a6dde096d8c48f7abe462bd719c1630.png" alt="V= \frac{n h}{12} (a_1^2+a_2^2+a_1a_2)\cot \frac{180}{n}" /></dd>
</dl>
<p>where <em>a</em><sub>1</sub> and <em>a</em><sub>2</sub> are the sides of the two bases.</p>
<h3>Surface area</h3>
<p>For a right circular conical frustum</p>
<dl>
<dd><img src="http://upload.wikimedia.org/wikipedia/en/math/e/2/e/e2e7b3fe8625284b49457decfba51960.png" alt="\begin{align}\text{Lateral Surface Area}&amp;=\pi(R_1+R_2)s\\<br />
&amp;=\pi(R_1+R_2)\sqrt{(R_1-R_2)^2+h^2}\end{align}" /></dd>
</dl>
<p>and</p>
<dl>
<dd><img src="http://upload.wikimedia.org/wikipedia/en/math/e/8/1/e81c599aaacd3dd9cb2bb3bcbce4835d.png" alt="\begin{align}\text{Total Surface Area}&amp;=\pi((R_1+R_2)s+R_1^2+R_2^2)\\<br />
&amp;=\pi((R_1+R_2)\sqrt{(R_1-R_2)^2+h^2}+R_1^2+R_2^2)\end{align}" /></dd>
</dl>
<p>where <em>R</em><sub>1</sub> and <em>R</em><sub>2</sub> are the base and top radii respectively, and <em>s</em> is the slant height of the frustum.</p>
<p>The surface area of a right frustum whose bases are similar regular <em>n</em>-sided polygons is</p>
<dl>
<dd><img src="http://upload.wikimedia.org/wikipedia/en/math/5/4/0/5409d4303bab812f0bbb41baa447aa5f.png" alt="A= \frac{n}{4}\left[(a_1^2+a_2^2)\cot \frac{\pi}{n} + \sqrt{(a_1^2-a_2^2)^2\sec^2 \frac{\pi}{n}+4 h^2(a_1+a_2)^2} \right]" /></dd>
</dl>
<p>where <em>a</em><sub>1</sub> and <em>a</em><sub>2</sub> are the sides of the two bases.</p>
<p>Anyone else  excited as I am over how awesome sauce this Math Monday was? Comeback next week when we talk about Rhombicuboctahedron!</p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/math/fill-my-truncated-cone-please/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sines Have Their Own Law</title>
		<link>http://justinledvina.com/math/sines-have-their-own-laws/</link>
		<comments>http://justinledvina.com/math/sines-have-their-own-laws/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 07:27:29 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=280</guid>
		<description><![CDATA[According to Ubiratàn D&#8217;Ambrosio and Selin Helaine, the spherical law of sines was discovered in the 10th century. It is variously attributed to al-Khujandi, Abul Wafa Bozjani, Nasir al-Din al-Tusi and Abu Nasr Mansur. Al-Jayyani&#8217;s The book of unknown arcs of a sphere in the 11th century introduced the general law of sines.The plane law<a href="http://justinledvina.com/math/sines-have-their-own-laws/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>According to Ubiratàn D&#8217;Ambrosio and Selin Helaine, the spherical law of sines was discovered in the 10th century. It is variously attributed to al-Khujandi, Abul Wafa Bozjani, Nasir al-Din al-Tusi and Abu Nasr Mansur.</p>
<p>Al-Jayyani&#8217;s <em>The book of unknown arcs of a sphere</em> in the 11th century introduced the general law of sines.The plane law of sines was later described in the 13th century by Nasīr al-Dīn al-Tūsī. In his <em>On the Sector Figure</em>, he stated the law of sines for plane and spherical triangles, and provided proofs for this law.</p>
<p>According to Glen Van Brummelen, &#8220;The Law of Sines is really Regiomontanus&#8217;s foundation for his solutions of right-angled triangles in Book IV, and these solutions are in turn the bases for his solutions of general triangles.&#8221;</p>
<p>Regiomontanus was a 15th-century German mathematician.</p>
<p>The Law of Sines says that in any given triangle, the ratio of any side length to the sine of it&#8217;s opposite angle is the same for all three sides of the triangle. The Law of Sines is written formally as:</p>
<p><a href="http://justinledvina.com/wp-content/uploads/2012/01/trig-law-sines.gif"><img class="aligncenter size-full wp-image-282" title="trig-law-sines" src="http://justinledvina.com/wp-content/uploads/2012/01/trig-law-sines.gif" alt="" width="189" height="42" /></a></p>
<p>This is true for <em>any</em> triangle, not just right triangles!</p>
<p style="text-align: center;"><a href="http://justinledvina.com/wp-content/uploads/2012/02/trig-sine-rule.jpg"><img class="size-full wp-image-307 aligncenter" title="trig-sine-rule" src="http://justinledvina.com/wp-content/uploads/2012/02/trig-sine-rule.jpg" alt="" width="250" height="149" /></a></p>
<p><strong>a</strong>, <strong>b</strong> and <strong>c</strong> are sides.</p>
<p><strong>A</strong>, <strong>B</strong> and <strong>C</strong> are angles.</p>
<p><em>(Side a faces angle A, side b faces angle B and side c faces angle C).</em></p>
<p>So if you <strong>divide side a by the sine of angle A</strong> it is equal to <strong>side b divided by the sine of angle B</strong>, and also equal to <strong>side c divided by the sine of angle C.</strong></p>
<p>This is just beyond cool but what is it used for?</p>
<p>A triangle has three sides and three angles. The Law of Sines is one of the tools that allows us to solve the triangle. That is, given some of these six measures we can find the rest. Depending on what you are given to start, you may need to use this tool in combination with others to completely solve the triangle.</p>
<p>Now that we&#8217;ve got the basics lets check this bad boy out in action!</p>
<p style="text-align: left;" align="center"><strong><a href="http://justinledvina.com/wp-content/uploads/2012/02/trig-5-8-9.jpg"><img class="size-full wp-image-308 aligncenter" title="trig-5-8-9" src="http://justinledvina.com/wp-content/uploads/2012/02/trig-5-8-9.jpg" alt="" width="232" height="126" /></a>a/sin A</strong> = 8 / sin (62.2°) = 8 / 0.885&#8230; = <strong>9.04&#8230;</strong></p>
<p style="text-align: left;" align="center"><strong>b/sin B</strong> = 5 / sin (33.5°) = 5 / 0.552&#8230; = <strong>9.06&#8230;</strong></p>
<p style="text-align: left;" align="center"><strong>c/sin C</strong> = 9 / sin (84.3°) = 9 / 0.995&#8230; = <strong>9.05&#8230;</strong></p>
<p>The answers are <strong>almost the same!</strong><br />
<em>(They would be <strong>exactly</strong> the same if I used perfect accuracy).</em></p>
<p>So to wrap this up, if we are given one side and its opposite angle we can find the &#8220;law of Sines&#8221; ratio for the triangle. Then, using that ratio and the other given elements, we can solve the triangle.</p>
<p>Triangles are <em><strong>AWESOME SAUCE!</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/math/sines-have-their-own-laws/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pythagoras Found The Right Angle</title>
		<link>http://justinledvina.com/math/pythagoras-found-the-right-angle/</link>
		<comments>http://justinledvina.com/math/pythagoras-found-the-right-angle/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 06:58:16 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=264</guid>
		<description><![CDATA[More than 4000 years ago, the Babyloneans and the Chinese already knew that a triangle with the sides of 3, 4 and 5 must be a right triangle. They used this knowledge to construct right angles. By dividing a string into twelve equal pieces and then laying it into a triangle so that one side<a href="http://justinledvina.com/math/pythagoras-found-the-right-angle/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://justinledvina.com/wp-content/uploads/2012/01/Pythagoras_10.jpeg"><img class="alignright size-thumbnail wp-image-266" title="Pythagoras_10" src="http://justinledvina.com/wp-content/uploads/2012/01/Pythagoras_10-150x150.jpg" alt="" width="150" height="150" /></a>More than 4000 years ago, the Babyloneans and the Chinese already knew that a triangle with the sides of 3, 4 and 5 must be a right triangle. They used this knowledge to construct right angles. By dividing a string into twelve equal pieces and then laying it into a triangle so that one side is three, the second side four and the last side five sections long, they could easily construct a right angle.</p>
<p>A Greek scholar named Pythagoras, who lived around 500 BC, was also fascinated by triangles with these special side ratios. He studied them a bit closer and found that the two shorter sides of the triangles squared and then added together, equal exactly the square of the longest side. And he proved that this doesn&#8217;t only work for the special triangles, but for any right triangle. Today we would write it somehow like this: a2 + b2= c2. In the time of Pythagoras they didn&#8217;t use letters yet to replace variables. (They weren&#8217;t introduced until the 16th century by Vieta.) Instead they wrote down everything in words, like this: The sum of the areas of the two squares on the legs (<em>a</em> and <em>b</em>) equals the area of the square on the hypotenuse (<em>c</em>).<a href="http://justinledvina.com/wp-content/uploads/2012/01/pythagorean-theorem.png"><img class="aligncenter" title="pythagorean-theorem" src="http://justinledvina.com/wp-content/uploads/2012/01/pythagorean-theorem-300x237.png" alt="" width="300" height="237" /></a></p>
<p>We can&#8217;t be sure if Pythagoras really was the first person to have found this relationship between the sides of right triangles, since no texts written by him were found. In fact, we can&#8217;t even prove the guy lived. But the theorem a2 + b2= c2 got his name. Another Greek, Euclid, wrote about the theorem about 200 years later in his book called &#8220;Elements&#8221;. There we also find the first known proof for the theorem. Now there are about 600 different proofs.</p>
<p>Today the Pythagorean theorem plays an important part in many fields of mathematics. For example, it is the basis of Trigonometry, and in its arithmetic form it connects Geometry and Algebra.</p>
<p>Don&#8217;t forget to bookmark my blog I do Math every Monday!</p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/math/pythagoras-found-the-right-angle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Do, Delegate or Delete</title>
		<link>http://justinledvina.com/leadership/decisiveness-builds-momentum-which-builds-success/</link>
		<comments>http://justinledvina.com/leadership/decisiveness-builds-momentum-which-builds-success/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 12:54:00 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=331</guid>
		<description><![CDATA[Making decisions does not lead to your long term success but rather your decisiveness does. When you come to a fork in the road, making a choice creates the power, not the choice itself. Success is built on momentum so no matter what we have chosen, if committed to it wholeheartedly, momentum is generated. &#8220;In<a href="http://justinledvina.com/leadership/decisiveness-builds-momentum-which-builds-success/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>Making decisions does not lead to your long term success but rather your decisiveness does. When you come to a fork in the road, making a choice creates the power, not the choice itself. Success is built on momentum so no matter what we have chosen, if committed to it wholeheartedly, momentum is generated.</p>
<p><span style="color: #0000ff;"><em>&#8220;In any moment of decision, the best thing you can do is the right thing, the next best thing you can do is the wrong thing, and the worst thing you can do is nothing.&#8221;  &#8211; Theodore Roosevelt</em></span></p>
<p><a href="http://justinledvina.com/wp-content/uploads/2012/01/decision-making.jpg"><img class="aligncenter" title="decision-making" src="http://justinledvina.com/wp-content/uploads/2012/01/decision-making.jpg" alt="" width="429" height="280" /></a></p>
<p>One of the places where indecisiveness had become an issue in my business was my ever growing project list. A few years ago I started to feel like the weight of the world was on my shoulders because of all the &#8220;stuff&#8221; I needed to get done.  I wanted to make the right decision all the time to avoid the pain associated with a wrong decision but I wasn&#8217;t avoiding it I was creating it!</p>
<p>To get my momentum rolling, I took on the mantra —</p>
<h2 style="text-align: center;"><span style="color: #ff0000;">Do it, Delegate it or Delete it</span></h2>
<p><strong>Do It</strong></p>
<p>Nike said it best with Just Do It! Don&#8217;t wait for the perfect opportunity, it will never come. Don&#8217;t wait for the right answers to come, you may be waiting forever. The sooner you make the decision the sooner you put it into action, so what if it was the wrong one now you know and can quickly move in the right direction. Doing nothing will never move you in the right direction.</p>
<p><strong>Delegate It</strong></p>
<p>This was a tough one for me in the beginning because I want everything to be just right. I quickly learned being a control freak perfectionist will kill momentum along with wasting tons of valuable time. Start building a core group of individuals you can trust with your tasks. They don&#8217;t need to be business partners or employees, for years I bartered services and outsourced when possible. Don&#8217;t be afraid to leverage your position, there is always someone willing to do the mundane tasks in exchange for your experience and knowledge. This is something we do in our &#8220;Circle of Awesome Sauce&#8221; (core group) constantly, everyone wins in this situation.</p>
<p><strong>Delete It</strong></p>
<p>My wife loves to watch the show Hoarders. It drives me crazy and I actually get stressed out seeing all the chaos people have created for themselves by never getting rid of stuff. The same holds true for our desktops, whiteboards and endless collection of note paper. We can hoard ideas to the point where enough of them will create that same chaos as the TV show. The more we hoard the wider we spread our focus and the more time we&#8217;ll need to dig ourselves out. Two of biggest benefits I found from just deleting projects was it narrowed my focus and took the weight of the world off my shoulders. When in doubt throw it out!</p>
<p>Below you can see the simple outline I use to prevent myself from slowing the momentum and losing focus.</p>
<p>Do This Every 90 Days:</p>
<p>1. Grab your to-do or project list<br />
2. Go over every item and be decisive &#8211; either Do it, Delegate it, or Delete it<br />
3. Develop Smart Objectives to stay on track for those you keep.</p>
<p>The more decisive you are, the more momentum you gain and remember momentum builds success.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/leadership/decisiveness-builds-momentum-which-builds-success/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>You Can&#8217;t Change Me, But&#8230;.</title>
		<link>http://justinledvina.com/branding/you-cant-change-me-but/</link>
		<comments>http://justinledvina.com/branding/you-cant-change-me-but/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 01:30:47 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[Branding]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=258</guid>
		<description><![CDATA[You ever hear the saying &#8220;You can&#8217;t change how people act?&#8221; for the most part this is true but we can control how people interact with us. Take a few minutes and watch a webinar I did at Randy Ritter&#8217;s Avenues to Success talking about some of the things I do to control interactions with<a href="http://justinledvina.com/branding/you-cant-change-me-but/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>You ever hear the saying &#8220;You can&#8217;t change how people act?&#8221; for the most part this is true but we can control how people interact with us. Take a few minutes and watch a webinar I did at Randy Ritter&#8217;s Avenues to Success talking about some of the things I do to control interactions with me.</p>
<p><iframe src="http://www.youtube.com/embed/EPC0b07Luzk" frameborder="0" width="550" height="403"></iframe></p>
<p>I hope you found some of the information insightful and are able to use it for yourself. I had a great time and look forward to sharing more information like this with you.</p>
<p>What are some of the things you do to encounter more positive interactions even with those you find most difficult to interact with?</p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/branding/you-cant-change-me-but/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Happy 2012!</title>
		<link>http://justinledvina.com/business/happy-2012/</link>
		<comments>http://justinledvina.com/business/happy-2012/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 01:31:42 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=250</guid>
		<description><![CDATA[Your Merry Christmas may depend on what others do for you. But your Happy New Year depends on what you do for others.]]></description>
			<content:encoded><![CDATA[<p>Your Merry Christmas may depend on what others do for you. But your Happy New Year depends on what you do for others.</p>
<p style="text-align: center;"><a href="http://justinledvina.com/wp-content/uploads/2011/12/happy_new_years_2012_3d_by_sharkstudio-d4hy079.png"><img class="aligncenter size-full wp-image-254" title="happy_new_years_2012_3d_by_sharkstudio-d4hy079" src="http://justinledvina.com/wp-content/uploads/2011/12/happy_new_years_2012_3d_by_sharkstudio-d4hy079.png" alt="" width="473" height="509" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/business/happy-2012/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SMART Objectives</title>
		<link>http://justinledvina.com/business/smart-objectives/</link>
		<comments>http://justinledvina.com/business/smart-objectives/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 21:35:15 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=243</guid>
		<description><![CDATA[This video explains how to set SMART Objectives for your goals. Specific &#8211; What is the precise outcome? Who is responsible? Measurable &#8211; How will progress be measured? Attainable &#8211; Can the objective be achieved with a reasonable amount of effort? Realistic &#8211; Do you have the ability and resources to get the job done?<a href="http://justinledvina.com/business/smart-objectives/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>This video explains how to set SMART Objectives for your goals.</p>
<p><iframe src="http://www.youtube.com/embed/3dXDb1Y4JAo" frameborder="0" width="550" height="403"></iframe></p>
<p><strong>Specific</strong> &#8211; What is the precise outcome? Who is responsible?<br />
<strong>Measurable</strong> &#8211; How will progress be measured?<br />
<strong>Attainable</strong> &#8211; Can the objective be achieved with a reasonable amount of effort?<br />
<strong>Realistic</strong> &#8211; Do you have the ability and resources to get the job done?<br />
<strong>Time dependent</strong> &#8211; What is the start or finish date?</p>
<p>I hope you find this video helpful and I wish you a very prosperous New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/business/smart-objectives/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Pumped Up! Now What?</title>
		<link>http://justinledvina.com/business/im-pumped-up-now-what/</link>
		<comments>http://justinledvina.com/business/im-pumped-up-now-what/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 11:45:20 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=232</guid>
		<description><![CDATA[Man I&#8217;m completely pumped up over David Martin&#8217;s webinar last night. I stayed up super late answering every question he gave us with passion and enormous detail. Nothing can stand in my way now that my mind and heart want to go to the same place&#8230;.. Ummm now what? You now have a map that<a href="http://justinledvina.com/business/im-pumped-up-now-what/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>Man I&#8217;m completely pumped up over David Martin&#8217;s webinar last night. I stayed up super late answering every question he gave us with passion and enormous detail. Nothing can stand in my way now that my mind and heart want to go to the same place&#8230;.. Ummm now what?</p>
<p><iframe src="http://www.youtube.com/embed/V8N9odPmn3A" frameborder="0" width="560" height="410"></iframe></p>
<p>You now have a map that goes with all that passion, go out and show this world what a ton of will and a little skill can accomplish.</p>
<p>Missed David&#8217;s webinar last night? That&#8217;s ok he was kind enough to record it for me in case anyone missed it.</p>
<p><a href="http://www.anymeeting.com/WebConference/RecordingDefault.aspx?c_psrid=E958D688854D&amp;pr=1" target="_blank">Click here to watch the replay</a> but make sure you have about 75 minutes of quiet time as this is top quality content. Trust me you won&#8217;t want to be disturbed.</p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/business/im-pumped-up-now-what/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Good About This?</title>
		<link>http://justinledvina.com/leadership/whats-good-about-this/</link>
		<comments>http://justinledvina.com/leadership/whats-good-about-this/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 01:55:05 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=217</guid>
		<description><![CDATA[No one is immune to chaos, negativity and bad situations but the good news is we don&#8217;t have to let it take control. I made a quick video on how I take control of these negative situations. Whether we know it or not a continued pattern of allowing negativity to control us leads to a<a href="http://justinledvina.com/leadership/whats-good-about-this/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>No one is immune to chaos, negativity and bad situations but the good news is we don&#8217;t have to let it take control. I made a quick video on how I take control of these negative situations.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/TNGtHOuZ3R0?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>Whether we know it or not a continued pattern of allowing negativity to control us leads to a pattern of failure. I&#8217;m not perfect and I&#8217;d be lying if I told you sometime it takes me awhile to realize I&#8217;m allowing the negativity to control me. It&#8217;s never too late to stop yourself and ask the question, while it&#8217;s better to always to remain in control our human sin nature prevents us from doing so all the time. This is a skill I&#8217;m still working on perfecting but I&#8217;m already seeing huge improvements with the way I handle situations.</p>
<p>People have different ways of getting themselves back on track. What do you do when these things happen in your life?</p>
<p>Maybe you never thought about taking control back before today, do you think the technique I am using can help you?</p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/leadership/whats-good-about-this/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Every Nerd Dance Now</title>
		<link>http://justinledvina.com/branding/every-nerd-dance-now/</link>
		<comments>http://justinledvina.com/branding/every-nerd-dance-now/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 14:39:38 +0000</pubDate>
		<dc:creator>Justin Ledvina</dc:creator>
				<category><![CDATA[ADD]]></category>
		<category><![CDATA[Branding]]></category>

		<guid isPermaLink="false">http://justinledvina.com/?p=211</guid>
		<description><![CDATA[I was editing some videos this morning and I noticed we sure like to dance at Timtech. Why not just make a cool video of us all dancing? Funny thing is I found so much dancing content I was only able to use some of it and save the rest for Nerd Dance 2. Maybe<a href="http://justinledvina.com/branding/every-nerd-dance-now/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<p>I was editing some videos this morning and I noticed we sure like to dance at Timtech. Why not just make a cool video of us all dancing? Funny thing is I found so much dancing content I was only able to use some of it and save the rest for Nerd Dance 2.</p>
<p><iframe width="480" height="360" src="http://www.youtube.com/embed/gvWj9VucRg4" frameborder="0" allowfullscreen></iframe></p>
<p>Maybe you can be in the next Nerd Dance video. All I need is your permission you can give it to me in the comments below. Ta Da!</p>
]]></content:encoded>
			<wfw:commentRss>http://justinledvina.com/branding/every-nerd-dance-now/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

