<?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>Laz Creative</title>
	<atom:link href="http://lazcreative.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lazcreative.com</link>
	<description></description>
	<lastBuildDate>Mon, 17 Dec 2012 22:43:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How To: Adding swipe support to Bootstrap&#8217;s Carousel</title>
		<link>http://lazcreative.com/blog/how-to/how-to-adding-swipe-support-to-bootstraps-carousel/</link>
		<comments>http://lazcreative.com/blog/how-to/how-to-adding-swipe-support-to-bootstraps-carousel/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 17:40:17 +0000</pubDate>
		<dc:creator>Justin Lazanowski</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://lazcreative.com/?p=1733</guid>
		<description><![CDATA[<p>While working on a recent project, I was asked to add swipe support to the image slider being used on the site. This particular site was using Bootstrap as its foundation and I was using&#8230;</p><p>The post <a href="http://lazcreative.com/blog/how-to/how-to-adding-swipe-support-to-bootstraps-carousel/">How To: Adding swipe support to Bootstrap&#8217;s Carousel</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>While working on a recent project, I was asked to add swipe support to the image slider being used on the site. This particular site was using Bootstrap as its foundation and I was using the bootstrap carousel component for the slider.</p>
<p>So I did what any self respecting coder does and googled “Adding swipe support to Bootstrap Carousel”, not because I am lazy (well maybe just a bit), but because I prefer not to reinvent the wheel. This got me some results, but ultimately nothing that was currently functional.</p>
<p>Here is the solution. It’s actually very simple and it’s not at all limited to the boostrap carousel plugin, using another slider? No problem, this solution will work just as well on it.</p>
<p>The how to part:</p>
<p>First and foremost we need to support touch events and there is already a solid library for that jQuery Mobile. What we don’t need though is all of the weight that jQuery mobile has with all of the forms widgets and other items.</p>
<p>Here is a minified version of the core components that are needed to support basic touch events:</p>
<pre name="code" class="javascript">/*! jQuery Mobile v1.2.0 jquerymobile.com | jquery.org/license */
(function(a,b,c){typeof define=="function"&amp;&amp;define.amd?define(["jquery"],function(d){return c(d,a,b),d.mobile}):c(a.jQuery,a,b)})(this,document,function(a,b,c,d){(function(a,b){var d={touch:"ontouchend"in c};a.mobile=a.mobile||{},a.mobile.support=a.mobile.support||{},a.extend(a.support,d),a.extend(a.mobile.support,d)})(a),function(a,b,c,d){function x(a){while(a&amp;&amp;typeof a.originalEvent!="undefined")a=a.originalEvent;return a}function y(b,c){var e=b.type,f,g,i,k,l,m,n,o,p;b=a.Event(b),b.type=c,f=b.originalEvent,g=a.event.props,e.search(/^(mouse|click)/)&gt;-1&amp;&amp;(g=j);if(f)for(n=g.length,k;n;)k=g[--n],b[k]=f[k];e.search(/mouse(down|up)|click/)&gt;-1&amp;&amp;!b.which&amp;&amp;(b.which=1);if(e.search(/^touch/)!==-1){i=x(f),e=i.touches,l=i.changedTouches,m=e&amp;&amp;e.length?e[0]:l&amp;&amp;l.length?l[0]:d;if(m)for(o=0,p=h.length;oe||Math.abs(c.pageY-n)&gt;e,o&amp;&amp;!d&amp;&amp;H("vmousecancel",b,f),H("vmousemove",b,f),F()}function M(a){if(r)return;C();var b=z(a.target),c;H("vmouseup",a,b);if(!o){var d=H("vclick",a,b);d&amp;&amp;d.isDefaultPrevented()&amp;&amp;(c=x(a).changedTouches[0],p.push({touchID:v,x:c.clientX,y:c.clientY}),q=!0)}H("vmouseout",a,b),o=!1,F()}function N(b){var c=a.data(b,e),d;if(c)for(d in c)if(c[d])return!0;return!1}function O(){}function P(b){var c=b.substr(1);return{setup:function(d,f){N(this)||a.data(this,e,{});var g=a.data(this,e);g[b]=!0,k[b]=(k[b]||0)+1,k[b]===1&amp;&amp;t.bind(c,I),a(this).bind(c,O),s&amp;&amp;(k.touchstart=(k.touchstart||0)+1,k.touchstart===1&amp;&amp;t.bind("touchstart",J).bind("touchend",M).bind("touchmove",L).bind("scroll",K))},teardown:function(d,f){--k[b],k[b]||t.unbind(c,I),s&amp;&amp;(--k.touchstart,k.touchstart||t.unbind("touchstart",J).unbind("touchmove",L).unbind("touchend",M).unbind("scroll",K));var g=a(this),h=a.data(this,e);h&amp;&amp;(h[b]=!1),g.unbind(c,O),N(this)||g.removeData(e)}}}var e="virtualMouseBindings",f="virtualTouchID",g="vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel".split(" "),h="clientX clientY pageX pageY screenX screenY".split(" "),i=a.event.mouseHooks?a.event.mouseHooks.props:[],j=a.event.props.concat(i),k={},l=0,m=0,n=0,o=!1,p=[],q=!1,r=!1,s="addEventListener"in c,t=a(c),u=1,v=0,w;a.vmouse={moveDistanceThreshold:10,clickDistanceThreshold:10,resetTimerDuration:1500};for(var Q=0;Qa.event.special.swipe.scrollSupressionThreshold&amp;&amp;b.preventDefault()}var e=b.originalEvent.touches?b.originalEvent.touches[0]:b,f={time:(new Date).getTime(),coords:[e.pageX,e.pageY],origin:a(b.target)},g;c.bind(i,j).one(h,function(b){c.unbind(i,j),f&amp;&amp;g&amp;&amp;g.time-f.timea.event.special.swipe.horizontalDistanceThreshold&amp;&amp;Math.abs(f.coords[1]-g.coords[1])g.coords[0]?"swipeleft":"swiperight"),f=g=d})})}},a.each({scrollstop:"scrollstart",taphold:"tap",swipeleft:"swipe",swiperight:"swipe"},function(b,c){a.event.special[b]={setup:function(){a(this).bind(c,a.noop)}}})}(a,this)})</pre>
<p>Or build you own custom version <a href="http://jquerymobile.com/download-builder/">here</a> (just select the touch event and it will include everything you need)</p>
<p>Take this and include it in your site script, or simply create a new script and add it into the document.</p>
<pre name="code" class="javascript">&lt;script src=”jquery.mobile.custom.min.js”&gt;&lt;/script&gt;</pre>
<p>Now that we have touch support we simply need to hook that up to our image slider. That my friends is a pretty simple task:</p>
<pre name="code" class="javascript">&lt;script&gt;
$(document).ready(function() {
   $("#myCarousel").swiperight(function() {
      $("#myCarousel").carousel('prev');
    });
   $("#myCarousel").swipeleft(function() {
      $("#myCarousel").carousel('next');
   });
});
&lt;/script&gt;</pre>
<p>Taking a quick look at the code above, we’re attaching the jQuery mobile swipe right/left events to the carousel next and previous options. If you’re using another slider, simply hook to their next/previous handlers.</p>
<p>I’ve placed a demo online <a href="http://www.lazcreative.com/slider-swipe">here</a> for review.</p>
<p>Happy Coding.</p>
<p>The post <a href="http://lazcreative.com/blog/how-to/how-to-adding-swipe-support-to-bootstraps-carousel/">How To: Adding swipe support to Bootstrap&#8217;s Carousel</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://lazcreative.com/blog/how-to/how-to-adding-swipe-support-to-bootstraps-carousel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is good content anyway?</title>
		<link>http://lazcreative.com/blog/strategy/what-is-good-content-anyway/</link>
		<comments>http://lazcreative.com/blog/strategy/what-is-good-content-anyway/#comments</comments>
		<pubDate>Sun, 09 Sep 2012 02:39:57 +0000</pubDate>
		<dc:creator>Justin Lazanowski</dc:creator>
				<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://lazcreative.com/?p=1660</guid>
		<description><![CDATA[<p>If you&#8217;ve just started a blog, or if you&#8217;ve been blogging since Al Gore invented the internet, you have probably read time and time again that in order to be successful at it there is&#8230;</p><p>The post <a href="http://lazcreative.com/blog/strategy/what-is-good-content-anyway/">What is good content anyway?</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;ve just started a blog, or if you&#8217;ve been blogging since <a href="http://en.wikipedia.org/wiki/Al_Gore_invented_the_Internet#1999_CNN_interview_controversy" target="_blank">Al Gore invented the internet</a>, you have probably read time and time again that in order to be successful at it there is one fundamental requirement: <strong>Write good content</strong>.</p>
<p>If you’re like me, you think to yourself:</p>
<blockquote><p>Awesome, I can write good content!   &#8230;  What is good content anyway?</p></blockquote>
<p>With that question in mind, you head to Google. &#8220;What is good content,&#8221; you ask. What you get back is a cacophony of ideas. Most often I see:</p>
<ul>
<li>Get your title right.</li>
<li>Pepper your keywords into your post.</li>
<li>Write lists. People love lists.</li>
<li>Make your post scannable.</li>
<li>Continue the conversation.</li>
<li>Make a call to action.</li>
</ul>
<p>I’m not telling you anything that you don’t already know here; you&#8217;ve seen it all.  After all, you probably found this post because you Googled &#8220;what makes good content?&#8221; The problem with all of those bulleted items is that they are junk. It’s all internet noise.  This is not to say there aren&#8217;t good articles, lists and the like that fit those criteria. However, when everyone follows the same “this is good” formula, you end up with the unfortunate scenario where the gem is hard to distinguish from the junk — which begs the question: What is good content, honestly good content?</p>
<p>In my opinion, defining good content in a practical manner is pretty straightforward: Provide the content consumer with new and useful information. This can be a point of view about an existing subject matter or something that forays into entirely new territory. The content itself, however, should be created by you and help the reader solve some sort of problem, or provide a useful insight. The short definition of good content: Give the end user something useful. Herein lies the real challenge.</p>
<p>Everyone has a different point of view which is informed by a unique, fingerprint-like frame of reference.   These differences, wonderful and terrible, are what make the world go round.  However, with a full spectrum of inherent differences of opinion and definitions of what is considered useful, the content creator may, understandably, tremble a bit before clicking &#8220;publish.&#8221;  </p>
<p>While it is impossible to land on useful 100% of the time, there IS a synergy in what we find to be useless, regardless of individual opinion or point of view. Keyword stuffed articles, the same top ten lists we&#8217;ve seen on hundreds of other sites that shows up on yours — the list goes on. Noise, the natural enemy of good communication, is unfortunately abundant on the Web. If you find yourself contributing to the noise, it is fair to assume people will generally find your information useless.</p>
<p>Do not despair.</p>
<p><strong>Here are a few rules that should apply to writing good content:</strong></p>
<ol>
<li>Stop writing for SEO (Search Engine Optimization). Seriously just stop it.
<p>	Understand that SEO is a side effect of good content. Good content gets shared. Good content gets backlinks. Good content enjoys discussion. Why? Because, by its nature, good content is interesting and people share and talk about things they find interesting. How many times have you looked for something on the Web only to stumble onto drivel of awkwardly worded sentences in order that the author could meet some sort of keyword goal? It’s frustrating, it’s almost always useless and, as <a href="http://en.wikipedia.org/wiki/PageRank" target="_blank">search engine algorithms</a> continue to improve, it will be buried. According to Google’s Matt Cutts:</p>
<blockquote><p>“Good content trumps SEO.”</p></blockquote>
<p>If you don’t believe me, you should believe the <a href="http://www.mattcutts.com/" target="_blank">head of Google’s webspam team</a>.  If you don&#8217;t believe him, then you may want to peruse the details of <a href="http://en.wikipedia.org/wiki/Google_Panda">Google Panda</a> and more recent Penguin update, a change to Google&#8217;s search results ranking algorithm. The new reality, and what has always been the truth, is <strong>good content is SEO</strong>.</li>
<li>Don’t write the same opinion piece that’s been published half a million times before unless you have something new and insightful and useful to add to the discussion. Anything else is just noise.</li>
<li>Keep it brief. If you’re writing a ten thousand word dissertation on why the Internet Explorer is the mark of the beast, your content consumers are going to get tired and leave. Every Web standards compliance-minded developer already knows IE is the devil.  Get to your point so that we can comment on how much we agree (can anyone disagree?) with your assessment.</li>
<li> Grammar doesn&#8217;t matter. Ok, well maybe a little bit. If you’re writing a blog on the English language, then worry about MLA. For everyone else though, most of your readers aren’t going to care that you missed an <a href="http://www.youtube.com/watch?v=P_i1xk07o4g&#038;feature=share&#038;list=AL94UKMTqg-9B7ZRxcrJSJq9IgYA82NRMI" target="_blank">oxford comma</a>. You should go back and proof your work to make sure your idea comes across in a clear and concise manner, but don’t obsess over grammar. As Seth Godin has said:<br />
<blockquote><p>“Just say it”.</p></blockquote>
</li>
</ol>
<p>There are many more items that play into authoring quality content on the Web, but continuing would violate rule #3 &#8230; Plus we want to save room for Part 2.</p>
<p>What do you think makes good content? Be sure to weigh in below.</p>
<p>The post <a href="http://lazcreative.com/blog/strategy/what-is-good-content-anyway/">What is good content anyway?</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://lazcreative.com/blog/strategy/what-is-good-content-anyway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping The Soda Money On The Field</title>
		<link>http://lazcreative.com/blog/business/keeping-the-soda-money-on-the-field/</link>
		<comments>http://lazcreative.com/blog/business/keeping-the-soda-money-on-the-field/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 07:12:07 +0000</pubDate>
		<dc:creator>Jeremy Lazanowski</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Baseball]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Prudence]]></category>

		<guid isPermaLink="false">http://lazcreative.com/?p=1452</guid>
		<description><![CDATA[<p>Someone once speculated they could tell how fast a silicon valley startup would file for bankruptcy by the number of Herman Miller Aeron Chairs they had in their expansive offices. Now, I&#8217;m not going to&#8230;</p><p>The post <a href="http://lazcreative.com/blog/business/keeping-the-soda-money-on-the-field/">Keeping The Soda Money On The Field</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Someone once speculated they could tell how fast a silicon valley startup would file for bankruptcy by the number of <a href="http://www.hermanmiller.com/products/seating/work-chairs/aeron-chairs.html" target="_blank">Herman Miller Aeron Chairs</a> they had in their expansive offices. </p>
<p><img src="http://lazcreative.s3.amazonaws.com/images/soda-money.jpg" alt="" title="soda-money" width="1282" height="723" class="alignright size-full wp-image-1771" /></p>
<p>Now, I&#8217;m not going to take part in disparaging one of the world&#8217;s finest chairs that once, very comfortably, supported the hindquarters of yours truly. What I will say is that by using this line of reasoning we should be in business long after Justin Beiber has 20 grandchildren (okay, bad example). It&#8217;s true, fancy pants we ain&#8217;t. Think of us as Billy Beane&#8217;s 2002 Oakland Athletics competing in an industry that has been conditioned to expect the &#8220;Yankee fineness.&#8221;</p>
<p>Allow me to paraphrase for those who aren&#8217;t sports fanatics and/or haven&#8217;t seen the movie <a href="http://www.imdb.com/title/tt1210166/" target="_blank">Moneyball</a>: </p>
<blockquote><p>&#8220;There are rich agencies and there are poor agencies, then there&#8217;s fifty feet of crap, and then there&#8217;s us.&#8221;</p></blockquote>
<p>We do not come from money. We do not have investors. Shiny offices with glass plated conference rooms? Yet to be built. Aeron Chairs? Nada. What little we have we are proud to say we own, and have earned by the sweat of our rapidly mouse clicking index fingers. The &#8220;soda money,&#8221; my friends, is &#8220;on the field.&#8221;</p>
<p>Now don&#8217;t get me wrong &#8211; we like nice things and would like to take our clients on long, leisurely tours of our immaculate facilities. We would like them to see their beautiful reflections in our stainless steel conference room table as they sit comfortably in a fleet of (that&#8217;s right) Herman Miller Aeron chairs. These things would be nice &#8211; a wonderful expression of our exceptional talent and capabilities. But if prematurely, at what expense?</p>
<p>The lesson behind the Aeron chair theory? Perhaps we are all too eager to portray financial success long before we have learned to properly respect a dollar? We are caught up in seeming, rather than being. We expect success without sacrifice.</p>
<p>Call me old-fashioned, but I believe we owe our clients a greater level of stability. After all, we would like to think they will continue to remain in business for many years to come, able to pay our invoices by making prudent financial decisions. Would we not be nervous if they were feverishly spending money they didn&#8217;t have as though they were trying to keep up with the United States federal government? Where do we expect this &#8220;keeping up with the Joneses&#8221; will lead?</p>
<p>In the cogent words of Lane Pryce, &#8220;Pennies make pounds and pounds make profits.&#8221; As long as this holds true, we will keep a careful watch over our pocketbooks. Not because we are greedy and want David Justice to suffer the indignity of purchasing his own soda, but because our talent will best serve our clients by staying in business. For now that means keeping the soda money on the field while our butts dream of Aeron chairs. Pardon the crude mixed metaphor. </p>
<p>Do you have an alternate point of view or an &#8220;Amen?&#8221; Please share your thoughts with us. We&#8217;d love to hear from you.</p>
<p>The post <a href="http://lazcreative.com/blog/business/keeping-the-soda-money-on-the-field/">Keeping The Soda Money On The Field</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://lazcreative.com/blog/business/keeping-the-soda-money-on-the-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Don&#8217;t Become a Hero by Being Normal, or a LAIKA Feature Length Animated Film For That Matter</title>
		<link>http://lazcreative.com/blog/technology/paranorman/</link>
		<comments>http://lazcreative.com/blog/technology/paranorman/#comments</comments>
		<pubDate>Sat, 11 Aug 2012 01:31:32 +0000</pubDate>
		<dc:creator>Jeremy Lazanowski</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Retro Technique]]></category>

		<guid isPermaLink="false">http://lazcreative.com/?p=423</guid>
		<description><![CDATA[<p>From the makers of Coraline, a unique 3D feature animation &#8220;creeps&#8221; into theaters on August 17th. Along with the social buzz on Facebook, Twitter, YouTube, and Instagram you may have seen ads for Paranorman while&#8230;</p><p>The post <a href="http://lazcreative.com/blog/technology/paranorman/">You Don&#8217;t Become a Hero by Being Normal, or a LAIKA Feature Length Animated Film For That Matter</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class=" wp-image-1383 alignnone" src="http://lazcreative.s3.amazonaws.com/images/paranorman-960x408.jpg" alt="© 2012 LAIKA-Focus Features" width="672" height="286" /></p>
<p>From the makers of Coraline, a unique 3D feature animation &#8220;creeps&#8221; into theaters on August 17th. Along with the social buzz on Facebook, Twitter, YouTube, and Instagram you may have seen ads for Paranorman while watching the London Olympic games. The following <a href="http://www.youtube.com/watch?v=qctRKfl7FS0&amp;feature=plcp" target="_blank">spot</a> was cleverly placed in the women&#8217;s gymnastics team final, and I will admit it produced a chuckle. Most noteworthy, to date Paranorman is the biggest <a href="http://en.wikipedia.org/wiki/Stop_motion" target="_blank">stop motion</a> movie ever made.</p>
<div class="alignright"><img title="faces1" src="http://lazcreative.s3.amazonaws.com/images/faces1-468x284.jpg" alt="" width="300" /><br />
<img title="faces2" src="http://lazcreative.s3.amazonaws.com/images/faces2-468x284.jpg" alt="" width="300" /><br />
<img title="faces3" src="http://lazcreative.s3.amazonaws.com/images/faces3-468x284.jpg" alt="" width="300" /></div>
<p>For those of you who appreciate the painstaking retro techniques of the artistic craft, specifically stop motion animation, you will appreciate the genius, if not insanity, of the masochistic effort undertaken by the Portland based animation studio <a href="http://laika.com/" target="_blank">LAIKA</a>.</p>
<p>The specific technique used to generate the unique look of Paranorman is referred to as replacement animation where each new character sequence is created by removing and replacing a facial component or mask on the character puppet &#8211; sort of like the world&#8217;s most elaborate Mr. Potato Head. To generate just one second of feature animation required approximately 24 mask replacements. Each mask was individually made by utilizing <a href="http://zcorp.com/en/Press-Room/3D-Systems-Full-Color-Printers-Bring-LAIKAs-ParaNorman-To-Life/news.aspx" target="_blank">3D Systems ZPrinter® 650</a>, a full color 3D printer that overlays many tiny layers of powder until you have a three dimensional object. The face is then dipped into a super glue to seal and strengthen the mask.</p>
<p>The creation of the the feature&#8217;s puppets were no slouching effort either:</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/mcESvy3XRis?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>To give you a better feel for the painful scope of this project, let&#8217;s look at a few numbers:</p>
<ul>
<li>66,400 rare earth magnets</li>
<li>31,000 &#8211; The ballpark number of individual face parts printed for the production</li>
<li>25,000 purple gloves</li>
<li>9,000 &#8211; The number of different faces it took to animate Norman</li>
<li>8,000 &#8211; the number of pounds of printing powder required to make the components for the feature</li>
<li>5,000 exacto blades</li>
<li>729 sheets of sandpaper</li>
<li>427 human years</li>
<li>300 puppets</li>
<li>77 &#8211; The number of gallons of super glue required</li>
<li>50 stages</li>
<li>2 gallons of white resin</li>
<li>1 massive warehouse</li>
</ul>
<p>Photo Credit: <a href="http://laika.com/" target="_blank">LAIKA</a>.</p>
<p>The post <a href="http://lazcreative.com/blog/technology/paranorman/">You Don&#8217;t Become a Hero by Being Normal, or a LAIKA Feature Length Animated Film For That Matter</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://lazcreative.com/blog/technology/paranorman/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hello, World?</title>
		<link>http://lazcreative.com/blog/announcements/hello-world/</link>
		<comments>http://lazcreative.com/blog/announcements/hello-world/#comments</comments>
		<pubDate>Thu, 14 Jun 2012 01:32:03 +0000</pubDate>
		<dc:creator>Jeremy Lazanowski</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://lazcreative.com/?p=425</guid>
		<description><![CDATA[<p>So we caved into the pressure and started a blog ... You’re welcome.</p><p>The post <a href="http://lazcreative.com/blog/announcements/hello-world/">Hello, World?</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></description>
				<content:encoded><![CDATA[<p class="intro">So we caved into the pressure and started a blog …<br />
You’re welcome.</p>
<blockquote><p>“So, you design blog interfaces for some of the worlds largest corporations but you don’t have your own blog?”</p></blockquote>
<p>The sheer embarrassment of our trademark answer “The shoemaker’s children go barefoot” became too much. So here we are. We have a blog. So much to say, so little time.</p>
<p>Or is it:</p>
<p><a href="http://www.despair.com/blogging.html"><img class="alignnone size-full wp-image-1371" title="Blogging Demotivator © Despair.com" src="http://lazcreative.s3.amazonaws.com/images/bloggingdemotivator.jpg" alt="" width="617" height="435" /></a></p>
<p>We’ll let you be the judges. But please, be gentle. We bruise easily.</p>
<p>Photo Credit: <a href="http://www.despair.com/blogging.html">Despair, Inc.</a></p>
<p>The post <a href="http://lazcreative.com/blog/announcements/hello-world/">Hello, World?</a> appeared first on <a href="http://lazcreative.com">Laz Creative</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://lazcreative.com/blog/announcements/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Object Caching 702/721 objects using apc
Content Delivery Network via Amazon Web Services: S3: lazcreative.s3.amazonaws.com

 Served from: lazcreative.com @ 2013-05-22 13:39:56 by W3 Total Cache -->