<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6881159488075372708</id><updated>2024-09-01T19:31:21.947-05:00</updated><title type='text'>Spencer Fuston</title><subtitle type='html'>My Site&#39;s Subtitle!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-4331382444951567388</id><published>2009-11-14T20:06:00.000-06:00</published><updated>2009-11-14T20:06:42.337-06:00</updated><title type='text'>How to use Transitions in CSS3</title><content type='html'>&lt;p&gt;So &lt;tt&gt;CSS3&lt;/tt&gt; is getting a lot of hype right now &amp; I&#39;ve been playing around with a few new features, One of them being &lt;tt&gt;CSS Transitions&lt;/tt&gt;. As you can probably tell from the name it&#39;s a way to animate between an &lt;quotes&gt;&quot;on&quot;&lt;/quotes&gt; state and an &quot;off&quot; state. Now this will only work in Safari but has a nice fall-back for other browsers(which we&#39;ll talk about).&lt;/p&gt;
&lt;h1&gt;How to use it&lt;/h1&gt;
&lt;p&gt;Like most new properties in &lt;tt&gt;CSS3&lt;/tt&gt; it uses a &lt;tt&gt;browser extension&lt;/tt&gt; Ex: -moz-box-shadow.&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;
a { color: #999; -webkit-transition: color 0.3s linear; }
a:hover { color: #000; }
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;At first, it was a little confusing but I&#39;m used to it now. First, you declare what property you want to animate between, the amount of time it will take to go from &lt;quotes&gt;&quot;off&quot;&lt;/quotes&gt; to &lt;quotes&gt;&quot;on&quot;&lt;/quotes&gt;, &amp; the easing. If you&#39;re familiar with After Effects, easing will make much more sense to you at first. If you aren&#39;t, all it is, is the interpolation between the two points(It&#39;ll go fast then ease into the &lt;quotes&gt;&quot;on&quot;&lt;/quotes&gt; state or visa-versa). The other properties you can pass into it are &lt;tt&gt;ease-in&lt;/tt&gt;, &amp; &lt;tt&gt;ease-out&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The nice thing about using this is that it has a really nice fall-back for older browsers or browsers that us not support it. It just does a hard change from &lt;quotes&gt;&quot;off&quot;&lt;/quotes&gt; to &lt;quotes&gt;&quot;on&quot;&lt;/quotes&gt;. Not a big deal but you just don&#39;t get that extra level of niceness.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/4331382444951567388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/11/how-to-use-transitions-in-css3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/4331382444951567388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/4331382444951567388'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/11/how-to-use-transitions-in-css3.html' title='How to use Transitions in CSS3'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-882560899725813398</id><published>2009-10-30T20:42:00.002-05:00</published><updated>2009-10-30T20:43:16.450-05:00</updated><title type='text'>Back Up &amp; Running</title><content type='html'>&lt;p&gt;You might have noticed that I took a little break threre&amp;mdash;sorry&amp;mdash;but I&#39;m back and ready togo. I haven&#39;t been posting for awhile because the hp I was running on died&amp;hellip; ya. So after a few trips to Best Buy &amp; a whole weekend of talking my parents into getting me one I am now happy to announce that my a Mac! I got the new 27&quot;(Which is amazing!) iMac &amp; it&#39;s awesome.&lt;/p&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;p&gt;I&#39;ve been wanting a mac for what feels like forever &amp; for good reason: Textmate(among other reasons), and it&#39;s awesome. I won&#39;t go into it too deeply in an effort to not sound like a fan-boy or to make it seem like I&#39;m reviewing Textmate. I&#39;m also enjoying Mail, Tweetie, Spaces, &amp; Terminal.&lt;/p&gt;

&lt;p&gt;Not only am I rockin&#39; a new iMac but I&#39;m also working on several different projects. Some of which I&#39;m keeping secret for now but others are open for everyone. One of those being, I&#39;m working on my own &lt;tt&gt;CSS&lt;/tt&gt; framework. Not to reinvent the wheel but I thought that I&#39;d just take the time to make my own that is personalized for me specifically. For instance: I have my own reset that I like to use that kinda makes me nervous while using with another framework. Maybe I&#39;m being superstitious but it bugs me.Anyway I should be on my regular schedule from here on out.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/882560899725813398/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/10/back-up-running.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/882560899725813398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/882560899725813398'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/10/back-up-running.html' title='Back Up &amp; Running'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-6361890428812102304</id><published>2009-10-14T23:54:00.004-05:00</published><updated>2009-10-15T00:13:47.861-05:00</updated><title type='text'>Sketch of the Week #1</title><content type='html'>&lt;p&gt;In an attempt at improving my drawing ability, I&#39;ve decided that I&#39;m going to start a new series called The Sketch of the Week. As the name implies it&#39;s a weekly sketch by me. This will hopefully turn blogging into a regular thing for me since I&#39;ve been putting it off. The sketches will start today but will normally be posted on Friday. This should give me enough time to draw at school.&lt;/p&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;
&lt;h1&gt;Octo-burger&lt;/h1&gt;
&lt;img src=&quot;http://i543.photobucket.com/albums/gg464/spencerlf2/burger_1.jpg?t=1255583283&quot; /&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/6361890428812102304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/10/sketch-of-week.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/6361890428812102304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/6361890428812102304'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/10/sketch-of-week.html' title='Sketch of the Week #1'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-1864937233075582221</id><published>2009-10-04T21:05:00.002-05:00</published><updated>2009-10-05T07:33:16.410-05:00</updated><title type='text'>Dream text editor</title><content type='html'>&lt;p&gt;Today all my wishes came true, I found &lt;a href=&quot;http://textshell.co.uk/&quot;&gt;Textshell&lt;/a&gt;. I&#39;ve been looking for a good text editor for awhile&amp;hellip; I used Intype for awhile but found it a little depressing how long of a wait it&#39;ll be until it launches. Admittedly, I used Dreamweaver for a week or two, being very strict on the features that I used. My most recent code-editing blunder happened this week, I gave in &amp; installed the monstrosity that is e text-editor(ewww!).&lt;/p&gt;
&lt;p&gt;Today, I just happened to stumble across a link to Textshell. I took one look at it &amp; new that it was the answer to my prayers.&lt;a name=&#39;more&#39;&gt;&lt;/a&gt; Now this goes without saying but what defines a good text editor on Windows is how close it is too Textmate. Say what you want but that&#39;s what it all boils down too. Textshell could definitely use a UI face lift but it&#39;s not horrible.&lt;/p&gt;
&lt;p&gt;The killer feature for me is the integration with Texmate specific files. For instance I can use a theme made for Textmate with Textshell&amp;mdash;how awesome is that!&lt;/p&gt;
&lt;p&gt;I do have a few problems though:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It has this weird always-on-top thing going on &amp; it kinda bugs me.&lt;/li&gt;
&lt;li&gt;It comes pre-packaged with all of the Textmate snippets &amp; some of them only work in Textmate.&lt;/li&gt;
&lt;li&gt;I can&#39;t just close a project I have to open a whole new window.&lt;/li&gt;
&lt;/ol&gt;
&lt;h1&gt;Demo&lt;/h1&gt;
&lt;div class=&quot;video&quot;&gt;

&lt;object width=&quot;750&quot; height=&quot;563&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=6902973&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; /&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=6902973&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;750&quot; height=&quot;563&quot;&gt;&lt;/embed&gt;&lt;/object&gt;

&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/1864937233075582221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/10/dream-text-editor.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/1864937233075582221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/1864937233075582221'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/10/dream-text-editor.html' title='Dream text editor'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-558625391122179536</id><published>2009-09-28T22:15:00.002-05:00</published><updated>2009-09-29T17:25:29.990-05:00</updated><title type='text'>Typography 101</title><content type='html'>&lt;p&gt;Typography is kind of a hot topic right now, with Typekit is getting closer to launching &amp;amp; other technologies like sIFR ,FLIR, &amp;amp; Cufón. Typography is one of those things that&#39;s kinda hit &amp;amp; miss. Most of the time you just have to experiment with &lt;tt&gt;line-height&lt;/tt&gt;, &lt;tt&gt;font-size&lt;/tt&gt;, &lt;tt&gt;font-weight&lt;/tt&gt;, &lt;tt&gt;text-indent&lt;/tt&gt;, etc&amp;hellip; But there are a few core concepts that you should keep in mind.&lt;/p&gt;
&lt;h1&gt;Leading&lt;/h1&gt;
&lt;pre&gt;
&lt;code&gt;
p { line-height: 15px; }
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;When I was building my first site I didn&#39;t give that much thought to &lt;tt&gt;line-height&lt;/tt&gt; but it really can help or hurt the readability of your site. For example a nice average height is nice to read but if it&#39;s too short the letters can overlap and totally kill your readability. In contrast if the height is way too much it can make it a little tiring to read.&lt;/p&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;
&lt;h1&gt;Measure&lt;/h1&gt;
&lt;p&gt;The length of a line of type is known as the measure. Your eyes get into a rhythm will reading &amp; you should try not to disrupt that.  When you read a paragraph, your eyes tend to wander &amp; get distracted if a line is too long. A measure that is too short is tiring or even painful to read. Try to keep your measure to around 40, at the least, to 80, at the max, but this depends on your font size.&lt;/p&gt;
&lt;h1&gt;Rhythm&lt;/h1&gt;
&lt;p&gt;To achieve good readability using a baseline grid is essential. The key here is to &lt;strong&gt;Stay consistent!&lt;/strong&gt; In order to do this keep all of the &lt;tt&gt;margins&lt;/tt&gt; the same as the &lt;tt&gt;line-height&lt;/tt&gt;, basically. On this site I did  the following:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;
p { font-family: Helvetica; font-size: 14px; line-height: 20px; margin-bottom: 20px; }
h3 { font-family: Helvetica; font-size: 37px; font-weight: bold; letter-spacing: 0.1px; line-height: 20px; }
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;You&#39;ll want to play around &amp; develop your own style but again stay consistent. &lt;/p&gt;
&lt;h1&gt;Contrast&lt;/h1&gt;
&lt;p&gt;Traditionally white text on black is the most readable type. Truthfully, black on white can get boring &amp; may not fit your design in the first place. The concept remains, if your against white try to stay above &lt;tt&gt;#cccccc&lt;/tt&gt; &amp; don&#39;t go too dark if your against black.&lt;/p&gt;
&lt;h1&gt;Scale&lt;/h1&gt;
&lt;p&gt;If you&#39;ve ever tried to read an article with a huge body type size, you&#39;ll know how important scale is. For body text I wouldn&#39;t go over 21px but I wouldn&#39;t go under 12px. Headers are a little more fexible, don&#39;t go over 60px in most cases.&lt;/p&gt;
&lt;p&gt;Did I miss anything? Thing I&#39;m an idiot? Leave a comment &amp; let me know.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/558625391122179536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/typography-101.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/558625391122179536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/558625391122179536'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/typography-101.html' title='Typography 101'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-2518159559179336779</id><published>2009-09-27T11:57:00.002-05:00</published><updated>2009-09-27T12:30:18.310-05:00</updated><title type='text'>Use CSS to format text</title><content type='html'>&lt;p&gt;Some people don&#39;t realize that &lt;tt&gt;CSS&lt;/tt&gt; can format text. For instance, you could hard-code all your titles in all caps(you probably shouldn&#39;t ever do that) but what are you going to do when you go to redesign &amp; don&#39;t want all your titles in all caps? You&#39;d have to go &amp; retype every title on your entire site. &lt;tt&gt;CSS&lt;/tt&gt; has a couple of properties that will allow you to type your titles any way you want &amp; they will all be formatted the same.&lt;/p&gt;
&lt;h1&gt;Text-Transform&lt;/h1&gt;
&lt;p&gt;&lt;tt&gt;Text-transform&lt;/tt&gt;, the property we are talking about, has three properties that you can pass it. Capitalize, uppercase, &amp; lowercase. Capitalize literally capitalizes the first letter in each word, uppercase capitalizes every letter in each word, &amp; lowercase capitalizes none of the letters in each word.&lt;/p&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;
&lt;h1&gt;Examples&lt;/h1&gt;
&lt;p&gt;This IS Capitalized.&lt;/p&gt;
&lt;p&gt;THIS IS UPPERCASE.&lt;/p&gt;
&lt;p&gt;this is lowercase.&lt;/p&gt;
&lt;h1&gt;The CSS&lt;/h1&gt;
&lt;pre&gt;
&lt;code&gt;
#div h1 { text-transform: capitalize/uppercase/lowercase; }
&lt;/code&gt;
&lt;/pre&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/2518159559179336779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/use-css-to-format-text.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/2518159559179336779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/2518159559179336779'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/use-css-to-format-text.html' title='Use CSS to format text'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-7605121480692404404</id><published>2009-09-26T13:36:00.001-05:00</published><updated>2009-09-26T13:38:25.536-05:00</updated><title type='text'>Marble Machine</title><content type='html'>&lt;p&gt;Recently, I&#39;ve been playing around with Cinema 4D &amp; the new Mograph 2 dynamics. I was inspired by Nick&#39;s &lt;a href=&quot;http://vimeo.com/6702499&quot;&gt;marble machine&lt;/a&gt; &amp; decided to make my own. I&#39;ve only built the parts so far but I&#39;m definitely working on the full working thing. So stay tuned for that.&lt;/p&gt;
&lt;h1&gt;Marble Spiral&lt;/h1&gt;
&lt;div class=&quot;video&quot;&gt;&lt;object width=&quot;750&quot; height=&quot;469&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=6768924&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; /&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=6768924&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;750&quot; height=&quot;469&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;
&lt;p&gt;This was the first major roadblock in building this. First of all, I couldn&#39;t figure out how to make a real object out of a spline... later I found out that the Extrude Nurbs did the trick. Secondly, just trying to keep the marbles on the track was almost impossible but I keep tweaking the Rigid Body tag until they stuck.&lt;/p&gt;
&lt;h1&gt;Track prototype before/after&lt;/h1&gt;
&lt;h2&gt;Before&lt;/h2&gt;
&lt;div class=&quot;video&quot;&gt;&lt;object width=&quot;750&quot; height=&quot;469&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=6760895&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; /&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=6760895&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;750&quot; height=&quot;469&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;h2&gt;After&lt;/h2&gt;
&lt;div class=&quot;video&quot;&gt;&lt;object width=&quot;750&quot; height=&quot;469&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=6760925&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; /&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=6760925&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;750&quot; height=&quot;469&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;p&gt;I thought it would be kinda cool to see how much better textures can make your whole scene look.&lt;/p&gt;
&lt;h1&gt;Random Awesomeness&lt;/h1&gt;
&lt;div class=&quot;video&quot;&gt;&lt;object width=&quot;750&quot; height=&quot;469&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=6756698&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; /&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=6756698&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;750&quot; height=&quot;469&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/7605121480692404404/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/marble-machine.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/7605121480692404404'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/7605121480692404404'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/marble-machine.html' title='Marble Machine'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-2473538725777114908</id><published>2009-09-22T21:56:00.004-05:00</published><updated>2009-09-22T22:03:37.215-05:00</updated><title type='text'>Circles and Spheres</title><content type='html'>&lt;div class=&quot;video&quot;&gt;&lt;object width=&quot;750&quot; height=&quot;422&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=6711346&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; /&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=6711346&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;750&quot; height=&quot;422&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;p&gt;If you don&#39;t know, Five Second Projects are a weekly or bi-weekly projects created by &lt;a href=&quot;http://greyscalegorilla.com&quot;&gt;Nick Cambell&lt;/a&gt;. This weeks project theme is Circles and Squares. A focused on experimenting with sound, timing, &amp; I also render the sphere in Cinema 4D and brought it into After Effects as a .mov with transparency.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/2473538725777114908/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/circles-and-squares.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/2473538725777114908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/2473538725777114908'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/circles-and-squares.html' title='Circles and Spheres'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-6891349074667920904</id><published>2009-09-19T21:43:00.014-05:00</published><updated>2009-09-20T10:54:24.447-05:00</updated><title type='text'>How I Made the Growing Boxes Video Part 1</title><content type='html'>&lt;p&gt;If you&#39;ve been following my Vimeo videos you&#39;d see that lately I added a new one called &quot;Growing Boxes&quot; &amp; as promised I&#39;m doing a two-part series about how I made it. This first part will be focused on making the pre-comps &amp; the next one will be about positioning &amp; timing the boxes.&lt;/p&gt;
&lt;h1&gt;Final Effect Preview&lt;/h1&gt;
&lt;object width=&quot;750&quot; height=&quot;422&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=6658159&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; /&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=6658159&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=e2e2e2&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; width=&quot;750&quot; height=&quot;422&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;
&lt;div class=&quot;download&quot;&gt;&lt;a href=&quot;http://spencerf.awardspace.us/blog/tutorials/howimadegrowingboxes/growingboxes.aep&quot; title=&quot;download&quot;&gt;Download The After Effects Project File.&lt;/a&gt;&lt;/div&gt;
&lt;h1&gt;Step 1&lt;/h1&gt;
&lt;p&gt;Make a new composition with a width of 1280px, a height of 720px, a length of five seconds, &amp; a frame rate of 30fps(below).&lt;/p&gt;
&lt;img src=&quot;http://screensnapr.com/u/sxis2n.png&quot; alt=&quot;new comp&quot; title=&quot;new comp&quot; /&gt;
&lt;h1&gt;Step 2&lt;/h1&gt;
&lt;p&gt;Make a new solid with a width &amp; height of 600px with a color of orange(or any color).&lt;/p&gt;
&lt;img src=&quot;http://is.gd/3tdxS&quot; alt=&quot;new solid&quot; title=&quot;new solid&quot; /&gt;
&lt;h1&gt;step 3&lt;/h1&gt;
&lt;p&gt;Mask out the bottom of the square &amp; set a Mask Path keyframe at the beginning of the comp.&lt;/p&gt;
&lt;img src=&quot;http://is.gd/3tdCZ&quot; alt=&quot;mask&quot; title=&quot;mask&quot; /&gt;
&lt;p&gt;Move the playhead a few frames down &amp; make a keyframe that reveals the rest of the square.&lt;/p&gt;
&lt;img src=&quot;http://is.gd/3teq4&quot; alt=&quot;mask keyframe&quot; title=&quot;mask keyframe&quot; /&gt;
&lt;p&gt;This is optional but I used the Graph Editor to make it go really fast at the beginning &amp; get slower as it goes on.&lt;/p&gt;
&lt;img src=&quot;http://is.gd/3tetR&quot; alt=&quot;graph&quot; title=&quot;graph&quot; /&gt;
&lt;h1&gt;Step 4&lt;/h1&gt;
&lt;p&gt;Next, make the square 3D &amp; set the anchor point to 300px on the z axis. If you didn&#39;t make your solid 600*600px set the anchor point to half of your size. I did that so that when I rotated the squares later they line-up perfectly. You could also set the squares to Alpha Add to get rid of the little one pixel border around the box later.&lt;/p&gt;
&lt;img src=&quot;http://screensnapr.com/u/7o6cus.png&quot; alt=&quot;anchor point&quot; title=&quot;anchor point&quot; /&gt;
&lt;h1&gt;Step 5&lt;/h1&gt;
&lt;p&gt;Duplicate the layer 3 times &amp; set the rotation on the x axis to 90, 180, &amp; -90.&lt;/p&gt;
&lt;img src=&quot;http://is.gd/3teHS&quot; alt=&quot;rotate&quot; title=&quot;rotate&quot; /&gt;
&lt;h1&gt;Step 6&lt;/h1&gt;
&lt;p&gt;Now that your layers are organized into a box you need to stagger them in the timeline.&lt;/p&gt;
&lt;img src=&quot;http://is.gd/3teXk&quot; alt=&quot;stagger&quot; title=&quot;stagger&quot; /&gt;
&lt;h1&gt;Step 7&lt;/h1&gt;
&lt;p&gt;Now, your going to have to duplicate all of those layers(important!) and pre-comp them.&lt;/p&gt;
&lt;img src=&quot;http://is.gd/3tfmR&quot; alt=&quot;pre-comp&quot; title=&quot;pre-comp&quot; /&gt;
&lt;h1&gt;Step 8&lt;/h1&gt;
&lt;p&gt;Now comes the boring part, change the color of each layer(ctrl+shift+y), duplicate, &amp; pre-comp. Your going to have to do that a bunch of times until your happy. I made a orange, gray, &amp; blue of each.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/6891349074667920904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/how-i-made-growing-boxes-video.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/6891349074667920904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/6891349074667920904'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/how-i-made-growing-boxes-video.html' title='How I Made the Growing Boxes Video Part 1'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-2611809937068119730</id><published>2009-09-16T22:50:00.005-05:00</published><updated>2009-09-17T21:10:11.839-05:00</updated><title type='text'>How to make a fading in/out back to top button</title><content type='html'>&lt;p&gt;As you have probably noticed, if you scroll down far enough on my blog a little button fades in &amp;amp; you can click it to go back to the top of the page. I accomplished this using &lt;a href=&quot;http://jquery.com&quot;&gt;&lt;tt&gt;jQuery&lt;/tt&gt;&lt;/a&gt; &amp;amp; two plugins. The &lt;a href=&quot;http://davidwalsh.name/jquery-top-link&quot;&gt;first one&lt;/a&gt;, that does most of what we want was made my David Walsh. The &lt;a href=&quot;http://flesler.blogspot.com/2007/10/jqueryscrollto.html&quot;&gt;second one&lt;/a&gt;, that actually scrolls back up was, made by Ariel Flesler.&lt;/p&gt;
&lt;h1&gt;What are we doing?&lt;/h1&gt;
&lt;p&gt;Ok, we want to make a link that fades in as you scroll down &amp;amp; then brings you back to the top of the page right? It&#39;s just a little nicety that&#39;s not really appropriate on every site so I&#39;ll let you be the judge on whether or not it is for your site.&lt;/p&gt;
&lt;h1&gt;Down to business&lt;/h1&gt;
&lt;p&gt;Right, so the first thing you&#39;ll want to do is get both of the plugins I mentioned above installed along with the &lt;a href=&quot;http://jquery.com&quot;&gt;jQuery library&lt;/a&gt;. Next you&#39;ll need to make a &lt;tt&gt;anchor&lt;/tt&gt; with a &lt;tt&gt;href&lt;/tt&gt; to a blank &lt;tt&gt;div&lt;/tt&gt; at the top of your page, or something at the very top of the page&amp;hellip; Ex: #logo-div.&lt;/p&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;
&lt;h1&gt;Style your link&lt;/h1&gt;
&lt;p&gt;Realistically, you&#39;ll have your own &lt;tt&gt;CSS&lt;/tt&gt; but this just what I had.&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;
a#top { 
  display: none; 
  position: fixed; 
  right: 10px; 
  bottom: 10px; 
  color: #fff; 
  font: normal bold 12px Helvetica;
  text-decoration: none; 
  background: #888; 
  padding: 5px 10px;  
}
a#top:hover { 
  background: #111; 
}
&lt;/code&gt;
&lt;/pre&gt;
&lt;h1&gt;Now for the good part&lt;/h1&gt;
&lt;p&gt;This the real meat &amp;amp; bones of the effect here.&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;
$(document).ready(function() {
 $(&#39;#top&#39;).topLink({
   min: 400,
   fadeSpeed: 500
 });
 $(&#39;#top&#39;).click(function(e) {
   e.preventDefault();
   $.scrollTo(0,300);
 });
});
&lt;/code&gt;
&lt;/pre&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/2611809937068119730/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/how-to-make-fading-inout-top-button.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/2611809937068119730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/2611809937068119730'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/how-to-make-fading-inout-top-button.html' title='How to make a fading in/out back to top button'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-6255660055486086457</id><published>2009-09-15T22:45:00.000-05:00</published><updated>2009-09-16T20:25:35.493-05:00</updated><title type='text'>Hi</title><content type='html'>&lt;img src=&quot;http://i543.photobucket.com/albums/gg464/spencerlf2/Untitled-1.png?t=1253141867&quot; title=&quot;homepage&quot;&gt;&lt;/img&gt;
&lt;p&gt;Well, this is my first post on my soon to be official blog. I&#39;m not quite done with the theme just yet but I&#39;m definitely close.
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;
 When that&#39;s done i&#39;ll hopefully post a new article every sunday whether it be a tutorial, update, random crap, etc. So what do you guys think? Any suggestions? Screencasts? Q and A kinda thing? Don&#39;t care? Let me know.&lt;/p&gt;
&lt;p class=&quot;update&quot;&gt;&lt;b&gt;Quick Update:&lt;/b&gt; I think I&#39;ve decided what I&#39;ll be posting mainly tutorials about Web Design, Development(well kinda), Motion Design and 3D&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/6255660055486086457/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/hi.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/6255660055486086457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/6255660055486086457'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/hi.html' title='Hi'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6881159488075372708.post-1962397427743707963</id><published>2009-09-15T21:35:00.001-05:00</published><updated>2009-09-17T20:29:34.606-05:00</updated><title type='text'>Typography Test</title><content type='html'>&lt;p&gt;Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus&lt;/p&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;
&lt;a href=&quot;http://spencerfuston.blogspot.com&quot; class=&quot;img&quot;&gt;&lt;img src=&quot;http://i543.photobucket.com/albums/gg464/spencerlf2/Untitled-1.png?t=1253141867&quot; title=&quot;hi&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;h1&gt;Heading 1&lt;/h1&gt;
&lt;blockquote&gt;Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.&lt;/blockquote&gt;
&lt;cite&gt;Spencer Fuston&lt;/cite&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;This is a link.&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Something&lt;/li&gt;
&lt;li&gt;Something else&lt;/li&gt;
&lt;li&gt;Another thing&lt;/li&gt;
&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://spencerfuston.blogspot.com/feeds/1962397427743707963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/typography-test_15.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/1962397427743707963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6881159488075372708/posts/default/1962397427743707963'/><link rel='alternate' type='text/html' href='http://spencerfuston.blogspot.com/2009/09/typography-test_15.html' title='Typography Test'/><author><name>SpencerFuston</name><uri>http://www.blogger.com/profile/14259302179644354622</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>