<?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>CLZD</title>
	<atom:link href="http://www.anthonycalzadilla.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anthonycalzadilla.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Apr 2012 21:46:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Twitter Innovator’s Patent Agreement</title>
		<link>http://www.anthonycalzadilla.com/2012/04/twitter-innovators-patent-agreement/</link>
		<comments>http://www.anthonycalzadilla.com/2012/04/twitter-innovators-patent-agreement/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 21:45:32 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=1179</guid>
		<description><![CDATA[Game changing move by twitter. They dreamed up a new way to do patent assignments that keep control in the hands of engineers and designers. You can download the IPA on Github. My favorite part of this post was in the last paragraph: &#8220;The goal of this week is to give rise to the most [...]]]></description>
			<content:encoded><![CDATA[<p>Game changing move by <a href="http://twitter.com" title="twitter">twitter</a>. They dreamed up a new way to do patent assignments that keep control in the hands of engineers and designers. You can <a href="https://github.com/twitter/innovators-patent-agreement" title="Twitter IPA">download the IPA</a> on Github. My favorite part of this post was in the last paragraph:</p>
<blockquote cite="http://engineering.twitter.com/2012/04/introducing-innovators-patent-agreement.html">
<p>&#8220;The goal of this week is to give rise to the most audacious and creative ideas. These ideas will have the greatest impact in a world that fosters innovation, rather than dampening it&#8230;&#8221;</p>
<footer>— <a href="https://twitter.com/#!/adam_messinger">Adam Messinger, VP of Engineering at Twitter</a></footer>
</blockquote>
<p><a href="http://engineering.twitter.com/2012/04/introducing-innovators-patent-agreement.html">Read the original post.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2012/04/twitter-innovators-patent-agreement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Your Production CSS Ugly!</title>
		<link>http://www.anthonycalzadilla.com/2012/03/make-your-production-css-ugly/</link>
		<comments>http://www.anthonycalzadilla.com/2012/03/make-your-production-css-ugly/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 01:58:23 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=1171</guid>
		<description><![CDATA[Paul Irish points out that production CSS should always be concatenated and as a result be super ugly to human eyes. The file that you author should not be the one you deploy. The production CSS should be concatenated and run through a minifier and quite ugly to look at. Meanwhile your original .sass or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://css-tricks.com/musings-on-preprocessing/#comment-148761" title="Musings on Pre-Processing" target="_blank">Paul Irish</a> points out that production CSS should always be concatenated and as a result be super ugly to human eyes.</p>
<blockquote><p>The file that you author should not be the one you deploy. The production CSS should be concatenated and run through a minifier and quite ugly to look at.</p>
<p>Meanwhile your original .sass or .css files are formatted however you like. Take pride in their layout, but be ruthless in making ugly files that go to production. <img src='http://www.anthonycalzadilla.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://css-tricks.com/musings-on-preprocessing/#comment-148761" title="Musings on Pre Processing" target="_blank">Direct link</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2012/03/make-your-production-css-ugly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Logo Design</title>
		<link>http://www.anthonycalzadilla.com/2012/02/responsive-logo-design/</link>
		<comments>http://www.anthonycalzadilla.com/2012/02/responsive-logo-design/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 04:05:00 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=1155</guid>
		<description><![CDATA[Mobile-First Responsive Websites provide users with the best possible experience afforded by their devices. Just as the UI and content adapts to device widths and network capabilities. So should the website logo have adaptive qualities. Simply reducing or enlarging a logo according to its context isn&#8217;t always the best solution. As the content area and [...]]]></description>
			<content:encoded><![CDATA[<p>Mobile-First Responsive Websites provide users with the best possible experience afforded by their devices. Just as the UI and content adapts to device widths and network capabilities. So should the website logo have adaptive qualities.</p>
<p>Simply reducing or enlarging a logo according to its context isn&#8217;t always the best solution. As the content area and device capabilities increase, designers are justified in adding additional details to the logo graphic itself. </p>
<p>I wanted to explore this idea and decided to create a little <a title="Responsive Logo Design" href="/responsive-logo-design/">demo</a>.</p>
<h2>Explanation:</h2>
<p>Using media queries and CSS3 properties we can add subtle shadows and effects to our logo as the screen size expands. This technique will work in most modern browsers. On older browsers it will simply fall back to the flat logo image. Which isn&#8217;t bad.</p>
<figure>	<img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/02/exmp-01.jpg" /><br />
<figcaption>		Side-by-side comparison of the logo before / after applying CSS3 effects.	</figcaption>
</figure>
<p>I decided to use an inline SVG image for the logo because <a href="http://csswizardry.com/2010/10/your-logo-is-an-image-not-a-h1/" title="Your logo is an image, not a h1">your logo is an image, not an h1</a>. I used an SVG graphic because we need the logo to scale flawlessly.</p>
<p>This logo starts at a mobile-first size and scales up at 3 breakpoints. (The breakpoints are unimportant for our purposes and were chosen at random.) It will be small enough to fit on mobile devices. In this first version we have the logo mark and the logo text aligned on a single line. The logo text is the same size as the cross-section of the logo mark.</p>
<figure>	<img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/02/exmp-02.jpg" /></figure>
<h2>Break Point Break Down</h2>
<p><b>BREAK POINT 1:</b> On this one we keep the size of the logo text the same but we increase the size of the logo-mark so that now the logo-text aligns with the heart within the logo mark instead of the cross-section.</p>
<figure>	<img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/02/exmp-03.jpg" /></figure>
<p><b>BREAK POINT 2:</b> We add some shadow on the bottom of the logo. And a highlight at the top. We stack the logo text and increase the font-size of the top line so that it&#8217;s wider than the bottom line.</p>
<figure>	<img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/02/exmp-04.jpg" /></figure>
<p><b>BREAK POINT 3:</b> Finally we use CSS3 effects to create a faux 3D effect on the logo.<b>*Note*</b> Chunky 3d CSS3 text-effect originally by <a href="http://www.markdotto.com/2011/01/05/3d-text-using-just-css/">@mdo</a>.</p>
<figure>	<img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/02/exmp-05.jpg" /></figure>
<p><a title="Responsive Logo Design" href="/responsive-logo-design/">Take a look at the demo</a> and move your browser window around.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2012/02/responsive-logo-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Creativity: Don&#8217;t Kill the Messenger</title>
		<link>http://www.anthonycalzadilla.com/2012/02/css3-ceativity-dont-kill-the-messenger/</link>
		<comments>http://www.anthonycalzadilla.com/2012/02/css3-ceativity-dont-kill-the-messenger/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 04:14:30 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=1136</guid>
		<description><![CDATA[I&#8217;m all for building future friendly Mobile First Responsive websites. *phew* These web development ideas and techniques are so great, its easy to become passionate about them. As good web workers we&#8217;re instinctively drawn to them. And implementing them wherever we can usually becomes a priority. But as geeks, sometimes we can get a little [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m all for building <a href="http://futurefriend.ly/" title="Future Friendly">future friendly</a> <a href="http://www.lukew.com/ff/entry.asp?933" title="LukeW | Mobile First">Mobile First</a> <a href="http://www.alistapart.com/articles/responsive-web-design/" title="A List Apart: Articles: Responsive Web Design">Responsive websites</a>. <i>*phew*</i></p>
<p>These web development ideas and techniques are so great, its easy to become passionate about them. As good web workers we&#8217;re instinctively drawn to them. And implementing them wherever we can usually becomes a priority. But as geeks, sometimes we can get a little hung up on technical details.</p>
<figure><a href="http://hakim.se/experiments/css/domtree/" title="DOM Tree"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/02/DOM-Tree.jpg" alt="" title="DOM-Tree" class="alignnone size-full wp-image-1140" /></a><br />
<figcaption>CSS Dom Tree by: <a href="http://hakim.se/about">Hakim El Hattab</a></figcaption>
</figure>
<p>Creativity is also vital to the web design/development community. We need to make frivolous <a href="http://hakim.se/experiments/css/domtree/" title="DOM Tree">CSS3</a> / <a href="http://hakim.se/experiments/html5/404/netmag.html" title=".net magazine | The world's best-selling magazine for web designers and developers since 1994">HTML5</a> / <a href="http://jsfiddle.net/hakim/6YVEH/1/" title="Edit this Fiddle - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS)">JAVASCRIPT</a> experiments because they help us think <a href="http://en.wikipedia.org/wiki/Lateral_thinking" title="Lateral thinking - Wikipedia, the free encyclopedia">laterally</a>. It&#8217;s through these &#8216;lateral approaches&#8217; that we can often discover creative solutions to real-world web development problems.</p>
<p>These experiments can lower the barrier to entry for young students looking to get into web development. What better way to get a bunch of 10 year olds excited about web development than showing them <a href="http://michalbe.blogspot.com/2011/06/few-words-about-my-css-nyan-cat.html" title="Michal Budzynski: Few words about my CSS Nyan Cat">how to create an animated NYAN CAT out of html and CSS3</a>?</p>
<figure><a href="https://developer.mozilla.org/en-US/demos/detail/css-nyan-cat/launch" title="DOM Tree"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/02/nyan-cat.gif" alt="" title="nyan-cat" class="alignnone size-full wp-image-1141" /></a><br />
<figcaption>CSS3 Nyan Cat by: <a href="http://michalbe.blogspot.com/">Michal Budzynski</a></figcaption>
</figure>
<p>When considering these experiments we shouldn&#8217;t get hung up on how cpu intensive they are or whether your browser is freezing up. We have to take these experiments for what they are. Learning tools that help us create and express new ideas.</p>
<p>If you find yourself criticizing these experiments because they&#8217;re not production ready or overly complicated. <b>Beware. You might be missing the point.</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2012/02/css3-ceativity-dont-kill-the-messenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OI!</title>
		<link>http://www.anthonycalzadilla.com/2012/01/oi/</link>
		<comments>http://www.anthonycalzadilla.com/2012/01/oi/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 23:29:08 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Daily365 Design]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=1098</guid>
		<description><![CDATA[Welcome to the web thing of Anthony Calzadilla. I&#8217;m relatively active on my Twitter account. Less so on my Instagram. Absolutely neglectful on my Dribbble. But I&#8217;m hoping to change all that soon. If you need to get in touch with me all formal and stuff, shoot me a secure email on my contact page.]]></description>
			<content:encoded><![CDATA[<p>Welcome to the web thing of Anthony Calzadilla. I&#8217;m relatively active on my <a title="Anthony Calzadilla's Twitter" href="http://twitter.com/clzd">Twitter</a> account. Less so on my <a title="Anthony Calzadilla's Instagram" href="http://followgram.me/acalzadilla">Instagram</a>. Absolutely neglectful on my <a title="Anthony Calzadilla's Dribbble" href="http://dribbble.com/clzd">Dribbble</a>. But I&#8217;m hoping to change all that soon.</p>
<p>If you need to get in touch with me all formal and stuff, shoot me a secure email on my <a title="Contact Anthony Calzadilla" href="/contact">contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2012/01/oi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimental Mini-Mac Pro on Steve Jobs Desk?</title>
		<link>http://www.anthonycalzadilla.com/2011/10/experimental-mini-mac-pro-on-steve-jobs-desk/</link>
		<comments>http://www.anthonycalzadilla.com/2011/10/experimental-mini-mac-pro-on-steve-jobs-desk/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 20:11:05 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=1010</guid>
		<description><![CDATA[Did anyone else notice that cute Mini-Mac Pro Steve is rocking on his desk? UPDATE: There is no Mini-Mac Pro. Its a &#8220;Hard Drive Enclosure&#8220;. You could try building your own &#8211; My New Mac Pro Ultra Mini]]></description>
			<content:encoded><![CDATA[<p>Did anyone else notice that cute Mini-Mac Pro Steve is rocking on his desk?</p>
<h3>UPDATE:</h3>
<p>There is no Mini-Mac Pro. Its a &#8220;<a href="http://www.macally.com/EN/Product/ipod4show.asp?ArticleID=218" title="Hard Drive Enclosure" target="_blank">Hard Drive Enclosure</a>&#8220;. You could try building your own &#8211; <a href="http://wolphbite.com/blog/?p=62">My New Mac Pro Ultra Mini</a></p>
<figure>
<img src="http://www.anthonycalzadilla.com/wp-content/uploads/2011/10/mini-macpro.jpg" alt="" title="mini-macpro" class="alignnone size-full wp-image-1011" /><br />
</figure>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2011/10/experimental-mini-mac-pro-on-steve-jobs-desk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Animation Explained: Apple&#8217;s iPhone 4S Feature Page</title>
		<link>http://www.anthonycalzadilla.com/2011/10/css3-animation-explained-apples-iphone-4s-feature-page/</link>
		<comments>http://www.anthonycalzadilla.com/2011/10/css3-animation-explained-apples-iphone-4s-feature-page/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 20:56:29 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=997</guid>
		<description><![CDATA[iPhone 4S debuted yesterday and with it a snazzy new “features” page. This is especially important to me because Apple used CSS3 animation to breath some life into it. I’ll explain from a high-level overview so you can get an idea of whats going on. HERE&#8217;S THE SETUP We start with a large div (3200 [...]]]></description>
			<content:encoded><![CDATA[<p>iPhone 4S debuted yesterday and with it a snazzy new “features” page. This is especially important to me because Apple used CSS3 animation to breath some life into it.</p>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2011/10/iphone4s.jpg" alt="" title="iphone4s" class="alignnone wp-image-1000" /></figure>
<p>I’ll explain from a high-level overview so you can get an idea of whats going on.</p>
<h2>HERE&#8217;S THE SETUP</h2>
<p>We start with a large div (3200 X 3900) named “<b>#phone-stage</b>” set to <code>position:absolute</code>.</p>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2011/10/diagram.jpg" alt="" title="diagram" class="alignnone wp-image-1001" /></figure>
<p>Since <code>overflow:hidden</code> will hide any portion of a child element that passes it containment boundaries. This effectively masks the <b>#phone-stage</b> div to the dimensions of the <b>#clip</b> div.</p>
<p>On <b>#phone-stage</b> there are six <i>feature-modules</i>. One for each of the new iPhone 4S features:</p>
<ol>
<li>intro</li>
<li>Siri</li>
<li>A5 Chip </li>
<li>Camera </li>
<li>iOS 5 </li>
<li>iCloud </li>
</ol>
<p>The elements for each <i>feature-module</i> consist of mainly a logo and a few screenshot images.</p>
<p>There are also <i>featured-text</i> snippets associated with each <i>feature-module</i>. But the <i>featured-text</i> snippets are not children of <b>#phone-stage</b>. The snippets are placed into their own divs, independent of the main <b>#phone-stage</b> div (more later).</p>
<h2>BODY MOVIN&#8217;, BODY MOVIN&#8217;</h2>
<p>Now <b>#phone-stage</b> is loaded up with the 6 <i>feature-modules</i>. Each module has its opacity set to 0 and is positioned at different locations and rotations within <b>#phone-stage</b>. After 3-5 seconds (or upon key press or click event) the <b>#phone-stage</b> div will rotate and zoom to the next position. </p>
<p>As <b>#phone-stage</b> rotates and zooms into position, the child elements within each <i>featured-module</i> fade in and animate independently.</p>
<p>The <i>featured-text</i> snippets that reside in their own div animate into the <i>featured-module</i> with their own timing, and fading animation, unaffected by the zooming and rotation of phone-stage. This creates a very sophisticated, multi-layered effect with minimal animation layers.</p>
<h2>RETREAT! MOVE! FALL BACK!</h2>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2011/10/featured-slider.jpg" alt="" title="featured-slider" class="alignnone size-full wp-image-1002" /></figure>
<p>For browsers without CSS enabled animation they see the Featured/Hero slider. This script detects the browser ability to display CSS3/HTML5 animation. If the browser cannot display animation it will fallback to the typical feature-slider by hiding the animation code and displaying the fall back code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2011/10/css3-animation-explained-apples-iphone-4s-feature-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Animation &amp; Wired Magazine &#8211; The Inside Story</title>
		<link>http://www.anthonycalzadilla.com/2011/07/css3-animation-wired-magazine-the-inside-story/</link>
		<comments>http://www.anthonycalzadilla.com/2011/07/css3-animation-wired-magazine-the-inside-story/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 02:43:36 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=956</guid>
		<description><![CDATA[Get the Insider Information on Css3 Animation Did you know that Wired Magazine (iPad) might be the first publisher to use CSS3 animation as a major design element of a story? The cover story no less! Ball-sy, eh? How do I know this? I helped them do it! The cover story of the June 2011 [...]]]></description>
			<content:encoded><![CDATA[<h2>Get the Insider Information on Css3 Animation </h2>
<p>Did you know that Wired Magazine (iPad) might be the first publisher to use CSS3 animation as a major design element of a story? The cover story no less!</p>
<div class="vidz"><iframe src="http://player.vimeo.com/video/26096307?title=0&amp;byline=0&amp;portrait=0" width="400" height="220" frameborder="0"></iframe></div>
<p>Ball-sy, eh?</p>
<p>How do I know this? I helped them do it!</p>
<p>The cover story of the June 2011 issue featured a bar graph representing the highest paying jobs in the USA. The idea was to have the text of the article <em>floating</em> over the bar graph. When a user swipes to a page the bar graph animates <em>behind</em> the floated text. (<a href="http://vimeo.com/26096307" title="CSS3 Animation for Wired Magazine (iPad - June 2011) on Vimeo">see video</a>)</p>
<h2>Working in the Dark</h2>
<p>All the code was based on some pretty safe technical assumptions. Being that the screen size for iPads is around 768*1024, we have a good idea of where <em>stuff</em> should go. Because all the contents of the Wired magazine are downloaded prior to reading. We can rest assured that all the elements will be completely loaded and ready to animate the instant the user swipes onto the page. I didn&#8217;t have to worry about buggy animation.</p>
<p>There was no easy way of testing my work. The plan-of-attack was that I would write the html/css code in Textmate and they would build their layouts in InDesign. They would import my code and their Indesign layouts into the Adobe Digital Publishing Suite. From there they&#8217;d publish to the iPad in some magical way that&#8230; I can&#8217;t be quite bothered to fully understand yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2011/07/css3-animation-wired-magazine-the-inside-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behind the Scenes of Mad Manimation</title>
		<link>http://www.anthonycalzadilla.com/2011/04/behind-the-scenes-of-mad-manimation/</link>
		<comments>http://www.anthonycalzadilla.com/2011/04/behind-the-scenes-of-mad-manimation/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 22:18:55 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=882</guid>
		<description><![CDATA[You Call This Inspiration? Imagine Don Draper walking into the office. His suitcase swings in his hand. His brand new Adidas squeak against the polished floor&#8230; Eh!? Adidas? I love Adidas. This is the idea that popped into my head while watching the intro sequence to the Mad Men show. &#8220;Wouldn&#8217;t it be cool to [...]]]></description>
			<content:encoded><![CDATA[<h2>
	You Call This Inspiration?<br />
</h2>
<p>
	Imagine Don Draper walking into the office. His suitcase swings in his hand. His brand new Adidas squeak against the polished floor&#8230; Eh!? Adidas?
</p>
<p>
	I love Adidas. This is the idea that popped into my head while watching the intro sequence to the Mad Men show. &#8220;Wouldn&#8217;t it be cool to re-create the Mad Men intro, but replace the man&#8217;s shiny shoes with a pair of classic Adidas?&#8221;
</p>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2011/04/2nd-scene.jpg" alt="" title="2nd-scene" class="size-full wp-image-907" /></figure>
<p>
	It was that ridiculous thought that gave me the idea for a CSS3 Mad Men intro. Dumb right? <img src='http://www.anthonycalzadilla.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
	I got to work.
</p>
<h2>
	Splitting the Scenes<br />
</h2>
<p>
	The first task was to locate a high-quality version of the intro on youtube. After studying it closely I realized it could be duplicated easily using simple CSS3 animations.
</p>
<p>
	Every time the camera angle changed, that would make a new scene. I paused the play head at the start and end of every scene and grabbed an image of both. This gave me &#8220;before and after&#8221; images for each scene. I would paste these on individual layers into a Photoshop file. Repeating the process until I had 16 .psd files (16 scenes) with a &#8220;before and after&#8221; layer in each one.
</p>
<h2>
	Duplicating the Graphics<br />
</h2>
<p>
	I began drawing over the images I previously grabbed. Scenes 1 through 6 were pretty straight forward. I created shapes over the original images trying to duplicate the objects form, color and texture as closely as possible.
</p>
<p>
	As I drew each graphic I had to be mindful of how I was going to animate them.
</p>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2011/04/5-scene1.jpg" alt="" title="5-scene" class="alignnone size-full wp-image-910" /></figure>
<p>
	For instance, Scene 5, where the office collapses, has many moving pieces. By keeping Photoshop open on one screen and the mad men intro open on another. I was able to focus on a specific object and determine how many moving pieces each one needed.
</p>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2011/04/desk.jpg" alt="" title="desk" class="alignnone size-full wp-image-912" /></figure>
<p>
	Take the desk for example. If you look at the original intro closely you&#8217;ll see the desk falls apart into pieces as it slips down. By watching the desk pieces move I could determine which pieces obscured the others as they fell and I could start planning the html and stacking order of the graphics. It was a meticulous process and admittedly you have to be a bit nuts to undertake it. <em>*Ahem*</em>
</p>
<p>
	Drawing the buildings that fly by as the silhouette falls wasn&#8217;t so fun. I ran into a little creative block with them. I wasn&#8217;t sure who or what I was going to place behind the glass. And I couldn&#8217;t figure out a good way to replicate that washed-out, hazy look the buildings have in the original.
</p>
<p>Rather than get hung-up on the buildings. I figured I would draw basic shapes for them and match the perspective of the buildings. That way they would look as believable as possible when they where moving behind the falling silhouette. Later I could circle back to the buildings once I hammered out all the CSS3 animation.
</p>
<p>
	I posted a little <a href="http://dribbble.com/shots/96574-Me-Upcoming-Project-Mate-">preview</a> of the graphics to dribbble.
</p>
<h2>
	A Multinational Alliance<br />
</h2>
<p>Enter Andy Clarke and Geri Coady. I worked with Andy and Geri previously on a <a href="http://vimeo.com/21719177">CSS3 animation</a> for his excellent book &#8216;<a href="http://hardboiledwebdesign.com/">Hardboiled Web Design by Andy Clarke</a>&#8216;. And I was stoked to be working with them again on this project.
</p>
<p>
	The buildings I created sucked but ultimately served as a good foundation for Geri Coady&#8217;s artwork. She was able to create some incredible graphics of the ALA speakers. There is excellent design/photoshop work in those building panels. They merit close attention. Hopefully Geri will <a href="http://hellogeri.com/">write a post on her site</a> detailing how she created those amazing effects.
</p>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2011/04/08-bg.jpg" alt="" title="08-bg" class="alignnone size-full wp-image-915" /></figure>
<h2>
	Hand Chiseled<br />
</h2>
<p>
	The code for the animation is composed from an ordered list with 16 list-items. Within each list-item is all the html and images necessary for that particular scene. By default all these list-items are set to display: none.
</p>
<p>We have a bit of jQuery that applies a &#8220;go&#8221; class to each list-item for a specific amount of time. This &#8220;go&#8221; class sets the list-item to display:block and activates the CSS3 animation assigned to that list-item (scene).
</p>
<p>
	Once the specified amount of time has elapsed. The &#8220;go&#8221; class is removed from the list item. Setting it back to display: none, turning off the CSS3 animation and immediately applying the &#8220;go&#8221; class to the next list item in the order. Starting the whole chain of events again.
</p>
<p>
	The code for the animation elements is ugly un-semantic html. But hey, sometimes you just have a good plan and say &#8220;fuck it&#8221;.
</p>
<h2>Hardboiled HTML</h2>
<p>
	Andy had a plan for the ugly code. Browsers that didn&#8217;t support CSS3 animations will see an ordered list with an image and descriptions of each scene in the animation.
</p>
<p> If the browser supports CSS3 animations we&#8217;ll use modernizr to replace each image and description with the html elements necessary for the animation. Simple!</p>
<h2>
	Animatable App<br />
</h2>
<p><a href="http://animatable.com/">Animatable</a> would have made creating this project a breeze. Unfortunately I was forced to code this one by hand. After I had already completed the animation. The whole Animatable Team (<a href="http://twitter.com/danrubin">Dan</a>, <a href="http://twitter.com/naomisusi">Naomi</a>, <a href="http://twitter.com/Malarkey">Andy</a>, <a href="http://twitter.com/mirceadesign">Mircea</a>) were still secretly working on the earliest versions of it. <em>I&#8217;m dying to get my hands on it.</em>
</p>
<p>I can clearly picture graphics and html elements animating. Then I can use that mental image to write the HTML/CSS3 in a way that would work the best for the animation. But its very difficult to visualize how much an element should squash/stretch. It difficult to add subtle nuances in the animation when your forced to think through rotational degrees and X/Y coordinates. <a href="http://animatable.com/">That&#8217;s where Animatable saves the day</a>.
</p>
<p>According to the Animatable team they&#8217;re going to open it up soon to a few people for private testing. I&#8217;m trying to elbow my way to the front of that line and eagerly await for them to open the doors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2011/04/behind-the-scenes-of-mad-manimation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Poo Fly!</title>
		<link>http://www.anthonycalzadilla.com/2010/12/css3-poo-fly/</link>
		<comments>http://www.anthonycalzadilla.com/2010/12/css3-poo-fly/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 18:16:16 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Daily365 Design]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=705</guid>
		<description><![CDATA[Short &#8216;juvenile&#8217; little cartoon demonstrating the importance of the CSS3 -webkit-animation-fill-mode property. CSS3 Poo Fly!]]></description>
			<content:encoded><![CDATA[<p><a href="http://css3animator.com/css3-poo-fly/"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/12/poo-fly.jpg" alt="" title="poo-fly" class="alignnone size-full wp-image-706" /></a></p>
<p>Short &#8216;juvenile&#8217; little cartoon demonstrating the importance of the CSS3 <code>-webkit-animation-fill-mode</code> property. <a href="http://css3animator.com/css3-poo-fly/">CSS3 Poo Fly</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/12/css3-poo-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Animation Hit List</title>
		<link>http://www.anthonycalzadilla.com/2010/10/css3-animation-hit-list/</link>
		<comments>http://www.anthonycalzadilla.com/2010/10/css3-animation-hit-list/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 04:26:49 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=699</guid>
		<description><![CDATA[Here is a list of my recent CSS3 Animation projects. I&#8217;ll keep this list updated as I complete each new project CSS3 AT-AT CSS3 Spiderman Mad Manimation I Twitty the Fool Wired Magazine .net Magazine Rofox-Firefox Demo Hardboiled Web jQuery Robot]]></description>
			<content:encoded><![CDATA[<p>Here is a list of my recent CSS3 Animation projects. I&#8217;ll keep this list updated as I complete each new project <img src='http://www.anthonycalzadilla.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<figure><a href="http://www.anthonycalzadilla.com/css3-ATAT/"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/01/hl-05.jpg"/><br />
<figcaption>CSS3 AT-AT</figcaption>
<p></a></figure>
<figure><a href="http://www.optimum7.com/css3-man/"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/01/hl-08.jpg"/><br />
<figcaption>CSS3 Spiderman</figcaption>
<p></a></figure>
<figure><a href="http://animatable.com/demos/madmanimation/"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/01/hl-06.jpg"/><br />
<figcaption>Mad Manimation</figcaption>
<p></a></figure>
<figure><a href="http://www.anthonycalzadilla.com/i-twitty-the-fool/"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/01/hl-07.jpg"/><br />
<figcaption>I Twitty the Fool</figcaption>
<p></a></figure>
<figure><a href="http://vimeo.com/26096307"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/01/hl-02.jpg"/><br />
<figcaption>Wired Magazine</figcaption>
<p></a></figure>
<figure><a href="http://vimeo.com/20395668"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/10/crcl-twitter.gif"/><br />
<figcaption>.net Magazine</figcaption>
<p></a></figure>
<p><strong></strong><br />
<figure><a href="https://developer.mozilla.org/en-US/demos/detail/rofox-css3-animation-by-anthony-calzadilla"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/01/hl-03.jpg"/><br />
<figcaption>Rofox-Firefox Demo</figcaption>
<p></a></figure>
<figure><a href="http://vimeo.com/21719177"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/01/hl-04.jpg"/><br />
<figcaption>Hardboiled Web</figcaption>
<p></a></figure>
<figure><a href="http://robot.anthonycalzadilla.com"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2012/01/hl-01.jpg"/><br />
<figcaption>jQuery Robot</figcaption>
<p></a></figure>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/10/css3-animation-hit-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mr.T + Twitter + SVG + CSS3 Animation = Fun</title>
		<link>http://www.anthonycalzadilla.com/2010/09/mr-t-twitter-svg-css3-animation-fun/</link>
		<comments>http://www.anthonycalzadilla.com/2010/09/mr-t-twitter-svg-css3-animation-fun/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 16:26:33 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Daily365 Design]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=660</guid>
		<description><![CDATA[Another CSS3 cartoon from yours truly. Direct Link.]]></description>
			<content:encoded><![CDATA[<p>Another CSS3 cartoon from yours truly. <a href="http://www.anthonycalzadilla.com/i-twitty-the-fool/">Direct Link</a>.<br />
<a href="http://www.anthonycalzadilla.com/i-twitty-the-fool/"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/09/mrt.jpg" alt="" title="mrt" class="alignnone size-full wp-image-661" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/09/mr-t-twitter-svg-css3-animation-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 section, aside, header, nav, footer elements &#8211; not as obvious as they sound</title>
		<link>http://www.anthonycalzadilla.com/2010/08/html5-section-aside-header-nav-footer-elements-not-as-obvious-as-they-sound/</link>
		<comments>http://www.anthonycalzadilla.com/2010/08/html5-section-aside-header-nav-footer-elements-not-as-obvious-as-they-sound/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:42:38 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=632</guid>
		<description><![CDATA[This is a summary of Chapter 5 of Jeremy Kieth’s excellent book “HTML5 for Web Designers” by publisher A Book Apart. Bear in mind that this article is 1/4 my opinion and observations. The other 3/4 is para-phrasing directly out of the book. Before we get to the section, aside, header, nav and footer elements [...]]]></description>
			<content:encoded><![CDATA[<p>This is a summary of Chapter 5 of <a href="http://adactio.com/">Jeremy Kieth</a>’s excellent book “<a href="http://books.alistapart.com/product/html5-for-web-designers">HTML5 for Web Designers</a>” by publisher <strong>A Book Apart</strong>. Bear in mind that this article is 1/4 my opinion and observations. The other 3/4 is para-phrasing directly out of the book. </p>
<p>Before we get to the <code>section</code>, <code>aside</code>, <code>header</code>, <code>nav</code> and <code>footer</code> elements it important we understand one of the foundational changes in html5. Each piece of sectioning content has its own self-contained outline. That means you don&#8217;t have to keep track of your heading level anymore-you can start from <code>h1</code> each time. Because each piece generates its own outline, you can now get far more heading levels than simply <code>h1</code> to <code>h6</code>. More importantly, you can start to think about your content in a truly modular way. </p>
<p>The fact that each piece of sectioning content has its own outline makes it perfect for Ajax. Porting a piece of content from one document to another introduces problems. CSS rules applied to the parent document will also apply to inserted content. HTML5 offers a solution with the ‘<code><a href="http://www.w3.org/TR/html5/semantics.html#dom-style-scoped">scoped</a></code>’ attribute, which can be applied to a style element. Any styles declared within that style element will only be applied to the containing sectioning content.</p>
<p>Some of the new structural elements can be misleading. Especially the <code>section</code>, <code>aside</code>, <code>header</code>, <code>nav</code> and <code>footer</code> elements. Correct usage of the seemingly obvious elements can be confusing. Here’s a check list of common pitfalls to avoid:</p>
<ul id="code-list">
<li><code class="code-intro">section</code> &#8211; Used for grouping together thematically-related content. Sounds like a <code>div</code> element, but its not. The <code>div</code> has no semantic meaning. Before replacing all your <code>div’s</code> with section elements, always ask yourself, “Is all of the content related?”<br/></li>
<li><code class="code-intro">aside</code> &#8211; Used for tangentially related content. Just because some content appears to the left or right of the main content isn&#8217;t enough reason to use the <code>aside</code> element. Ask yourself if the content within the <code>aside</code> can be removed without reducing the meaning of the main content. Pullquotes are an example of tangentially related content.</li>
<li><code class="code-intro">header</strong></code> &#8211; There is a crucial difference between the <code>header</code> element and the general accepted usage of <code>header</code> (or masthead). There’s usually only one <code>header</code> or ‘masthead’ in a page. In HTML5 you can have as many as you want. The spec defines it as “a group of introductory or navigational aids”. You can use a <code>header</code> in any <code>section</code> on your site. In fact, you probably should use a <code>header</code> within most of your <code>sections</code>. The spec describes the <code>section</code> element as “<em>a thematic grouping of content, typically with a heading.</em>”</li>
<li><code class="code-intro">nav</code> &#8211; Intended for major navigation information. A group of links grouped together isn&#8217;t enough reason to use the <code>nav</code> element. Site-wide navigation, on the other hand belongs in a <code>nav</code> element.</li>
<li><code class="code-intro">footer</code> &#8211; Sounds like its a description of the position, but its not. <code>Footer</code> elements contain information about it’s containing element: who wrote it, copyright, links to related content, etc. Whereas we usually have one <code>footer</code> for an entire document, HTML5 allows us to also have <code>footer</code> within sections.</li>
</ul>
<p>So you see? It’s not exactly as straight forward as it might seem. For a more indepth information about HTML5 please get “<a href="http://books.alistapart.com/product/html5-for-web-designers">HTML5 for Web Designers</a>” or check out the following free online resources:</p>
<ul>
<li><a href="http://diveintohtml5.org/">Dive Into HTML5</a></li>
<li><a href="http://html5doctor.com/">HTML5 Doctor</a></li>
<li><a href="http://www.focus.com/images/view/11905/">WTF is HTML5?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/08/html5-section-aside-header-nav-footer-elements-not-as-obvious-as-they-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Incase Snap Case Smoke and Snap Case Clear for iPhone 4</title>
		<link>http://www.anthonycalzadilla.com/2010/07/incase-snap-case-smokeclear-for-iphone-4/</link>
		<comments>http://www.anthonycalzadilla.com/2010/07/incase-snap-case-smokeclear-for-iphone-4/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 19:00:24 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=617</guid>
		<description><![CDATA[[UPDATED: August 5th, 2010] Although included in Apple&#8217;s iPhone 4 Case Program. Images of the new &#8216;Snap Case&#8217; iPhone 4 protector have been curiously absent around the web. If you view the Incase blog post all you can see are some renderings of upcoming cases &#8211; none of them &#8220;thee&#8221; Snap Case. Solution? Pull some [...]]]></description>
			<content:encoded><![CDATA[<p><strong>[UPDATED: August 5th, 2010]</strong></p>
<p>Although included in Apple&#8217;s iPhone 4 Case Program. Images of the new &#8216;Snap Case&#8217; iPhone 4 protector have been curiously absent around the web. If you <a href="http://goincase.com/blog/2010/07/13/coming-soon-cases-for-iphone-4/">view the Incase blog post</a> all you can see are some renderings of upcoming cases &#8211; none of them &#8220;thee&#8221; Snap Case. Solution? Pull some images of the Snap Case right out of the app itself:</p>
<p><strong>Update: Looks like Incase finally got their act together and posted images of their new Snap Cases available for free to iPhone 4 owners via Apple&#8217;s &#8220;Bumper Case Program</strong>.&#8221; <a href="http://www.goincase.com/products/detail/snap-case-cl59630/2">The cases are now available to View and purchase.</a></p>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/07/incase-quart-black.jpg" alt="" title="incase-quart-black"></figure>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/07/incase-front-white.jpg" alt="" title="incase-front-white"></figure>
<figure><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/07/incase-back-black.jpg" alt="" title="incase-back-black"></figure>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/07/incase-snap-case-smokeclear-for-iphone-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Savage Spaceman Massacre</title>
		<link>http://www.anthonycalzadilla.com/2010/07/savage-spaceman-massacre/</link>
		<comments>http://www.anthonycalzadilla.com/2010/07/savage-spaceman-massacre/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 00:40:16 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Daily365 Design]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=614</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img title="alien-jackers.jpg" src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/07/alien-jackers.jpg" border="0" alt="alien-jackers.jpg"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/07/savage-spaceman-massacre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cimmerian Commandos</title>
		<link>http://www.anthonycalzadilla.com/2010/05/cimmerian-commandos/</link>
		<comments>http://www.anthonycalzadilla.com/2010/05/cimmerian-commandos/#comments</comments>
		<pubDate>Tue, 11 May 2010 03:52:46 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Daily365 Design]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=556</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.anthonycalzadilla.com/wp-content/uploads/2010/05/cimmerian-commandos.jpg"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/05/cimmerian-commandos.jpg" alt="" title="cimmerian-commandos" class="alignnone size-full wp-image-557" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/05/cimmerian-commandos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monkey See, Monkey Do #daily365</title>
		<link>http://www.anthonycalzadilla.com/2010/05/monkey-see-monkey-do-daily365/</link>
		<comments>http://www.anthonycalzadilla.com/2010/05/monkey-see-monkey-do-daily365/#comments</comments>
		<pubDate>Tue, 11 May 2010 03:45:58 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Daily365 Design]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=553</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.anthonycalzadilla.com/wp-content/uploads/2010/05/monkey.jpg"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/05/monkey.jpg" alt="" title="monkey" class="alignnone size-full wp-image-554" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/05/monkey-see-monkey-do-daily365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Walking Dead &#8211; #daily365</title>
		<link>http://www.anthonycalzadilla.com/2010/05/walking-dead-daily365/</link>
		<comments>http://www.anthonycalzadilla.com/2010/05/walking-dead-daily365/#comments</comments>
		<pubDate>Wed, 05 May 2010 02:14:14 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Daily365 Design]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=549</guid>
		<description><![CDATA[They&#8217;re making a television series out of the &#8216;Walking Dead&#8217; Comic&#8230; Awesome! Starts in October 2010.]]></description>
			<content:encoded><![CDATA[<p>They&#8217;re making a television series out of the &#8216;Walking Dead&#8217; Comic&#8230; Awesome! Starts in October 2010.</p>
<p><a href="http://www.anthonycalzadilla.com/wp-content/uploads/2010/05/walking-dead1.jpg"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/05/walking-dead1.jpg" alt="" title="walking-dead" class="alignnone size-full wp-image-551" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/05/walking-dead-daily365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look Ma, No Flash!</title>
		<link>http://www.anthonycalzadilla.com/2010/05/look-ma-no-flash/</link>
		<comments>http://www.anthonycalzadilla.com/2010/05/look-ma-no-flash/#comments</comments>
		<pubDate>Mon, 03 May 2010 16:00:35 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Daily365 Design]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=545</guid>
		<description><![CDATA[Recreated the intro to the classic 1967 spiderman cartoon using css3 for animation and a little dash of html 5 for audio.]]></description>
			<content:encoded><![CDATA[<p>Recreated the intro to the classic 1967 spiderman cartoon using css3 for animation and a little dash of html 5 for audio.</p>
<p><a href="http://www.optimum7.com/css3-man/"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/05/CSS3-Man.jpg" alt="" title="CSS3-Man" class="alignnone size-full wp-image-546" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/05/look-ma-no-flash/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Conan The Six Fingered &#8211; #daily365</title>
		<link>http://www.anthonycalzadilla.com/2010/03/conan-six-fingered-daily365/</link>
		<comments>http://www.anthonycalzadilla.com/2010/03/conan-six-fingered-daily365/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 02:35:08 +0000</pubDate>
		<dc:creator>Anthony Calzadilla</dc:creator>
				<category><![CDATA[Daily365 Design]]></category>

		<guid isPermaLink="false">http://www.anthonycalzadilla.com/?p=541</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.anthonycalzadilla.com/wp-content/uploads/2010/04/conan.jpg"><img src="http://www.anthonycalzadilla.com/wp-content/uploads/2010/04/conan.jpg" alt="" title="conan" class="alignnone size-full wp-image-542" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonycalzadilla.com/2010/03/conan-six-fingered-daily365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

