<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.soupgiant.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en" xml:base="http://bigredtin.com/wp-atom.php">
	<title type="text">Big Red Tin</title>
	<subtitle type="text">Thoughts about the web and business from the large pantry</subtitle>

	<updated>2011-11-15T23:15:08Z</updated>

	<link rel="alternate" type="text/html" href="http://bigredtin.com" />
	<id>http://bigredtin.com/feed/atom/</id>
	

	<generator uri="http://wordpress.org/" version="3.3.1">WordPress</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.soupgiant.com/bigredtin" /><feedburner:info uri="bigredtin" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
		<author>
			<name>Peter Wilson</name>
						<uri>http://peterwilson.cc</uri>
					</author>
		<title type="html"><![CDATA[Faux Columns Revistited]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/bL_LRxVKQ0U/" />
		<id>http://bigredtin.com/?p=1302</id>
		<updated>2011-10-18T00:34:36Z</updated>
		<published>2011-10-15T07:10:25Z</published>
		<category scheme="http://bigredtin.com" term="Quick Notes" /><category scheme="http://bigredtin.com" term="CSS" /><category scheme="http://bigredtin.com" term="CSS3" />		<summary type="html"><![CDATA[It's time to update Dan Cederholm’s faux columns to take advantage of CSS3 gradients and reduce http requests.]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/css3-faux-columns/">&lt;p&gt;It&amp;#8217;s time to update Dan Cederholm’s &lt;a href="http://www.alistapart.com/articles/fauxcolumns/"&gt;faux columns&lt;/a&gt; to take advantage of CSS3 gradients and reduce http requests.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve put a &lt;a href="http://gh.peterwilson.cc/quick-demos/css3fauxcols.html"&gt;demo on Github&lt;/a&gt; where you can also see the &lt;a href="https://github.com/peterwilsoncc/quick-demos/blob/gh-pages/css3fauxcols.html"&gt;source code&lt;/a&gt;.&lt;span id="more-1302"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;Two columns, both with solid colours&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;background: #fff url(css3faux-i/cols.png);
background-image: -o-linear-gradient(left, #fff 639px, #bed751 640px);
background-image: -moz-linear-gradient(left, #fff 639px, #bed751 640px);
background-image: -webkit-linear-gradient(left, #fff 639px, #bed751 640px);
background-image: -ms-linear-gradient(left, #fff 639px, #bed751 640px);
background-image: linear-gradient(left, #fff 639px, #bed751 640px);&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Two columns, with a one pixel divider&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;background: #fff url(css3faux-i/div.png);
background-image: -o-linear-gradient(left, #fff 639px, #bed751 640px, #fff 641px);
background-image: -moz-linear-gradient(left, #fff 639px, #bed751 640px, #fff 641px);
background-image: -webkit-linear-gradient(left, #fff 639px, #bed751 640px, #fff 641px);
background-image: -ms-linear-gradient(left, #fff 639px, #bed751 640px, #fff 641px);
background-image: linear-gradient(left, #fff 639px, #bed751 640px, #fff 641px);&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Two columns, one with a gradient&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;background: #fff url(css3faux-i/gradient.png);
background-image: -o-linear-gradient(left, #fff 639px, #bed751 640px, #efffa5 100%);
background-image: -moz-linear-gradient(left, #fff 639px, #bed751 640px, #efffa5 100%);
background-image: -webkit-linear-gradient(left, #fff 639px, #bed751 640px, #efffa5 100%);
background-image: -ms-linear-gradient(left, #fff 639px, #bed751 640px, #efffa5 100%);
background-image: linear-gradient(left, #fff 639px, #bed751 640px, #efffa5 100%);&lt;/code&gt;&lt;/pre&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=bL_LRxVKQ0U:dLjVEU8qy2E:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=bL_LRxVKQ0U:dLjVEU8qy2E:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=bL_LRxVKQ0U:dLjVEU8qy2E:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=bL_LRxVKQ0U:dLjVEU8qy2E:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/bL_LRxVKQ0U" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/css3-faux-columns/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/css3-faux-columns/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/css3-faux-columns/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Peter Wilson</name>
						<uri>http://peterwilson.cc</uri>
					</author>
		<title type="html"><![CDATA[WordPress Theme Elements]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/Lq2OL2GhfwQ/" />
		<id>http://bigredtin.com/?p=1286</id>
		<updated>2011-09-28T00:13:34Z</updated>
		<published>2011-09-26T01:44:20Z</published>
		<category scheme="http://bigredtin.com" term="Behind the Websites" /><category scheme="http://bigredtin.com" term="theme" /><category scheme="http://bigredtin.com" term="themes" /><category scheme="http://bigredtin.com" term="WordPress" />		<summary type="html"><![CDATA[When producing a theme, we try not to limit the website owner's options within the WordPress Dashboard. The owner may wish to enable an option down the track and be disappointed to find they can't.]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/wordpress-theme-elements/">&lt;p&gt;A client asked us to put together a list of every design element required in a WordPress theme but it&amp;#8217;s the sort of thing we think we should share.&lt;/p&gt;
&lt;p&gt;When producing a theme, we try not to limit the website owner&amp;#8217;s options within the WordPress Dashboard. The owner may wish to enable an option down the track and be disappointed if they can&amp;#8217;t.&lt;/p&gt;
&lt;p&gt;The downside for the designer and developer is they may put in work for elements that are never used. The upside is happy clients and return business.&lt;/p&gt;
&lt;p&gt;Like most things web, the site&amp;#8217;s purpose will dictate that some things just aren&amp;#8217;t feasible. Consider this as a series of guidelines that you can adapt for your purposes.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-1286"&gt;&lt;/span&gt;
&lt;p&gt;This is a giant list of everything we could think of. It makes the task of designing for WordPress look a lot more daunting than it actually is. The &lt;a href="http://wpthemetestdata.wordpress.com/"&gt;theme test unit&lt;/a&gt; contains posts with every type of content listed below.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;For the purposes of this post, we focused on our &lt;a href="http://bigredtin.com/framework/"&gt;internal WordPress framework&lt;/a&gt;. &lt;/em&gt;&lt;/p&gt;
&lt;h4&gt;The website basics&lt;/h4&gt;
&lt;p&gt;The frame of the website includes the header, footer and any sidebars for website owners to add widgets. The frame may change on various pages throughout the site.&lt;/p&gt;
&lt;p&gt;Some typical items that need to be designed for the site are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Menus, including hover states and any drop downs or mega menus, if applicable&lt;/li&gt;
&lt;li&gt;Headings and sub headings: HTML can have up to six levels of headings and sub headings. To keep code semantic in our framework, it allows
&lt;ul&gt;
&lt;li&gt;5 levels of headings within a page (with the page title being the top level)&lt;/li&gt;
&lt;li&gt;4 levels of headings within a post (on archive pages, the post title is a second level heading)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Form input fields, including
&lt;ul&gt;
&lt;li&gt;label placement&lt;/li&gt;
&lt;li&gt;error message placement&lt;/li&gt;
&lt;li&gt;focus states (when the user&amp;#8217;s cursor is in the input)&lt;/li&gt;
&lt;li&gt;submit buttons
&lt;ul&gt;
&lt;li&gt;hover states&lt;/li&gt;
&lt;li&gt;focus states&lt;/li&gt;
&lt;li&gt;active states (when the button is clicked)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;an example of a typical layout can be found on our CSS framework&amp;#8217;s &lt;a href="http://www.minimumpage.com/forms.html"&gt;form demo page&lt;/a&gt; (hit the submit button to view error messages).&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;link colours
&lt;ul&gt;
&lt;li&gt;default&lt;/li&gt;
&lt;li&gt;visited (if different from default)&lt;/li&gt;
&lt;li&gt;hover state&lt;/li&gt;
&lt;li&gt;focus state (for users navigating the page via keyboard)&lt;br /&gt;As &lt;a href="http://bigredtin.com/2011/maintaining-link-focus/"&gt;mentioned in a recent post&lt;/a&gt;, we tend to reverse the foreground and background colours for the focus state. &lt;/li&gt;
&lt;li&gt;active state (when the link is being clicked, frequently the same as hover state)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Footer, typically containing
&lt;ul&gt;
&lt;li&gt;links to website policies&lt;/li&gt;
&lt;li&gt;declaration of copyright,&lt;/li&gt;
&lt;li&gt;links to main pages or a site map.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Widgets&lt;/h4&gt;
&lt;p&gt;Widgets are the various elements that appear in the sidebar, such as recent posts.&lt;/p&gt;
&lt;p&gt;Each widget has a title and the contents described below&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;List Widgets&lt;br /&gt;Most widgets are a list of links. Commonly these are styled in the same fashion but, if the design demands it, they can be made to look quite different.
&lt;ul&gt;
&lt;li&gt; Archives of months/categories
&lt;ul&gt;
&lt;li&gt;Option: Display as drop down&lt;/li&gt;
&lt;li&gt;Option: Show or hide post count&lt;/li&gt;
&lt;li&gt;Option for categories: show hierarchy.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Links/blog roll
&lt;ul&gt;
&lt;li&gt;Option: show link image (if no image, title is displayed)&lt;/li&gt;
&lt;li&gt;Option: show link title&lt;/li&gt;
&lt;li&gt;Option: show link description&lt;/li&gt;
&lt;li&gt;Option: show link rating&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Pages/custom menu, shown as hierarchy. Options do not affect design.&lt;/li&gt;
&lt;li&gt;Recent post titles
&lt;ul&gt;
&lt;li&gt;Option: number of posts to display&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Meta, links to site&amp;#8217;s admin, RSS feed and similar&lt;/li&gt;
&lt;li&gt;RSS Feed, can also be used to show recent posts. Shows title and an extract from the post.
&lt;ul&gt;
&lt;li&gt;Option: number to display&lt;/li&gt;
&lt;li&gt;Option: display post author&lt;/li&gt;
&lt;li&gt;Option: display post date&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Recent Comments.&lt;br /&gt;Actually two links per list item; one to the comment and one to the commenter&amp;#8217;s webpage.
&lt;ul&gt;
&lt;li&gt; Option: Number of comments to display&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Other widgets
&lt;ul&gt;
&lt;li&gt;Search form, includes input and a submit button&lt;/li&gt;
&lt;li&gt;Text widget, can include any HTML&lt;/li&gt;
&lt;li&gt;Calendar: one month with links to dates on which there were posts&lt;/li&gt;
&lt;li&gt;Tag cloud&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Plugins can be used to add other widgets to your page, for example a mailing list subscription form.&lt;/p&gt;
&lt;h4&gt;Archives and Search Results&lt;/h4&gt;
&lt;p&gt;WordPress includes the following archives of posts.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Main archive &amp;#8211; archive of posts from all categories by all authors&lt;/li&gt;
&lt;li&gt;Date based archives (by year, month and day)&lt;/li&gt;
&lt;li&gt;Category archives&lt;/li&gt;
&lt;li&gt;Tag archives&lt;/li&gt;
&lt;li&gt;Author archives &lt;/li&gt;
&lt;li&gt;Search results by search term&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It is possible for the designer to include a description or author bio on the page. If you add this, you need to allow for the element to be removed if no description/bio is defined.&lt;/p&gt;
&lt;p&gt;The archives are a list of posts, while the designer may remove them, they typically include&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;title,&lt;/li&gt;
&lt;li&gt;category,&lt;/li&gt;
&lt;li&gt;tags (if added by website owner),&lt;/li&gt;
&lt;li&gt;author,&lt;/li&gt;
&lt;li&gt;number of comments,&lt;/li&gt;
&lt;li&gt;date of post,&lt;/li&gt;
&lt;li&gt;a short excerpt, the beginning or full text of the post&lt;/li&gt;
&lt;li&gt;a &amp;#8216;read more&amp;#8217; link&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, links to older and newer posts are displayed.&lt;/p&gt;
&lt;p&gt;Search results display both pages and posts containing the search term in their title, excerpt or content.&lt;/p&gt;
&lt;h4&gt;Single Posts&lt;/h4&gt;
&lt;p&gt;Single posts typically display&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a feature image or thumbnail (if enabled by the designer)&lt;/li&gt;
&lt;li&gt;title&lt;/li&gt;
&lt;li&gt;category&lt;/li&gt;
&lt;li&gt;tags (if defined by website owner)&lt;/li&gt;
&lt;li&gt;author&lt;/li&gt;
&lt;li&gt;comments (if enabled)&lt;/li&gt;
&lt;li&gt;comment form (if open)&lt;/li&gt;
&lt;li&gt;date of post&lt;/li&gt;
&lt;li&gt;full text of the post&lt;/li&gt;
&lt;li&gt;links to the next &amp;amp; previous posts&lt;/li&gt;
&lt;li&gt;links to the next and previous page of comments (if applicable)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;it is also possible to display a variety of information about the author if it has been defined.&lt;/p&gt;
&lt;p&gt;Some plugins add extra content to the contents of this page. Designing for the gazillions of plugins available is impossible so discussing plugins with your client upfront will be helpful.&lt;/p&gt;
&lt;p&gt;WordPress supports &lt;a href="http://codex.wordpress.org/Post_Formats"&gt;post formats&lt;/a&gt; which can be used to alter the display for the post depending on it&amp;#8217;s content. The theme designer can choose to enable none, some or all of these. Possible post formats are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;standard&lt;/li&gt;
&lt;li&gt;aside&lt;/li&gt;
&lt;li&gt;gallery&lt;/li&gt;
&lt;li&gt;link&lt;/li&gt;
&lt;li&gt;image&lt;/li&gt;
&lt;li&gt;quote&lt;/li&gt;
&lt;li&gt;status&lt;/li&gt;
&lt;li&gt;video&lt;/li&gt;
&lt;li&gt;audio&lt;/li&gt;
&lt;li&gt;chat&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Single pages&lt;/h4&gt;
&lt;p&gt;WordPress allows multiple page templates to be included within a theme, common templates include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A standard page layout (required)&lt;/li&gt;
&lt;li&gt;A home page&lt;/li&gt;
&lt;li&gt;Special purpose landing pages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pages typically display&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a feature image or thumbnail (if enabled by the designer)&lt;/li&gt;
&lt;li&gt;title&lt;/li&gt;
&lt;li&gt;comments (if enabled)&lt;/li&gt;
&lt;li&gt;comments form (if open)&lt;/li&gt;
&lt;li&gt;full text of the page&lt;/li&gt;
&lt;li&gt;links to the next &amp;amp; previous pages of comments (if applicable)&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Attachment pages&lt;/h4&gt;
&lt;p&gt;An attachment page is linked to from an image or other media file.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The full sized image, or a link to the media file&lt;/li&gt;
&lt;li&gt;A caption&lt;/li&gt;
&lt;li&gt;the next/previous attachment &amp;#8211; if applicable.&lt;/li&gt;
&lt;li&gt;title&lt;/li&gt;
&lt;li&gt;date uploaded&lt;/li&gt;
&lt;li&gt;comments (if enabled)&lt;/li&gt;
&lt;li&gt;links to next / previous page of comments (if applicable)&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Post and page content&lt;/h4&gt;
&lt;p&gt;The WordPress visual editor allows website owners to add numerous items to their post content, including&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;bulleted and numbers lists,&lt;/li&gt;
&lt;li&gt;block quotes &lt;/li&gt;
&lt;li&gt;left, right, centre or justified alignment of text,&lt;/li&gt;
&lt;li&gt;links&lt;/li&gt;
&lt;li&gt;headings &amp;amp; subheadings &amp;#8211; up to five levels in our framework&lt;/li&gt;
&lt;li&gt;images (left, right or centre aligned)&lt;/li&gt;
&lt;li&gt;images with captions  (left, right or centre aligned)&lt;/li&gt;
&lt;li&gt;video &amp;#8211; either uploaded or embedding a youtube video.&lt;/li&gt;
&lt;li&gt;audio &amp;#8211; either uploaded or embedding from elsewhere&lt;/li&gt;
&lt;li&gt;links to next/previous pages (if the page/post is split across pages)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If the website owner knows HTML, they can add other items using the HTML editor.&lt;/p&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href="http://wpthemetestdata.wordpress.com/2008/09/04/layout-test/"&gt;layout test post&lt;/a&gt; on the theme test data page contains everything the website owner can add.&lt;/p&gt;
&lt;p&gt;If the theme author enables it, each post and page may include a featured image/thumbnail. This may be displayed wherever post content appears.&lt;/p&gt;
&lt;p&gt;Pull out quotes and other decretive elements can be added at the theme designers desecration.&lt;/p&gt;
&lt;h4&gt;Comments&lt;/h4&gt;
&lt;p&gt;Comments are generally displayed in the same manner on both pages and posts. WordPress allows for comments to be&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Paginated &lt;/li&gt;
&lt;li&gt;Nested&lt;br /&gt;By default WordPress allows comments to be nested up to ten levels deep. As the theme designer you can disable this or limit it to a lower number.&lt;br /&gt;We tend to limit it three or four levels deep.&lt;/li&gt;
&lt;li&gt;display avatars or not.&lt;br /&gt;As these are enabled and disabled in the dashboard, it is important for the comment design to allow for both scenarios.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The design of individual comments are dictated by the designer. Comments typically include&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;name of the commenter&lt;/li&gt;
&lt;li&gt;the contents of the comment&lt;/li&gt;
&lt;li&gt;date and time of the comment&lt;/li&gt;
&lt;li&gt;avatar (if enabled)&lt;/li&gt;
&lt;li&gt;reply to this comment link (if enabled)&lt;/li&gt;
&lt;li&gt;When commenters submit a comment, if the comment needs to be moderated by the admin the text &amp;#8220;You comment is awaiting moderation&amp;#8221; is displayed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h5&gt;The comment form&lt;/h5&gt;
&lt;p&gt;Users that aren&amp;#8217;t logged in will see a comment form requesting:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;their name (required),&lt;/li&gt;
&lt;li&gt;their email address (required),&lt;/li&gt;
&lt;li&gt;their website (optional, the theme designer can remove this)&lt;/li&gt;
&lt;li&gt;the comment (required)&lt;/li&gt;
&lt;li&gt;a submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If the user fails to fill in the form correctly, our framework displays error messages next to each field.&lt;/p&gt;
&lt;p&gt;If the website owner has required users register before leaving a comment, in place of the comment form logged out users will see the text &amp;#8220;You must be logged in to post a comment.&amp;#8221; In our framework, we display a login form below this text.&lt;/p&gt;
&lt;p&gt;Users that are logged in will see the text &amp;#8220;Logged in as &lt;a href="#"&gt;username&lt;/a&gt;. &lt;a href="#"&gt;Log out?&lt;/a&gt;&amp;#8221; and a form requesting the comment followed by a submit button.&lt;/p&gt;
&lt;h3&gt;Not found pages&lt;/h3&gt;
&lt;p&gt;If a search term returns no results or a visitor enters a URL incorrectly, a no results/file not found page will be displayed.&lt;/p&gt;
&lt;p&gt;Anything can be displayed on this page, by default our framework includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a one line explanation of what&amp;#8217;s happened,&lt;/li&gt;
&lt;li&gt;a search form,&lt;/li&gt;
&lt;li&gt;a site map.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Additional items&lt;/h3&gt;
&lt;p&gt;The theme designer may wish to add additional items &amp;amp; content to their WordPress site. For the most part your imagination is the limit.&lt;/p&gt;
&lt;h3&gt;Updates&lt;/h3&gt;
&lt;ul class="updates"&gt;
&lt;li&gt;28 Sep, 2011 &amp;#8211; added a:active as suggested by &lt;a href="http://bigredtin.com/2011/wordpress-theme-elements/#comment-2326"&gt;Edward Caissie&lt;/a&gt; below&lt;/li&gt;
&lt;li&gt;28 Sep, 2011 &amp;#8211; change heading level details for posts, brain freeze.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=Lq2OL2GhfwQ:P0_lgqZo0vk:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=Lq2OL2GhfwQ:P0_lgqZo0vk:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=Lq2OL2GhfwQ:P0_lgqZo0vk:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=Lq2OL2GhfwQ:P0_lgqZo0vk:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/Lq2OL2GhfwQ" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/wordpress-theme-elements/#comments" thr:count="5" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/wordpress-theme-elements/feed/atom/" thr:count="5" />
		<thr:total>5</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/wordpress-theme-elements/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Peter Wilson</name>
						<uri>http://peterwilson.cc</uri>
					</author>
		<title type="html"><![CDATA[How we do IE Hacks]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/hYHb5-Dt5qA/" />
		<id>http://bigredtin.com/?p=1256</id>
		<updated>2011-09-12T03:40:10Z</updated>
		<published>2011-09-14T01:30:50Z</published>
		<category scheme="http://bigredtin.com" term="Quick Notes" /><category scheme="http://bigredtin.com" term="coding" /><category scheme="http://bigredtin.com" term="CSS" /><category scheme="http://bigredtin.com" term="ie6" /><category scheme="http://bigredtin.com" term="ie7" /><category scheme="http://bigredtin.com" term="internet explorer" />		<summary type="html"><![CDATA[We've recently changed the way we do IE hacks at Soupgiant. For years we were using conditional comments to load separate CSS files.]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/iehacks/">&lt;p&gt;We recently changed the way we do &lt;abbr title="Internet Explorer"&gt;IE&lt;/abbr&gt; hacks at &lt;a href="http://soupgiant.com"&gt;Soupgiant&lt;/a&gt;. For years we used conditional comments to load separate CSS files.&lt;/p&gt;
&lt;p&gt;For a few sites, we used &lt;a href="http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/"&gt;Paul Irish&amp;#8217;s conditional HTML classes hacks&lt;/a&gt;. Without workarounds, this puts &lt;a href="https://github.com/paulirish/html5-boilerplate/issues/378"&gt;&lt;abbr&gt;IE&lt;/abbr&gt; in compatibility mode&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-1256"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Recently, we decided to go back to attribute hacks.&lt;/p&gt;
&lt;p&gt;Using &lt;a href="http://lesscss.org"&gt;LESS CSS&lt;/a&gt; and compiling with &lt;a href="http://incident57.com/less/"&gt;less.app&lt;/a&gt;, it&amp;#8217;s possible to store the hacks in a single location and remove them once the browsers die.&lt;/p&gt;
&lt;p&gt;The hacks we use are:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/* &lt;abbr&gt;IE6&lt;/abbr&gt; */
#something {
  _color: blue;
}

/* &lt;abbr&gt;IE6&lt;/abbr&gt;, &lt;abbr&gt;IE7&lt;/abbr&gt; */
#something {
  *color: blue;
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Around the time we switched, Mathias Bynens wrote a post detailing &lt;a href="http://mathiasbynens.be/notes/safe-css-hacks"&gt;much the same conclusions we reached&lt;/a&gt;. I won&amp;#8217;t rehash them here.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Excuse the dull and highly unfashionable post. It&amp;#8217;s main purpose is so we can go to &lt;a href="http://bigredtin.com/iehacks"&gt;bigredtin.com/iehacks&lt;/a&gt; when memory fails us. We use this blog a resource.&lt;/em&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=hYHb5-Dt5qA:MFIc7xgnEBg:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=hYHb5-Dt5qA:MFIc7xgnEBg:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=hYHb5-Dt5qA:MFIc7xgnEBg:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=hYHb5-Dt5qA:MFIc7xgnEBg:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/hYHb5-Dt5qA" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/iehacks/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/iehacks/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/iehacks/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Josh Kinal</name>
					</author>
		<title type="html"><![CDATA[Clout by Colleen Jones: book review]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/0AimXGBndXE/" />
		<id>http://bigredtin.com/?p=1259</id>
		<updated>2011-09-13T06:35:45Z</updated>
		<published>2011-09-12T01:51:13Z</published>
		<category scheme="http://bigredtin.com" term="Content Strategy" /><category scheme="http://bigredtin.com" term="books" /><category scheme="http://bigredtin.com" term="communication" /><category scheme="http://bigredtin.com" term="content" /><category scheme="http://bigredtin.com" term="professional development" /><category scheme="http://bigredtin.com" term="review" />		<summary type="html"><![CDATA[Colleen Jones lays the premise of influence firmly on the table and discusses ways to begin thinking about content strategy as a means of influencing audiences on the web. The title of the book is explicit and confronting but how does the content itself stack up?]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/clout-by-colleen-jones-book-review/">&lt;p&gt;There must be a difficulty in writing books about content strategy. It&amp;#8217;s an area that has existed for a very long time but only had a name for a few years. People who have been performing content strategy tasks as part of their job will be familiar with many of the techniques explained in a book that introduces concepts. Meanwhile, there might be terms that were agreed upon by those who are active in the content strategy community but are unfamiliar to those performing the role of a content strategists in an isolated bubble.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.amazon.com/gp/product/0321733010/ref=as_li_ss_tl?ie=UTF8&amp;#038;tag=boxcutters-20&amp;#038;linkCode=as2&amp;#038;camp=217145&amp;#038;creative=399369&amp;#038;creativeASIN=0321733010" title="Amazon.com: Clout: The Art and Science of Influential Web Content (Voices That Matter) (9780321733016): Colleen Jones: Books"&gt;Colleen Jones&amp;#8217;s book, &lt;em&gt;Clout: the ART and SCIENCE of INFLUENTIAL WEB CONTENT&lt;/em&gt;&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0321733010&amp;amp;camp=217145&amp;amp;creative=399369" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;, faces this problem from the outset. Right there on the cover it straddles the fence of condescension. Its subtitle invokes the renaissance and dares to use the word &amp;#8220;influential&amp;#8221;: Influence being the characteristic sought by all who write content for the web but never mentioned explicitly for fear of being judged manipulative.&lt;/p&gt;
&lt;p&gt;In that way, Jones&amp;#8217;s title teaches us the first lesson the book has to offer: Sometimes it&amp;#8217;s better to be explicit than pretend to be something you&amp;#8217;re not.&lt;/p&gt;
&lt;p&gt;Inside the book, the lessons continue and it&amp;#8217;s quickly evident that these are lessons for the less informed content creators. The reader is eased into the concept of content strategy. For the uninformed it&amp;#8217;s an introduction while the informed are given some ready-formed arguments to help sell the idea of content strategy to those who need to buy it.&lt;/p&gt;
&lt;p&gt;Jones&amp;#8217;s book is a primer for content strategy, focussing more on creating content with a taste for the planning and analytics that go along with other parts of the strategy. She describes in appropriate detail why creating the right sort of content is difficult and how it&amp;#8217;s a job that is never really finished.&lt;/p&gt;
&lt;p&gt;Important for any introductory book, and successfully achieved by Jones, is informing the reader that there is still so much to learn before becoming an expert. Throughout &lt;em&gt;Clout&lt;/em&gt;, she refers to the other leaders in content strategy like &lt;a href="http://www.rockley.com/" title="The Rockley Group"&gt;Ann Rockley&lt;/a&gt;, &lt;a href="http://www.braintraffic.com/company/" title="Brain Traffic - Kristina Halvorson - Content Strategy"&gt;Kristina Halvorson&lt;/a&gt; and &lt;a href="http://incisive.nu/" title="Incisive.nu - Content, Publishing, Editorial"&gt;Erin Kissane&lt;/a&gt;, and she prescribes further reading into areas of marketing, planning, heuristics and analytics.&lt;/p&gt;
&lt;p&gt;In Australia we&amp;#8217;re particularly bad at explicit instruction. The title garnered some judgement amongst colleagues and judgemental looks on public transport. Our attitude is often &amp;#8220;what could a book tell me about what I do?&amp;#8221; The answer is: &amp;#8220;A lot. Now, shut up and read.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Clout&lt;/em&gt; puts the concept of content strategy into perspective for those who do it on a daily basis and those who are new to the idea. For those of us who work in the field, it serves as a reminder of what it is we&amp;#8217;re trying to achieve and who to talk about it to those who have no idea.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=0AimXGBndXE:EkVAXmwuXLI:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=0AimXGBndXE:EkVAXmwuXLI:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=0AimXGBndXE:EkVAXmwuXLI:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=0AimXGBndXE:EkVAXmwuXLI:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/0AimXGBndXE" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/clout-by-colleen-jones-book-review/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/clout-by-colleen-jones-book-review/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/clout-by-colleen-jones-book-review/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Peter Wilson</name>
						<uri>http://peterwilson.cc</uri>
					</author>
		<title type="html"><![CDATA[Big Red Framework on WordPress.org]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/49p6KiCcR5w/" />
		<id>http://bigredtin.com/?p=1248</id>
		<updated>2011-08-25T23:37:39Z</updated>
		<published>2011-08-25T23:19:51Z</published>
		<category scheme="http://bigredtin.com" term="Quick Notes" /><category scheme="http://bigredtin.com" term="themes" /><category scheme="http://bigredtin.com" term="WordPress" />		<summary type="html"><![CDATA[Big Red, the Soupgiant WordPress framework, has been added to the WordPress.org theme repository.]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/big-red-framework-on-wordpress-org/">&lt;p&gt;Big Red, the &lt;a href="http://soupgiant.com/"&gt;Soupgiant&lt;/a&gt; WordPress framework, has been added to the &lt;a href="http://wordpress.org/extend/themes/big-red-framework"&gt;WordPress.org theme repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have any code suggestions, you can &lt;a href="https://github.com/soupgiant/big-red-framework"&gt;fork the theme on Github&lt;/a&gt; and submit a pull request.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=49p6KiCcR5w:nVcT5Ik5YNY:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=49p6KiCcR5w:nVcT5Ik5YNY:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=49p6KiCcR5w:nVcT5Ik5YNY:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=49p6KiCcR5w:nVcT5Ik5YNY:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/49p6KiCcR5w" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/big-red-framework-on-wordpress-org/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/big-red-framework-on-wordpress-org/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/big-red-framework-on-wordpress-org/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Peter Wilson</name>
						<uri>http://peterwilson.cc</uri>
					</author>
		<title type="html"><![CDATA[Maintaining Link Focus]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/Je5zoCM7ykE/" />
		<id>http://bigredtin.com/?p=1236</id>
		<updated>2011-09-12T01:53:40Z</updated>
		<published>2011-08-23T03:39:20Z</published>
		<category scheme="http://bigredtin.com" term="Behind the Websites" /><category scheme="http://bigredtin.com" term="Accessibility" /><category scheme="http://bigredtin.com" term="CSS" /><category scheme="http://bigredtin.com" term="Eric Meyer" /><category scheme="http://bigredtin.com" term="reset" /><category scheme="http://bigredtin.com" term="usability" />		<summary type="html"><![CDATA[Anyone who has attempted to navigate a web page using the keyboard will have experienced sites that remove the default a:focus style without adding in a replacement.]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/maintaining-link-focus/">&lt;p&gt;Anyone who has attempted to navigate a web page using the keyboard, will have experienced sites that remove the default &lt;code&gt;a:focus&lt;/code&gt; style without adding in a replacement.&lt;/p&gt;
&lt;p&gt;The cause – but not the fault – lays with Eric Meyer&amp;#8217;s original &lt;a href="http://meyerweb.com/eric/tools/css/reset/"&gt;&lt;abbr&gt;CSS&lt;/abbr&gt; reset&lt;/a&gt;, subsequently included in the &lt;abbr&gt;YUI&lt;/abbr&gt; &lt;abbr&gt;CSS&lt;/abbr&gt; framework, among others.&lt;/p&gt;
&lt;p&gt;&lt;span id="more-1236"&gt;&lt;/span&gt;
&lt;p&gt;Eric warned that he didn&amp;#8217;t &amp;#8220;recommend that you just use this in its unaltered state&amp;#8221; but people did so anyway. Including the code:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;:focus {
  outline: 0;
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The problem became so widespread that Eric has &lt;a href="https://twitter.com/meyerweb/status/60685012059688960"&gt;apologised for it&lt;/a&gt;, even though &lt;strong&gt;it wasn&amp;#8217;t his fault people ignored his advice!&lt;/strong&gt; In the second version of his reset, he removed the code above.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;At &lt;a href="http://soupgiant.com/"&gt;Soupgiant&lt;/a&gt;, we take a two-fold approach to link focus styles. We leave the outline in place because users have come to expect it. To increase the contrast of focused links further, we reverse the foreground and background colours too.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;a:link, a:visited {
  color: #00f;
  background: transparent;
  text-decoration: underline;
}
a:focus {
  color: #fff;
  background: #00f;
  text-decoration: none;
}
a:hover, a:active {
  color: #00f;
  background: transparent;
  text-decoration: none;
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;While it seems we are doubling up on some code, it&amp;#8217;s a necessary evil as multiple pseudo-classes can be applied to single a link at once (for example: &lt;code&gt;:hover&lt;/code&gt; and &lt;code&gt;:focus&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;For the cost of a few extra bytes, we believe it adds significantly to the usability of our sites. For that reason, we&amp;#8217;ve included it in &lt;a href="http://www.minimumpage.com/"&gt;Minimum Page&lt;/a&gt;: our reset-free, &lt;abbr&gt;CSS&lt;/abbr&gt; starting point.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=Je5zoCM7ykE:s4Ry87s7Afc:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=Je5zoCM7ykE:s4Ry87s7Afc:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=Je5zoCM7ykE:s4Ry87s7Afc:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=Je5zoCM7ykE:s4Ry87s7Afc:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/Je5zoCM7ykE" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/maintaining-link-focus/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/maintaining-link-focus/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/maintaining-link-focus/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Peter Wilson</name>
						<uri>http://peterwilson.cc</uri>
					</author>
		<title type="html"><![CDATA[Minimum Page, A CSS Base]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/0v3IlIrdLOk/" />
		<id>http://bigredtin.com/?p=1225</id>
		<updated>2011-08-17T00:47:02Z</updated>
		<published>2011-08-17T00:25:52Z</published>
		<category scheme="http://bigredtin.com" term="Behind the Websites" /><category scheme="http://bigredtin.com" term="CSS" />		<summary type="html"><![CDATA[We decided to release <a href="http://soupgiant.com">Soupgiant</a>'s <abbr>CSS</abbr> base to the world at large, you'll find it at <a href="http://www.minimumpage.com">minimumpage.com</a>.]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/minimum-page-css/">&lt;p&gt;We decided to release &lt;a href="http://soupgiant.com"&gt;Soupgiant&lt;/a&gt;&amp;#8216;s &lt;abbr&gt;CSS&lt;/abbr&gt; base to the world at large. You can find it at &lt;a href="http://www.minimumpage.com"&gt;minimumpage.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Minimum Page comes from a frustration with &lt;abbr&gt;CSS&lt;/abbr&gt; resets and bases. Ripping down the styling only to rebuild many of the same styles is unnecessary, especially for defaults common to all browsers.&lt;/p&gt;
&lt;p&gt;To encourage people to consider the code they insert in their site, the styles aren&amp;#8217;t provided in a minimised form. Developers should edit the original base to make generic, site wide changes.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s exactly what we use to start all of our CSS at Soupgiant. We think it&amp;#8217;s important to share.&lt;/p&gt;
&lt;ul class="download" style="width: 220px; text-align: center; margin-left: auto; margin-right: auto;"&gt;
&lt;li class="download" style="list-style: none;"&gt;&lt;a style="display: block; color: #fff; background: #00813F; padding: 10px; text-align: center; border-radius: 5px;" href="http://www.minimumpage.com"&gt;Find out more&lt;/a&gt;&lt;/li&gt;
&lt;li class="github" style="display: inline-block; padding: 5px;"&gt;&lt;a href="https://github.com/soupgiant/minimum-page"&gt;View on github&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=0v3IlIrdLOk:eynOYvjbp_M:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=0v3IlIrdLOk:eynOYvjbp_M:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=0v3IlIrdLOk:eynOYvjbp_M:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=0v3IlIrdLOk:eynOYvjbp_M:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/0v3IlIrdLOk" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/minimum-page-css/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/minimum-page-css/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/minimum-page-css/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Josh Kinal</name>
					</author>
		<title type="html"><![CDATA[How Google Damages Its Own Brand]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/wrsV_qw0fWc/" />
		<id>http://bigredtin.com/?p=1216</id>
		<updated>2011-08-10T00:44:10Z</updated>
		<published>2011-08-10T00:22:45Z</published>
		<category scheme="http://bigredtin.com" term="Quick Notes" /><category scheme="http://bigredtin.com" term="brand" /><category scheme="http://bigredtin.com" term="google" /><category scheme="http://bigredtin.com" term="google plus" /><category scheme="http://bigredtin.com" term="user experience" />		<summary type="html"><![CDATA[Google Reader allows me to send to Twitter but not Google+. What is this doing to Google's own branding?]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/how-google-damages-its-own-brand/">&lt;p&gt;&lt;img src="http://littlerunningbear.com/files/2011/08/Screen-shot-2011-08-10-at-10.05.03-AM.png" alt="Screen shot 2011 08 10 at 10 05 03 AM" border="0" width="447" height="60"/&gt;&lt;br /&gt;
In &lt;a href="http://www.google.com/reader/" title="Feed reader for google"&gt;Google Reader&lt;/a&gt; I can send a piece to &lt;a href="http://twitter.com/"&gt;Twitter&lt;/a&gt; but I can&amp;#8217;t send it to &lt;a href="http://plus.google.com" title="Google Plus"&gt;Google+&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s an issue across branding, functionality and user experience.&lt;/p&gt;
&lt;p&gt;Previously Google represented novelty, ease of use, simplicity and innovation. With every half-baked idea, lacking basic intra-operability and seemingly losing sight of their own suite of services, they damage the trust we invested in them.&lt;/p&gt;
&lt;p&gt;Maybe it&amp;#8217;s only a little bit at a time, but it all adds up.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=wrsV_qw0fWc:Yls5KTRMEoc:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=wrsV_qw0fWc:Yls5KTRMEoc:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=wrsV_qw0fWc:Yls5KTRMEoc:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=wrsV_qw0fWc:Yls5KTRMEoc:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/wrsV_qw0fWc" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/how-google-damages-its-own-brand/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/how-google-damages-its-own-brand/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/how-google-damages-its-own-brand/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Josh Kinal</name>
					</author>
		<title type="html"><![CDATA[Check Your Content]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/izc9TEhEu2w/" />
		<id>http://bigredtin.com/?p=1201</id>
		<updated>2011-07-13T02:04:52Z</updated>
		<published>2011-07-13T02:05:45Z</published>
		<category scheme="http://bigredtin.com" term="Content Strategy" /><category scheme="http://bigredtin.com" term="brand" /><category scheme="http://bigredtin.com" term="content" /><category scheme="http://bigredtin.com" term="drafting" /><category scheme="http://bigredtin.com" term="marketing" /><category scheme="http://bigredtin.com" term="reputation" /><category scheme="http://bigredtin.com" term="strategy" /><category scheme="http://bigredtin.com" term="testing" /><category scheme="http://bigredtin.com" term="user experience" /><category scheme="http://bigredtin.com" term="vodafone" />		<summary type="html"><![CDATA[Testing content before publishing is important and there are many quick and cheap ways to achieve a good result that will save your brand. It's all about having a content strategy in place and keeping to that strategy.]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/check-your-content/">&lt;p&gt;After &lt;a href="http://bigredtin.com/2011/vodafone-confusion-content-strategy/" title="Vodafone, Confusion, and Content Strategy  |  Big Red Tin"&gt;last week&amp;#8217;s example&lt;/a&gt; in which I discussed how Vodafone&amp;#8217;s email to customers could have been improved with a little extra time, a reader offered further improvement.&lt;/p&gt;
&lt;p&gt;Where I had &amp;#8220;Vodafone will correct its billing system on 8 July 2011 to include three types of data usage,&amp;#8221; she suggested adding the word &amp;#8220;additional&amp;#8221; so that the sentence would read:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Vodafone will correct its billing system on 8 July 2011 to include three additional types of data usage.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That single word clarifies the situation a lot more.&lt;/p&gt;
&lt;p&gt;One of the reasons we perform user testing in web design is to get someone who has not lived with a website for months to point out something we&amp;#8217;ve missed. The same thing happens with content. Having another pair of eyes look over some content is a vital part of a content strategy.&lt;/p&gt;
&lt;p&gt;When we build content at &lt;a href="http://soupgiant.com/" title="Web Design in Melbourne"&gt;Soupgiant&lt;/a&gt;, almost nothing leaves the office without at least one other person looking at it. That&amp;#8217;s part of our content strategy.&lt;/p&gt;
&lt;p&gt;Every blog post is read, redrafted and proofed before publishing. Many of our emails are double-checked and workshopped. We want to make sure that the message going out with our brand on it accurately represents our brand. Sometimes we even cross-check tweets.&lt;/p&gt;
&lt;p&gt;This helps in a number of ways. Most importantly it means that every bit of content is clear in its intention. It also, however, means that we&amp;#8217;re involved in, and aware of, how the business is represented in the outside world.&lt;/p&gt;
&lt;p&gt;In small to medium sized businesses, it&amp;#8217;s rarely prudent to run a piece of content through a focus group but it is often easy to get someone else in the organisation to read through something.&lt;/p&gt;
&lt;p&gt;For a large organisation, like Vodafone, there are hundreds of people within the office who could have looked at the content of that email and offered suggestions.&lt;/p&gt;
&lt;p&gt;This part of content strategy fits into content management and follows two very simple rules:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Somebody must be in charge of approving content before it is released.&lt;/li&gt;
&lt;li&gt;The person who created the content cannot be the person approving it.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Sometimes you might find you&amp;#8217;re all alone, with no one to check the content and no ability wait until somebody else has a chance to look at it. This always feels weird but it works every time; If your content is written, read it aloud.&lt;/p&gt;
&lt;p&gt;When you read something aloud you&amp;#8217;re substituting your ears for someone else&amp;#8217;s eyes. You will be able to hear long sentences, ambiguities, questionable jargon and anything else that doesn&amp;#8217;t fit into your branded message.&lt;/p&gt;
&lt;p&gt;Nobody enjoys reworking something they previously thought was finished. It&amp;#8217;s tedious and annoying but it&amp;#8217;s less tedious and annoying than having your brand associated with &lt;a href="http://search.twitter.com/search?q=%23vodafail" title="twitter search"&gt;a twitter hashtag that ends in &amp;#8220;fail&amp;#8221;&lt;/a&gt;.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=izc9TEhEu2w:O2PGTdVT5Eg:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=izc9TEhEu2w:O2PGTdVT5Eg:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=izc9TEhEu2w:O2PGTdVT5Eg:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=izc9TEhEu2w:O2PGTdVT5Eg:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/izc9TEhEu2w" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/check-your-content/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/check-your-content/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/check-your-content/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>Josh Kinal</name>
					</author>
		<title type="html"><![CDATA[Website Policies and SEO]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.soupgiant.com/~r/bigredtin/~3/FLla_wjLhAQ/" />
		<id>http://bigredtin.com/?p=1190</id>
		<updated>2011-07-07T02:11:10Z</updated>
		<published>2011-07-07T02:11:10Z</published>
		<category scheme="http://bigredtin.com" term="Quick Notes" />		<summary type="html"><![CDATA[Looking through the RACV website policies I noticed this item: 7. linking to this web site 7.1 If you wish to establish a link to this web site you must, in the first instance, use the Contact Us link at the top of the page and provide the following information: a) the URL of the [...]]]></summary>
		<content type="html" xml:base="http://bigredtin.com/2011/website-policies-and-seo/">&lt;p&gt;Looking through the RACV website policies I noticed this item:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;7. linking to this web site&lt;/p&gt;
&lt;p&gt;7.1 If you wish to establish a link to this web site you must, in the first instance, use the Contact Us link at the top of the page and provide the following information:&lt;/p&gt;
&lt;p&gt;a) the URL of the web site that you seek to establish a link from;&lt;/p&gt;
&lt;p&gt;b) a brief description of your web site; and&lt;/p&gt;
&lt;p&gt;c) the reason that you wish to establish a link.&lt;/p&gt;
&lt;p&gt;7.2	If RACV agrees to your proposed link, you must comply with any terms and conditions imposed by RACV as a condition of such agreement.  If the nature and/or content of your web site changes in any significant way, you must contact RACV and provide a new description of your web site.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Is this good SEO practice? Is it a reasonable web practice considering the need for links to create the web itself?&lt;/p&gt;
&lt;p&gt;Is there copyright on the URL? Who owns that copyright?&lt;/p&gt;
&lt;p&gt;In keeping with their policies, I have not linked to the appropriate page but you can find it by going to racv.com.au and clicking the link at the bottom of the page titled &amp;#8220;RACV Website Terms &amp;amp; Conditions of Use&amp;#8221;.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=FLla_wjLhAQ:svgAvk9utOg:3QFJfmc7Om4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=FLla_wjLhAQ:svgAvk9utOg:3QFJfmc7Om4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.soupgiant.com/~ff/bigredtin?a=FLla_wjLhAQ:svgAvk9utOg:guobEISWfyQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/bigredtin?i=FLla_wjLhAQ:svgAvk9utOg:guobEISWfyQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/bigredtin/~4/FLla_wjLhAQ" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://bigredtin.com/2011/website-policies-and-seo/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://bigredtin.com/2011/website-policies-and-seo/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://bigredtin.com/2011/website-policies-and-seo/</feedburner:origLink></entry>
	</feed><!-- Dynamic page generated in 0.391 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-01-25 10:56:08 --><!-- Compression = gzip -->

