<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx</link><description>I’m back after a long break from posting to announce the availability of a new web part that you may find helpful. Zone Tabs 2.0 is a new version of a tab web part I previously released on GotDotNet that helps reduce clutter on a web part page by allowing</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8471607</link><pubDate>Thu, 08 May 2008 15:55:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8471607</guid><dc:creator>T Henry</dc:creator><description>&lt;P&gt;hi, great webparts. is there an easy way to customize the themes. &lt;/P&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8474866</link><pubDate>Fri, 09 May 2008 00:52:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8474866</guid><dc:creator>BobGerman</dc:creator><description>&lt;p&gt;The difficulty depends on how cleanly you want to add a &amp;quot;theme&amp;quot;. For each theme, there is a set of images and CSS styles. You could create your own images (perhaps by recoloring some of mine) and then override my CSS styles in your own style sheet. That's the simplest approach. If you wanted to name your theme and make it selectable when editing the web part, then you'd need to change the code.&lt;/p&gt;
&lt;p&gt;The CSS file is at _layouts/images/EasyTabParts.css (within any site). You'll notice there is a set of styles for each &amp;quot;theme&amp;quot;; these reference the images that form the background of each tab.&lt;/p&gt;
&lt;p&gt;I hope this helps - thanks!&lt;/p&gt;
</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8676772</link><pubDate>Tue, 01 Jul 2008 15:34:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8676772</guid><dc:creator>Adi Jayaram</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The editor part does not display the checkboxes&lt;/p&gt;
&lt;p&gt;to enable zones on individual tabs, please advice.&lt;/p&gt;
&lt;p&gt;3.	Each row of check boxes corresponds to a web part in the zone, with a checkbox for each of the tabs (by number). &lt;/p&gt;
&lt;p&gt;Thanks, Adi&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8709568</link><pubDate>Tue, 08 Jul 2008 23:03:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8709568</guid><dc:creator>BobGerman</dc:creator><description>&lt;p&gt;This will normally occur if there are no other web parts in the zone. Zone Tabs needs other web parts so it can show/hide them based on its tabs.&lt;/p&gt;
&lt;p&gt;Are you sure you've placed the Zone Tabs in a zone with other web parts?&lt;/p&gt;
</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8714513</link><pubDate>Thu, 10 Jul 2008 03:28:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8714513</guid><dc:creator>Aniket</dc:creator><description>&lt;p&gt;Very nice piece of work...&lt;/p&gt;
&lt;p&gt;Also it would be great if it will not postback....&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8739532</link><pubDate>Wed, 16 Jul 2008 20:54:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8739532</guid><dc:creator>Jack Lapke</dc:creator><description>&lt;p&gt;Thanks for sharing this. &amp;nbsp;I don't have permissions to import web parts, but I'll ask system administrators here. &amp;nbsp;I find is amazing that a capbaility that was in SharePoint 2003 was dropped.&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8762587</link><pubDate>Tue, 22 Jul 2008 00:02:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8762587</guid><dc:creator>BobGerman</dc:creator><description>&lt;p&gt;FYI - I have re-posted the SharePoint 2003 version for those who need it.&lt;/p&gt;
&lt;p&gt;Nothing was dropped, I just decided to port this to the new ASP.NET 2.0 style web parts, which only work with the new version of SharePoint. Also I wanted to take advantage of the &amp;quot;features&amp;quot; and &amp;quot;solutions&amp;quot; capability for installing and managing customizations to SharePoint, which are MUCH more powerful than what was there before... in the 2003 version I avoided adding any images or style sheets because creating the setup was so difficult.&lt;/p&gt;
&lt;p&gt;Anyway thanks for the feedback!&lt;/p&gt;
</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8764539</link><pubDate>Tue, 22 Jul 2008 20:53:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8764539</guid><dc:creator>Suresh</dc:creator><description>&lt;p&gt;Is there any way to persist the current tab through a document/comment upload/insert? &amp;nbsp;I've got several tabs that show List View Web Parts with the summary toolbar. &amp;nbsp;A user can click the third tab, Documents, and see a list of all documents. &amp;nbsp;They can also click 'Add a new document' at the bottom and go through that process. &amp;nbsp;At the end of that process, they are sent back to the page with the Zone Tabs Web Part, but the selected tab is always the first tab. &amp;nbsp;It would be great to have a way to have the selected tab be the tab they were just on.&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8767428</link><pubDate>Wed, 23 Jul 2008 20:46:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8767428</guid><dc:creator>BobGerman</dc:creator><description>&lt;p&gt;Thanks Suresh - &lt;/p&gt;
&lt;p&gt;It's funny you ask because a bug I had early on was that the tabs got reset with any postback on the page! You'll see some checks in the code to ensure that doesn't happen. The tricky part about your scenario is that the user leaves the page and returns to it via an http get, the usual postback technique of remembering the tab selection won't work.&lt;/p&gt;
&lt;p&gt;Perhaps I could drop a cookie on them to remember their most recent tab selection... I'll keep that in mind for the next version ;-)&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8772028</link><pubDate>Fri, 25 Jul 2008 15:24:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8772028</guid><dc:creator>bache</dc:creator><description>&lt;p&gt;Great job, thanks!&lt;/p&gt;
&lt;p&gt;I want to make a slight change - to select a tab according to a parameter in the query string. However I face up some difficulties with building the new solution. I make a new key file to sign the assembly and change the PublicKeyToken in the ZoneTabs.webpart and manifest.xml. I create the new solution, add it, deploy it, activate the feature. But when I try to add the web part, I recieve the error which says that the web part cannot be imported. &lt;/p&gt;
&lt;p&gt;Is there anything else which I am missing?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8955736</link><pubDate>Wed, 17 Sep 2008 19:13:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8955736</guid><dc:creator>BobGerman</dc:creator><description>&lt;p&gt;Thanks Bache -- seems to me it should work if you checked the public key w/the sn command and re-deployed the solution. If you were previously running my version of the web part you might need to manually remove the ZoneTabs.webpart file from the Web Part gallery; I've had issues where the .webpart files don't get updated, which would leave the old public key in place.&lt;/p&gt;
&lt;p&gt;Best of luck - thanks!&lt;/p&gt;
</description></item><item><title>Page Tab.</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#8976618</link><pubDate>Sat, 04 Oct 2008 22:26:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8976618</guid><dc:creator>Peter.</dc:creator><description>&lt;p&gt;Hi Bob, &lt;/p&gt;
&lt;p&gt;The Page Tab control is not included in new version?, i have a blank site and i need Page Tab Navigation... &lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#9001251</link><pubDate>Thu, 16 Oct 2008 03:25:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9001251</guid><dc:creator>petka</dc:creator><description>&lt;p&gt;Just want to second Aniket on postback issue. Webpart works great, but causes postback when tabs are clicked. Any ideas? &lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#9002184</link><pubDate>Thu, 16 Oct 2008 22:20:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9002184</guid><dc:creator>BobGerman</dc:creator><description>&lt;p&gt;Hi Petka - Yes I know, I know! :-)&lt;/p&gt;
&lt;p&gt;I need to find some &amp;quot;free time&amp;quot; (what's that?) to add an AJAX type feature. I think it's a great idea; I'll post on this blog when I get it, but right now I'm over my head with other work and alas this takes a back seat...&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#9301946</link><pubDate>Fri, 09 Jan 2009 16:55:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9301946</guid><dc:creator>Joy Kevin Machado</dc:creator><description>&lt;p&gt;How can i use this control to use ajax.&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#9369435</link><pubDate>Thu, 22 Jan 2009 20:24:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9369435</guid><dc:creator>jikner</dc:creator><description>&lt;p&gt;Is there any way to add additional tabs?&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#9390052</link><pubDate>Mon, 02 Feb 2009 12:17:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9390052</guid><dc:creator>Mehul Bhuva</dc:creator><description>&lt;p&gt;Hi Bob,&lt;/p&gt;
&lt;p&gt;This webpart of yours is a wonderfull contribution to the Sharepoint community. If we can add a flavour of AJAX into it, it will be the most famous webpart within the moss community...&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#9442678</link><pubDate>Tue, 24 Feb 2009 17:24:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442678</guid><dc:creator>Mehul Bhuva</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have AJAX enabled the Zone Tab webpart, i have written a step-by-step how-to article on my blogsite, check it out at: &lt;a rel="nofollow" target="_new" href="http://mehulbhuva.blogspot.com/2009/02/ajaxify-zone-tabs-web-part-in.html"&gt;http://mehulbhuva.blogspot.com/2009/02/ajaxify-zone-tabs-web-part-in.html&lt;/a&gt;&lt;/p&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#9514778</link><pubDate>Fri, 27 Mar 2009 22:00:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9514778</guid><dc:creator>Tina</dc:creator><description>&lt;P&gt;Hi, I was trying to fine the download for SharePoint 2003 and didn't see this. Is it still available? I really need it. Thanks&lt;/P&gt;</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#9523891</link><pubDate>Tue, 31 Mar 2009 23:29:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9523891</guid><dc:creator>BobGerman</dc:creator><description>&lt;p&gt;Yes - the old version is at &lt;a rel="nofollow" target="_new" href="http://code.msdn.microsoft.com/zonetabs/Release/ProjectReleases.aspx?ReleaseId=1264"&gt;http://code.msdn.microsoft.com/zonetabs/Release/ProjectReleases.aspx?ReleaseId=1264&lt;/a&gt; ... &lt;/p&gt;
</description></item><item><title>re: Back in the Zone with ZoneTabs</title><link>http://blogs.msdn.com/bobgerman/archive/2008/02/19/back-in-the-zone-with-zonetabs.aspx#9627104</link><pubDate>Tue, 19 May 2009 09:49:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9627104</guid><dc:creator>pretty_kiddy</dc:creator><description>&lt;p&gt;thank your Excellent job&lt;/p&gt;
&lt;p&gt;a css bug for ie 6 ?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.wood-son.com/temp/ie.jpg"&gt;http://www.wood-son.com/temp/ie.jpg&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>