<?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>Painted Digital &#187; Design</title>
	<atom:link href="http://painteddigital.com/category/design-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://painteddigital.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 00:01:50 +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>How to Embed Fonts for Posterous &amp; Tumblr</title>
		<link>http://painteddigital.com/2010/how-to-embed-fonts-for-posterous-tumblr/</link>
		<comments>http://painteddigital.com/2010/how-to-embed-fonts-for-posterous-tumblr/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 19:27:04 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[font-face]]></category>
		<category><![CDATA[Posterous]]></category>
		<category><![CDATA[Tumblr]]></category>

		<guid isPermaLink="false">http://painteddigital.com/?p=788</guid>
		<description><![CDATA[2010 certainly seems to be the year of font embedding. There are new services centering around fonts popping up like daisies. Though they are all certainly useful and have their place, there&#8217;s one I&#8217;ve been relying on more and more, called Font Squirrel. The reason why I like Font Squirrel so much is because they [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-803" title="Posterous theme with @font-face embed" src="http://painteddigital.com/wp-content/uploads/2010/08/Posterous-theme-with-@font-face-embed-578x219.png" alt="" width="578" height="219" /><br />
2010 certainly seems to be the year of font embedding. There are new services centering around fonts popping up like daisies. Though they are all certainly useful and have their place, there&#8217;s one I&#8217;ve been relying on more and more, called Font Squirrel. The reason why I like Font Squirrel so much is because they offer a huge helping hand when embedding fonts with the CSS technique known as @font-face.</p>
<p>When comparing with Javascript methods like Cufón and Typkit, I mainly prefer @font-face embeds for it&#8217;s consistency (not even going to bring up Flash-based embeddings&#8230; wait, oops). I&#8217;ve found that when testing out fonts in tight areas like navigation and headings, Javascript methods tend to jump around a bit after the page has loaded, making things tricky to guess when margins and paddings are crucial. Font-facing, on the other hand has much less lag (with the exception of what Paul Irish calls &#8220;<a title="Fighting the @font-face FOUT" href="http://paulirish.com/2009/fighting-the-font-face-fout/" target="_blank">FOUT</a>&#8220;) and also tends to render the same in all browsers.</p>
<p>So as I was building a theme for Posterous this past week, I used @font-face and everything looked fine locally. Font Squirrel even works some font magic to make IE cooperate with no effort at all. So I was happily moving along until I had posted everything online, linking to my assets and I realized that things looked great in every browser but Firefox. For reasons unknown to me at the time, Firefox would not show my embedded font. This was a bit of a surprise, so I spent a few minutes tweaking my links and making sure everything was right. This turned into a few HOURS of headache and frustration. I&#8217;ll spare you the horrors and just get to the juicy bits.</p>
<h2>The Fox Fix</h2>
<p>As it turns out, Firefox 3.5+ prevents cross-domain linking of font files as a security measure. What this means is that if you&#8217;re trying to link to a font from a different site, as you&#8217;re currently forced to do with services like Posterous and Tumblr (unless you use Typekit), it will work in every browser but Firefox. Thankfully, however, there&#8217;s a workaround. Font Squirrel can actually embed the font into the CSS using Base64 encoding.</p>
<p>What you&#8217;ll need to do is upload your font to Font Squirrel&#8217;s <a title="@FONT-FACE GENERATOR" rel="nofollow" href="http://www.fontsquirrel.com/fontface/generator" target="_blank">Font Face Generator</a> and choose the expert mode.</p>
<p>Here are the settings that I used.</p>
<div id="attachment_790" class="wp-caption aligncenter" style="width: 402px"><img class="size-large wp-image-790 " title="Screen shot 2010-08-09 at 2.37.09 PM" src="http://painteddigital.com/wp-content/uploads/2010/08/Screen-shot-2010-08-09-at-2.37.09-PM-392x340.png" alt="" width="392" height="340" /><p class="wp-caption-text">We don&#39;t need WOFF since Firefox is the only browser that uses it and we&#39;ll be embedding Firefox&#39;s font as a TrueType.</p></div>
<p>Font Squirrel makes an amazing little zip file for you with CSS and and example HTML file to get you going. With the Base64 encode you&#8217;ll have a super long file, but your fonts will work in all browsers. What I did was copy the CSS and paste it at the bottom of my main CSS file to help eliminate any possible errors and then changed the links to fit.</p>
<h2>Hosting the Files</h2>
<p>If you currently don&#8217;t have a server of your own to host the files, then the easiest solution is to use <a title="Dropbox" href="https://www.dropbox.com/referrals/NTQ5MDIxNDg5" target="_blank">DropBox</a>. You can put up to 2GB on Dropbox completely free and then link to the files in your theme. All you need to do is put the folders/files somewhere in your Public Dropbox folder, and get the link by selecting &#8220;get public link.&#8221; Then plug that into your theme/CSS file.</p>
<p>If you&#8217;re curious, the theme I made is still in the works for full Tumblr and WordPress compatibility, but you can check it out on my Posterous blog about Japan and missions at <a title="Reeds in Japan" href="http://reedsinjapan.com" target="_blank">http://reedsinjapan.com</a></p>
<h2>Posts and People that Helped Me</h2>
<p><a title="Adam Singer" href="http://singy.posterous.com/" target="_blank">Adam Singer</a> from Posterous gave me a big hand troubleshooting this.<br />
<a title="Cross domain workaround for @font-face and Firefox" href="http://geoff.evason.name/2010/05/03/cross-domain-workaround-for-font-face-and-firefox/" target="_blank">Cross domain workaround for @font-face and Firefox</a><br />
<a title="How to use CSS @font-face" href="http://nicewebtype.com/notes/2009/10/30/how-to-use-css-font-face/" target="_blank">The article that showed me the error in Firefox&#8217;s ways</a><br />
<a title="3 Reasons to Drop What You’re Doing and Grab Dropbox" href="http://painteddigital.com/2010/3-reasons-to-drop-what-youre-doing-and-grab-dropbox/" target="_self">Other reasons I like Drop box.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://painteddigital.com/2010/how-to-embed-fonts-for-posterous-tumblr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Quick Tip: When Good Fonts Go Bad</title>
		<link>http://painteddigital.com/2010/css-quick-tip-when-good-fonts-go-bad/</link>
		<comments>http://painteddigital.com/2010/css-quick-tip-when-good-fonts-go-bad/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:17:35 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://painteddigital.com/?p=773</guid>
		<description><![CDATA[Above you can see a styled font from a recent project we did that has been ruined by CSS. We embeded this font using @font-face (which is much more consistent than a js/flash embed). The image above is using the default H3 tag which likes to bolden things and ruin your great looking fonts. The [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_777" class="wp-caption aligncenter" style="width: 432px"><img class="size-full wp-image-777  " title="custom-font-bold" src="http://painteddigital.com/wp-content/uploads/2010/07/custom-font-bold.png" alt="Custom Font Bold" width="422" height="220" /><p class="wp-caption-text">Font gone bad!</p></div>
<p>Above you can see a styled font from a recent project we did that has been ruined by CSS. We embeded this font using @font-face (which is much more consistent than a js/flash embed). The image above is using the default H3 tag which likes to bolden things and ruin your great looking fonts. The quick fix for this is just to add &#8220;font-weight: normal;&#8221; to your CSS and you will get results like what you were looking for.</p>
<div id="attachment_778" class="wp-caption aligncenter" style="width: 432px"><img class="size-full wp-image-778  " title="custom-font-normal" src="http://painteddigital.com/wp-content/uploads/2010/07/custom-font-normal.png" alt="Custom Font Normal" width="422" height="220" /><p class="wp-caption-text">How the font should display</p></div>
<p><strong>More Help:</strong><br />
You can find awesome font-kits for free from <a rel="nofollow" href="http://fontsquirrel.com" target="_blank">fontsquirrel.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://painteddigital.com/2010/css-quick-tip-when-good-fonts-go-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop CS5 HUGE Performance Boost</title>
		<link>http://painteddigital.com/2010/photoshop-cs5-huge-performance-boost/</link>
		<comments>http://painteddigital.com/2010/photoshop-cs5-huge-performance-boost/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 19:43:01 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop tip]]></category>

		<guid isPermaLink="false">http://painteddigital.com/?p=760</guid>
		<description><![CDATA[I&#8217;ve been trying out CS5 for the past couple weeks and overall seen a lot of things that are nice, but not really worth the cost of the upgrade. The main reason I decided to check it out was because of Photoshop CS4 has a nasty habit of taking all my iMac&#8217;s resources and basically [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying out CS5 for the past couple weeks and overall seen a lot of things that are nice, but not really worth the cost of the upgrade. The main reason I decided to check it out was because of Photoshop CS4 has a nasty habit of taking all my iMac&#8217;s resources and basically locking it up. But today I came across a <a rel="nofollow" href="http://twitter.com/gcoghill/status/18624552035" target="_blank">tweet</a> by my friend <a href="http://coghillcartooning.com/" target="_blank">George Coghill</a> that pointed to a wildly helpful article.</p>
<p>I followed the post&#8217;s advice and changed my cache size from 128K to 1024K and I saw a HUGE gain in performance. My RAM usage with the same file when down by nearly 1 GB when opening the same file (I generally deal with 40MB+ psds)! I am pleasantly surprised at this little trick and I&#8217;d encourage you to check it out yourself.</p>
<p><a href="http://macperformanceguide.com/OptimizingPhotoshopCS5-CacheTileSize.html" target="_blank">Here&#8217;s the original post.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://painteddigital.com/2010/photoshop-cs5-huge-performance-boost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Photoshop Could Not Nudge the Selection&#8230;</title>
		<link>http://painteddigital.com/2010/photoshop-could-not-nudge-the-selection/</link>
		<comments>http://painteddigital.com/2010/photoshop-could-not-nudge-the-selection/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 23:59:09 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://painteddigital.com/?p=564</guid>
		<description><![CDATA[This morning while working on a project in Photoshop CS4 I was trying to move a folder with the keyboard command up and down. This normally will nudge the selected folder in whatever direction I press. However today I got the message: &#8220;Could not nudge the selection because the pixels in a fill layer cannot [...]]]></description>
			<content:encoded><![CDATA[<p>This morning while working on a project in Photoshop CS4 I was trying to move a folder with the keyboard command up and down. This normally will nudge the selected folder in whatever direction I press. However today I got the message: &#8220;Could not nudge the selection because the pixels in a fill layer cannot be modified without first rasterizing the layer.&#8221;</p>
<div id="attachment_609" class="wp-caption aligncenter" style="width: 439px"><img src="http://painteddigital.com/wp-content/uploads/2010/04/Could-not-nudge-the-selection.png" alt="Could not nudge the selection because the pixels in a group cannot be edited without merging the group" title="Could-not-nudge-the-selection" width="429" height="148" class="size-full wp-image-609" /><p class="wp-caption-text">A similar message for groups</p></div>
<p>So naturally, I googled for a fix and surprised to find no decent answer, I went back to trying something myself. What I realized was that this was the result of using the marque tool earlier and somehow improperly deselecting. If you happen to run into this problem, all you need to do is grab your marque tool (M) and select an area then delect. Or, you can go up to the Select menu, and click &#8220;deselect.&#8221; This solved the quirky little error for me. Let me know if it works for you too!</p>
]]></content:encoded>
			<wfw:commentRss>http://painteddigital.com/2010/photoshop-could-not-nudge-the-selection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Illustrator Tip: Compound Path</title>
		<link>http://painteddigital.com/2010/illustrator-tip-compound-path/</link>
		<comments>http://painteddigital.com/2010/illustrator-tip-compound-path/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:12:28 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://painteddigital.com/?p=543</guid>
		<description><![CDATA[Illustrator can be a bit tricky sometimes, especially when there are so many ways to accomplish something. According to Adobe, &#8220;compound paths act as grouped objects&#8221; and they also say, &#8220;When you define objects as a compound path, all objects in the compound path take on the paint and style attributes of the backmost object [...]]]></description>
			<content:encoded><![CDATA[<p>Illustrator can be a bit tricky sometimes, especially when there are so many ways to accomplish something. According to Adobe, &#8220;compound paths act as grouped objects&#8221; and they also say,<br />
&#8220;When you define objects as a compound path, all objects in the compound path take on the paint and style attributes of the backmost object in the stacking order.&#8221;<br />
Still awake? Ok good. All that means is that it&#8217;s easy to get a compound path mixed up with  a group. I&#8217;ll show you a quick example of when a compound path might be handy.</p>
<p>Let&#8217;s say you want to make a shape like this:</p>
<div id="attachment_554" class="wp-caption alignnone" style="width: 590px"><img class="size-full wp-image-554" title="illustrator compound path final" src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-final.png" alt=" " width="580" height="509" /><p class="wp-caption-text">This simple little shape can&#39;t be cut out with a group, you must use a compound path</p></div>
<p>I&#8217;ll quickly show you how using a compound path, you can make it!</p>
<div id="attachment_546" class="wp-caption alignnone" style="width: 590px"><img class="size-full wp-image-546" title="illustrator-compound-path-1" src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-1.png" alt="" width="580" height="509" /><p class="wp-caption-text">First, make a shape close to this using the pen tool or reshaping a rectangle</p></div>
<p>Now we need to grab the rotate tool and alt-click where the center of the circle should be. This should bring up the dialog box pictured below. Check the preview box to see where your shape will end up as you put in a number. I used the number 60 to end up with 6 shapes (360/60 = 6). Click copy to duplicate the shape into place.</p>
<div id="attachment_547" class="wp-caption alignnone" style="width: 590px"><img class="size-full wp-image-547" title="illustrator-compound-path-2" src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-2.png" alt="" width="580" height="505" /><p class="wp-caption-text">Hint: use the copy button on the rotation tool to quickly duplicate your shape in a circular pattern</p></div>
<p>To speed this up and keep everything properly centered, just hit cmd/ctrl+D to repeat the copy until you have enough shapes.</p>
<div id="attachment_548" class="wp-caption alignnone" style="width: 590px"><img class="size-full wp-image-548" title="illustrator-compound-path-3" src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-3.png" alt="" width="580" height="399" /><p class="wp-caption-text">Use cmd/ctrl+D to skip the menu</p></div>
<p>If you add a rectangle behind your shapes, you should have something that looks like what&#8217;s below. Go ahead and group the &#8220;rays&#8221; or &#8220;blades&#8221; together.</p>
<p><img src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-4.png" alt="" title="illustrator-compound-path-4" width="580" height="395" class="alignnone size-full wp-image-549" /></p>
<p>Now with both objects selected, if you were to hit the &#8220;intersect&#8221; button in the pathfinder panel (pictured below), you would be hit with a warning message.</p>
<p><img src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-6.png" alt="" title="illustrator-compound-path-6" width="278" height="114" class="alignnone size-full wp-image-551" /></p>
<img src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-5.png" alt="" title="illustrator-compound-path-5" width="580" height="506" class="size-full wp-image-550" />
<p>With only your group selected, we can make a compound path by navigating to Object > Compound Path > Make.</p>
<div id="attachment_553" class="wp-caption alignnone" style="width: 590px"><img src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-8.png" alt="" title="illustrator-compound-path-8" width="580" height="572" class="size-full wp-image-553" /><p class="wp-caption-text">Use cmd/ctrl+8 to quickly perform this step</p></div>
<p>Now before you hit intersect, my recommendation is that you first select the object in the back, and quickly hit cmd/ctrl+C and cmd/ctrl+F to paste a copy in front to intersect with. That way, when the shapes have been trimmed, you still have a rectangle in the back, like this.</p>
<p><img src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-7.png" alt="" title="illustrator-compound-path-7" width="580" height="398" class="alignnone size-full wp-image-552" /></p>
<p>Now throw a circle over your new shape, hit &#8220;Unite&#8221; in the Pathfinder panel, tweak the color a bit and you&#8217;re done! Sorry it&#8217;s not prettier, but hopefully you get the idea. If you have any trouble following this tip, or if you find it useful, please let me know in the comments!</p>
<div id="attachment_554" class="wp-caption alignnone" style="width: 590px"><img src="http://painteddigital.com/wp-content/uploads/2010/03/illustrator-compound-path-final.png" alt="" title="illustrator compound path final" width="580" height="509" class="size-full wp-image-554" /><p class="wp-caption-text">This simple little shape can't be cut out with a group, you must use a compound path</p></div>
]]></content:encoded>
			<wfw:commentRss>http://painteddigital.com/2010/illustrator-tip-compound-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Reasons to Drop What You&#8217;re Doing and Grab Dropbox</title>
		<link>http://painteddigital.com/2010/3-reasons-to-drop-what-youre-doing-and-grab-dropbox/</link>
		<comments>http://painteddigital.com/2010/3-reasons-to-drop-what-youre-doing-and-grab-dropbox/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:11:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[time machine]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://painteddigital.com/?p=480</guid>
		<description><![CDATA[When I first heard of Dropbox I thought two things: 1. Why would I need it when I have Time Machine 2. It must cost too much. As for Time Machine, I&#8217;ve realized (thanks to recent natural disasters) that my house may not be the safest place to keep my important files. As for my [...]]]></description>
			<content:encoded><![CDATA[<p>When I first heard of Dropbox I thought two things: 1. Why would I need it when I have Time Machine 2. It must cost too much. As for Time Machine, I&#8217;ve realized (thanks to recent natural disasters) that my house may not be the safest place to keep my important files. As for my second reaction, well that leads right into my first point&#8230;</p>
<p style="text-align: center;"><a rel="nofollow" href="https://www.dropbox.com/referrals/NTQ5MDIxNDg5" target="_blank"><img class="size-full wp-image-482 aligncenter" title="dropbox_logo_home" src="http://painteddigital.com/wp-content/uploads/2010/03/dropbox_logo_home.png" alt="Dropbox-logo" width="290" height="75" /></a></p>
<h2>1. 2GB of Free Online Storage</h2>
<p>This is a biggie. If I had known this, I would&#8217;ve been using Dropbox months ago. Dropbox gives you a free no-credit-card-attached 2GB account for absolutely nothing. This is definitely enough to get you started and I am blown away they even give you that much.</p>
<h2>2. Works On All Major Operating Systems</h2>
<p>Windows, Mac, and Linux are all supported by Dropbox thus allowing you to synchronize files across computers and OS&#8217;s. The Mac version has worked flawlessly for me. In addition, Dropbox has browser access and an iPhone app. The iPhone app is pretty impressive too. It allows for offline access as well as uploading and deleting of files.</p>
<h2>3. 250MB More Per Referral</h2>
<p>Every time you get a friend to jump onboard, you get an extra 250MB of space added for free! So what are you waiting for? <a rel="nofollow" href="https://www.dropbox.com/referrals/NTQ5MDIxNDg5" target="_blank">Sign up</a> and give me 250MB of space! <img src='http://painteddigital.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<h2>Honorable Mention: File Sharing</h2>
<p>If you need to share something publicly, just drop it in your public Dropbox folder, right-click and copy the link and send it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://painteddigital.com/2010/3-reasons-to-drop-what-youre-doing-and-grab-dropbox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Kicking IE to the Curb for Some Round Corners</title>
		<link>http://painteddigital.com/2010/kicking-ie-to-the-curb-for-some-round-corners/</link>
		<comments>http://painteddigital.com/2010/kicking-ie-to-the-curb-for-some-round-corners/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:45:07 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://painteddigital.com/?p=321</guid>
		<description><![CDATA[Lately there&#8217;s been a lot of buzz about CSS3 and its new features.  Articles are popping up like daisies!  The Web Designer&#8217;s wall is showing examples of CSS3 and Design informer tells us we can &#8220;Use CSS3 Now&#8221; (fantastic agreement with this post, btw).  But I&#8217;m most concerned about one thing in CSS3 &#8211; rounded [...]]]></description>
			<content:encoded><![CDATA[<p>Lately there&#8217;s been a lot of <a title="my &quot;buzz&quot;" href="http://google.com/buzz/painteddigital" target="_blank">buzz</a> about CSS3 and its new features.  Articles are popping up like daisies!  The Web Designer&#8217;s wall is showing <a title="examples of CSS3" href="http://www.webdesignerwall.com/trends/css3-examples-and-best-practices/" target="_blank">examples of CSS3</a> and Design informer tells us we can &#8220;<a title="Use CSS3 Now" href="http://designinformer.com/use-css3-now/" target="_blank">Use CSS3 Now</a>&#8221; (fantastic agreement with this post, btw).  But I&#8217;m most concerned about one thing in CSS3 &#8211; rounded corners. Finally we have a simple, beautiful way to enhance our sites with little effort&#8230;except there&#8217;s one browser who doesn&#8217;t play nice.  Everyone&#8217;s favorite browser to hate &#8211; Internet Explorer. Yes, even IE8 has failed to implement some rudimentary support for rounded corners in CSS3 and that is a problem. Safari/Webkit, Chrome, and Firefox are currently leading the CSS3 front with Opera slowly catching up. With so many browsers (and their represented users) currently supporting some form of rounded corners, I felt I had no choice but to move forward without IE.</p>
<div id="attachment_438" class="wp-caption alignnone" style="width: 552px"><a rel="attachment wp-att-438" href="http://painteddigital.com/2010/02/17/kicking-ie-to-the-curb-for-some-round-corners/rounded-corners-firefox-ie-merig/"><img class="size-full wp-image-438 " title="rounded-corners-firefox-ie-merig" src="http://painteddigital.com/wp-content/uploads/2010/02/rounded-corners-firefox-ie-merig.png" alt="" width="542" height="306" /></a><p class="wp-caption-text">Rounded corners on Merig.com Firefox vs. IE</p></div>
<p>Currently, I am finishing up a design/development project for Meriwether Godsey, a catering company based here in Lynchburg VA and my current employer (<a title="Painted Digital Going Fulltime" href="http://painteddigital.com/2010/02/12/painted-digital-going-fulltime/" target="_self">until Feb 26</a>). The design features a series of rounded boxes to feature all of their sidebar content as opposed to a &#8220;stacked blocks&#8221; look it had before. I had an interesting revelation during the development of this site. I came to my boss with the proposition of giving modern browsers the CSS to have rounded corners, knowing that IE would be forced to render the content as squared &#8220;blocks.&#8221; After showing her the proposed solution in both sets of browsers, she replied &#8220;that&#8217;s fine!&#8221; I was a bit stunned, but excited at the same time. My goal was to save development time and to ensure cleaner code while providing a nicer look. In addition, I was able to save the user precious seconds that they would spend waiting on another image to download.</p>
<h2>Was It Worth It?</h2>
<p>With the bulk of the code now done, I can ask myself &#8220;Was it worth it?&#8221; The answer is a resounding &#8220;YES!&#8221; Using CSS3 now saved development time, it got the boss&#8217;s approval, it saves the user time, and eventually Microsoft will catch up with the rest of the world and users will see these great-looking corners. In the mean time, it&#8217;s not a big sacrifice. The design doesn&#8217;t look bad in Internet Explorer, so it&#8217;s not a big loss. If you&#8217;re on the fence about jumping into CSS3, my suggestion is go for it! You&#8217;ll be glad you did.</p>
<div class="further-reading">
<p>Further Reading:<br />
<a title="Code a Backwards Compatible, One Page Portfolio with HTML5 and CSS3" href="http://inspectelement.com/tutorials/code-a-backwards-compatible-one-page-portfolio-with-html5-and-css3/" target="_blank">Code a Backwards Compatible, One Page Portfolio with HTML5 and CSS3<br />
</a><a title="CSS3 Examples and Best Practices" href="http://www.webdesignerwall.com/trends/css3-examples-and-best-practices/" target="_blank">CSS3 Examples and Best Practices</a>
</div>
<h2>Blog Question</h2>
<p>I write these articles for you, the reader more than for me. I want everyone to benefit from what I&#8217;ve learned. So, my question is &#8220;Do you like a shorter format like this? Or would you rather see a more detailed article?&#8221; I&#8217;d really appreciate it if you let me know in the comments or on twitter. Thanks!!</p>
]]></content:encoded>
			<wfw:commentRss>http://painteddigital.com/2010/kicking-ie-to-the-curb-for-some-round-corners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways the iPad Is Going To Rock the World of Design and Art</title>
		<link>http://painteddigital.com/2010/5-ways-the-ipad-is-going-to-rock-the-world-of-design-and-art/</link>
		<comments>http://painteddigital.com/2010/5-ways-the-ipad-is-going-to-rock-the-world-of-design-and-art/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:15:04 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Illustrations]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://painteddigital.com/?p=324</guid>
		<description><![CDATA[A couple days ago on Twitter I made the statement that what Apple &#8221;would announce [today] could change the face of the design industry.&#8221; After seeing the official announcement, I&#8217;m more confident than ever of that fact. Apple&#8217;s new device has the potential to make even more of an impact on those of us in the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-327" title="ipad_hero4_20100127" src="http://painteddigital.com/wp-content/uploads/2010/01/ipad_hero4_20100127-533x339.jpg" alt="" width="533" height="339" /></p>
<p>A couple days ago on Twitter I made <a href="http://twitter.com/painteddigital/status/8242045204" target="_blank">the statement</a> that what Apple &#8221;would announce [today] could change the face of the design industry.&#8221; After seeing the official announcement, I&#8217;m more confident than ever of that fact. Apple&#8217;s new device has the potential to make even more of an impact on those of us in the creation industry than the iPhone.<br />
<span id="more-324"></span></p>
<h2>1. Jobs. No, not that Jobs, new positions</h2>
<p>The number one way I see the iPad affecting these two industries is the creation of jobs. New positions will be created specifically for designing for this device. Much like there are designers for email marketing only and designers who specialize in iPhone apps, there will soon be the opportunity for a whole new platform to be designed for. But I&#8217;m not just talking a designer for an app or a game. I&#8217;m also saying that The New York Times, Time Magazine, and plenty of other companies will be hiring new designers to format their site and their content for this device daily. It&#8217;s extremely exciting!</p>
<h2>2. Comic book subscriptions.</h2>
<p>While not yet annouced, I predict that we&#8217;ll see nearly every major print media company moving quickly to this device, including comic book distributors [Edit: I found <a title="Panelfly" href="http://www.panelfly.com/" target="_blank">this site</a> today. Looks like they're working on a marketplace for artists]. All comic book artists need to jump on this thing, especially those who produce their own content. Hopefully we&#8217;ll see the new iBook store open up to small companies as well as the big guns. To give you an idea of what&#8217;s possible, check out this youtube video by Sports Illustrated and image the possibilites.</p>
<p><object style="padding-bottom: 10px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="580" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ntyXvLnxyXk&amp;hl=en_US&amp;fs=1&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed style="padding-bottom: 10px;" type="application/x-shockwave-flash" width="580" height="350" src="http://www.youtube.com/v/ntyXvLnxyXk&amp;hl=en_US&amp;fs=1&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2><span style="font-weight: normal;">3. A Transformed Portfolio</span></h2>
<p>Scott Bourne has just done <a title="Scott Bourne's Article" href="http://photofocus.com/2010/01/27/what-the-apple-tablet-will-mean-to-photographers/" target="_blank">a quick article</a> on how the iPad will rock photography.  He brings out the idea of handing over your tablet with a portfolio open. This could just as well apply to anyone with a visual portfolio. Handing an open laptop just doesn&#8217;t seem as graceful as giving someone a flat touchscreen device. They can view all of your artwork with you in a way that I think is far more intimate than even a laptop can accomplish. All the while, you are explaining each detail of your work.</p>
<div id="attachment_333" class="wp-caption alignnone" style="width: 522px"><a href="http://click.linksynergy.com/fs-bin/stat?id=KE1QksGQgWs&amp;offerid=146261&amp;type=3&amp;subid=0&amp;tmpid=1826&amp;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fbrushes%252Fid288230264%253Fmt%253D8%2526uo%253D6%2526partnerId%253D30" target="itunes_store"><img class="size-large wp-image-333" title="apple-creation-0275-rm-eng" src="http://painteddigital.com/wp-content/uploads/2010/01/apple-creation-0275-rm-eng-512x340.jpg" alt="Brushes for iPad" width="512" height="340" /></a><p class="wp-caption-text">Image Courtesy of Engadget</p></div>
<h2>4. Finger Painting</h2>
<p><a href="http://click.linksynergy.com/fs-bin/stat?id=KE1QksGQgWs&amp;offerid=146261&amp;type=3&amp;subid=0&amp;tmpid=1826&amp;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fbrushes%252Fid288230264%253Fmt%253D8%2526uo%253D6%2526partnerId%253D30" target="itunes_store">Brushes</a> is an app that&#8217;s currently available in the iTunes store for the iPhone/iPod that was demoed today during the Apple keynote and has been re-written specifically for this device. I think we&#8217;ll see many similar apps show up (Adobe has release a version of <a href="http://click.linksynergy.com/fs-bin/stat?id=KE1QksGQgWs&amp;offerid=146261&amp;type=3&amp;subid=0&amp;tmpid=1826&amp;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fphotoshop-com-mobile%252Fid331975235%253Fmt%253D8%2526uo%253D6%2526partnerId%253D30" target="itunes_store">Photoshop</a> for the iPhone) that will enable portable painting and drawing like we&#8217;ve never seen.</p>
<div id="attachment_335" class="wp-caption alignnone" style="width: 488px"><a href="http://www.axiotron.com/index.php?id=modbook" target="_blank"><img class="size-full wp-image-335" title="Screen shot 2010-01-27 at 6.17.17 PM" src="http://painteddigital.com/wp-content/uploads/2010/01/Screen-shot-2010-01-27-at-6.17.17-PM.png" alt="" width="478" height="359" /></a><p class="wp-caption-text">Image courtesy of Axiotron.com</p></div>
<h2>5. Killing the ModBook and the Wacom Cintiq</h2>
<p>The iPad is an ultraportable tablet. Right now, there aren&#8217;t too many artists who would willingly tote around a laptop and a tablet whereever they go. The only device on the market offering comparable portability is the ModBook. If you haven&#8217;t checked it out, I suggest you hurry before it becomes extinct. The iPad could potentially eliminate the need for a Wacom cintiq (drawing tablet with built-in screen) and save hundreds you&#8217;d spend on a ModBook IF it can support a pressure-sensitive stylus and someone makes it.</p>
<h2>Am I Crazy?</h2>
<p>What are your thoughts? Do you think I&#8217;m a crazy fanboy? Or do you see some potential killer feature that I&#8217;ve missed? Let me know in the comments.</p>
<p><strong>Further Reading:</strong><br />
Some really good observations for designers<br />
<a href="http://www.inspiredm.com/2010/02/09/ipad-design/" title="Thought provoking design article from Inspired Magazine" target="_blank">How iPad Affects the Way we Design Websites?</a><br />
The Unofficial Apple Weblog did a nice write-up with more thoughts on comics on the iPad<br />
<a href="http://www.tuaw.com/2010/02/08/ipad-in-the-family-what-itll-take/#continued" title="More thoughts on comics on the iPad" target="_blank">&#8220;iPad in the family: What it&#8217;ll take&#8221;</a><br />
Ivan has a similar write-up on creativebits.org that takes a different approach<br />
&#8220;<a title="Creativebits' Writeup" href="http://creativebits.org/opinion/what_does_ipad_mean_designers" target="_blank">What Does the iPad Mean for Designers</a>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://painteddigital.com/2010/5-ways-the-ipad-is-going-to-rock-the-world-of-design-and-art/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CSS3 Columns!</title>
		<link>http://painteddigital.com/2009/css3-columns/</link>
		<comments>http://painteddigital.com/2009/css3-columns/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 00:34:16 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[moz]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://painteddigital.com/?p=236</guid>
		<description><![CDATA[I was so excited today to discover CSS3&#8242;s new support for columns. This is something that I really have wanted for a while, but felt it was too difficult and took too much time to otherwise try and implement. I came home today and immediately put columns to work on my About page. I was [...]]]></description>
			<content:encoded><![CDATA[<p>I was so excited today to discover CSS3&#8242;s new support for columns. This is something that I really have wanted for a while, but felt it was too difficult and took too much time to otherwise try and implement.<br />
<span id="more-236"></span><br />
I came home today and immediately put columns to work on my <a href="/about/" title="about">About</a> page. I was a little surprised to see that both Safari and Firefox did not support the simple</p>
<p><code>.some-class{<br />
	columns: 2;<br />
}<br />
</code><br />
but excited to see that it worked once I added<br />
<code>.some-class{<br />
	-moz-column-count:2;<br />
	-webkit-column-count:2;<br />
	columns: 2;<br />
}<br />
</code></p>
<p>I just wanted to share that with you. I&#8217;m still tinkering around with the new site and I hope to add more features, posts and work very soon. Also, I received an invite to basekit, which is a new CMS/coding platform that is supposed to cut up your psd for you. I&#8217;ll give it a try and review very soon.</p>
</p>
<p>One last note, I stumbled across a great article on Smashing Magazine today entitled <a href="http://www.smashingmagazine.com/2009/12/01/how-to-support-internet-explorer-and-still-be-cutting-edge/" target="_blank">How to Support Internet Explorer and Still Be Cutting Edge</a>. I enjoyed it so much, I actually <a href="http://twitter.com/painteddigital" target="_blank" rel="nofollow" title="Find Me on Twitter">retweeted</a> it twice! It&#8217;s actually what turned me on to this wonderful bit of CSS3 and I would encourage everyone to jump over and give it a read.</p>
]]></content:encoded>
			<wfw:commentRss>http://painteddigital.com/2009/css3-columns/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
