<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-AU">
  <id>https://david.gardiner.net.au/tags/SharePoint.xml</id>
  <title type="html">David Gardiner - SharePoint</title>
  <updated>2026-08-12T00:18:15.213Z</updated>
  <subtitle>Blog posts tagged with &apos;SharePoint&apos; - A blog of software development, .NET and other interesting things</subtitle>
  <rights>Copyright 2026 David Gardiner</rights>
  <icon>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=64</icon>
  <logo>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=256</logo>
  <generator uri="https://github.com/flcdrg/astrojs-atom" version="3">astrojs-atom</generator>
  <author>
    <name>David Gardiner</name>
  </author>
  <link href="https://david.gardiner.net.au/tags/SharePoint.xml" rel="self" type="application/atom+xml"/>
  <link href="https://david.gardiner.net.au/tags/SharePoint" rel="alternate" type="text/html" hreflang="en-AU"/>
  <category term="SharePoint"/>
  <category term="Software Development"/>
  <entry>
    <id>https://david.gardiner.net.au/2008/01/confluence-wiki</id>
    <updated>2008-01-18T14:51:00.001+10:30</updated>
    <title>Confluence Wiki</title>
    <link href="https://david.gardiner.net.au/2008/01/confluence-wiki" rel="alternate" type="text/html" title="Confluence Wiki"/>
    <category term="Software"/>
    <category term="SharePoint"/>
    <published>2008-01-18T14:51:00.001+10:30</published>
    <summary type="html">Last year Ben spent some time evaluating Wiki software.</summary>
    <content type="html">&lt;p&gt;Last year Ben spent some time evaluating Wiki software. He quickly came to the conclusion that the SharePoint offering was not that impressive. He also looked at some other versions which were much more capable.&lt;/p&gt;
&lt;p&gt;I&apos;d noticed that quite a number of sites globally were using &lt;a href=&quot;https://www.atlassian.com/&quot;&gt;Atlassian&lt;/a&gt;&apos;s &lt;a href=&quot;https://www.atlassian.com/software/confluence&quot;&gt;Confluence Wiki&lt;/a&gt; software. We managed to purchase a 25-user license to test the waters. Apart from anything else, Atlassian are based in Australia, which is nice.&lt;/p&gt;
&lt;p&gt;Yesterday I had the opportunity to install it and get it up and running. I found the process surprisingly straight-forward.&lt;/p&gt;
&lt;p&gt;It is written in Java, and requires JDK 1.6, but otherwise it was just a matter of &lt;a href=&quot;https://confluence.atlassian.com/doc/confluence-installation-guide-135681.html&quot;&gt;following the instructions&lt;/a&gt; step by step (including grabbing &lt;a href=&quot;https://jtds.sourceforge.net/&quot;&gt;these JTDS drivers&lt;/a&gt; as we&apos;re using SQL Server for the database backend).&lt;/p&gt;
&lt;p&gt;It defaults to running on port 8080, but after stopping the default web server in IIS, a quick edit of conf\server.xml swapped to standard port 80.&lt;/p&gt;
&lt;p&gt;The database setup went flawlessly. I just pointed Confluence at the server, and ensured the username was in the db_owner role, and it created all the tables it required. I&apos;ve since removed it from the owner role.&lt;/p&gt;
&lt;p&gt;We have our own Active Directory so using LDAP for authentication made sense. This too proved simple to configure. I just followed the instructions again, and used an existing AD account.&lt;/p&gt;
&lt;p&gt;About the only thing I haven&apos;t got working is configuring the whole thing to run as a service. There&apos;s &lt;a href=&quot;https://confluence.atlassian.com/doc/start-confluence-automatically-on-windows-as-a-service-172071.html&quot;&gt;documentation on how to do this&lt;/a&gt;, but it doesn&apos;t work for me. Hopefully I&apos;ll hear back from their support people shortly.&lt;/p&gt;
&lt;p&gt;I was quite pleased with the whole process. It isn&apos;t quite as nice as just double-clicking on an .MSI file, but it was still relatively painless.&lt;/p&gt;
&lt;p&gt;Later on, we can try out the &lt;a href=&quot;https://web.archive.org/web/20110526082346/http://www.atlassian.com:80/sharepoint/&quot;&gt;SharePoint Connector&lt;/a&gt; that lets you integrate Confluence with a SharePoint site.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2008/01/importing-excel-2007-into-windows</id>
    <updated>2008-01-08T11:40:00.001+10:30</updated>
    <title>Importing Excel 2007 into Windows SharePoint Services 2</title>
    <link href="https://david.gardiner.net.au/2008/01/importing-excel-2007-into-windows" rel="alternate" type="text/html" title="Importing Excel 2007 into Windows SharePoint Services 2"/>
    <category term="Office"/>
    <category term="SharePoint"/>
    <published>2008-01-08T11:40:00.001+10:30</published>
    <summary type="html">In WSS 2.0, there&apos;s an option to create a new list by importing an Excel Spreadsheet.</summary>
    <content type="html">&lt;p&gt;In WSS 2.0, there&apos;s an option to create a new list by importing an Excel Spreadsheet.&lt;/p&gt;
&lt;p&gt;I&apos;ve got Excel 2007 installed, and so after selecting the cell range of an .xls file I got this error message:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Method &apos;Post&apos; of object &apos;IOWSPostData&apos; failed&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Searching for this gave me a &lt;a href=&quot;https://web.archive.org/web/20091003234737/http://www.tek-tips.com:80/viewthread.cfm?qid=1330234&amp;amp;page=1&quot;&gt;possible solution&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Because this particular SharePoint is still version 2.0, I figured that lVer = 2 was appropriate, and the good news is it worked.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/08/how-do-you-migrate-wss2-web-site-to</id>
    <updated>2007-08-02T11:19:00.001+09:30</updated>
    <title>How do you migrate a WSS2 web site to another server running WSS3?</title>
    <link href="https://david.gardiner.net.au/2007/08/how-do-you-migrate-wss2-web-site-to" rel="alternate" type="text/html" title="How do you migrate a WSS2 web site to another server running WSS3?"/>
    <category term="SharePoint"/>
    <published>2007-08-02T11:19:00.001+09:30</published>
    <summary type="html">I&apos;ve got two servers running Windows SharePoint Services.</summary>
    <content type="html">&lt;p&gt;I&apos;ve got two servers running Windows SharePoint Services.&lt;/p&gt;
&lt;p&gt;Server &apos;A&apos; is running 2.0, server &apos;B&apos; is running 3.0.&lt;/p&gt;
&lt;p&gt;I&apos;d like to migrate a single web site from A to B.&lt;/p&gt;
&lt;p&gt;I found this KB article - &lt;a href=&quot;http://support.microsoft.com/kb/825536/en-us?spid=11373&amp;amp;sid=global&quot;&gt;How to move a Windows SharePoint Services Web site from one server to another by using FrontPage 2003&lt;/a&gt;, and I thought I&apos;d be clever and use SharePoint Designer to try and do a similar thing, but it doesn&apos;t work.&lt;/p&gt;
&lt;p&gt;You can backup the 2.0 site ok, but when you connect to the empty 3.0 site, the restore function expects a different file type.&lt;/p&gt;
&lt;p&gt;It does seem a reasonable thing to want to do, and it&apos;s annoying that there doesn&apos;t appear to be an obvious solution.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/06/apac-sharepoint-conference-thoughts</id>
    <updated>2007-06-04T10:43:00.001+09:30</updated>
    <title>APAC SharePoint Conference thoughts</title>
    <link href="https://david.gardiner.net.au/2007/06/apac-sharepoint-conference-thoughts" rel="alternate" type="text/html" title="APAC SharePoint Conference thoughts"/>
    <category term="Conferences"/>
    <category term="SharePoint"/>
    <published>2007-06-04T10:43:00.001+09:30</published>
    <summary type="html">Last month I attended the 2-day Asia-Pacific Microsoft SharePoint Conference, held at the Hilton Hotel in Sydney.</summary>
    <content type="html">&lt;p&gt;Last month I attended the 2-day Asia-Pacific &lt;a href=&quot;https://web.archive.org/web/20100614111957/http://www.microsoftsharepoint.com:80/Pages/whyattend.aspx&quot;&gt;Microsoft SharePoint Conference&lt;/a&gt;, held at the Hilton Hotel in Sydney.&lt;/p&gt;
&lt;p&gt;It proved to be the ideal timing for me, as I&apos;ve been tinkering around the edges of SharePoint 2007 for most of this year.&lt;/p&gt;
&lt;p&gt;There were lots of good technical talks, though I was a bit disappointed at the number of delays for sessions starting because of speaker&apos;s laptops being messed up, virtual machines not working or network connections not connecting.&lt;/p&gt;
&lt;p&gt;One useful thing I did pick up was that there are a number of handy tools people are writing that will make developing sites in SharePoint a lot easier.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://web.archive.org/web/20220810201219/http://www.echotechnology.com/products/spy/Pages/default.aspx&quot;&gt;SharePoint Spy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.archive.org/web/20070624202005/http://www.u2u.info:80/SharePoint/U2U%20Community%20Tools/Forms/AllItems.aspx&quot;&gt;Caml Builder&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The venue was excellent - we stayed at the Hilton which is probably the fanciest place I can remember staying at! Very comfortable rooms, and the catering for the event was great.&lt;/p&gt;
&lt;p&gt;The Tuesday night &quot;entertainment&quot; turned out to be a very creative &quot;Wild West Saloon Bar&quot; theme - complete with lots of gambling tables. I grabbed some food to eat, but then left early (I don&apos;t gamble, so there wasn&apos;t much attraction to staying around) and saw &lt;a href=&quot;https://web.archive.org/web/20160210233626/http://flash.sonypictures.com/movies/spiderman3/site/index.php&quot;&gt;Spiderman 3&lt;/a&gt; at the &lt;a href=&quot;https://web.archive.org/web/20091025160701/http://www.imax.com.au/films/film.asp?id=47&quot;&gt;Darling Harbour Imax&lt;/a&gt;. Seeing it on the very big screen is one way to realise that &lt;a href=&quot;https://www.imdb.com/name/nm0001497/&quot;&gt;Tobey Maquire&lt;/a&gt; and &lt;a href=&quot;https://www.imdb.com/name/nm0000379/&quot;&gt;Kirsten Dunst&lt;/a&gt; don&apos;t have perfect skin after all!&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/04/passed-071-541</id>
    <updated>2007-04-12T14:38:00.000+09:30</updated>
    <title>Passed SharePoint exam 071-541</title>
    <link href="https://david.gardiner.net.au/2007/04/passed-071-541" rel="alternate" type="text/html" title="Passed SharePoint exam 071-541"/>
    <category term="Training and Certification"/>
    <category term="SharePoint"/>
    <published>2007-04-12T14:38:00.000+09:30</published>
    <summary type="html">I just found out I passed Microsoft Windows® SharePoint® Services 3.0 - Application Development, which I took in December.</summary>
    <content type="html">&lt;p&gt;I just found out I passed Microsoft Windows® SharePoint® Services 3.0 - Application Development, which &lt;a href=&quot;/2006/12/beta-exams-for-70-541-71-541-for&quot;&gt;I took in December&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Ironically, I found out from a message from my wife - they&apos;d sent an old-fashioned letter in the mail. Not sure why they wouldn&apos;t just send an email to me :-)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/04/debugger-for-sharepoint</id>
    <updated>2007-04-11T09:36:00.001+09:30</updated>
    <title>Debugger &quot;Feature&quot; for SharePoint</title>
    <link href="https://david.gardiner.net.au/2007/04/debugger-for-sharepoint" rel="alternate" type="text/html" title="Debugger &quot;Feature&quot; for SharePoint"/>
    <category term="SharePoint"/>
    <published>2007-04-11T09:36:00.001+09:30</published>
    <summary type="html">Here&apos;s a Debugger &quot;Feature&quot; for Windows SharePoint Service 3.0</summary>
    <content type="html">&lt;p&gt;Here&apos;s a &lt;a href=&quot;https://web.archive.org/web/20100106220227/http://blogs.msdn.com:80/sharepoint/archive/2007/04/10/debugger-feature-for-sharepoint.aspx&quot;&gt;Debugger &quot;Feature&quot;&lt;/a&gt; for Windows SharePoint Service 3.0&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/04/sharepoint-2007-css-reference-chart</id>
    <updated>2007-04-03T11:37:00.001+09:30</updated>
    <title>SharePoint 2007 CSS Reference Chart</title>
    <link href="https://david.gardiner.net.au/2007/04/sharepoint-2007-css-reference-chart" rel="alternate" type="text/html" title="SharePoint 2007 CSS Reference Chart"/>
    <category term="SharePoint"/>
    <published>2007-04-03T11:37:00.001+09:30</published>
    <summary type="html">Something to file away for future reference - a list of all the CSS classes and IDs used by SharePoint 2007.</summary>
    <content type="html">&lt;p&gt;Something to file away for future reference - a &lt;a href=&quot;https://www.mumstheword.store/&quot;&gt;list of all the CSS classes and IDs&lt;/a&gt; used by SharePoint 2007.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/03/visual-studio-2005-extensions-for</id>
    <updated>2007-03-16T11:24:00.001+10:30</updated>
    <title>Visual Studio 2005 Extensions for Windows SharePoint Services 3.0</title>
    <link href="https://david.gardiner.net.au/2007/03/visual-studio-2005-extensions-for" rel="alternate" type="text/html" title="Visual Studio 2005 Extensions for Windows SharePoint Services 3.0"/>
    <category term="SharePoint"/>
    <published>2007-03-16T11:24:00.001+10:30</published>
    <summary type="html">This appears to be the RTM of the extensions for Visual Studio 2005 that improve support for developing Web Parts, site and list definitions.</summary>
    <content type="html">&lt;p&gt;This appears to be the RTM of the &lt;a href=&quot;https://web.archive.org/web/20070328190825/http://www.microsoft.com:80/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057&amp;amp;displaylang=en&quot;&gt;extensions&lt;/a&gt; for Visual Studio 2005 that improve support for developing Web Parts, site and list definitions. It also includes the &quot;SharePoint Solution Generator&quot;.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/03/asia-pacific-sharepoint-conference</id>
    <updated>2007-03-07T13:07:00.001+10:30</updated>
    <title>Asia Pacific SharePoint Conference update</title>
    <link href="https://david.gardiner.net.au/2007/03/asia-pacific-sharepoint-conference" rel="alternate" type="text/html" title="Asia Pacific SharePoint Conference update"/>
    <category term="Conferences"/>
    <category term="SharePoint"/>
    <published>2007-03-07T13:07:00.001+10:30</published>
    <summary type="html">It&apos;s now official, the conference that had been hinted at last month will be on May 15-16th at the Sydney Hilton Hotel.</summary>
    <content type="html">&lt;p&gt;&lt;a href=&quot;http://blogs.msdn.com/sharepoint/archive/2007/03/06/announcing-the-asia-pacific-sharepoint-conference-in-sydney-australia.aspx&quot;&gt;It&apos;s now official,&lt;/a&gt; the conference that &lt;a href=&quot;/2007/02/asia-pacific-sharepoint-conference&quot;&gt;had been hinted at last month&lt;/a&gt; will be on May 15-16th at the Sydney Hilton Hotel.&lt;/p&gt;
&lt;p&gt;Now to wait and see if there&apos;s enough &quot;technical&quot; content to make it worth me attending.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/02/cross-browser-editor-for-sharepoint</id>
    <updated>2007-02-23T11:50:00.001+10:30</updated>
    <title>Cross-browser editor for SharePoint 2007</title>
    <link href="https://david.gardiner.net.au/2007/02/cross-browser-editor-for-sharepoint" rel="alternate" type="text/html" title="Cross-browser editor for SharePoint 2007"/>
    <category term="SharePoint"/>
    <published>2007-02-23T11:50:00.001+10:30</published>
    <summary type="html">Telerik have released their free cross-browser editor for SharePoint 2007.</summary>
    <content type="html">&lt;p&gt;Telerik have released their free &lt;a href=&quot;https://www.telerik.com/products/aspnet-ajax/sharepoint-web-parts.aspx&quot;&gt;cross-browser editor&lt;/a&gt; for SharePoint 2007.&lt;/p&gt;
&lt;p&gt;Even though they&apos;ve named it as &quot;radEditor for MOSS&quot;, the good news is it also works fine in WSS3 too.&lt;/p&gt;
&lt;p&gt;This means that FireFox and Safari users now get a nice &quot;rich-text&quot; editor instead of a text box.&lt;/p&gt;
</content>
  </entry>
</feed>
