<?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>StylizedWeb.com &#187; Design</title>
	<atom:link href="http://stylizedweb.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://stylizedweb.com</link>
	<description>Web Design + Wordpress Tutorials &#38; Resources</description>
	<lastBuildDate>Tue, 06 Dec 2011 18:00:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What I Learned at WordCamp Detroit 2011</title>
		<link>http://stylizedweb.com/2011/11/28/what-i-learned-at-wordcamp-detroit-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2011/11/28/what-i-learned-at-wordcamp-detroit-2011/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 15:31:56 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Business Models]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Detroit]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=612</guid>
		<description><![CDATA[As a WordPress obsessor, I jumped at the opportunity to not only attend WordCamp Detroit but also help plan it. Months of work finally paid off on November 12th and 13th where 250 WordPress lovers spent two days at the Detroit Renaissance Center and listened to speakers who flew in from all over the US (and Canada). As [...]]]></description>
			<content:encoded><![CDATA[<p>As a WordPress obsessor, I jumped at the opportunity to not only attend WordCamp Detroit but also help plan it. Months of work finally paid off on November 12th and 13th where 250 WordPress lovers spent two days at the Detroit Renaissance Center and listened to speakers who flew in from all over the US (and Canada). As a self labeled "expert" I didn't expect to learn much, but I was wrong. Here are some of my key takeaways:</p>
<h2>Sam Cohen, Local Development</h2>
<p><a href="http://www.samcohen.net/" target="_blank">Designer and Developer at SamCohen.net</a></p>
<ul>
<li>It's time to stop cowboy coding (ie: editing sites directly off the file server)</li>
<li>Instead develop your site locally using <a href="http://sourceforge.net/projects/xampp/" target="_blank">XAMPP</a>, <a href="http://www.mamp.info/en/index.html" target="_blank">MAMP</a>, <a href="http://www.wampserver.com/en/" target="_blank">WAMP</a> or my favorite <a href="http://www.instantwp.com/" target="_blank">InstantWP</a></li>
<li>Use <a href="http://crowdfavorite.com/wordpress/ramp/" target="_blank">RAMP</a> to deploy content from dev to live environments</li>
</ul>
<h2>Chris Ross, Free is Not A Business Model</h2>
<p><a href="http://thisismyurl.com/" target="_blank">WordPress Designer at ThisIsMyURL.com</a></p>
<ul>
<li>In business school, they teach you that "Free is not a business model." With WordPress, it is.</li>
<li>WordPress allows you to make money by giving things away for free.</li>
<ul>
<li>Make free plugins and charge for support</li>
<li>Make free plugins and get freelance gigs (to customize)</li>
<li>Ask for donations</li>
<li>Write / publish free content and get donations or ads</li>
<li>Write / publish free content and make affiliate sales</li>
</ul>
<li>Google is now notifying site owners that they need to upgrade WordPress (through Google Webmaster tools)</li>
</ul>
<h2>Wally Metts, Communication</h2>
<p><a href="http://TheDaysMan.com" target="_blank">Communications Professor at Spring Arbor University</a></p>
<ul>
<li>An adjective is the enemy of the noun. Avoid adjectives, use stronger nouns.</li>
<li>Active writing means using better verbs.</li>
<li>Vivid writing means using better nouns.</li>
<ul>
<li>ie: don't use "they made a decision" use "they decided"</li>
</ul>
<li>When communicating "unpad" everything. Remove meaningless, doubled and inferred words.</li>
</ul>
<div>
<h2>Matt Lincoln Russell, Online Communities</h2>
<p><a href="http://www.lincolnwebs.com/" target="_blank">Software Developer at Vanilla Forums</a></p>
<ul>
<li>Forums are still one of the most popular methods of online socialization</li>
<li>The typical forum design does little to engage the user, they are complicated and overwhelming</li>
<li>Some forum solutions (like<a href="http://vanillaforums.org/" target="_blank"> Vanilla</a>) try and simplify the forum process</li>
<li>Getting forums started is the hardest part</li>
<li>Eventually people will police and moderate your forum for you</li>
</ul>
</div>
<h2>David Wilemski, WordPress Security</h2>
<ul>
<li>A large part of keeping WordPress secure is being "less hackable" than everyone else</li>
<li>Most attacks are not targeted (attacks try thousands of WordPress sites, looking for the most vulnerable.)</li>
<li>Common vulnerabilities:</li>
<ul>
<li>Privilege escalation</li>
<li>SQL Injection</li>
<li>XSS</li>
<li>CSRF</li>
</ul>
<li>Some easy fixes:</li>
<ul>
<li>Change your WordPress table prefix</li>
<li>Rename the "admin" account</li>
<li>Use SSL in your admin</li>
<li>Use 755 file permissions for for directories and 644 for files</li>
<li>Use the wp-config.php secure keys</li>
<li>Limit login attempts (or login via specific IPs)</li>
</ul>
<li>Be prepared backup regularly, including:</li>
<ul>
<li>Database</li>
<li>Theme</li>
<li>Plugins</li>
<li>Uploads</li>
</ul>
<li>When hacked, clear and reinstall (there could be hidden hacks)</li>
</ul>
<h2>Overall Takeaways</h2>
<p>Having used WordPress since 2006 I didn't expect to learn new things, but the community continues to impress me (or maybe I'm not as smart as I think.) I often go to events such as WordCamp for networking and opportunities, not for education. However there are so many smart WordPress experts willing to share their knowledge for free. Additionally, WordCamp Detroit demonstrated the breadth of the WordPress community. The best presentations were not about core WordPress functionality, rather the surrounding topics of being a website owner, developer, designer, etc...</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2011/11/28/what-i-learned-at-wordcamp-detroit-2011/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mobile Website Tutorial &#8211; Mobile 101</title>
		<link>http://stylizedweb.com/2011/11/21/mobile-website-tutorial-mobile-101/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2011/11/21/mobile-website-tutorial-mobile-101/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 15:39:20 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=592</guid>
		<description><![CDATA[We've been saying it for years... "Mobile is going to be big." Well now it is, only a year or two later than expected. Smart phones are ubiquitous, app developers are making millions and every day more people surf the web using a mobile browser. Unfortunately most websites have a lackluster mobile experience. Sure, mobile browsers can handle [...]]]></description>
			<content:encoded><![CDATA[<p>We've been saying it for years... "Mobile is going to be big." Well now it is, only a year or two later than expected. Smart phones are ubiquitous, app developers are making millions and every day more people surf the web using a mobile browser. Unfortunately most websites have a lackluster mobile experience. Sure, mobile browsers <em><strong>can </strong></em>handle a normal website but they don't do-so particularly well.</p>
<p>A year ago I would have said mobile can be an afterthought, now this isn't the case. In fact, some authors stress you should design for the mobile web <em>first</em>. I can't say I disagree, it's a solid strategy. Mobile web design sounds easy, you're "just" designing a simplified website right? If only it were so easy.</p>
<p>The first consideration many overlook is the method of delivering a mobile website. The second is that the user experience of mobile interfaces are inherently different. As this is a mobile 101 post, we will first look at the approach to designing and delivering a mobile version of a site. Mobile UX will be examined in a later post.</p>
<p>Even before we discuss design methods, we must first clarify the difference between a mobile website and a mobile app.</p>
<h2>Website vs Application</h2>
<p>While seemingly basic, many still confuse mobile applications with mobile websites. The distinction is different because users interact with an app differently than they do a website. An application is a program which is downloaded onto the users phone. The program resides on the users device and can (but doesn't necessarily) connect to an online server. A mobile website isn't downloaded nor is it stored on a users device. It is accessed by visiting the site URL through a browser.</p>
<p>This can be confusing (especially for users) because some designers choose to style their mobile websites to look like mobile applications. There are some circumstances where this makes sense as the user is likely familiar with the interface and conventions, but often times they are just as familiar with web browsing (even in a smaller, more basic form.) Unless you are specifically trying to emulate a mobile application through a website it's best to avoid the "application style."</p>
<h3>Mobile Application Usage</h3>
<p>The use of mobile applications is very intentional. A user must search for the application (or a type of application), decide to download and install it and then learn how to use it. There is little chance of them "stumbling" onto it. Many mobile apps remain unfound because no one would think to try and find them. A shopping application for a local designer shoe store for example, will get very little usage for this reason.</p>
<h3>Mobile Website Usage</h3>
<p>Mobile websites are much more accessible. A user doesn't need to search, download or install anything. They just visit your website. Any marketing targeting your website also promotes the mobile version. It requires less effort for the user and the company/organization. The only drawback is lack of persistency. An app remains on the users device until they decide to remove it. A website is gone until the user decides to access it again.</p>
<p>Once you understand the distinction between application and website, you can consider your approach to mobile design.</p>
<h2>Approaches to Mobile Website Design</h2>
<p>There are four primary approaches to mobile website design, each with strengths and weaknesses. They are:</p>
<ol>
<li>Do nothing</li>
<li>Modifying the existing design for mobile (using css)</li>
<li>Designing a separate mobile site</li>
<li>Design a responsive website</li>
</ol>
<div>Let's examine them one by one.</div>
<div id="attachment_608" class="wp-caption alignright" style="width: 182px"><a href="http://stylizedweb.com/assets/IMAG0741.jpg"><img class="size-medium wp-image-608" title="IMAG0741" src="http://stylizedweb.com/assets/IMAG0741-e1321742507665-172x300.jpg" alt="" width="172" height="300" /></a><p class="wp-caption-text">Modern smart phone browsers provide an acceptable (but lack luster) mobile web experience.</p></div>
<h3>1. Do Nothing</h3>
<p>As stated earlier, modern mobile browsers are capable of handling most websites "as is." Most mobile browser allow users to zoom in for reading and out for navigating a page. While clunky, users are getting acclimated to the workflow. Doing nothing is the cheapest of all the options because you literally "do nothing." It's also the least effective method. Sure mobile browsers are greatly improved, but as a whole mobile users are less experienced than before. It won't detour all mobile users from browsing your site but it will detour some.</p>
<div id="attachment_602" class="wp-caption alignright" style="width: 310px"><a href="http://stylizedweb.com/assets/stylesheet2.jpg"><img class="size-medium wp-image-602" title="stylesheet" src="http://stylizedweb.com/assets/stylesheet2-300x234.jpg" alt="" width="300" height="234" /></a><p class="wp-caption-text">This site has a mobile specific stylesheet which simplifies the layout but uses the same markup.</p></div>
<h3>2. Modify the Existing Design</h3>
<p>Maintaining the original markup but tweaking the design for mobile devices is a long standing method of improving the mobile experience. Typically this is done by giving mobile browsers a different stylesheet which simplifies the layout, hides large graphics/animation and makes the navigation easier to use.</p>
<h4>Pros:</h4>
<ul>
<li>Low cost to maintain and implement since you are only modifying presentation</li>
<li>Capable of producing an improved experience over the "do nothing" approach</li>
</ul>
<h4>Cons:</h4>
<ul>
<li>Limited in the amount of changes that can be made</li>
<li>Content is still downloaded causing speed and bandwidth issues (for the user)</li>
<li>No ability to change content based on the context of the site</li>
<li>Difficult to design for multiple mobile devices or screen resolutions</li>
</ul>
<div id="attachment_603" class="wp-caption alignright" style="width: 310px"><a href="http://stylizedweb.com/assets/mobile_specific2.jpg"><img class="size-medium wp-image-603" title="mobile_specific2" src="http://stylizedweb.com/assets/mobile_specific2-300x227.jpg" alt="" width="300" height="227" /></a><p class="wp-caption-text">BestBuy.com has a mobile specific site with a different design and contextually relevant content.</p></div>
<h3>3. Design a Separate Mobile Site</h3>
<p>For those with flush budgets, the most desirable approach is a separate mobile specific site. The mobile site is designed, organized and populated from the ground up with focus mobile users needs. Because the site is completely independent of a companies primary website it can be completely different. Even the content can be changed (and often should). This provides the best experience for the user, when they access the primary website they are identified as a mobile user and forwarded onto the mobile specific version. They can then browse a site design specifically for their mobile needs and tasks.</p>
<h4>Pros:</h4>
<ul>
<li>Completely customizable for the best mobile experience</li>
</ul>
<h4>Cons:</h4>
<ul>
<li>Expensive to build and maintain</li>
<li>Some users are accustom to the desktop version of the site and would prefer to browse normally</li>
<li>Difficult to design for multiple mobile devices or screen resolutions</li>
</ul>
<div id="attachment_604" class="wp-caption alignright" style="width: 310px"><a href="http://stylizedweb.com/assets/responsive_design.jpg"><img class="size-medium wp-image-604" title="responsive_design" src="http://stylizedweb.com/assets/responsive_design-300x143.jpg" alt="" width="300" height="143" /></a><p class="wp-caption-text">Web Designer Wall has a responsive design which expands / collapses based on the users screen resolution.</p></div>
<h3>4. Design a Responsive Website</h3>
<p>Responsive design is the new kid on the block (and his parents bought him a BMW.) Responsive design is useful and practical hence it's rise in popularity. The concept behind it is simple, rather than having one stylesheet which (hopefully) works for all resolutions, you use different stylesheets for different resolutions. The result is a site that expands and collapses based on the size of the browser window. Responsive design allows you to maintain the best presentation regardless if the user is on a mobile phone, tablet or desktop with a large monitor.</p>
<h4>Pros:</h4>
<ul>
<li>Capability to design a good visual experience for multiple resolutions</li>
<li>Less expensive than a mobile specific site</li>
</ul>
<h4>Cons:</h4>
<ul>
<li>More expensive to design / build than a mobile specific stylesheet</li>
<li>There is little capability to modify the content/context of the site based on mobile usage</li>
<li>Layout is constrained by source order</li>
</ul>
<h2>Summary</h2>
<p>The first step in designing any mobile site is selecting your approach. The approach reveals design constraints and capabilities. Currently, their are four conventional methods each with strengths and weaknesses. The oldest, most customizable and expensive method is designing a mobile specific site. The lower cost long standing method is using a mobile specific stylesheet and the new (sexy) approach is to create a design which responds to different screen resolutions. If budgets are tight and mobile visitors infrequent, you can always do nothing. Modern mobile browsers offer an acceptable experience on their own.</p>
<h4></h4>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2011/11/21/mobile-website-tutorial-mobile-101/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Fundamentals of Web Design Layout: Part 2</title>
		<link>http://stylizedweb.com/2011/11/02/fundamentals-of-web-design-layout-part-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2011/11/02/fundamentals-of-web-design-layout-part-2/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 09:00:05 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[fundamentals]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=550</guid>
		<description><![CDATA[In my previous post on web design layout, I discussed the role of layout in design, covered two examples of well executed layout and discussed what contributed to the success of them. In this post, we will cover how to analyze and plan for the most effective layout for your project. To plan a layout, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Fundamentals of Web Design Layout: Part 1" href="http://stylizedweb.com/2011/09/28/fundamentals-of-web-design-layout-part-1/">In my previous post on web design layout</a>, I discussed the role of layout in design, covered two examples of well executed layout and discussed what contributed to the success of them. In this post, we will cover how to analyze and plan for the most effective layout for your project. To plan a layout, you must first understand its purpose. Layout -- loosely defined -- is the organization of elements on the page. To be more specific, I define effective layout as:</p>
<blockquote><p>The organization of content, elements and objects on a page such that users can scan over the arrangement and understand the relative importance and relationship of everything they see.</p></blockquote>
<p>To elaborate, successful layouts <em><strong>organize</strong></em> elements on the page based on importance and relationship. The more organized your page is, the easier it is to look at, understand and use. An important distinction to make, is that organization is more than arranging things in a neat and cleanly way. Organization is much deeper, the arrangement of elements must inform the user about them.</p>
<p>Applied to the web (and layout specifically,) organization means elements on the page are <strong>arranged based on how they are related or connected</strong>. Elements are <strong>arranged based on their relationship to other elements</strong> on the page and <strong>the context of the website</strong>. Interrelating elements are placed in close proximity to form a cohesive group. Elements involving the sites goals are more important, and are given more space and visual prominence. For example, a site designed to sell books would arrange book listings so they are seen first. Users coming to the site will be looking for books, so placing them in an visually obvious spot (top center of the design, for example) informs them of the site context and makes their primary action (browsing books) effortless.</p>
<p>In order to design an effective layout, you must first understand the relationships of page elements. Only through understanding the relationships can you arrange them in the most organized way.</p>
<h2>Understanding The Relationships</h2>
<p>As I eluded to earlier, there are two types of relationships you should seek to understand. First, is the relationship of an element to the user or clients goal. Elements that are vital to conversion (a user performing a desired task, like purchasing a product) or user's goals are more important and should be organized as such. Second, is the relationship of elements to each other. Users interpret everything they see, one universal interpretation being that elements in close proximity are related. Great layouts are designed around these concepts, allowing users to understand a design without conscious thought.</p>
<h3>Relationship to Goals</h3>
<div id="attachment_576" class="wp-caption alignright" style="width: 310px"><a href="http://stylizedweb.com/wp-content/uploads/goal_lists.jpg"><img class="size-medium wp-image-576" title="goal_lists" src="http://stylizedweb.com/wp-content/uploads/goal_lists-300x157.jpg" alt="" width="300" height="157" /></a><p class="wp-caption-text">Example user and client goals for an online book store</p></div>
<p>How an element relates to user and client goals is the most important aspect of layout, so you will find it best to start here. To do so, you must first know what the client goals and user tasks are. Hopefully you have already uncovered this during planning and discovery phases, if not there is never a better time to clearly define why the site exists. This information can be obtained in many ways, interviewing clients and stakeholders, looking at site statistics, performing field research, etc... Design research is a subject best left for another post. Regardless of your method, first understand what users and clients want from the website.</p>
<div id="attachment_577" class="wp-caption alignright" style="width: 310px"><a href="http://stylizedweb.com/wp-content/uploads/layout_example.jpg"><img class="size-medium wp-image-577" title="layout_example" src="http://stylizedweb.com/wp-content/uploads/layout_example-300x251.jpg" alt="" width="300" height="251" /></a><p class="wp-caption-text">Important elements should be placed in larger spaces with more visual prominence, like a content well. Lesser elements can be placed in smaller, ancillary areas like a sidebar.</p></div>
<p>With this information in hand, list all of the site goals (for both your clients and the users) and then rank them based on importance. Having a clear hierarchy of objectives will make future decisions to prioritize easier. The most important elements should be given the most space and most prime locations. Elements of lessor importance can be placed further down the page.</p>
<p>Once the list is created, create a second list containing any element which relates to the goals (ie: call to action button, primary headline, photo of product, etc...). Elements which relate to the most important goals should receive the most visual prominence, those which relate to non-essential goals can be deemphasized.</p>
<p>Identifying the most important elements is half the battle, but you must still consider how elements relate to each other.</p>
<h3>Relationship to Each Other</h3>
<div id="attachment_579" class="wp-caption alignright" style="width: 310px"><a href="http://stylizedweb.com/wp-content/uploads/submit_cancel.jpg"><img class="size-medium wp-image-579" title="submit_cancel" src="http://stylizedweb.com/wp-content/uploads/submit_cancel-300x210.jpg" alt="" width="300" height="210" /></a><p class="wp-caption-text">On a form, the submit button and cancel link are related. Laying them out next to each other is visually logical.</p></div>
<p>Elements on a page have relationships. Some elements are intimately related, others are practically unrelated (the only commonality between them being the website they live on.) A pair of submit and cancel buttons are closely related as they both control the functionality of a specific form. The cancel button and a home link however, are almost completely unrelated.</p>
<div id="attachment_580" class="wp-caption alignright" style="width: 310px"><a href="http://stylizedweb.com/wp-content/uploads/submit_cancel_home.jpg"><img class="size-medium wp-image-580" title="submit_cancel_home" src="http://stylizedweb.com/wp-content/uploads/submit_cancel_home-300x176.jpg" alt="" width="300" height="176" /></a><p class="wp-caption-text">Adding a home button is illogical and confusing because it&#39;s unrelated to the elements surrounding it.</p></div>
<p>When designing a site you will understand these relationships intuitively. You know enough about the context of the page, user and clients where relationships will be obvious. Users however, have no idea the relationship between elements. This is why the layout must communicate it to them.</p>
<div id="attachment_578" class="wp-caption alignright" style="width: 310px"><a href="http://stylizedweb.com/wp-content/uploads/groups-and-subgroups.png"><img class="size-medium wp-image-578" title="groups and subgroups" src="http://stylizedweb.com/wp-content/uploads/groups-and-subgroups-300x186.png" alt="" width="300" height="186" /></a><p class="wp-caption-text">An example of grouped elements, an a group with a sub-group</p></div>
<p>Related elements should be grouped together into a common space. Unrelated elements should be kept far apart. Often times you will end up with groups and subgroups of related elements. A sidebar for example, typically contains non-critical information and actions. Within a sidebar -- which is a group itself -- you typically have sub-groups of related elements. The "Stay Updated" section of this blog contains several related elements all grouped within the site sidebar. The "Stay Updated" section has a headline, latest tweet (which has the tweet itself, the date and user handle), icons and links to RSS and E-MAIL subscription. All of these elements are closely related.</p>
<p>The grouping instantly tells the user the relationships of the elements. On a broad level, one doesn't need to read every word in the "Stay Updated" section to know the elements within deal with the same subject mater. On a micro-level, the layout informs the users the RSS icon and the Entires RSS link are "one unit."</p>
<p>Another good example of this concept is the split column approach in the Categories / Archives section. These links essentially take the user to the same place, a list of previous articles. They only differ in how the list is filtered. Rather than creating two separate sections (which communicates non-relation) they are contained in a single section (which communicates a relationship.)</p>
<div id="attachment_583" class="wp-caption alignright" style="width: 310px"><a href="http://stylizedweb.com/wp-content/uploads/micro_groups.jpg"><img class="size-medium wp-image-583" title="micro_groups" src="http://stylizedweb.com/wp-content/uploads/micro_groups-300x173.jpg" alt="" width="300" height="173" /></a><p class="wp-caption-text">With in groups are &quot;micro-groups&quot; where closely related elements become perceived as a single unit.</p></div>
<p>To understand the relationships simply create an inventory of all elements on the page and document how you would categorize them. You can do high level categorization such as "navigation, primary content, actions, etc..." or detail level such as "archive links, calls to action, utility navigation, etc..."</p>
<p>If needed, you can always use card sorting (a common IA practice) and put each major element onto a card and pill them together based on their relationships.</p>
<h2>Layout Next Steps</h2>
<p>Once you understand how elements relate to site objectives, user goals and other elements you can begin crafting a layout. Because the function of layout is to best organize and display the elements on the page understanding the relationships is essential. The word "organization" by definition means "the structure or arrangement of connected items," relationships determine connectedness.</p>
<h3>Read the Whole Series</h3>
<p><a href="http://stylizedweb.com/2011/09/28/fundamentals-of-web-design-layout-part-1/">Fundamentals of Web Design Layout Part 1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2011/11/02/fundamentals-of-web-design-layout-part-2/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Fundamentals of Web Design Layout: Part 1</title>
		<link>http://stylizedweb.com/2011/09/28/fundamentals-of-web-design-layout-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2011/09/28/fundamentals-of-web-design-layout-part-1/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 09:00:39 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[fundamentals]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=536</guid>
		<description><![CDATA[Layout is the foundation of all visual design, yet it commonly sits back seat to "sexier" design techniques like depth, color and typography. When layout is ignored, designs become fundamentally unusable, rendering a website useless to both users and stakeholders. To respect the role of layout requires a solid understanding of what it is. Layout [...]]]></description>
			<content:encoded><![CDATA[<p>Layout is the foundation of all visual design, yet it commonly sits back seat to "sexier" design techniques like depth, color and typography. When layout is ignored, designs become fundamentally unusable, rendering a website useless to both users and stakeholders.</p>
<p>To respect the role of layout requires a solid understanding of what it is.</p>
<h2>Layout Defined</h2>
<p>The classic definition of layout is "The way in which parts of something are arranged." In web design specifically, layout is "The way elements, content and graphics are organized on the page." A key distinction here is the substation of "arranged" for "organized." Arranging elements without organizing them doesn't create a layout, it creates visual vomit.</p>
<p><strong>The purpose of a layout is organization, more specifically layout uses organization to:</strong></p>
<ul>
<li>Convey relative importance of content</li>
<li>Group similar content and separate unrelated</li>
<li>Optimize visual flow</li>
<li>Establish a basic visual hierarchy</li>
</ul>
<p>Each aspect of layout might not be compelling alone, but together they make or break a design.</p>
<h2>When Good Layouts Go Bad</h2>
<p>A great layout makes design look easy. Every element fits so well within the design, you would never consider putting them anywhere else. The "logical" organization of elements makes navigating the website easy. Users don't need to think where desired content is located, the layout tells them. If users are looking for important content, they know to look in the primary content area, typically located in the area with the most space. If they are looking for something less important, like navigation, they look for secondary or tertiary areas which are smaller and placed in less prominent locations.</p>
<p>Because layouts are purely visual, the best way to understand what works and what doesn't is through example.</p>
<h2>Well Organized Layouts</h2>
<h3><a href="http://stylizedweb.com/wp-content/uploads/2011/09/IA-Example1.jpg"><img class="alignright size-full wp-image-546" title="IA-Example" src="http://stylizedweb.com/wp-content/uploads/2011/09/IA-Example1.jpg" alt="" width="300" height="588" /></a>Information Architects</h3>
<p>The Information Architects website, while minimal to the point of being plain, has a beautiful designed layout. The layout is so predominate, it's actually the strongest design element.</p>
<p>The design makes no attempt to hide the underlying grid structure. Ample whitespace makes it easy to identify where each section within the layout starts and stops. The few graphical elements that are on the page receive maximum attention because they heavily contrast the otherwise white and text heavy design.</p>
<p>In terms of layout, the first element a user encounters is the top navigation which is broken up into four columns (1). That same four column structure is retained at the bottom where the footer navigation lies (2). By using the same column structure, users can easily extrapolate that the footer elements are also navigation. This occurs based on principles of consistency. Elements which look alike are thought as related, elements that look different are considered to be unrelated.</p>
<p>The primary area is bold, and large, equipped with a massive photo and supported with text which is broken up into three columns (3). Immediately below lives a news section, which for all intensive purposes is a single column. By shifting that column to the right and confining it to a smaller column whitespace and legibility are maximized (4).</p>
<h4>Why this Layout Works</h4>
<p>The primary goal of any layout is to clearly organize and locate information. The Information Architects website does so beautifully. By observing the layout you can decipher what's most important and in what order. Larger, higher up elements are clearly most important and as elements become less importance they shrink and are moved further down the page. The grid keeps everything organized neatly, everything falls into place in a logical way and your focus is never divided between two elements that seem equally important.</p>
<p>In this design, the layout is fitted the content.</p>
<h3><a href="http://stylizedweb.com/wp-content/uploads/2011/09/mbd_example1.jpg"><img class="alignright size-full wp-image-547" title="mbd_example" src="http://stylizedweb.com/wp-content/uploads/2011/09/mbd_example1.jpg" alt="" width="300" height="317" /></a>Mark Boulton Design</h3>
<p>The Mark Boulton Design website also employs a well executed layout. Like Information Architects, the design uses a grid to clearly organize content on the page. Unlike Information Architects, the design is bold, vibrant and graphical in nature. This demonstrating that using a grids and organization doesn't mean the site must be graphically stark.</p>
<p>The page header is placed at the very top of the page and is larger than anything else by a factor of at least 100. This clearly communicates it's the most important element (1). The header content is case studies, intentionally telling the user that above else, they should be aware of the companies previous work. Once you travel past the header, there is a full column tagline describing what the company does (2). Because the tagline is smaller and placed further down the page, it's apparent that Mark Boulton Design feels previous work is more compelling.</p>
<p>Below the tagline resides four equal width columns (3). The content with in those columns seem unrelated, but their size and placement indicates they are of equal importance. The ample whitespace makes it easy to read and digest content within a column, if you choose to do so.</p>
<h4>Why this Layout Works</h4>
<p>It doesn't feel like it, but there is a lot of content on this page: Case studies, navigation, a logo, the mission statement (or tagline), a brief company description, news, contact information and a portfolio section... phew! Because the content is laid out in a logical, well organized way it is easy to read and comprehend. The layout tells you what to look at and in what capacity.</p>
<p>With a quick glance you know what's most important (the header), almost as important (the tagline) and that everything else is equally important. Additionally, by using four equal width columns you can easily scan the headline of each to determine if the column contains the content you are seeking. If not, you continue scanning until you find the one that does.</p>
<p>Again the design puts content together like a puzzel. Everything fit's into place perfectly.</p>
<h2>What's Next</h2>
<p>Hopefully these examples illustrate what a well designed layout is composed of. Specifically, the layout organizes the content on the page based on it's importance and relationship. More important content is placed in large containers and located at the top of the page. Less important content is contained in smaller cells and placed lower on the page. Similar content (or content that's related) is grouped together which communicates their relationship.</p>
<p>In our next installment we will cover how to design your own layout in the most effective way.</p>
<h3>Read the Whole Series</h3>
<p><a href="http://stylizedweb.com/2011/09/28/fundamentals-of-web-design-layout-part-1/">Fundamentals of Web Design Layout Part 1</a></p>
<p><a href="http://stylizedweb.com/2011/11/02/fundamentals-of-web-design-layout-part-2/">Fundamentals of Web Design Layout Part 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2011/09/28/fundamentals-of-web-design-layout-part-1/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Creating A Mobile Version of Your Site</title>
		<link>http://stylizedweb.com/2011/01/26/creating-a-mobile-version-of-your-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2011/01/26/creating-a-mobile-version-of-your-site/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 02:17:13 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[handheld]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=504</guid>
		<description><![CDATA[Despite the obvious explosion of the mobile market some website owners feel like very few, if any users will decide to browse their site using a mobile device. Well it is time to wake up and realize that there never has been a better time to ensure your site is mobile friendly. A quick look [...]]]></description>
			<content:encoded><![CDATA[<p>Despite the obvious explosion of the mobile market some website owners feel like very few, if any users will decide to browse their site using a mobile device. Well it is time to wake up and realize that there never has been a better time to ensure your site is mobile friendly. A quick look at some stats will show you how important this has become.</p>
<ul>
<li>According to Apple mobile web usage increased over 140% in 2009</li>
<li>Experts predict that there will be 1.1 Billion smart phones in use by 2013</li>
<li>New forms of mobile devices are entering the market every month (iPad, eBook readers, PDA’s, etc...)</li>
</ul>
<h2>Mobile Web Design</h2>
<p>Designing for mobile devices is tricky. There are countless different devices capable of browsing the web, all with different technological capabilities, browser software, resolution and screen sizes. Because of this we have to give up some control and sophistication and accept that our primary goal is to make the sites simple and usable not pretty and exciting.</p>
<h2>Screen Size &amp; Resolution</h2>
<p>Different phones and operating systems run at different resolutions. An article published by PhoneArea.com recorded that half of all the smartphone traffic worldwide was done on an iPhone. Android based phones had grown to 11%, Blackberry had a declining 7% and Symbian OS (Nokia) accounted for 25% but was also declining.</p>
<p>Much like in traditional web design you typically want to design for the most common denominator. These days on the web you are looking to design a site with in the 1024 x 768 window. When it comes to mobile over 75% of the phones display a screen resolution of 240x320 pixels or more.</p>
<p>Based on this you can take two approaches. One is to try and stay with in this window to ensure an optimal experience for the largest possible audience. Alternatively you could make your mobile site fluid (meaning that the design scales with the window) and let the browser figure out how wide it should be.</p>
<h2>Browser Capabilities</h2>
<p>Another common mobile design challenge is the differing technological support of phones. Currently very few devices support the flash platform and almost none of them do a great job working with javascript either. For these reasons it makes sense to try and keep your sites as simple as possible. Sticking to clean XHTML and CSS is the best way to go.</p>
<p>Even if the browsers don’t support CSS (which some don’t) they can still render HTML and the site will be usable.</p>
<p><a href="http://stylizedweb.com/wp-content/uploads/2011/01/phone-mashup.jpg"><img class="alignnone size-full wp-image-506" title="phone-mashup" src="http://stylizedweb.com/wp-content/uploads/2011/01/phone-mashup.jpg" alt="" width="600" height="344" /></a></p>
<h3>Common Browsers</h3>
<ul>
<li>Mobile Safari (iPhone, iPad, iPod Touch)</li>
<li>Mobile Chrome / Android Browser (Android)</li>
<li>Opera Moble (Smartphone compatible)</li>
<li>Blackberry Browser (Blackberry’s with varying levels of support)</li>
</ul>
<p>These browser behave a lot like full browsers, often only missing a few capabilities such as Flash or Javascript. However this doesn’t mean that you should be aware of the users experience if they are using them. Keep in mind that on mobile devices you are not going to be able to take advantage of OnClick or :hover capabilities, so even if the users is accessing your site on an iPad you will still want to make sure the site is usable.</p>
<ul>
<li>Constrained Browsers</li>
<li>Opera Mini</li>
<li>Blackberry Browser (depending on the generation of the Blackberry)</li>
</ul>
<p>These browsers try and simplify the website as much as possible automatically before displaying it to the user. This can be good and bad. It might mean that you have less to worry about when a user accesses your site, however it also means you have less control. Being that it is automated you can be sure that it is not going to present the perfect solution.</p>
<h3>Text Browsers</h3>
<p>Many mobile browsers are incapable of rendering graphics or complex layouts. Again there are varying levels of capabilities with text based browsers. Some of them have basic CSS support where others strip out all styling and can only render HTML or WAP-HTML.</p>
<h2>Planning &amp; Approach</h2>
<p>There are many different ways you can go about making your site mobile friendly. Each of them can work perfectly well and which one you should use is entirely dependent on the situation. The best way to approach this is to understand the pros and cons of each technique and then develop a plan as to which avenue best fits your use case.</p>
<h3>1.Altering the Design but Keeping the Content The Same</h3>
<p>The first and most obvious method is to alter how the design looks to better fit a mobile browser while keeping the content and site structure entirely the same. Typically people will simplify the navigation, remove unnecessary design elements and shrink the overall design to better fit in a smaller window.</p>
<p>This not only will save the users bandwidth (which many pay for by the megabyte), but it will also make accessing the content much easier. This is of course what they are on your site for in the first place, not to see your cool looking design in super small scale.</p>
<h4>Example Sites</h4>
<p><a href="http://stylizedweb.com/wp-content/uploads/2011/01/twitter.jpg"><img class="alignnone size-full wp-image-507" title="twitter" src="http://stylizedweb.com/wp-content/uploads/2011/01/twitter.jpg" alt="" width="600" height="446" /></a></p>
<p><a href="http://stylizedweb.com/wp-content/uploads/2011/01/digg.jpg"><img class="alignnone size-full wp-image-508" title="digg" src="http://stylizedweb.com/wp-content/uploads/2011/01/digg.jpg" alt="" width="600" height="448" /></a></p>
<h3>2.Tweaking Both Design &amp; Content</h3>
<p>While altering the design will make your site mobile “friendly” it ignores a very important fact about mobile web users. Typically people accessing your site on a mobile device are doing so for very different reasons than they would if they were at a desktop.</p>
<p>Think of the common situation, a user needs to find some information, is unable to access a computer and doesn’t feel that it is worth waiting. While what type of information they are looking for is going to change depending on the situation it wouldn’t take too much insight to come up with a clear plan of how you can alter both the design and what content the site shows to better fit the users needs.</p>
<p>A common example might be IMDB.com (internet movie database), if someone is looking up the site on their mobile device chances are they really want to look up some important details. The chance that they care about the news desk, what is coming out on DVD etc... is pretty slim.</p>
<p>IMDB.com would benefit from a “search centric” mobile version of their homepage.</p>
<p><a href="http://stylizedweb.com/wp-content/uploads/2011/01/IMDB-Suggestion.jpg"><img class="alignnone size-full wp-image-509" title="IMDB-Suggestion" src="http://stylizedweb.com/wp-content/uploads/2011/01/IMDB-Suggestion.jpg" alt="" width="600" height="447" /></a></p>
<h3>3.Completely Different Mobile Site</h3>
<p>Sometimes users will be accessing your site from a mobile device so much, or their needs will be so different than a traditional site that it makes sense to develop a completely new version of your site for mobile users. This frees you from all constraints and allows you to create the most optimal mobile experience possible.</p>
<p>Sites such as Twitter and Facebook are both good examples. Both sites have a high frequency of mobile users and the goals and actions of the mobile users are going to be significantly different than computer users.</p>
<p>This approach isn’t limited to large scale social networks either. Even small businesses can benefit from this approach. Consider any local service provider, if someone is looking at their site from a mobile phone chances are they are looking for contact information. To provide them with a mobile specific site that has phone, fax and directions would greatly increase a users experience. You can always give them the option to navigate to the full site afterward.</p>
<p>Now it is important that if you do have a mobile specific version of your site, you want to give users the option to switch back to a standard version of the sit. Especially if you are automatically redirecting mobile browsers to said version.</p>
<p><a href="http://stylizedweb.com/wp-content/uploads/2011/01/cnn.jpg"><img class="alignnone size-full wp-image-510" title="cnn" src="http://stylizedweb.com/wp-content/uploads/2011/01/cnn.jpg" alt="" width="600" height="446" /></a></p>
<p><a href="http://stylizedweb.com/wp-content/uploads/2011/01/facebook.jpg"><img class="alignnone size-full wp-image-511" title="facebook" src="http://stylizedweb.com/wp-content/uploads/2011/01/facebook.jpg" alt="" width="600" height="448" /></a></p>
<p><a href="http://stylizedweb.com/wp-content/uploads/2011/01/mailchimp.jpg"><img class="alignnone size-full wp-image-515" title="mailchimp" src="http://stylizedweb.com/wp-content/uploads/2011/01/mailchimp.jpg" alt="" width="600" height="445" /></a></p>
<h2>Mobile Usability</h2>
<p>Even “usable” version of mobile browsers such as Safari can be tricky and difficult to use. Let’s face it, there is a lot working against a mobile web user. The screen is small, the keys are small, the software is still in it’s infancy...</p>
<p>Doing everything you can to make your mobile site as usable as possible is what is going to really bring a notable return on your investment. There are some key ways to make your mobile site usable and the most effective ones are:</p>
<ol>
<li>Simplifying your site</li>
<li>Have a high quality search function</li>
<li>Make the navigation extremely accessible</li>
</ol>
<h3>1. Simplify</h3>
<p>The first step to any mobile site should be simplifying. I recommend a simple audit of the entire site, using the following method:</p>
<ol>
<li>Determine which user tasks are likely to apply to mobile</li>
<li>Remove any content that doesn’t apply to your list of tasks</li>
<li>Remove any graphics or styling that doesn’t assist in the tasks or branding</li>
<li>Turn complex multi-column layouts into one simple column</li>
</ol>
<h3>2. Search</h3>
<p>Having a high quality search function is another great way to  maximize usability. It is difficult to click, and navigate through  multiple pages. Rather than making a user hunt around, you can simply  let them search for what they are looking for.</p>
<h3>3. Navigation</h3>
<p>Many mobile web designers will place the navigation as the very first thing on the top of the page. This way it can’t be missed and is one of the easiest elements to access. Remember unless you have a one page mobile specific site chances are the user is not going to find what they are looking for on the first page.</p>
<h2>Methods of Making Mobile Specific Sites</h2>
<p>Anyone can build a mobile version of their site, but unless you find some way to get mobile users to it you really haven’t accomplished much. Not unlike everything else in web design there is more than one way to skin a cat.</p>
<h3>1. Mobile Specific Styling</h3>
<p>If you are simply changing the design and hiding unnecessary content then a mobile style sheet might be the best approach. A mobile style sheet is like any other style sheet, only it is only activated when a browser acknowledges that it is a mobile device.</p>
<p>The sheet can then completely change the layout, hide unnecessary elements (through display:none) and improve the overall experience for the user.</p>
<p>There are two approaches to using mobile specific style sheets, by including a mobile specific stylesheet in your HTML or by importing mobile specific rules through an existing style sheet.</p>
<h4>Creating a Handheld Media Stylesheets</h4>
<p>The first technique simply requires you add a media=”handheld” attribute to your stylesheet mark-up, for example:</p>
<p>You can then add any amount of simplification or mobile styling into that mobile.css stylesheet, perhaps changing the width, hiding a third column or moving the navigation to the top of the page.</p>
<pre><code>
    #pageWidth { width: auto; }
    #columnThree { display: none; }
    #mainNavigation { position: absolute; top: 0; left: 0; }
</code></pre>
<h4>The @media Include</h4>
<p>If you are including a mobile specific styling through an existing stylesheet you would use the following code:</p>
<pre><code>
     @media handheld { /* rules for handheld devices */ }
</code></pre>
<p>OR</p>
<pre><code>
     @import "handheld.css" handheld;
</code></pre>
<h4>When to Use Which Method</h4>
<p>It seems like one could use either technique depending on their personal preference. However you should know that some mobile devices will not load a stylesheet that is defined as media=”handheld” but will still pay attention to the @media handheld  {    } styling.</p>
<p>These are often fully capable browsers such as Opera Mobile / Mini, Safari, etc... So if you are looking to optimize for these devices through a stylesheet it is important to know that doing a media=”handheld” HTML link will not work.</p>
<h3>2. Mobile Device Detection</h3>
<p>A more sophisticated method would be to detect the user agent of the browser and decide send mobile users to a specific version of the site that is better suited towards their set of tasks and specific design needs.</p>
<p>The user agent in reference to the web is simply the software that someone is using to browse the site. So you can use a script that identifies mobile user agents and forward them to a new address accordingly.</p>
<p>The benefit here is that you can completely customize the user experience for mobile specific situations. Not only in layout (which can be done through a stylesheet) but also in content and information architecture.</p>
<p>The trick is that you need to ensure that your method of detecting and redirecting different user agents is up to date, if a new browser enters the market it might be ignored by your out dated script all together.</p>
<p>Luckily there are some great plug-ins and existing scripts available to do this for you. If you are interested in taking this approach I recommend you look into one of the following resources:</p>
<h4>Mobile Detection Scripts</h4>
<ul>
<li><a href="http://detectmobilebrowser.com/" target="_blank">http://detectmobilebrowser.com/</a> (Has a version for most languages / scripts)</li>
<li><a href="http://wordpress.org/extend/plugins/wordpress-mobile-edition/" target="_blank"> WordPress Mobile Edition</a></li>
<li><a href="http://drupal.org/project/mobileplugin" target="_blank">Mobile Drupal</a></li>
</ul>
<h3>3. Mobile Specific URLS</h3>
<p>For heavy trafficked mobile sites it can make sense to build a site specifically around mobile use. While you may also want to employ the user agent detection method above, it often makes sense to promote the mobile site separately to encourage more mobile users to try accessing the site.</p>
<p>Common examples of this would be Facebook, Twitter and Bank of America. All three sites actively promoted their mobile specific site as a way to encourage users to try using the site through their mobile device. All three sites also employe the detect and forward concept illustrated earlier.</p>
<h2>The Bottom Line</h2>
<p>There are so many different variables in mobile web design that you are unlikely to find a perfect solution for everyone. Because of this you will end up making the best design choices by really understanding your target audience.</p>
<p>The better you understand what technology they are using, what content they want and when they are trying to access it you can tailor the mobile experience to that situation. If you don’t understand these key points you are just guessing and could even be making the experience worse.</p>
<p>Ultimately the growth of the mobile market is so dramatic that you should be thinking about (if not implementing) a mobile web strategy right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2011/01/26/creating-a-mobile-version-of-your-site/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Features for Designers</title>
		<link>http://stylizedweb.com/2010/10/26/wordpress-3-0-features-for-designers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2010/10/26/wordpress-3-0-features-for-designers/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 09:00:35 +0000</pubDate>
		<dc:creator>Dejan Cancarevic</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=456</guid>
		<description><![CDATA[The recent release of WordPress 3.0 has shifted the already rockstar popular WordPress from a capable but simple CMS/Blogging Platform into a full featured website framework. It is safe to say that the quick rise and wide-spread popularity of WordPress is largely in part of it's simplicity. It seems that the team behind WordPress is [...]]]></description>
			<content:encoded><![CDATA[<p>The recent release of WordPress 3.0 has shifted the already rockstar popular WordPress from a capable but simple CMS/Blogging Platform into a full featured website framework. It is safe to say that the quick rise and wide-spread popularity of WordPress is largely in part of it's simplicity. It seems that the team behind WordPress is careful not to try and make it all things to all people, as there are plenty of other CMS solutions out there that are already fighting in that space (Joomla, Drupal).</p>
<p>Adding new and complex new features to the system may sound sacrilegious. Wasn't the whole point that it was simple and easy? The truth is that WordPress has always been a limitless solution... if you were a capable WordPress developer. However now there are easy to "enable" features that make it the ideal solution for designers. What previous required heavy hacking or several plug-ins can be integrated into your themes right out of the box (or should I say download?)</p>
<p>What you will find is that the WordPress team has addressed the most common requests by top designers with this 3.0 release. Where previous version have made large strides towards a better system none have included quite so many notable capabilities. This now allows designers who use WordPress to add new layers of visual interest and style to their designs with the knowledge that not only can it be done in WordPress, but the design features can be administered easily as well. While the features are powerful and have already created waves in the design communities, there are so many different capabilities that many are unaware of what now can be done with ease.</p>
<p><strong>WordPress 3.0 has included the following key designer features that we will cover:</strong></p>
<ul>
<li>Custom background images</li>
<li>Custom header images</li>
<li>Custom content types</li>
<li>Author templates</li>
<li>Custom menus</li>
</ul>
<h2>Custom Background Images</h2>
<p><img src="/images/wp3/custom-backgrounds.png" alt="Custom Backgrounds" width="585" height="272" /></p>
<p>With the adoption of broadband and better server technologies, a visually rich background image doesn't pose a major experience issue on most users. As a result it is common to see more sites with different visually interesting background images.</p>
<p>Visually interesting background images are a great way to draw a user in and engage them. WordPress 3.0 has given us the ability to upload and select different background images through the administration interface.</p>
<h3>Why Designers Should Care</h3>
<p>As designers we are no longer held back by complicated implementation issues. We also can give our clients the ability to manage and select different background images with ease. The new functionality includes a full administration interface that has such features as image sizing/editing, positioning, tiling and uploading.</p>
<p>As a site grows and evolves there may be good reason to change the background. Being able to easily switch the background image allows designers to use the background as a tool rather than just an area to fill. We can now design sites with the idea that the background can on the site from time to time (seasonal backgrounds anyone?)</p>
<h3>How To Use Custom Background Images</h3>
<p>The first step to implementing custom background images is turning on the functionality through your themes functions.php file by adding the following line of code:</p>
<pre><code>if (function_exists('add_custom_background')) { add_custom_background(); }</code></pre>
<p>This will turn on the capability through the WordPress Administration so that users can upload and manage different background images. This functionality puts custom CSS in the head and stylizes the body element.</p>
<h2>Custom Header Images</h2>
<p><img src="/images/wp3/custom_headers.png" alt="Custom Headers" width="585" height="272" /></p>
<p>Sticking with the theme of making WordPress a more media rich tool, we now have the capability to upload and manage header banners through the administration panel. The system is sophisticated enough where it will resize large images to fit with in the desired area.</p>
<p>While you could previously force this sort of functionality through post thumbnails it lacked the polish and sophistication of the new custom header images. With WordPress you can now define the size, set the default image and manage them all in one place.</p>
<h3>Why Designers Should Care</h3>
<p>It used to be that design agencies would design a homepage and subpage for clients. The client could input what ever content they develop into those templates and be on their merry way. While there is nothing inherently wrong with this process the header images rarely could be contextually relevant for every page of content on the site. It is more common these days to have a different header image for each page.</p>
<h3>How to Use Custom Header Images</h3>
<p>Using and working with custom header images is a bit more tricky than backgrounds, but with a few functions added to the functions.php code you can setup the functionality and turn the keys over to your staff or clients.</p>
<p>(This code was found in the new TwentyTen theme, thanks to wpbeginner.com for the tutorial)</p>
<pre><code>
	if ( ! function_exists('customtheme_setup') ):

		function customtheme_setup() {

		add_theme_support( 'post-thumbnails' );

		define( 'HEADER_TEXTCOLOR', '' );
		 array (
		     'url' =&gt; '%s/images/headers/customHeaderOne.jpg',
		    'thumbnail_url' =&gt; '%s/images/headers/customHeaderOne-thumbnail.jpg',
		    'description' =&gt; __( 'Business People', 'customtheme' )
		),
		    'cherryblossom' =&gt; array (
		     'url' =&gt; '%s/images/headers/customHeaderTwo.jpg',
		     'thumbnail_url' =&gt; '%s/images/headers/customHeaderTwo-thumbnail.jpg',
		    'description' =&gt; __( 'Chess Set', 'customtheme' )
		),
		    'concave' =&gt; array (
		    'url' =&gt; '%s/images/headers/customHeaderThree.jpg',
		    'thumbnail_url' =&gt; '%s/images/headers/customHeaderThree-thumbnail.jpg',
		    'description' =&gt; __( 'Puzzle Pieces', 'customtheme' )
		)
		) );
		}
		endif;

		if ( ! function_exists( 'customtheme_admin_header_style' ) ) :
		/**
		* Styles the header image displayed on the Appearance &gt; Header admin panel.
		*
		* Referenced via add_custom_image_header() in customtheme_setup().
		*
		* @since 3.0.0
		*/
		function customtheme_admin_header_style() {
		?&gt;
		&lt;style type="text/css"&gt;
			#headimg {
				height: px;
				width: px;
			}
			#headimg h1, #headimg #desc {
				display: none;
			}
                &lt;/style&gt;
                }
                endif;

		</code></pre>
<p>This will setup your theme so that you can upload and manage new custom images. Additionally it allows you to set the banner size so that images that don't fit those dimensions can be cropped to fit. This is half of the work that needs to be done, the next step you must actually insert the code to render the banner into your WordPress theme templates. In most cases this will end up in the header.php file.</p>
<pre><code>

</code>&lt;?php
    // Check if this is a post or page, if it has a thumbnail, and if it's a big one
    if ( is_singular() &amp;&amp;
        has_post_thumbnail( $post-&gt;ID ) &amp;&amp;
        ( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post-&gt;ID ), 'post-thumbnail') ) &amp;&amp;
        $image[1] &gt;= HEADER_IMAGE_WIDTH ) :
        // We have a new header image!
        echo get_the_post_thumbnail( $post-&gt;ID, 'post-thumbnail' );
    else : ?&gt;
        &lt;img src="/images/wp/&lt;?php header_image(); ?&gt;" width="&lt;?php echo HEADER_IMAGE_WIDTH; ?&gt;" height="&lt;?php echo HEADER_IMAGE_HEIGHT; ?&gt;" alt="" /&gt;
    &lt;?php endif; ?&gt;<code>
			<img src="/images/wp/&lt;?php header_image(); ?&gt;" alt="" width="&lt;?php echo HEADER_IMAGE_WIDTH; ?&gt;" height="&lt;?php echo HEADER_IMAGE_HEIGHT; ?&gt;" />

		</code></pre>
<p>This code will go through the process of identifying the type of page, if there is a thumbnail and then if the attached image is large enough to fill the space. If it is the image will be rendered, otherwise it will output a default header.</p>
<h2>Custom Content Types</h2>
<p><img src="/images/wp3/custom-content.png" alt="Custom Content" width="585" height="272" /></p>
<p>One of the areas that has always pained me with WordPress is the lack of Custom Content Types. Systems like Drupal and Joomla have had this capability for a long time and in most projects you are going to end up with situations in which the site has different types of content. Whether you have employee bios or need individual listings for homes just having a standard "page" is rarely ideal.</p>
<p>WordPress 3.0 now has the capability to have Custom Content Types. No longer are we restricted to trying to make all content fit with in a post or page, we can define what ever content we need.</p>
<h3>Why Designers Should Care</h3>
<p>Previously if you were designing a site you couldn't design any sort of standard layout that differed greatly from your standard page as there were no great ways to implement it. Meaning if you had a standard set of employee information, unless you worked with more complicated plug-ins or taught your client how to use custom fields you had to keep the content pretty free form.</p>
<p>Now that WordPress supports custom content we can customize the administration panel, add our own custom fields and inputs and then design rich interfaces around them.</p>
<h3>How to Use Custom Content Types</h3>
<p>I will be honest and say that WordPress hasn't made this extremely easy at this point in time. Certainly not as easy as the visual interface of building Custom Content of Drupal's CCK (Content Construction Kit). Much like the other features if you are doing this by hand you will be adding a fair amount of code to your functions.php.</p>
<p>If you are the type that likes to get your hands dirty I recommend you read <a href="http://cogdogblog.com/2010/05/28/setting-up-custom-contenttypes/">this great article about setting up custom content types and fields</a>.</p>
<p>If you are like me then you would rather be designing than hacking through your functions.php, in which case you can choose from a wide range of <a href="http://stylizedweb.com/2010/06/22/essential-plugins-for-wordpress-3-0/">capable plug-ins that will help you build the new content types easily</a>.</p>
<h2>Author Templates</h2>
<p>WordPress has always had a very flexible templating system. Creating new templates for different sections of your site, blog or categories has always been as simple as creating a new file and adding a comment to give the template a name.</p>
<p>Previous releases of WordPress have resulted in category specific template capabilities, and to make a strength even stronger the new version of WordPress now features the capability to have author specific templates.</p>
<h3>Why Designers Should Care</h3>
<p>Experienced designers will agree that context is everything. Not only is it important that the template match the content and context of the site, but also the author.</p>
<p>While this won't apply to all sites, it is becoming more and more common to have different authors writing for a single blog. When you have faced with multiple authors you are going to end up with different writing styles, opinions and content. With these differences it simply makes sense to have different templates for the different authors.</p>
<p>Now of course I am not suggesting that you have a drastically different design, rather a slightly different template that indicates and reflects the author and their characteristics.</p>
<h3>How to Create Custom Author Templates</h3>
<p>Creating an author specific template is incredibly simple, WordPress will look for an author specific template when ever a post is rendered. Finding none it will use a default template. So all you have to do is create a varied template using the WordPress naming structure:</p>
<pre><code>author-{nicename}.php</code></pre>
<p>or</p>
<pre><code>author-{id}.php</code></pre>
<h2>Custom Menus</h2>
<p><img src="/images/wp3/custom-menus.png" alt="Custom Menus" width="585" height="272" /></p>
<p>The custom menu system developed from the <a href="http://www.woothemes.com" target="_new">WooThemes</a> crew is one of the most significant advances in this release. WordPress always had ways to outputting a menu based on page structure, but it was hardly ideal. Often times you had to use a few plug-ins to hide unwanted pages and it really only worked for a primary navigation.</p>
<p>The new menu system makes it easy for clients and designers alike to design and work with rich menu systems with out hacking and extra plug-ins.</p>
<h3>Why Designers Should Care</h3>
<p>Beyond the fact that it makes designing menus easier it also opens up several new options that we previously couldn't do well with WordPress. We can now have multiple menus that don't need to be hard coded. This means easier footer navigation, utility navigation, etc...</p>
<p>Additionally the new menu system gives us a wide range of additional options such as custom CSS classes, descriptions, etc... This gives us a whole range of options that were difficult before, such as:</p>
<ul>
<li>Icons for each menu item</li>
<li>Menu item descriptions (more popular)</li>
<li>Better placement / styling through .first and .last style classes</li>
<li>Better Microformat support through XFN</li>
</ul>
<p>This really opens up a whole new level of design options that were previously very difficult to do.</p>
<h3>How to Use Custom Menus</h3>
<p>When it comes to adding custom menu support for our themes there are two steps, the first involves altering the functions.php file to add menu support.</p>
<pre><code>
			add_action( 'init', 'register_menus' );

			function register_menus() {
				register_nav_menus(
					array(
						'primary-menu' =&gt; __( 'Primary Menu' ),
						'utility-menu' =&gt; __( 'Utility Menu' ),
						'footer-menu' =&gt; __( 'Footer Menu' )
					)
				);
			}
		</code></pre>
<p>This code here calls a function to register the different menus we wish to create. In this example we are creating a primary menu, utility menu and footer menu. The regster_nav_menus() function will create areas in which we can define menus through the administration panel. We just populate the array with the menu name and description (which can be what ever you would like).</p>
<p>From this point we can include the function to display the nav menu in our WordPress theme through the wp_nav_menu() function.</p>
<pre>&lt;?php wp_nav_menu( array( 'theme_location' =&gt; 'primary-menu' ) ); ?&gt;</pre>
<p>This will output the menu we have defined as 'primary-menu'. WordPress will automatically output an unordered list containing the complete menu that is created through the administration panel. By default it also includes quite a bit of extra xhtml and css, but luckily the function can be customized fairly easily. If you are looking to customize your mark-up a bit more consider reading the <a href="http://codex.wordpress.org/Function_Reference/wp_nav_menu" target="_new">reference for the wp_nav_menu() function.</a></p>
<p>Those of you looking to display the description can do so by using the walker function of the menu, <a href="http://stylizedweb.com/2010/08/16/use-the-link-description-in-wordpress-3-0-menus/" target="_new">which you can read more about here</a>.</p>
<h2>Conclusion</h2>
<p>The new version of WordPress has given designers a whole new tool set of functionality and capabilities. We can now put a whole new layer of polish and depth into our designs to provide a better experience for our users.</p>
<p>There is no doubt that WordPress will continue to evolve as a formidable platform and framework for designers and developers alike. As a designer, what features and functionality do you find most useful?</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2010/10/26/wordpress-3-0-features-for-designers/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>The Business Case for Microformats</title>
		<link>http://stylizedweb.com/2010/07/02/the-business-case-for-microformats/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2010/07/02/the-business-case-for-microformats/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 13:56:29 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[3.7 designs]]></category>
		<category><![CDATA[benefits]]></category>
		<category><![CDATA[microformats]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=422</guid>
		<description><![CDATA[If you have been reading this blog for the past few months you will be aware that I was given the opportunity to attend the Voices that Matter conference this past weekend. Conferences are refreshing for many reasons including networking, re-energizing you about your passion and of course education. While I have always been aware [...]]]></description>
			<content:encoded><![CDATA[<p>If you have been reading this blog for the past few months you will be aware that I was given the opportunity to attend the Voices that Matter conference this past weekend. Conferences are refreshing for many reasons including networking, re-energizing you about your passion and of course education. While I have always been aware of Microformats, technically knew how to do them and even had a good understanding of what they did, I had never felt compelled to include them in the standard <a href="http://www.3point7designs.com">3.7 DESIGNS</a> development process.</p>
<p>However one of the great presentations from the conference reminded me not only how easy they are to implement but also reminded me of the benefits as well. As a result I have started to write them into the web development standards at 3.7 and have also <a href="http://www.3point7designs.com/blog/2010/07/the-business-case-for-microformats/" target="_blank">posted an article with more information on the company blog</a>. If you are at all interested in Microformats give it a read.</p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2010/07/02/the-business-case-for-microformats/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Old Design is New &#8211; 33 &#8220;Hip&#8221; Circles in Web Design</title>
		<link>http://stylizedweb.com/2010/05/19/circle-web-design-trend/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2010/05/19/circle-web-design-trend/#comments</comments>
		<pubDate>Wed, 19 May 2010 08:00:44 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[circle]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=365</guid>
		<description><![CDATA[A few years ago the "Web 2.0" style was the rage in web design. With the Web 2.0 style we saw badges, reflections, rounded corners and glossy interfaces. As we move forward in web trends things have shifted towards a dramatically different approach. Where rich, complex interfaces and designs were once the "cool" thing to [...]]]></description>
			<content:encoded><![CDATA[<p>A few years ago the "Web 2.0" style was the rage in web design. With the Web 2.0 style we saw badges, reflections, rounded corners and glossy interfaces. As we move forward in web trends things have shifted towards a dramatically different approach. Where rich, complex interfaces and designs were once the "cool" thing to do now more and more designers are moving towards a minimalist approach.</p>
<p>Minimalism is great for several reason, it puts more emphasis on what elements you DO keep on the site, it makes using the site easier and is distraction free.</p>
<p>One of the interesting trends that has come forward with the minimalist look is the use of simple and complete circles in web design. For some reason these were far from common through most of the history of web design. Maybe it is because it is so much simpler to design on the web using boxes and hard angles (due to the limitations of technology). Or maybe it is just a design trend that was popular in previous decades and is just now resurfacing.</p>
<p>Either way there are designers who are putting plenty of personality into their designs with a "circle accent." Take a look at the following:</p>
<h2>1. Monk Design</h2>
<p><a href="http://www.patrickmonkel.nl/"><img class="alignnone size-full wp-image-368" title="Monk Design" src="http://stylizedweb.com/wp-content/uploads/2010/05/Monk-Design.png" alt="" width="605" height="300" /></a></p>
<h2>2. Daring Fireball</h2>
<p><a href="http://daringfireball.net/"><img class="alignnone size-full wp-image-369" title="Daring Fireball" src="http://stylizedweb.com/wp-content/uploads/2010/05/Daring-Fireball.png" alt="" width="605" height="300" /></a></p>
<h2>3. Cool &amp; The Guide</h2>
<p><a href="http://www.coolandtheguide.com/"><img class="alignnone size-full wp-image-370" title="Cool And The Guide - News" src="http://stylizedweb.com/wp-content/uploads/2010/05/Cool-And-The-Guide-News.png" alt="" width="605" height="300" /></a></p>
<h2>4. Tobiashlin</h2>
<p><a href="http://tobiasahlin.com/"><img class="alignnone size-full wp-image-371" title="Tobias Bjerrome Ahlin" src="http://stylizedweb.com/wp-content/uploads/2010/05/Tobias-Bjerrome-Ahlin.png" alt="" width="605" height="300" /></a></p>
<h2>5. Design Schneider</h2>
<p><a href="http://www.designschneider.de/"><img class="alignnone size-full wp-image-372" title="Designschneider" src="http://stylizedweb.com/wp-content/uploads/2010/05/Designschneider.png" alt="" width="605" height="300" /></a></p>
<h2>6. Effektive Design</h2>
<p><a href="http://www.effektivedesign.co.uk/"><img class="alignnone size-full wp-image-373" title="-- Effektive. Graphic Design &amp; Communication --" src="http://stylizedweb.com/wp-content/uploads/2010/05/Effektive.-Graphic-Design-Communication-.png" alt="" width="605" height="300" /></a></p>
<h2>7. Thorsten Van Elten</h2>
<p><a href="http://www.thorstenvanelten.com/"><img class="alignnone size-full wp-image-374" title="Thorsten van Elten" src="http://stylizedweb.com/wp-content/uploads/2010/05/Thorsten-van-Elten.png" alt="" width="605" height="300" /></a></p>
<h2>8. 70 Folk</h2>
<p><a href="http://www.70folk.com/"><img class="alignnone size-full wp-image-375" title="70folk  webdesigner, wordpress, graphiste  Vincent Tavano" src="http://stylizedweb.com/wp-content/uploads/2010/05/70folk-webdesigner-wordpress-graphiste-Vincent-Tavano.png" alt="" width="605" height="300" /></a></p>
<h2>9. Mighty</h2>
<p><a href="http://madebymighty.com/"><img class="alignnone size-full wp-image-376" title="Mighty, a Design Studio" src="http://stylizedweb.com/wp-content/uploads/2010/05/Mighty-a-Design-Studio.png" alt="" width="605" height="300" /></a></p>
<h2>10. MIX Online</h2>
<p><a href="http://visitmix.com/"><img class="alignnone size-full wp-image-377" title="MIX Online" src="http://stylizedweb.com/wp-content/uploads/2010/05/MIX-Online.png" alt="" width="605" height="300" /></a></p>
<h2>11. Kha Hoang</h2>
<p><a href="http://khahoang.com/"><img class="alignnone size-full wp-image-378" title="Kha Hoang  ›  Portfolio" src="http://stylizedweb.com/wp-content/uploads/2010/05/Kha-Hoang- › -Portfolio.png" alt="" width="605" height="300" /></a></p>
<h2>12. Sort</h2>
<p><a href="http://www.sortdesign.co.uk/"><img class="alignnone size-full wp-image-379" title="Sort Design" src="http://stylizedweb.com/wp-content/uploads/2010/05/Sort-Design.png" alt="" width="605" height="300" /></a></p>
<h2>13. Jax Vineyards</h2>
<p><a href="http://jaxvineyards.com/#/chardonnay"><img class="alignnone size-full wp-image-380" title="Jax Vineyards" src="http://stylizedweb.com/wp-content/uploads/2010/05/Jax-Vineyards.png" alt="" width="605" height="300" /></a></p>
<h2>14. Things</h2>
<p><a href="http://things.be/"><img class="alignnone size-full wp-image-381" title="Welcome - Things - Web design and django development - Brussels, Belgium" src="http://stylizedweb.com/wp-content/uploads/2010/05/Welcome-Things-Web-design-and-django-development-Brussels-Belgium.png" alt="" width="605" height="300" /></a></p>
<h2>15. iLTD</h2>
<p><a href="http://www.iliketodesign.ca/"><img class="alignnone size-full wp-image-382" title="iLTD. I Like To Design- The Online Blog and Portfolio of Cornelius Quiring" src="http://stylizedweb.com/wp-content/uploads/2010/05/iLTD.-I-Like-To-Design-The-Online-Blog-and-Portfolio-of-Cornelius-Quiring.png" alt="" width="605" height="300" /></a></p>
<h2>16. Extra Polish</h2>
<p><a href="http://www.fajnechlopaki.com/"><img class="alignnone size-full wp-image-383" title="Fajne Chłopaki -- Portfolio -- Studio graficzne" src="http://stylizedweb.com/wp-content/uploads/2010/05/Fajne-Chłopaki-Portfolio-Studio-graficzne.png" alt="" width="605" height="300" /></a></p>
<h2>17. Simon J. Hunter</h2>
<p><a href="http://sjhunter.net/"><img class="alignnone size-full wp-image-384" title="Simon J Hunter - Film &amp; TV Composer" src="http://stylizedweb.com/wp-content/uploads/2010/05/Simon-J-Hunter-Film-TV-Composer.png" alt="" width="605" height="300" /></a></p>
<h2>18. Frank Chimero </h2>
<p><a href="http://www.profile.frankchimero.com/"><img class="alignnone size-full wp-image-385" title="Profile- Frank Chimero" src="http://stylizedweb.com/wp-content/uploads/2010/05/Profile-Frank-Chimero.png" alt="" width="605" height="300" /></a></p>
<h2>19. Indextwo</h2>
<p><a href="http://www.indextwo.com/"><img class="alignnone size-full wp-image-386" title="Indextwo  About" src="http://stylizedweb.com/wp-content/uploads/2010/05/Indextwo-About.png" alt="" width="605" height="300" /></a></p>
<h2>20.  Lecia</h2>
<p><a href="http://us.leica-camera.com/home/"><img class="alignnone size-full wp-image-387" title="Leica Camera AG - Home" src="http://stylizedweb.com/wp-content/uploads/2010/05/Leica-Camera-AG-Home.png" alt="" width="605" height="300" /></a></p>
<h2>21. IO</h2>
<p><a href="http://www.ioadv.it/"><img class="alignnone size-full wp-image-388" title="io  agenzia di comunicazione e web" src="http://stylizedweb.com/wp-content/uploads/2010/05/io-agenzia-di-comunicazione-e-web.png" alt="" width="605" height="300" /></a></p>
<h2>22. Alex Cornell</h2>
<p><a href="http://alexcornell.com/"><img class="alignnone size-full wp-image-389" title="Alex Cornell" src="http://stylizedweb.com/wp-content/uploads/2010/05/Alex-Cornell.png" alt="" width="605" height="300" /></a></p>
<h2>23. Royale</h2>
<p><a href="http://royale.no/"><img class="alignnone size-full wp-image-390" title="Royale - Showcase of Ole Kristian Masdal Svendsen" src="http://stylizedweb.com/wp-content/uploads/2010/05/Royale-Showcase-of-Ole-Kristian-Masdal-Svendsen.png" alt="" width="605" height="300" /></a></p>
<h2>24. Reknit</h2>
<p><a href="http://www.rekn.it/"><img class="alignnone size-full wp-image-391" title="Reknit - May-Auctions" src="http://stylizedweb.com/wp-content/uploads/2010/05/Reknit-May-Auctions.png" alt="" width="605" height="300" /></a></p>
<h2>25. Concentric Studio</h2>
<p><a href="http://concentric-studio.com/"><img class="alignnone size-full wp-image-392" title="Concentric Studio™" src="http://stylizedweb.com/wp-content/uploads/2010/05/Concentric-Studio™.png" alt="" width="605" height="300" /></a></p>
<h2>26. Mercy</h2>
<p><a href="http://www.mercyonline.co.uk/"><img class="alignnone size-full wp-image-393" title="Mercy - Design Agency, Literature &amp; Arts Collective - London - Liverpool - UK" src="http://stylizedweb.com/wp-content/uploads/2010/05/Mercy-Design-Agency-Literature-Arts-Collective-London-Liverpool-UK.png" alt="" width="605" height="300" /></a></p>
<h2>27. Behind My Scenes</h2>
<p><a href="http://behindmyscenes.com/"><img class="alignnone size-full wp-image-394" title="Atle Mo  Behind my scenes" src="http://stylizedweb.com/wp-content/uploads/2010/05/Atle-Mo-Behind-my-scenes.png" alt="" width="605" height="300" /></a></p>
<h2>28. Oliver James Gosling</h2>
<p><a href="http://www.goslingo.com/"><img class="alignnone size-full wp-image-395" title="Oliver James Gosling - Freelance Web Developer" src="http://stylizedweb.com/wp-content/uploads/2010/05/Oliver-James-Gosling-Freelance-Web-Developer.png" alt="" width="605" height="300" /></a></p>
<h2>29. The Import</h2>
<p><a href="http://www.theimport.co.uk/"><img class="alignnone size-full wp-image-396" title="The Import by We Heart, formerly CSS Import" src="http://stylizedweb.com/wp-content/uploads/2010/05/The-Import-by-We-Heart-formerly-CSS-Import.png" alt="" width="605" height="300" /></a></p>
<h2>30. Digital Podge</h2>
<p><a href="http://www.digitalpodge.co.uk/2009/"><img class="alignnone size-full wp-image-397" title="Digital Podge 2009 - Measurable Fun  17th December 2009" src="http://stylizedweb.com/wp-content/uploads/2010/05/Digital-Podge-2009-Measurable-Fun-17th-December-2009.png" alt="" width="605" height="300" /></a></p>
<h2>31. Rebecca Berry</h2>
<p><a href="http://www.rebeccabarry.com.au"><img class="alignnone size-full wp-image-398" title="Rebecca Barry  Director, Writer &amp; Producer  Sydney, Australia" src="http://stylizedweb.com/wp-content/uploads/2010/05/Rebecca-Barry-Director-Writer-Producer-Sydney-Australia.png" alt="" width="605" height="300" /></a></p>
<h2>32. Jay Hollywood</h2>
<p><a href="http://www.jayhollywood.com.au/"><img class="alignnone size-full wp-image-399" title="Jay Hollywood - Freelance website designer, web design and branding - Perth, Western Australia" src="http://stylizedweb.com/wp-content/uploads/2010/05/Jay-Hollywood-Freelance-website-designer-web-design-and-branding-Perth-Western-Australia.png" alt="" width="605" height="300" /></a></p>
<h2>33. Digital Mash</h2>
<p><a href="http://digitalmash.com/"><img class="alignnone size-full wp-image-400" title="Digitalmash- A mash of work from Australian designer, Rob Morris" src="http://stylizedweb.com/wp-content/uploads/2010/05/Digitalmash-A-mash-of-work-from-Australian-designer-Rob-Morris.png" alt="" width="605" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2010/05/19/circle-web-design-trend/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Web Design Conference &#8211; Voices That Matter</title>
		<link>http://stylizedweb.com/2010/04/22/web-design-conference-voices-that-matter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2010/04/22/web-design-conference-voices-that-matter/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 19:39:46 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[voices that matter]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=355</guid>
		<description><![CDATA[If you missed out on South by South West this year (like me) and are looking for a good conference to go to you may want to consider Voices That Matter: Web Design Conference. There are some great speakers lined up such as Jesse James Garrett and Steve Krug. The Voices That Matter team contacted [...]]]></description>
			<content:encoded><![CDATA[<p>If you missed out on South by South West this year (like me) and are looking for a good conference to go to you may want to consider <a href="http://www.voicesthatmatter.com/webdesign2010/" target="_blank">Voices That Matter: Web Design Conference</a>. There are some great speakers lined up such as Jesse James Garrett and Steve Krug.</p>
<p>The Voices That Matter team contacted me about going and also wanted to provide an offer to readers of this blog for early bird registration. See the details below:</p>
<blockquote><p>New Riders’ Voices That Matter: Web Design Conference, now in its fourth consecutive year, will take place June 28-29 in San Francisco and the timing couldn’t be better! Web design is undergoing an historic transformation: while the basics of HTML, CSS, and JavaScript haven't changed, the new and evolving functionality in the HTML5 and CSS3 specs, the number of new ways in which people access the Web, and the rise of social media mean that Web designers need to know more than ever.</p>
<p>Don’t miss this opportunity to meet face-to-face with industry greats and discuss Web design’s most critical topics! We’ll open with a keynote address from Jesse James Garrett, author of The Elements of User Experience: User-Centered Design for the Web and close with a keynote address delivered by Steve Krug, author of the well known book Don't Make Me Think and the brand new book Rocket Surgery Made Easy: The Do-It-Yourself Guide to Finding and Fixing Usability Problems. From start to finish this conference will blow you away.</p>
<p><strong>SPECIAL SAVINGS! As someone that reads this blog, you can save $150 off the conference fee by providing priority code WBNBLGA when registering. <a href="http://www.voicesthatmatter.com/webdesign2010/register.aspx">Register before May 14th and save $250</a> as this $100 discount is combined with the early bird pricing!</strong></p></blockquote>
<p><strong><span style="font-weight: normal;">If you plan on going let me know so that I can plan to say hello and thank you for being a reader of this blog!</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2010/04/22/web-design-conference-voices-that-matter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Golden Rectangle / Golden Section PSD Guide</title>
		<link>http://stylizedweb.com/2010/03/10/golden-rectangle-golden-section-psd-guide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://stylizedweb.com/2010/03/10/golden-rectangle-golden-section-psd-guide/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 18:44:59 +0000</pubDate>
		<dc:creator>3pointross</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[golden]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[ratio]]></category>
		<category><![CDATA[selection]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://stylizedweb.com/?p=338</guid>
		<description><![CDATA[There is a lot of misinformation out there when it comes to the gold section. I hear everything from "essentially it is the rule of thirds" to people describing it in as a way to make two column layouts. Neither of these are completely accurate however. The golden section is a ratio that creates a [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of misinformation out there when it comes to the gold section. I hear everything from "essentially it is the rule of thirds" to people describing it in as a way to make two column layouts. Neither of these are completely accurate however. The golden section is a ratio that creates a rectangle with sub-rectangles in the most visually appealing way. The ratio and golden section has been found in everything from the ratios and proportions of ancient artwork, modern and historic architecture and even can be seen in what we perceive as natural beauty in the human face and body.</p>
<p>To say that the golden rectangle is powerful is an understatement. Powerful and skilled designers can use this ratio to improve their designs dramatically, and what is amazing about it is that people won't be able to directly place their finger on how or why the design is so effective.</p>
<h2>The Golden Rectangle Explained</h2>
<p><img class="alignright" src="http://en.wikivisual.com/images/4/46/Golden_rectangle_detailed.png" alt="" width="285" height="267" />The golden rectangle is a rectangle with  its sides in the 'Golden Ratio' or 1 <strong>:</strong> 1.618. Where most people get this wrong with they might account for the ratio to divide a canvas horizontally (ie: into two columns) but they don't account for the fact that the ratio also specifies a height (vertical divisions). Failing to account for the vertical ratios will reduce the impact and effect of using this tool for visually pleasing designs.</p>
<h2>The Photoshop Guide</h2>
<p>To make it easier to use this principal we have created a simple tools that lays out a golden rectangle and it's divisions (on all four corners) that you can overlay onto any of your designs. While it is originally designed for a 960 pixel wide canvas, it was created using vector shapes so it can be easily re-sized to any dimension with out losing any quality.</p>
<p><a rel="lightbox" href="http://stylizedweb.com/wp-content/uploads/2010/03/goldensection-image.png"><img class="alignright size-medium wp-image-339" title="goldensection-image" src="http://stylizedweb.com/wp-content/uploads/2010/03/goldensection-image-300x187.png" alt="" width="300" height="187" /></a>It also is organized based on folders so you can hide / show any portion of it to best fit your design needs.</p>
<h2>Downloads and Suggestions</h2>
<p>I am open to all suggestions, thoughts or improvements. I am releasing this under the creative commons, so if you choose to post it somewhere or repurpose it please do the right thing and at least attribute me with a link (or two).</p>
<p><a href="http://stylizedweb.com/wp-content/uploads/2010/03/GoldenSectionGuide.psd_.zip">Download the golden selection PSD guide here and let us know what you think!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stylizedweb.com/2010/03/10/golden-rectangle-golden-section-psd-guide/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

