<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The b5media redesign</title>
	<atom:link href="http://www.blogherald.com/2006/11/06/the-b5media-redesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/</link>
	<description>The leading source of news covering social media and the blogosphere.</description>
	<lastBuildDate>Mon, 13 Feb 2012 02:30:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Duncan</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131304</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Tue, 07 Nov 2006 07:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131304</guid>
		<description>Ben
surprised you didn&#039;t know any of us, I must just know you by reputation, and certainly we&#039;ve got a lot of mutual acquaitences and friends. Don&#039;t be a stranger...and great job.</description>
		<content:encoded><![CDATA[<p>Ben<br />
surprised you didn&#8217;t know any of us, I must just know you by reputation, and certainly we&#8217;ve got a lot of mutual acquaitences and friends. Don&#8217;t be a stranger&#8230;and great job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Neumann</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131260</link>
		<dc:creator>Martin Neumann</dc:creator>
		<pubDate>Mon, 06 Nov 2006 23:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131260</guid>
		<description>Hey Mike - can you say all that again ... but in English ;-)</description>
		<content:encoded><![CDATA[<p>Hey Mike &#8211; can you say all that again &#8230; but in English ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Bleikamp</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131249</link>
		<dc:creator>Ben Bleikamp</dc:creator>
		<pubDate>Mon, 06 Nov 2006 22:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131249</guid>
		<description>Mike - good tip.  I am far from an expert with JavaScript / Ajax / etc.  Any tips on optimizing the code are greatly appreciated :)

Hopefully this week I can optimize the code a bit. :)</description>
		<content:encoded><![CDATA[<p>Mike &#8211; good tip.  I am far from an expert with JavaScript / Ajax / etc.  Any tips on optimizing the code are greatly appreciated :)</p>
<p>Hopefully this week I can optimize the code a bit. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131222</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Mon, 06 Nov 2006 18:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131222</guid>
		<description>You know how I feel. Stellar job, Ben</description>
		<content:encoded><![CDATA[<p>You know how I feel. Stellar job, Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rundle</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131203</link>
		<dc:creator>Mike Rundle</dc:creator>
		<pubDate>Mon, 06 Nov 2006 15:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131203</guid>
		<description>Hey Ben, one little thing I thought I&#039;d mention.  The tab box at the top of the main column really doesn&#039;t need Ajax to switch panels, in fact the usage of Ajax has been slowing down the panel switching for me immensely.  Since it&#039;s only a few sentences per tab, why not just hide/show divs instead of calling another page for the content?  You could chomp the entire &lt;a href=&quot;http://www.b5media.com/wp-content/themes/b5/js/ajaxtabs.js&quot; rel=&quot;nofollow&quot;&gt;ajaxtabs.js&lt;/a&gt; file down to one function because all you need is a conditional that checks whether a tab is displayed or not.  Load up the data for all the panels on the normal page load (use includes to keep text files separate if they&#039;ll be updated often) and then the tab switching will be instantaneous -- no need for the &quot;Requesting Content...&quot; filler text.

Ajax fetching is useful, but only if you&#039;e doing some massive computational stuff and you know it&#8217;ll be awhile.  With 9rules Search we&#039;re accessing the Flickr API and custom parsing the YouTube Search Results RSS feed (&lt;a href=&quot;http://9rules.com/search/paris+hilton&quot; rel=&quot;nofollow&quot;&gt;example&lt;/a&gt;) so it takes about 5 seconds for our server to chug through the 600 lines of PHP making it happen, thus we didn&#039;t want to load it in the normal flow of code and slow down the rest of the page.

Just my half a cent&#039;s worth of knowledge... spend it or toss it ;)</description>
		<content:encoded><![CDATA[<p>Hey Ben, one little thing I thought I&#8217;d mention.  The tab box at the top of the main column really doesn&#8217;t need Ajax to switch panels, in fact the usage of Ajax has been slowing down the panel switching for me immensely.  Since it&#8217;s only a few sentences per tab, why not just hide/show divs instead of calling another page for the content?  You could chomp the entire <a href="http://www.b5media.com/wp-content/themes/b5/js/ajaxtabs.js" rel="nofollow">ajaxtabs.js</a> file down to one function because all you need is a conditional that checks whether a tab is displayed or not.  Load up the data for all the panels on the normal page load (use includes to keep text files separate if they&#8217;ll be updated often) and then the tab switching will be instantaneous &#8212; no need for the &#8220;Requesting Content&#8230;&#8221; filler text.</p>
<p>Ajax fetching is useful, but only if you&#8217;e doing some massive computational stuff and you know it&#8217;ll be awhile.  With 9rules Search we&#8217;re accessing the Flickr API and custom parsing the YouTube Search Results RSS feed (<a href="http://9rules.com/search/paris+hilton" rel="nofollow">example</a>) so it takes about 5 seconds for our server to chug through the 600 lines of PHP making it happen, thus we didn&#8217;t want to load it in the normal flow of code and slow down the rest of the page.</p>
<p>Just my half a cent&#8217;s worth of knowledge&#8230; spend it or toss it ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Neumann</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131182</link>
		<dc:creator>Martin Neumann</dc:creator>
		<pubDate>Mon, 06 Nov 2006 12:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131182</guid>
		<description>Good stuff, Ben. I&#039;m impressed with the new design.

I like the cleaner blogroll via the javascript/css drop-downs - looks very smart.

Maybe the B5 Headlines should include a comment count.

With regards to the random channels, I&#039;d prefer more channels shown with just the headlines - say 3 random channels followed by 5 headlines to the latest posts with no summary.

Finally, I quite like the white space under the banner and wouldn&#039;t want to see any line ads to clutter it up. Maybe where the jobboard box is can be the place for advertisements, maybe something like TechCrunch has with those four 125x125.

Just my 2 cents from a non-designer. ;-)

Cheers and well done,
Martin</description>
		<content:encoded><![CDATA[<p>Good stuff, Ben. I&#8217;m impressed with the new design.</p>
<p>I like the cleaner blogroll via the javascript/css drop-downs &#8211; looks very smart.</p>
<p>Maybe the B5 Headlines should include a comment count.</p>
<p>With regards to the random channels, I&#8217;d prefer more channels shown with just the headlines &#8211; say 3 random channels followed by 5 headlines to the latest posts with no summary.</p>
<p>Finally, I quite like the white space under the banner and wouldn&#8217;t want to see any line ads to clutter it up. Maybe where the jobboard box is can be the place for advertisements, maybe something like TechCrunch has with those four 125&#215;125.</p>
<p>Just my 2 cents from a non-designer. ;-)</p>
<p>Cheers and well done,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Evans (SYNTAGMA)</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131175</link>
		<dc:creator>John Evans (SYNTAGMA)</dc:creator>
		<pubDate>Mon, 06 Nov 2006 11:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131175</guid>
		<description>It&#039;s an excellent piece of work, Ben. Many congratulations.

I was interested in the &quot;three audiences&quot; idea. Isn&#039;t that a bit too much for one landing page? Personally, I would separate off the readers onto another more glamorous portal page, leaving advertisers and would-be bloggers at b5. That would mean defining the content under different branding.

It would also make your job on this page a lot easier, don&#039;t you think?</description>
		<content:encoded><![CDATA[<p>It&#8217;s an excellent piece of work, Ben. Many congratulations.</p>
<p>I was interested in the &#8220;three audiences&#8221; idea. Isn&#8217;t that a bit too much for one landing page? Personally, I would separate off the readers onto another more glamorous portal page, leaving advertisers and would-be bloggers at b5. That would mean defining the content under different branding.</p>
<p>It would also make your job on this page a lot easier, don&#8217;t you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Bleikamp</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131143</link>
		<dc:creator>Ben Bleikamp</dc:creator>
		<pubDate>Mon, 06 Nov 2006 07:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131143</guid>
		<description>Drumsnwhistles - the white space is actually there because I was allowing room for the content in the splash to expand.  In my initial comp I had intended the splash area to be 250px high - just like the ad on the right.

You&#039;re right that it could be used for something else.  In the future maybe something will fit in there ;)</description>
		<content:encoded><![CDATA[<p>Drumsnwhistles &#8211; the white space is actually there because I was allowing room for the content in the splash to expand.  In my initial comp I had intended the splash area to be 250px high &#8211; just like the ad on the right.</p>
<p>You&#8217;re right that it could be used for something else.  In the future maybe something will fit in there ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrumsNWhistles</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131139</link>
		<dc:creator>DrumsNWhistles</dc:creator>
		<pubDate>Mon, 06 Nov 2006 07:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131139</guid>
		<description>It&#039;s a nice design -- I&#039;m curious about something, though.  Is the white space under the banner intended as ad space or something else?  It seems like prime real estate that should be used in some fashion, so I&#039;m thinking it has a purpose and I just don&#039;t know what it is. :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s a nice design &#8212; I&#8217;m curious about something, though.  Is the white space under the banner intended as ad space or something else?  It seems like prime real estate that should be used in some fashion, so I&#8217;m thinking it has a purpose and I just don&#8217;t know what it is. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B5Media Redesign &#124; The Celebrity Cowboy</title>
		<link>http://www.blogherald.com/2006/11/06/the-b5media-redesign/comment-page-1/#comment-131126</link>
		<dc:creator>B5Media Redesign &#124; The Celebrity Cowboy</dc:creator>
		<pubDate>Mon, 06 Nov 2006 05:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogherald.com/2006/11/06/the-b5media-redesign/#comment-131126</guid>
		<description>[...] Check out the analysis  This Post Made Possible by Freedom to Fascism [...]</description>
		<content:encoded><![CDATA[<p>[...] Check out the analysis  This Post Made Possible by Freedom to Fascism [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

