<?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>Mudbug Media &#187; Design</title>
	<atom:link href="http://mudbugmedia.com/blog/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://mudbugmedia.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 18 May 2012 18:21:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Icon Fonts, Where Have You Been All My Life?</title>
		<link>http://mudbugmedia.com/blog/2012/03/13/icon-fonts-where-have-you-been-all-my-life/</link>
		<comments>http://mudbugmedia.com/blog/2012/03/13/icon-fonts-where-have-you-been-all-my-life/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 19:00:17 +0000</pubDate>
		<dc:creator>Vasu Tummala</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Creativity]]></category>
		<category><![CDATA[icon fonts]]></category>
		<category><![CDATA[Mobile Devices]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=3848</guid>
		<description><![CDATA[The thing about icons is that they’re everywhere, and they need to be. They provide a visual cue for something important or actionable, draw your attention away from gobs of text, and add emotion to what you’re presenting. As important, and essential to a website as they are, I’ve always found them kind of annoying [...]]]></description>
			<content:encoded><![CDATA[<p>The thing about icons is that they’re everywhere, and they need to be. They provide a visual cue for something important or actionable, draw your attention away from gobs of text, and add emotion to what you’re presenting. As important, and essential to a website as they are, I’ve always found them kind of annoying to work with.</p>
<p><span id="more-3848"></span></p>
<p>Once you dig through a thousand icons for the ten or so that you need for a project, you need to fiddle with the sizing of them, and then clutter up your HTML with a bunch of &lt;img&gt; elements. While there’s nothing hard, or really time consuming about this, I’ve always found it a bit more involved than it needed to be, and things only get worse when you need to resize the icons. Maybe half way into a project you realize those icons all need to be bigger, or smaller, or you need them at multiple sizes. Do we really need three separate files just for three sizes of an icon? What if after all that, the client wants to change the color scheme of the site, and the icons no longer match? Suddenly you can find yourself recreating dozens, if not hundreds, of assets for something that seems like a simple change.</p>
<p>Whether you’re a designer, a developer, or even a client getting a website made, what you really want are assets that are scalable, so they can be as flexible as the website is, and adapt based on user or client feedback. What we need is a single icon that can grow and change size at a moment&#8217;s notice, and ideally, change color as well.</p>
<p>Scalable Vector Graphics (SVG) are one approach to this problem, but for all the buzz worthiness, the pitfalls out weigh the awesomeness. Vector graphics are infinitely scalable (yay!), but there’s nothing magical we can do to change the color on the fly, and browser support is iffy at best.</p>
<p>There is another solution that’s rapidly been gaining in popularity that addresses all of these issues, and it’s called Icon Fonts. With an Icon Font, you have a single file where instead of a bunch of letters making up the font, you have icons instead. You might type the letter “B” but you’ll get a bicycle instead. After all, as far as the computer’s concerned, a B is just as hard to draw as a bicycle.</p>
<p>Once we treat icons as letters, the advantages and possibilities start to become apparent. Just like letters, they can be any size you need them to be, or any color, or accept any fancy CSS3 text effect property so you can even add back some of the pizzaz if you don’t want a flat color, or be positioned in any way. Because all the icons are in one file, it can be compressed more and load faster, which is especially great on mobile devices. And of course, just like text, these Icon Fonts work in every browser, even ol’ Internet Explorer.</p>
<p>As awesome as all that is, my favorite aspect of Icon Fonts is the scalability. In the desktop computing world, despite the growing size of screens, screen resolution has been roughly the same for well over a decade. But in the mobile world, screen sizes and their resolutions are all over the place. When using non-scalable images, this can be a headache as one phone might display something nice and crisp, yet another phone has to scale it up, so it looks blurry. This is especially important on high resolution screens, such as the Retina Display found in the iPhone 4/4S and the new iPad 3. Traditionally, you&#8217;d need to make higher resolution files to compensate for this, but with Icon Fonts, they&#8217;ll just scale up to be as big and sharp as they need to be.</p>
<p>All that said, there are some drawbacks of course. Just like with text, Internet Explorer isn’t great at how smoothly it shows Icon Fonts, so you need a little more consideration to get it looking great, and if you need it really small, there might not be anything you can do to make it look good. Screen readers for the visually-impaired also have trouble looking at an Icon Font and seeing the icon instead of its base letter — we see a bicycle, but the screen reader sees a B. There are ways around that, but hey, that’s another show blog post.</p>
<p>With all these new mobile devices, and their bespoke screens and resolutions, we need everything to be scalable, so they can adapt for their displays. Text has always been scalable, and now Icon Fonts let our fonts become scalable as well. The more scalable, the fewer assets we have, so development is faster, updating is faster, performance is better, and appearance is sharper and prettier across hundreds of devices.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2012/03/13/icon-fonts-where-have-you-been-all-my-life/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why the World Needs Design</title>
		<link>http://mudbugmedia.com/blog/2010/11/18/design-principles-in-everyday-life/</link>
		<comments>http://mudbugmedia.com/blog/2010/11/18/design-principles-in-everyday-life/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 15:40:22 +0000</pubDate>
		<dc:creator>Samantha Barnes</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=2180</guid>
		<description><![CDATA[Design solves problems. How? Well, that stems from the objective definition of a designer. A proper designing mind requires an intuitive knowledge of the audience, a basic understanding of the psychology behind their behaviors, and a fine-tuned creative mind that seeks out solutions.  Thus, a designing mind can see the objective solution to a problem [...]]]></description>
			<content:encoded><![CDATA[<p>Design solves problems. How? Well, that stems from the objective definition of a designer. A proper designing mind requires an intuitive knowledge of the audience, a basic understanding of the psychology behind their behaviors, and a fine-tuned creative mind that seeks out solutions.  Thus, a designing mind can see the objective solution to a problem and then focus on devising another solution to convince an audience that it suits a need. A designer can see the question, form a hypothesis, and produce a theory. When applied, a designer formulates solution B to makes solution A have appeal. Therefore, design is an essential force in solving problems.</p>
<p><span id="more-2180"></span></p>
<p>If design is about finding solutions and creating them to have appeal, then it is logical to conclude that appeal, the subjective part of the theory, is important. Why?</p>
<p>Ask yourself this:</p>
<p>• How many books have you decided to read because of the cover?</p>
<p>• When you buy a car, how much does the color and design factor into your choice?</p>
<p>• How inclined are you to take a website’s information and content seriously—or even read it—if it appears ill-designed?</p>
<p>The truth is, designers are the same. We know how you think because we are just like you. Remember, from statement #1, we have to know the psychology behind behaviors. So, what makes us different? I need design, but why do I need a designer?</p>
<p>Designers live for a personal triumph that most people forget: beautiful and unexpected things are born from creativity and inspiration. We are actually motivated by the challenge to merge creativity and inspiration to produce an appealing solution.</p>
<p>Design is a necessary thing, but do not mistake it for a simple task. Designers are fine tuned professionals trained to find the appealing solution for you, similar to a doctor that is trained to find tumors or fractures and then prescribe a course of treatment. Designers employ a process. We tap into our ideas, drain them dry of all possibilities, and then go back to the problem and ask it to walk the border of our brains, between the left and the right, to present a final result that rings true.</p>
<p>Design may be subjective, but it is objective fact that the world needs design. Designers are able to see the objective problem and address it in a subjective manner, which can convince an audience of its efficacy. It is a balancing act to be able to employ both sides of your brain to produce a solution, serve a need, and make the world a bit grander in the process, but we, designers, get really nerdy about it. It is what we are happy to do. And honestly, who wants a boring solution to a problem when you can have a beautiful aide to life?</p>
<p>Do you have anything to add? Why do you think the world needs design?</p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2010/11/18/design-principles-in-everyday-life/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook vs. Google</title>
		<link>http://mudbugmedia.com/blog/2010/09/17/facebook-vs-google/</link>
		<comments>http://mudbugmedia.com/blog/2010/09/17/facebook-vs-google/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 19:40:21 +0000</pubDate>
		<dc:creator>Mudbug Media</dc:creator>
				<category><![CDATA[Bug Bytes]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad killer]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[SEO 2.0]]></category>
		<category><![CDATA[the Incredible Hulk]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=1728</guid>
		<description><![CDATA[Does Samsung have an iPad killer hidden up its sleeve?  Is Facebook more popular than Google?  Is Vim a total waste of time?  Will the Hulk be able to save Ricky before the carbon monoxide kicks in?  The only way to find out is to click on every single link below. After you enjoy these [...]]]></description>
			<content:encoded><![CDATA[<p>Does Samsung have an iPad killer hidden up its sleeve?  Is Facebook more popular than Google?  Is Vim a total waste of time?  Will the Hulk be able to save Ricky before the carbon monoxide kicks in?  The only way to find out is to click on every single link below.</p>
<p><span id="more-1728"></span></p>
<p>After you enjoy these mind-blowing links, <a href="https://twitter.com/MudbugMedia" target="_blank">Tweet</a>, <a href="http://www.facebook.com/mudbugmedia" target="_blank">write on our wall</a> or leave a comment below to let us know what you think.</p>
<h2>Marketing</h2>
<p><a href="http://mashable.com/2010/09/16/samsung-tab-launch-carriers/" target="_blank">Samsung</a> reveals tablet launch details.</p>
<p>iPad, iPhone and iPod Touch to get <a href="http://mashable.com/2010/09/15/airprint-coming-to-ios/" target="_blank">wireless printing with iOS 4.2</a>.</p>
<p><a href="http://searchengineland.com/facebook-passes-google-in-time-spent-who-should-care-50263" target="_blank">Facebook passed Google</a> in &#8220;time spent,&#8221; so what does that <a href="http://www.youtube.com/watch?v=ayes5qc5_Qo&amp;feature=related" target="_blank">mean</a>?</p>
<p>How to <a href="http://searchengineland.com/how-to-generate-links-through-media-relations-50357" target="_blank">generate links</a> through media relations.</p>
<p>What moms can <a href="http://www.stumbleupon.com/su/25p0jY/www.good.is/post/what-moms-can-teach-us-about-the-internet/" target="_blank">teach us about the Internet</a>.</p>
<p><a href="http://www.inspiredm.com/2010/08/29/persuasive-writing/" target="_blank">Business writing for the Web</a>: 27 ways to write more better-like.</p>
<p>The anatomy and evolution of <a href="http://www.blueglass.com/blog/anatomy-google-search-results-listing/" target="_blank">Google Search results listings</a>.</p>
<p>Matt Cutts acknowledges <a href="http://seo2.0.onreact.com/matt-cutts-acknowledges-seo-20-tactic-of-linking-out-as-ranking-factor-nofollow-is-dead" target="_blank">SEO 2.0 tactic of linking out</a> as a ranking factor.</p>
<h2>Design</h2>
<p>A design is <a href="http://www.smashingmagazine.com/2010/08/23/a-design-is-only-as-deep-as-it-is-usable/" target="_blank">only as deep as it is usable</a>.</p>
<p>What <a href="http://www.good.is/post/what-businesses-can-learn-from-designers/" target="_blank">businesses can learn from designers.</a></p>
<p><a href="http://trentwalton.com/2010/08/24/dont-make-me-wait/" target="_blank">Don&#8217;t make me wait</a>. You wouldn’t like me when I’m <a href="http://www.youtube.com/watch?v=iKvqXxsPDQk&amp;feature=related" target="_blank">angry</a>.</p>
<p>Everyone who tried to convince me <a href="http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convince-me-to-use-vim-was-wrong/" target="_blank">to use Vim was wrong</a>.</p>
<h2>Charts of the Yay!</h2>
<p><a href="http://www.businessinsider.com/bing-yahoo-google-nielsen-2010-9" target="_blank">Bing beats Yahoo</a> for number two spot in search rankings.</p>
<p><a href="http://www.businessinsider.com/google-search-share" target="_blank">Google&#8217;s Search share flatlines</a>.</p>
<p>The ugly outlook for <a href="http://www.businessinsider.com/chart-of-the-day-mobile-market-share-2010-9" target="_blank">Nokia&#8217;s new CEO</a>.</p>
<p>Oh, and remember to check out <a href="http://delicious.com/tag/mudbugmedia" target="_blank">our delicious tags</a> to see what else we’re looking at.</p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2010/09/17/facebook-vs-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalable Design in a Mobile World</title>
		<link>http://mudbugmedia.com/blog/2010/09/15/scalability-and-design-in-a-mobile-world/</link>
		<comments>http://mudbugmedia.com/blog/2010/09/15/scalability-and-design-in-a-mobile-world/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 17:52:57 +0000</pubDate>
		<dc:creator>Vasu Tummala</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Resolution]]></category>
		<category><![CDATA[Scalability]]></category>
		<category><![CDATA[Size]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=1701</guid>
		<description><![CDATA[Remember a couple months ago, when Apple announced the iPhone 4 - with its double-resolution, 960x480 pixel “Retina” display - and everyone in the audience went ‘ooh’ and ‘ahh’?

All I could think about at that moment was, “Wait. What? How are they going to pull that off without everything exploding?” What would he announce next? Cats and dogs living together in harmony?]]></description>
			<content:encoded><![CDATA[<p><a href="http://mudbugmedia.com/blog/wp-content/uploads/2010/09/icon-small.jpg"></a>Remember a couple months ago, when Apple announced the iPhone 4 &#8211; with its double-resolution, 960&#215;480 pixel “Retina” display &#8211; and everyone in the audience went ‘ooh’ and ‘ahh’?</p>
<p>All I could think about at that moment was, “Wait. What? How are they going to pull that off without everything exploding?” What would he announce next? Cats and dogs living together in harmony?</p>
<p><span id="more-1701"></span></p>
<p>The advantage that Steve Jobs kept hammering home was that by doubling the number of dots on the screen that create what you see (aka pixels) while keeping the screen the same size, text on the screen would look as good as it does on paper. This is something display engineers have been trying to achieve for decades.</p>
<p>And Jobs was right; text looks great. But because text has no intrinsic size, when you make a font size larger, it still looks great. We all know what happens when you try to resize an image; it gets blurry and pixelated and all around nasty. Instead of gaining detail, you lose it.</p>
<p>So when I heard about this Retina display &#8211; which basically doubles the density of everything (think of the difference between skim milk and mmm whole milk) &#8211; my thoughts turned to images. Text would look better, but images would look worse.</p>
<h2>SCALABILITY AND DESIGN IN A MOBILE WORLD</h2>
<p><a href="http://mudbugmedia.com/blog/wp-content/uploads/2010/09/iphone.jpg"><img class="alignleft size-full wp-image-1721 colorbox-1701" title="iphone" src="http://mudbugmedia.com/blog/wp-content/uploads/2010/09/iphone.jpg" alt="" width="244" height="427" /></a>So what’s this have to do with mobile web and application design? Well, the iPhone 4’s not the first phone to have a high-resolution screen. In the Android world, screens can be anywhere from 3” to nearly 5” with a variety of resolutions, and screen densities to match. What the iPhone 4 did, along with this year’s bevy of Android phones in all shapes and sizes, was bring a certain situation to a head that user interface designers had been dancing around for years &#8212; Scalability.</p>
<p>Mobile users have become accustomed to special websites and apps that fill the screen and are tailor made for their given device. You don’t resize windows or adjust things to your preference; you expect it to be perfect. So what do you do when you have to design something tailor made for screens between 3” and 5,” that varies from 120dpi to 326dpi, and needs to display on phones from six different manufacturers? That’s the very problem I had when I sat down to redesign the mobile template for our Docsites, a design option for some of our specialty clients.</p>
<p>This redesign was for a template that’d be in use for hundreds of websites. So, in addition to the display scalability problem, there were also issues of color and content scalability – as well as the need to keep the site petite so it would load quickly on slow mobile connections. One design for dozens of different screen types, for hundreds of websites. Piece of cake…</p>
<h2>BROWSER POWER AND CSS3</h2>
<p>One of the great things about designing for the mobile Web is the modernity of the browsers that you find on a phone. iPhones, Androids, and even Nokia’s Symbian based phones have browsers based on WebKit, the same core that powers Safari and Chrome &#8212; the most modern browsers on the web. Blackberry, prior to the new OS6-powered Torch (which uses WebKit as well), is pretty antiquated. However, it could be worse (I’m looking at you Windows Mobile). Even as bad as the Blackberry browser is, it’s still more predictable and less buggy than the #1 browser on the desktop web &#8212; the 10 year old IE6. Because of these advanced, nimble, powerful mobile browsers, you can count on modern features like CSS3, SVG, and HTML5, which are web technologies perfectly suited for tackling the three design considerations needed to create our scalable website.</p>
<p><a href="http://mudbugmedia.com/blog/wp-content/uploads/2010/09/Scalable.jpg"><img class="alignright size-medium wp-image-1702 colorbox-1701" title="Scalable" src="http://mudbugmedia.com/blog/wp-content/uploads/2010/09/Scalable-300x300.jpg" alt="" width="300" height="300" /></a>Throughout 2010, CSS3, an update to the language that designers use to style websites, has been gaining popularity and use &#8211; thanks to modern browsers, such Safari, Chrome, and Firefox on the desktop, as well as the iPhone and Android in the mobility space. Even Internet Explorer 9 and Blackberry OS6 have joined the party as of this month. For designers this is a huge win, as the more CSS3 support there is, the more creative we can be in a shorter amount of time.</p>
<p>Making buttons or other assets with any personality, such as color gradients and rounded corners, used to require opening up a graphics programs like Photoshop, Fireworks, or Illustrator. But with CSS3, artwork that used to require an expensive program and hours of work can now be done in much less time and with just a few lines of styling code. Not only does this eliminate tedious design tasks, it also allows the designer to focus more on the design than the implementation. It requires less upkeep as you add more buttons and headers. Likewise, because the design is defined in CSS, rather than absolute pixels, it’s easy to adapt to other websites, change colors, and modify for any need.</p>
<p>You can also make text more interesting by adjusting text shadow properties to give you a nice drop shadow or a subtle letterpress look &#8212; again, without relying on fixed, absolute graphics. CSS3 also supports multiple backgrounds, allowing you to layer and position additional assets into a button or header when you can’t do it all in just CSS. When you put all these features together, you have the power to design, maintain, and make portable website elements without the use of images. A button made for website A, can be tweaked in just minutes to work on website B, while still looking bespoke, and without requiring anyone to open any programs and hunt for the original artwork. And because there are no files generated, the website will load much faster.</p>
<h2>WINNING THE IMAGE BATTLE: RESOLUTION VERSUS SIZE</h2>
<p>Scalable Vector Graphics (or SVG) are a type of graphic that has existed in the digital graphics realm since the dawn of the industry, but have never really been seen in a web browser. In general, vector graphics don’t define an image by using fixed pixels, but instead use coordinates and math. As a result, when you resize a vector image, shapes get recalculated and redrawn at a larger size, and there is no quality loss. While complicated images like photographs can’t be represented as vectors, illustrations, such as icons, can be.</p>
<p>As more and more high-resolution screens come to market, the importance of maintaining high quality graphics with detail becomes difficult. Non-vector (or bitmap) icons that might look fine on a normal computer screen will look blurry and jagged on a high-resolution screen, such as professional monitors, or newer iPhones and Android phones. With vectors though, no matter the screen size or resolution, icons will look razor sharp and perfectly detailed. The advantage here is that you don’t have to settle for cruddy looking graphics on high-resolution screens, nor do you need to create multiple versions of the same icons for low and high resolutions. One graphic, with all needed information displayed at any size, is used instead, so there’s no need to go back and make higher quality artwork in the future. As screens get better and more detailed, so will your icons without any work down the road.</p>
<p><a href="http://mudbugmedia.com/blog/wp-content/uploads/2010/09/doctors.jpg"><img class="aligncenter size-full wp-image-1718 colorbox-1701" title="doctors" src="http://mudbugmedia.com/blog/wp-content/uploads/2010/09/doctors.jpg" alt="" width="615" height="180" /></a></p>
<h2>CACHE, CAPTURE, AND SAVE</h2>
<p>Lastly, HTML5, an update to the core language that defines every webpage ever created, provides us with an incredibly useful feature for this design: Offline Storage. Despite CSS3 and SVG reducing the number of files that are needed to create a website, there are still going to be some required. Icons, photos, and maps, for example, are all things that still need images to be downloaded every time you go to a site, or do they?</p>
<p>HTML5’s spiffy new offline storage feature allows for something called a Cache Manifest. A Cache Manifest list is a list of files that you instruct the browser to download in a normal manner, but then retain and save to the hard drive, or into a phone’s internal storage. Using this feature, any icons, photos, or maps, for example, can be saved without ever needing to be re-downloaded again. Every time you visit the site after the first time, those large files won’t need to be downloaded.</p>
<p>Combine that with CSS3 styles and SVG graphics and you have a site that downloads quickly, looks great on any phone (no matter the size), can be easily updated, and can almost self-maintain over the years as technologies advance.</p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2010/09/15/scalability-and-design-in-a-mobile-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It&#8217;s All About Design</title>
		<link>http://mudbugmedia.com/blog/2010/09/07/its-all-about-design/</link>
		<comments>http://mudbugmedia.com/blog/2010/09/07/its-all-about-design/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 20:32:51 +0000</pubDate>
		<dc:creator>Laura Hill</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=1674</guid>
		<description><![CDATA[The old-fashioned way of getting to know the people behind a product or service is becoming obsolete. Sad as this may be - we can’t go back; and understanding how design affects your desired audience’s ‘rapid decision making,’ may mean the difference between sinking or swimming.]]></description>
			<content:encoded><![CDATA[<h2>EVERYONE ON THE WEB IS DISOBEYING THEIR MOTHER</h2>
<p>The good news is: we can’t help it. &#8230;Of course, I’m referring to the fact that the general web-surfing public ‘judges the book by its cover’.  No doubt, if the capabilities of the Internet continue to expand at the current rate, we might just be nestled into our Wall-E style hover chairs by the end of this year.</p>
<p>The old-fashioned way of getting to know the people behind a product or service is becoming obsolete. Sad as this may be &#8211; we can’t go back; and understanding how design affects your desired audience’s ‘rapid decision making,’ may mean the difference between sinking or swimming.</p>
<p><span id="more-1674"></span></p>
<h2>IT’S ABOUT DESIGN!</h2>
<p>As humans, we rely on our senses (sight, taste, touch, smell, feeling) to make judgments and decisions. Surprisingly, our decision-making is based on the feelings conveyed, rather than on the actual information presented. The way something is designed causes an almost involuntary reaction in our brains. This reaction determines how we feel about said thing, and thus heavily (HEAVILY), weighs on our decision-making process.</p>
<p>This is why people are willing to pay more for ice cream packaged in round containers than in square, why Coke always beats Pepsi (even when blind taste tests have proven Pepsi to be the tastier beverage), or why a single gas pump can be seen as solely responsible for all of the oil in the Gulf…</p>
<p><a href="http://mudbugmedia.com/blog/wp-content/uploads/2010/09/98466566.jpg"><img class="aligncenter size-medium wp-image-1678 colorbox-1674" title="Good Gas Pump" src="http://mudbugmedia.com/blog/wp-content/uploads/2010/09/98466566-199x300.jpg" alt="" width="199" height="300" /></a></p>
<p>Even when that one gas pump has clearly been obeying the rules and just wants to help give you gas to get where you’re going.</p>
<h2>GETTING THERE&#8230;</h2>
<p>And speaking of getting to where we’re going… All this matters because (in such a fast-paced market, where you only have a few seconds to grab your audience’s attention) DESIGN is our/your only chance! Don’t doubt that the hover chairs are coming; and if your presence on the web doesn’t convey your value (VISUALLY), you can be sure they’ll zoom right past, filled with consumers watching YouTube and enjoying a tasty beverage (probably a Coke).</p>
<h2>COMING SOON:</h2>
<h3>EVERYONE ON THE WEB IS DISOBEYING THEIR MOTHER: PART 2</h3>
<p>-OR-</p>
<h3>A DESIGNER’S GUIDE ON MAKING YOUR AUDIENCE DISOBEY THEIR MOTHERS</h3>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2010/09/07/its-all-about-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marketing Physics</title>
		<link>http://mudbugmedia.com/blog/2010/09/03/marketing-physics/</link>
		<comments>http://mudbugmedia.com/blog/2010/09/03/marketing-physics/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 16:43:48 +0000</pubDate>
		<dc:creator>Mudbug Media</dc:creator>
				<category><![CDATA[Bug Bytes]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Dan Cobley]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Riding Rails]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=1663</guid>
		<description><![CDATA[We’ve been keeping a sharp eye on the internet this week, scouring our browsers for any interesting tidbit, scrap of information, update, addition or new bit of code that we could pass along to you, loyal reader.  This week’s selection ranges from a TED talk about how lessons learned in the physics lab can apply [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve been keeping a sharp eye on the internet this week, scouring our browsers for any interesting tidbit, scrap of information, update, addition or new bit of code that we could pass along to you, loyal reader.  This week’s selection ranges from a TED talk about how lessons learned in the physics lab can apply to marketing tactics to Gmail updates and an awesome list of Photoshop files sure to mesmerize any designer.</p>
<p>After you enjoy all of these awesome links, <a href="https://twitter.com/MudbugMedia" target="_blank">Tweet</a>, <a href="http://www.facebook.com/mudbugmedia" target="_blank">write on our wall</a> or leave a comment below to let us know what you think.</p>
<p><span id="more-1663"></span></p>
<h2>Programming</h2>
<p>Riding Rails: <a href="http://weblog.rubyonrails.org/2010/8/29/rails-3-0-it-s-done?reddit=true" target="_blank">Rails 3.0: It&#8217;s Ready!</a></p>
<p>CSS3 <a href="http://gradients.glrzad.com/" target="_blank">Gradient Generator</a>.</p>
<p>Google <a href="http://code.google.com/edu/courses.html" target="_blank">Code University</a>.</p>
<h2>Marketing</h2>
<p>Dan Cobley: <a href="http://www.ted.com/talks/dan_cobley_what_physics_taught_me_about_marketing.html" target="_blank">What physics taught me about marketing</a>.</p>
<p>Tempo, tempo, <a href="http://www.email-marketing-reports.com/iland/2010/07/paragraph-length.html" target="_blank">line and length</a>.</p>
<p><a href="http://blog.hubspot.com/blog/tabid/6307/bid/6546/Online-Content-Doesn-t-Have-an-Expiration-Date.aspx" target="_blank">Online content</a> doesn&#8217;t have an expiration date.</p>
<p><a href="http://mashable.com/2010/08/30/gmail-priority-inbox/" target="_blank">Gmail Priority Inbox</a> launches: Your email will never be the same.</p>
<p>How to use <a href="http://searchengineland.com/how-to-use-social-media-monitoring-tools-for-outreach-marketing-47900" target="_blank">social media monitoring tools</a> for outreach marketing.</p>
<p>How to write a <a href="http://blog.hubspot.com/blog/tabid/6307/bid/6496/How-to-Write-a-Whitepaper-That-Will-Capture-Leads.aspx" target="_blank">whitepaper that will capture leads</a>.</p>
<h2>Design</h2>
<p><a href="http://www.hongkiat.com/blog/60-high-quality-photoshop-psd-files-for-designers/" target="_blank">60 high quality Photoshop PSD files</a> for designers.</p>
<p><a href="http://astheria.com/design/design-is-a-drug" target="_blank">Design is a drug</a>.</p>
<p>But wait, there’s more!  Check out <a href="http://delicious.com/tag/mudbugmedia" target="_blank">our delicious tags</a> to see what else we’re looking at.</p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2010/09/03/marketing-physics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typography T-shirts</title>
		<link>http://mudbugmedia.com/blog/2010/08/27/typography-t-shirts/</link>
		<comments>http://mudbugmedia.com/blog/2010/08/27/typography-t-shirts/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 17:53:00 +0000</pubDate>
		<dc:creator>Mudbug Media</dc:creator>
				<category><![CDATA[Bug Bytes]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Seth Priebatsch]]></category>
		<category><![CDATA[Spritely]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=1654</guid>
		<description><![CDATA[We’ve got typography inspired t-shirts, SEO blogs, the always-exciting field of qualitative web analytics and new jQuery animations to share with you this week. We want to know what you think of our links.  Tweet, write on our wall or leave a comment below. Design Give users some credit.  They are not (all) idiots. 250 [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve got typography inspired t-shirts, SEO blogs, the always-exciting field of qualitative web analytics and new jQuery animations to share with you this week.</p>
<p><span id="more-1654"></span></p>
<p>We want to know what you think of our links.  <a href="https://twitter.com/MudbugMedia" target="_blank">Tweet</a>, <a href="http://www.facebook.com/mudbugmedia" target="_blank">write on our wall</a> or leave a comment below.</p>
<h2>Design</h2>
<p>Give users some credit.  <a href="http://designinformer.com/giving-users-some-credit/" target="_blank">They are not (all) idiots</a>.</p>
<p>250 beautiful <a href="http://hideyourarms.com/2010/08/18/typography-tshirts/3/" target="_blank">typography t-shirts</a>.</p>
<p><a href="http://www.livingprinciples.org/applying-leed-principles-to-graphic-design/" target="_blank">Applying LEED principals</a> to graphic design.</p>
<h2>Marketing</h2>
<p>Why <a href="http://www.blueglass.com/blog/tumblr-micro-blogging/" target="_blank">tumblr trumps micro blogging</a>.</p>
<p>Infographic: <a href="http://gigaom.com/2010/08/20/infographic-the-geosocial-universe/" target="_blank">The Geosocial Universe</a></p>
<h2>SEO</h2>
<p><a href="http://blog.hubspot.com/blog/tabid/6307/bid/6482/23-Awesome-SEO-Blogs-Everyone-Should-Read.aspx" target="_blank">23 awesome SEO blogs</a> everyone should read.</p>
<p>New marketing data: <a href="http://blog.hubspot.com/blog/tabid/6307/bid/6474/New-Marketing-Data-Top-SEO-Objectives.aspx" target="_blank">Top SEO objectives</a>.</p>
<p>How long until <a href="http://www.businessinsider.com/chart-of-the-day-google-facebook-unique-visitors-2010-8" target="_blank">Facebook passes Google</a> in traffic.</p>
<p>It’s official: <a href="http://searchengineland.com/yahoos-transition-to-bing-organic-results-complete-49228" target="_blank">Yahoo&#8217;s results now come from Bing</a>.</p>
<p>Qualitative web analytics: <a href="http://www.kaushik.net/avinash/2010/08/qualitative-web-analytics-expert-heuristic-evaluations.html" target="_blank">Heuristic evaluations rock</a>!</p>
<h2>Programming</h2>
<p>Spritely: <a href="http://www.spritely.net/documentation/" target="_blank">Flash-like animation with jQuery</a>.</p>
<p>Seth Priebatsch: <a href="http://www.ted.com/talks/seth_priebatsch_the_game_layer_on_top_of_the_world.html" target="_blank">The game layer on top of the world</a>.</p>
<p>12 standard <a href="http://designingwebinterfaces.com/designing-web-interfaces-12-screen-patterns" target="_blank">screen patterns.</a></p>
<p>And don’t forget to check out <a href="http://delicious.com/tag/mudbugmedia" target="_blank">our delicious tags</a> to see what else we’re looking at.</p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2010/08/27/typography-t-shirts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook and Foursquare</title>
		<link>http://mudbugmedia.com/blog/2010/08/20/link-roundup/</link>
		<comments>http://mudbugmedia.com/blog/2010/08/20/link-roundup/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 20:38:49 +0000</pubDate>
		<dc:creator>Mudbug Media</dc:creator>
				<category><![CDATA[Bug Bytes]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook Places]]></category>
		<category><![CDATA[Finch]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Marketing infographics]]></category>
		<category><![CDATA[Photoshop Scripts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[Typekit]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=1640</guid>
		<description><![CDATA[This week’s Link Roundup has a little bit of everything, from a demand for iPad font choices to the effects Facebook Places has had on Foursquare. We want to know what you think.  Tweet, write on our wall or leave a comment below. Facebook Make sense of Facebook Places. Hide Facebook content from non-fans and [...]]]></description>
			<content:encoded><![CDATA[<p>This week’s Link Roundup has a little bit of everything, from a demand for iPad font choices to the effects Facebook Places has had on Foursquare.</p>
<p>We want to know what you think.  <a href="https://twitter.com/MudbugMedia" target="_blank">Tweet</a>, <a href="http://www.facebook.com/mudbugmedia" target="_blank">write on our wall</a> or leave a comment below.</p>
<p><span id="more-1640"></span></p>
<h2>Facebook</h2>
<p>Make sense of <a href="http://searchengineland.com/making-sense-of-facebook-places-48987" target="_blank">Facebook Places</a>.</p>
<p><a href="http://facebook-templates.net/2010/08/fbml-code-hide-content-from-non-fans-show-it-to-fans/" target="_blank">Hide Facebook content</a> from non-fans and show it to fans.</p>
<p><a href="http://mashable.com/2010/08/20/foursquare-new-users-record/?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29" target="_blank">Foursquare experiences record signups</a> after the launch of Facebook Places.</p>
<h2>Design</h2>
<p>Typekit teams up with Adobe to <a href="http://www.webmonkey.com/2010/08/typekit-teams-up-with-adobe-to-offer-more-web-fonts/" target="_blank">offer more web fonts</a>.</p>
<p>iPad <a href="http://www.zeldman.com/2010/08/16/ipad-fonts-petition/" target="_blank">fonts petition</a>.</p>
<p>Tips and tricks for a less tedious workflow using the <a href="http://www.viget.com/inspire/photoshop-scripts-hidden-magic/" target="_blank">hidden magic of Photoshop Scripts.</a></p>
<p>A handy guide to <a href="http://www.blog.spoongraphics.co.uk/articles/a-handy-guide-to-image-resolutions-in-print-design" target="_blank">image resolutions in print design</a>.</p>
<p>Finch: <a href="http://www.getfinch.com/finch/entry/left_behind_in_the_future_of_design/" target="_blank">Adventures in Design</a>.</p>
<h2>Programming</h2>
<p><a href="http://farukat.es/journal/2010/08/469-pure-css-icons-make-madness-stop" target="_blank">Pure CSS Icons</a>: Make the madness stop.</p>
<p><a href="http://superuser.com/questions/52483/terminal-tips-and-tricks-for-mac-os-x" target="_blank">Terminal tips and tricks</a> for Mac OS X.</p>
<h2>Marketing</h2>
<p>12 <a href="http://blog.hubspot.com/blog/tabid/6307/bid/6442/12-Amazing-SEO-Infographics.aspx?source=Blog_Email_%5B12+Amazing+SEO+Infog%5D" target="_blank">amazing SEO infographics</a>.</p>
<p>If you care about SEO, <a href="http://www.searchenginejournal.com/if-you-care-about-seo-you-need-to-know-about-video/23369/" target="_blank">you need to know about video</a>.</p>
<p>5 items to <a href="http://blog.hubspot.com/blog/tabid/6307/bid/6457/5-Items-to-Delete-From-Your-Website-Today.aspx?source=Blog_Email_%5B5+Items+to+Delete+Fr%5D" target="_blank">delete from your website today</a>.</p>
<p>What different <a href="http://www.youtube.com/watch?v=t8g-iYGHpEA" target="_blank">sorting algorithms sound like</a>.</p>
<p>And don’t forget to check out <a href="http://delicious.com/tag/mudbugmedia" target="_blank">our delicious tags</a> to see what else we’re looking at.</p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2010/08/20/link-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search News</title>
		<link>http://mudbugmedia.com/blog/2010/08/13/weekly-link-roundup-5/</link>
		<comments>http://mudbugmedia.com/blog/2010/08/13/weekly-link-roundup-5/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 19:14:30 +0000</pubDate>
		<dc:creator>Mudbug Media</dc:creator>
				<category><![CDATA[Bug Bytes]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Mudbug Media]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[Yahoo News]]></category>
		<category><![CDATA[YQL]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=1618</guid>
		<description><![CDATA[Sexy searches, Facebook changes and an indelible ink road trip – this Link Roundup has it all.  Take a look at what we’ve been looking at this week. We want to know what you think.  Tweet, write on our wall or leave a comment below. Search An in-depth look at search auto-suggestions. Readers who liked [...]]]></description>
			<content:encoded><![CDATA[<p>Sexy searches, Facebook changes and an indelible ink road trip – this Link Roundup has it all.  Take a look at what we’ve been looking at this week.</p>
<p>We want to know what you think.  <a href="https://twitter.com/MudbugMedia" target="_blank">Tweet</a>, <a href="http://www.facebook.com/mudbugmedia" target="_blank">write on our wall</a> or leave a comment below.</p>
<p><span id="more-1618"></span></p>
<h2>Search</h2>
<p>An in-depth look at <a href="http://www.blueglass.com/blog/search-auto-suggestions/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Blueglass+%28BlueGlass%29" target="_blank">search auto-suggestions</a>.</p>
<p>Readers who liked this article also read…</p>
<p>Yahoo News testing <a href="http://searchengineland.com/yahoo-news-testing-related-search-results-48372" target="_blank">related search results</a> on news stories.</p>
<p><a href="http://googlepublicpolicy.blogspot.com/2010/08/joint-policy-proposal-for-open-internet.html" target="_blank">A Joint Policy Proposal</a> for an open Internet.</p>
<p><a href="http://www.mediapost.com/publications/?fa=Articles.showArticle&amp;art_aid=133632" target="_blank">Bringing sexy back</a> to search.</p>
<p>Feeling lucky?</p>
<p>Using Google Earth to <a href="http://gizmodo.com/5611713/man-scrawls-worlds-biggest-message-with-a-gps-pen" target="_blank">graffiti the planet</a>.</p>
<h2>Programming</h2>
<p>Contrary to new survey, <a href="http://www.ragan.com/ME2/Audiences/dirmod.asp?sid=&amp;nm=&amp;type=MultiPublishing&amp;mod=PublishingTitles&amp;mid=5AA50C55146B4C8C98F903986BC02C56&amp;tier=4&amp;id=49AA94E6197042F8B178FD37295E9EAA&amp;AudID=3FF14703FD8C4AE98B9B4365B978201A" target="_blank">you should investigate location-based apps</a>.</p>
<p>Ideas for <a href="http://www.appswell.com/site/ideas?sort=popular" target="_blank">iPhone apps</a>.</p>
<p><a href="http://lab.smashup.it/flip/" target="_blank">Flip!</a> A jQuery plugin v0.9.9.</p>
<p><a href="http://tutorialzine.com/2010/08/dynamic-faq-jquery-yql-google-docs/" target="_blank">Dynamic FAQ Section</a> w/jQuery, YQL &amp; Google Docs.</p>
<p><a href="http://developer.apple.com/iphone/library/qa/qa2010/qa1686.html" target="_blank">App icons</a> on iPad and iPhone.</p>
<h2>Marketing</h2>
<p>Do we really need <a href="http://socialmediatoday.com/dannywhatmough/156709/do-we-really-need-be-social-social-media" target="_blank">to be social on social media</a>?</p>
<p>Take a walk <a href="http://www.adweek.com/aw/content_display/community/columns/other-columns/e3if92a9f797ed3bf6b726be98635f9671b" target="_blank">on the client side</a>.</p>
<p>3 ways <a href="http://blog.hubspot.com/blog/tabid/6307/bid/6392/3-Ways-Facebook-s-Pending-Page-Changes-Affect-Marketers.aspx?source=Blog_Email_%5B3+Ways+Facebook%27s+Pe%5D" target="_blank">Facebook&#8217;s pending page changes</a> affect marketers.</p>
<h2>Design</h2>
<p>A man, a plan and a Sharpie: “<a href="http://www.npr.org/templates/story/story.php?storyId=129086941" target="_blank">The Great Typo Hunt</a>.”</p>
<p>100 pages of <a href="http://www.veer.com/ideas/activitybook/?cid=0710:02:SA:02:01:03:08:01:01" target="_blank">images, fonts, &amp; amusement</a>!</p>
<p>Showcase of <a href="http://www.smashingmagazine.com/2010/08/10/showcase-of-delicious-coffee-websites/" target="_blank">delicious coffee websites</a>.</p>
<p>Beyond “I hate green:” <a href="http://www.adaptivepath.com/blog/2010/08/01/" target="_blank">Managing Productive Visual Design Reviews</a>.</p>
<p>And don’t forget to check out <a href="http://delicious.com/tag/mudbugmedia" target="_blank">our delicious tags</a> to see what else we’re looking at.</p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2010/08/13/weekly-link-roundup-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Milk</title>
		<link>http://mudbugmedia.com/blog/2010/08/06/weekly-link-roundup-4/</link>
		<comments>http://mudbugmedia.com/blog/2010/08/06/weekly-link-roundup-4/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 19:39:54 +0000</pubDate>
		<dc:creator>Mudbug Media</dc:creator>
				<category><![CDATA[Bug Bytes]]></category>
		<category><![CDATA[301 redirects]]></category>
		<category><![CDATA[37signals]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Design Milk]]></category>
		<category><![CDATA[Fail Whale]]></category>
		<category><![CDATA[Good]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Mudbug Media]]></category>
		<category><![CDATA[New Orleans]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social marketing]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://mudbugmedia.com/blog/?p=1610</guid>
		<description><![CDATA[From social marketing trends to a localized alphabet, these links have brought valuable insights to Mudbug Media designers, programmers and marketers this week, and we’d like to share them with you. We want to know what you think.  Tweet, write on our wall or leave a comment below. Design Why 37signals’ Advice is irrelevant. Listen [...]]]></description>
			<content:encoded><![CDATA[<p>From social marketing trends to a localized alphabet, these links have brought valuable insights to Mudbug Media designers, programmers and marketers this week, and we’d like to share them with you.</p>
<p>We want to know what you think.  <a href="https://twitter.com/MudbugMedia" target="_blank">Tweet</a>, <a href="http://www.facebook.com/mudbugmedia" target="_blank">write on our wall</a> or leave a comment below.</p>
<p><span id="more-1610"></span></p>
<h2>Design</h2>
<p>Why <a href="http://iwasamonkey.tumblr.com/post/872202764/why-37signals-advice-is-irrelevant" target="_blank">37signals’ Advice</a> is irrelevant.</p>
<p>Listen to your mother and drink your <a href="http://design-milk.com/" target="_blank">Design Milk</a> every day.</p>
<p>Learn how to <a href="http://www.drawar.com/articles/design-experience-expectations" target="_blank">Design the Experience</a>.</p>
<p>Alphabet Book’s <a href="http://www.good.is/post/love-letters-alphabet-book-s-visual-index-of-new-orleans/?utm_source=twitter&amp;utm_medium=organic&amp;utm_content=love-letters-alphabet-book-s-visual-index-of-new-orleans&amp;utm_campaign=social" target="_blank">Visual Index of New Orleans</a>.</p>
<p>For more local designs, check out Good’s <a href="http://www.good.is/series/the-new-orleans-issue/" target="_blank">New Orleans Issue</a>.</p>
<h2>Social Media</h2>
<p><a href="http://www.openforum.com/idea-hub/topics/technology/article/15-excellent-corporate-blogs-to-learn-from-erica-swallow" target="_blank">15 Excellent Corporate Blogs</a> to learn from.</p>
<p>The origin of Twitter’s “<a href="http://mashable.com/2010/08/02/fail-whale-designer-interview/?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29" target="_blank">Fail Whale</a>.”</p>
<p>The <a href="http://blog.hubspot.com/blog/tabid/6307/bid/6329/The-4-Hottest-Social-Media-Marketing-Trends-Explained.aspx?source=Blog_Email_%5BThe+4+Hottest+Social%5D" target="_blank">4 Hottest Social Media Marketing Trends</a> explained.</p>
<p>How <a href="http://www.blueglass.com/blog/social-media-responsible-voters/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Blueglass+%28BlueGlass%29" target="_blank">Social Media is Turning Us Into Responsible Voters</a>.</p>
<h2>Programming</h2>
<p>An <a href="http://mediaelementjs.com/" target="_blank">HTML5 Video Player</a> in CSS with Silverlight and Flash.</p>
<p>An example of <a href="http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/examples/advanced_example.html" target="_blank">MarkerClusterer v3</a>.</p>
<h2>Marketing</h2>
<p>How to demonstrate and deliver <a href="http://www.marketingprofs.com/articles/2010/3807/how-to-demonstrate-and-deliver-lead-nurturing-roi/?adref=znnpbsc41810" target="_blank">Lead-Nurturing ROI</a>.</p>
<p>Mobile Video is expected to <a href="http://www.emarketer.com/Article.aspx?R=1007845" target="_blank">Double Reach by 2013</a>.</p>
<p>An update on <a href="http://www.youtube.com/watch?v=WJ6CtBmaIQM" target="_blank">rankings for long-tail searches</a>.</p>
<h2>SEO</h2>
<p>Do 301 redirects <a href="http://www.seroundtable.com/archives/022668.html" target="_blank">Dilute PageRank?</a></p>
<p><a href="http://tech.fortune.cnn.com/2010/07/29/google-the-search-party-is-over/" target="_blank">Google’s search party</a> is over.</p>
<p>Can’t wait for the next link roundup?<a href="http://delicious.com/tag/mudbugmedia" target="_blank"> Check back here everyday to see what topics interest us.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mudbugmedia.com/blog/2010/08/06/weekly-link-roundup-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

