<?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>jonathanspence.com &#187; Software</title>
	<atom:link href="http://jonathanspence.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanspence.com</link>
	<description></description>
	<lastBuildDate>Sat, 29 May 2010 02:52:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Xavin&#8217;s Review Ratings 1.4 Released</title>
		<link>http://jonathanspence.com/2010/04/11/xavins-review-ratings-1-4-released/</link>
		<comments>http://jonathanspence.com/2010/04/11/xavins-review-ratings-1-4-released/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 06:32:34 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Xavin's Review Ratings]]></category>

		<guid isPermaLink="false">http://jonathanspence.com/?p=395</guid>
		<description><![CDATA[Nothing big in this release, just a relatively minor update to the xrrgroup tag.  I released mainly to finally get a new version out there, and to bump the official compatibility version to 3.0. Version 1.3.1 works fine with the current releases but there was a WordPress shortcode bug introduced in 2.8 that sometimes makes [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing big in this release, just a relatively minor update to the <em>xrrgroup</em> tag.  I released mainly to finally get a new version out there, and to bump the official compatibility version to 3.0. Version 1.3.1 works fine with the current releases but there was a WordPress shortcode bug introduced in 2.8 that sometimes makes the tags fail to render. If that happens just put spaces between the tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanspence.com/2010/04/11/xavins-review-ratings-1-4-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2007 &#8211; Showing Headings in Drop Down Menus</title>
		<link>http://jonathanspence.com/2008/10/30/sharepoint-drop-down-headings/</link>
		<comments>http://jonathanspence.com/2008/10/30/sharepoint-drop-down-headings/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 16:00:21 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Bad Magic]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.jonathanspence.com/?p=382</guid>
		<description><![CDATA[I have been fighting with the bad magic that is SharePoint recently, and one of the (many) problems I was having is that the design called for Headings to show up in the drop down menus, but we just could not get them to show up. It was very difficult to find information on this, [...]]]></description>
			<content:encoded><![CDATA[<p>I have been fighting with the bad magic that is SharePoint recently, and one of the (many) problems I was having is that the design called for Headings to show up in the drop down menus, but we just could not get them to show up. It was very difficult to find information on this, mainly because there are so many options and configuration choices for a SharePoint site that few solutions are ever straightforward or even applicable to how you have the site set up. I never found a direct explanation of how to get Headers in the drop down (flyout) menus, but luckily I found the solution by chance on a page explaining something else.<span id="more-382"></span></p>
<p>The first step is to make sure your site is set up correctly to use drop down menus. <a href="http://www.heathersolomon.com/blog/archive/2007/05/15/SharePoint-Tip--How-to-Activate-the-Drop-Down-Menu.aspx">This article</a> provides a good explanation. If you are just using WSS 3.0 instead of MOSS 2007, you will likely have to look somewhere else, as I&#8217;m pretty sure this will only work with the full product.</p>
<p>Once your site is set up, it&#8217;s easy to build out nice looking menus using the <em>Navigation</em> page in the <em>Site Settings</em>, but the headings won&#8217;t show up on the drop downs, at least with a Team Site Collection, it may be different with some of the other site types.</p>
<p>These changes need to be made to the master page you are using for the site, and to the administration master page if you want it to show up the same on those pages.</p>
<ol>
<li>Add the following to the top of the page, under the other control declarations:<br />
<code>&lt;%@ Register Tagprefix=&quot;PublishingNavigation&quot; Namespace=&quot;Microsoft.SharePoint.Publishing.Navigation&quot; Assembly=&quot;Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot; %&gt;</code></li>
<li>Add this right under the first <em>SharePoint:ASPMenu</em>&#8216;s closing tag:<br />
<code>&lt;publishingnavigation:PortalSiteMapDataSource ID=&quot;siteMapDataSource1&quot; Runat=&quot;server&quot; SiteMapProvider=&quot;CombinedNavSiteMapProvider&quot; EnableViewState=&quot;true&quot; StartFromCurrentNode=&quot;true&quot; StartingNodeOffset=&quot;0&quot; ShowStartingNode=&quot;true&quot; TreatStartingNodeAsCurrent=&quot;true&quot; /&gt;</code></li>
<li>Change the <em>DataSourceID</em> in the <em>SharePoint:AspMenu</em> control to <em>siteMapDataSource1.</em></li>
</ol>
<p>That&#8217;s it. Your Headings should now show up in the top navigation drop down menus.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanspence.com/2008/10/30/sharepoint-drop-down-headings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Xavin&#8217;s Review Ratings 1.3.1 Released</title>
		<link>http://jonathanspence.com/2008/10/07/xavins-review-ratings-131-released/</link>
		<comments>http://jonathanspence.com/2008/10/07/xavins-review-ratings-131-released/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 19:44:46 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Xavin's Review Ratings]]></category>

		<guid isPermaLink="false">http://www.jonathanspence.com/?p=377</guid>
		<description><![CDATA[Even though I hate it when plugins release too often, 1.3 had a bug that made error messages appear on the settings screen in some configurations. They were harmless, but I didn&#8217;t want them hanging around until the next major release. I also added a new option always_show_decimal that will add a .0 to whole [...]]]></description>
			<content:encoded><![CDATA[<p>Even though I hate it when plugins release too often, 1.3 had a bug that made error messages appear on the settings screen in some configurations. They were harmless, but I didn&#8217;t want them hanging around until the next major release. I also added a new option always_show_decimal that will add a .0 to whole numbers when displaying fractions. It&#8217;s false by default, but it can be turned on in the settings page, or set for individual tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanspence.com/2008/10/07/xavins-review-ratings-131-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Xavin&#8217;s Review Ratings 1.3 Released</title>
		<link>http://jonathanspence.com/2008/10/06/xavins-review-ratings-13-released/</link>
		<comments>http://jonathanspence.com/2008/10/06/xavins-review-ratings-13-released/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 04:44:48 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Xavin's Review Ratings]]></category>

		<guid isPermaLink="false">http://www.jonathanspence.com/?p=374</guid>
		<description><![CDATA[I released Xavin&#8217;s Review Ratings 1.3 today. It&#8217;s mostly an update to clean up and self document the admin panel, but it also includes three new image sets. In addition, all the HTML that&#8217;s rendered by the plugin is now fully templated.]]></description>
			<content:encoded><![CDATA[<p>I released <a href="http://www.jonathanspence.com/software/wordpress-plugins/xavins-review-ratings/">Xavin&#8217;s Review Ratings</a> 1.3 today. It&#8217;s mostly an update to clean up and self document the admin panel, but it also includes three new image sets. In addition, all the HTML that&#8217;s rendered by the plugin is now fully templated.</p>
<p><strong class="rating">Rating:</strong>&nbsp;&#9733;&#9733;&frac14;&#9734;&#9734;&nbsp;</p> <p><strong class="rating">Rating:</strong>&nbsp;&#9733;&#9733;&frac12;&#9734;&#9734;&nbsp;</p> <p><strong class="rating">Rating:</strong>&nbsp;&#9733;&#9733;&frac34;&#9734;&#9734;&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanspence.com/2008/10/06/xavins-review-ratings-13-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Xavin&#8217;s Review Ratings Released</title>
		<link>http://jonathanspence.com/2008/09/30/xavins-review-ratings-released/</link>
		<comments>http://jonathanspence.com/2008/09/30/xavins-review-ratings-released/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 17:00:28 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Xavin's Review Ratings]]></category>

		<guid isPermaLink="false">http://www.jonathanspence.com/?p=350</guid>
		<description><![CDATA[My second WordPress plugin, Xavin&#8217;s Review Ratings, was released today, and it is much more complicated and useful than my plugin for listing pages. It allows you to use a shortcode to easily add ratings to your pages that look like this: There are a ton of options and full documentation on the plugin page.]]></description>
			<content:encoded><![CDATA[<p>My second WordPress plugin, <a href="http://www.jonathanspence.com/software/wordpress-plugins/xavins-review-ratings/">Xavin&#8217;s Review Ratings</a>, was released today, and it is much more complicated and useful than my plugin for listing pages. It allows you to use a shortcode to easily add ratings to your pages that look like this:</p>
<p><strong class="rating">Rating:</strong>&nbsp;&#9733;&#9733;&#9733;&frac12;&#9734;&nbsp;</p>
<p>There are a ton of options and full documentation on the plugin page.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonathanspence.com/2008/09/30/xavins-review-ratings-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
