<?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>A Brand New Way &#187; Design</title>
	<atom:link href="http://abrandnewway.com/blog/archives/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://abrandnewway.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 13 Apr 2010 04:56:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Build Leaner Flash Projects with 8-Bit PNGs</title>
		<link>http://abrandnewway.com/blog/archives/build-leaner-flash-projects-with-8-bit-pngs/</link>
		<comments>http://abrandnewway.com/blog/archives/build-leaner-flash-projects-with-8-bit-pngs/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:32:18 +0000</pubDate>
		<dc:creator>Justin Giovanetti</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://abrandnewway.com/blog/?p=103</guid>
		<description><![CDATA[In case you have not stumbled upon this, there is a way to turn heavyweight 24-bit PNG images, into fraction their file size. From the 24-bit, we create the 8-Bit form. We loose the fat, but not the quality.]]></description>
			<content:encoded><![CDATA[<p>In case you have not stumbled upon this, there is a way to turn heavyweight 24-bit PNG images, into fraction their file size. From the 24-bit, we create the 8-Bit form. We loose the fat, but not the quality.</p>
<p>The 8-bit PNG is an ideal format for Flash. Because they are small in file size, your Flash will be lighter and your website will download faster. Lighter file size also means graphics will move smoother and will be easier on the computer. You will get more wow from Flash.</p>
<p>Besides the size and gain in performance, the core feature of the 8-bit, is its alpha transparency. This is the only format that supports this type of transparency while also keeping a small file size. With this support, you can create visuals that would otherwise not be possible with an opaque image. For example, with the 8-bit version, you can have blurred drop-shadows multiplied over top other graphics.</p>
<h3>How to Create the 8-bit PNG</h3>
<p><strong>Step 1:</strong> In Photoshop, make your alpha transparent 24-bit PNG.</p>
<p><strong>Step 2:</strong> Bring your 24-bit into Fireworks, and now in the optimize panel set the optimization to 8-bit, with an alpha transparency.</p>
<p><strong>Step 3:</strong> Import into Flash.</p>
<h3>Things to Watch</h3>
<p>Once you have the 8-bit, you should check its resolution. Depending on the version of the creative suite, and the platform you work on, there may be slight shifts in resolution. Check this in Fireworks, because once saved out as 8-bit, you will NOT be able to open the file in Photoshop.</p>
]]></content:encoded>
			<wfw:commentRss>http://abrandnewway.com/blog/archives/build-leaner-flash-projects-with-8-bit-pngs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Website Checklist</title>
		<link>http://abrandnewway.com/blog/archives/mobile-website-checklist/</link>
		<comments>http://abrandnewway.com/blog/archives/mobile-website-checklist/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 15:29:28 +0000</pubDate>
		<dc:creator>Justin Giovanetti</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[interaction design]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[smartphone]]></category>

		<guid isPermaLink="false">http://abrandnewway.com/blog/?p=62</guid>
		<description><![CDATA[This audience segment is relatively new, and while they are the same folks that were engaging from the desktop their needs are quite different when they interact through their phone. We have included a few items to consider when designing your sites for mobile devices.]]></description>
			<content:encoded><![CDATA[<p>Smartphones and other mobile devices have come a long way since the good old days of StarTAC. Instead of the low-band text-only browsers we dealt with from a few years ago, we&#8217;re now able view sites with near True-Web quality.</p>
<p><img src="http://abrandnewway.com/blog/wp-content/uploads/2009/07/smartphones.jpg" alt="Smartphones" title="Smartphones" width="460" height="266" class="alignnone size-full wp-image-64" /></p>
<p>We&#8217;re not completely there yet, but we&#8217;re close enough for users to spend increasingly more time accessing sites directly from their phones. This audience segment is relatively new, and while they are the same folks that were engaging from the desktop their needs are quite different. Below are some items to consider when designing your sites for mobile devices.</p>
<ul>
<li>Interactive cues such as rollovers do not work well on mobile browsers. For example, your users will not even be able to see the effect since it will be covered by their finger when they interactive with your user interface. Allowing your design to rely on the interaction built into the device can keep the experience familiar for the user.</li>
<li>Design your site to work more like an application or tool than a regular site. Users that visit you from their mobile device are more purposeful about their visit. They are there to accomplish a specific goal and leave.</li>
<li>Avoid actions that are not user driven such as opening new windows or auto-redirects. These become very annoying when accessing through a mobile device.</li>
<li>Keep resources to a minimum if you can by only using one CSS file and one JavaScript file associated with your page. Image file also carry a lot of weight so the few the user has to download the better.</li>
<li>Using Progressive Enhancement is important for your mobile audience. The idea is to provide exactly what they need at the bare minimum, and layout interactive and other presentation elements on top based on device capability.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://abrandnewway.com/blog/archives/mobile-website-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roy Rogers site receives Moluv &#8220;Best Web Design&#8221; Award</title>
		<link>http://abrandnewway.com/blog/archives/roy-rogers-site-receives-moluv-best-web-design-award/</link>
		<comments>http://abrandnewway.com/blog/archives/roy-rogers-site-receives-moluv-best-web-design-award/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 22:58:44 +0000</pubDate>
		<dc:creator>Patrick Ashamalla</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://abrandnewway.com/blog/?p=6</guid>
		<description><![CDATA[Roys site wins Moluv award for Design under the Flash category.]]></description>
			<content:encoded><![CDATA[<p>A big thanks to the folks at Moluv.com for recognizing the new Roy Rogers site with a &#8220;World&#8217;s Best Web Design&#8221; award today. You can visit the <a href="www.royrogersrestaurants.com">Roy Rogers</a> site here, and also check out <a href="http://moluv.com">Moluv.com</a> for some of the latest and greatest sites popping up on the web today.</p>
]]></content:encoded>
			<wfw:commentRss>http://abrandnewway.com/blog/archives/roy-rogers-site-receives-moluv-best-web-design-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roy Rogers Site Launches</title>
		<link>http://abrandnewway.com/blog/archives/roy-rogers-site-launches/</link>
		<comments>http://abrandnewway.com/blog/archives/roy-rogers-site-launches/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 20:50:44 +0000</pubDate>
		<dc:creator>Patrick Ashamalla</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://abrandnewway.com/blog/?p=3</guid>
		<description><![CDATA[We are all very proud to announce that the new Roy Rogers Restaurants site as launched today. The new website gave us a chance to really push some of the boundaries with what is typically done with data-driven Flash sites.
It had been a while since the Roys Rogers site had been updated so there was [...]]]></description>
			<content:encoded><![CDATA[<p>We are all very proud to announce that the new Roy Rogers Restaurants site as launched today. The new website gave us a chance to really push some of the boundaries with what is typically done with data-driven Flash sites.</p>
<p>It had been a while since the Roys Rogers site had been updated so there was quite a bit of research that went into the design and development of the new site. This gave us a chance to get down into the details of the graphic elements.</p>
<p>You can see the new site by visiting <a href="http://www.royrogersrestaurants.com/">www.royrogersrestaurants.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://abrandnewway.com/blog/archives/roy-rogers-site-launches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
