<?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 for Andy Burns' SharePoint Blog</title>
	<atom:link href="http://www.novolocus.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Mon, 20 Feb 2012 17:32:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How DisableEventFiring / EventFiringEnabled works by Andy</title>
		<link>http://www.novolocus.com/2011/01/05/how-disableeventfiring-eventfiringenabled-works/comment-page-1/#comment-8726</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 20 Feb 2012 17:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=2007#comment-8726</guid>
		<description>Well, unless you don&#039;t want those ItemUpdating and ItemUpdated events firing, no, it probably is not related.

I would check who your code is running as. I&#039;m not clear what you mean by an &#039;SP Administrator&#039;. Do you mean a &#039;Site Collection Administrator for the site I&#039;m working in&#039;? &#039;Cos a Farm Admin does not have guaranteed access to any content. Alternatively, use elevated privileges and have your code run as the App Pool account.

Note that from a console app, Item event handlers will run as the account running the console app. Within IIS, though, the process would run as the app pool account.</description>
		<content:encoded><![CDATA[<p>Well, unless you don&#8217;t want those ItemUpdating and ItemUpdated events firing, no, it probably is not related.</p>
<p>I would check who your code is running as. I&#8217;m not clear what you mean by an &#8216;SP Administrator&#8217;. Do you mean a &#8216;Site Collection Administrator for the site I&#8217;m working in&#8217;? &#8216;Cos a Farm Admin does not have guaranteed access to any content. Alternatively, use elevated privileges and have your code run as the App Pool account.</p>
<p>Note that from a console app, Item event handlers will run as the account running the console app. Within IIS, though, the process would run as the app pool account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with the TaxonomyClientService: Part 2 &#8211; Get the TermSet (and understand it!) by Andy</title>
		<link>http://www.novolocus.com/2012/02/09/working-with-the-taxonomyclientservice-part-2-get-the-termset-and-understand-it/comment-page-1/#comment-8725</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 20 Feb 2012 17:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=2253#comment-8725</guid>
		<description>It sounds more like the issue is the web reference or service reference to the TaxonomyClientService web service. Have you checked those?</description>
		<content:encoded><![CDATA[<p>It sounds more like the issue is the web reference or service reference to the TaxonomyClientService web service. Have you checked those?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How DisableEventFiring / EventFiringEnabled works by Ashwin</title>
		<link>http://www.novolocus.com/2011/01/05/how-disableeventfiring-eventfiringenabled-works/comment-page-1/#comment-8722</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Sun, 19 Feb 2012 19:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=2007#comment-8722</guid>
		<description>I&#039;ve written a console app that uses the SP object model to update a property/column value of an item in a document library. So the code is as simple as:

   item[&quot;some column&quot;] = &quot;some value&quot;;
   item.Update(); 

The console app is executed as an SP administrator on the SP front-end server, so there is no issue with security, rights, etc. as far as I can tell. But then the following output gets spit out on the console window, and I am wondering if there are any adverse side effects because of it, and if it has anything to do with the topic of your article. The item value does get updated, by the way.

1 2/19/2012 10:23:47 AM ItemUpdating http://server/sites/web/Shared Documents/Document01.pdf &gt; http://server/sites/web/Shared Documents/Document01.pdf
1 2/19/2012 10:23:47 AM ItemUpdating SetID: Key=shared documents/Document01.pdf value=

    
        0002871
        634652438271779415
        false
        false
    
10 2/19/2012 10:23:47 AM ItemUpdated SetValue: 0002326
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve written a console app that uses the SP object model to update a property/column value of an item in a document library. So the code is as simple as:</p>
<p>   item["some column"] = &#8220;some value&#8221;;<br />
   item.Update(); </p>
<p>The console app is executed as an SP administrator on the SP front-end server, so there is no issue with security, rights, etc. as far as I can tell. But then the following output gets spit out on the console window, and I am wondering if there are any adverse side effects because of it, and if it has anything to do with the topic of your article. The item value does get updated, by the way.</p>
<p>1 2/19/2012 10:23:47 AM ItemUpdating <a href="http://server/sites/web/Shared" rel="nofollow">http://server/sites/web/Shared</a> Documents/Document01.pdf &gt; <a href="http://server/sites/web/Shared" rel="nofollow">http://server/sites/web/Shared</a> Documents/Document01.pdf<br />
1 2/19/2012 10:23:47 AM ItemUpdating SetID: Key=shared documents/Document01.pdf value=</p>
<p>        0002871<br />
        634652438271779415<br />
        false<br />
        false</p>
<p>10 2/19/2012 10:23:47 AM ItemUpdated SetValue: 0002326</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stupid bloody owssupp.dll by Tom King</title>
		<link>http://www.novolocus.com/2007/11/29/stupid-bloody-owssuppdll/comment-page-1/#comment-8710</link>
		<dc:creator>Tom King</dc:creator>
		<pubDate>Thu, 16 Feb 2012 20:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2007/11/29/stupid-bloody-owssuppdll/#comment-8710</guid>
		<description>You guys will love this. Mine gives this error, but just sometimes.  If I click on the document title, it loads into Word just fine.  If I click the arrow next to the title and choose &quot;edit in word&quot; then I get this error.  I also get the error if I try to edit the template in advanced settings.  Makes no bloody sense.  

Running Win 7, SharePoint 2010, Word 2010.  

Is it my imagination, or do Microsoft products have an increasing number of weird pointless errors? I&#039;m getting tired of it.</description>
		<content:encoded><![CDATA[<p>You guys will love this. Mine gives this error, but just sometimes.  If I click on the document title, it loads into Word just fine.  If I click the arrow next to the title and choose &#8220;edit in word&#8221; then I get this error.  I also get the error if I try to edit the template in advanced settings.  Makes no bloody sense.  </p>
<p>Running Win 7, SharePoint 2010, Word 2010.  </p>
<p>Is it my imagination, or do Microsoft products have an increasing number of weird pointless errors? I&#8217;m getting tired of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UpdateListItems Web Service fails when using item level permissions by Manoranjan</title>
		<link>http://www.novolocus.com/2009/05/08/updatelistitems-web-service-fails-when-using-item-level-permissions/comment-page-1/#comment-8708</link>
		<dc:creator>Manoranjan</dc:creator>
		<pubDate>Thu, 16 Feb 2012 14:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1355#comment-8708</guid>
		<description>Hi Chris,
    We are also facing the same error. The same code using UpdateListItems is working fine in SharePoint 2007  but not in Sharepoint 2010. Throws the error code &quot;0x81020030The URL  is invalid&quot;. Can you please share us the steps if you manage to resolve this error.

Regards,
Mano</description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
    We are also facing the same error. The same code using UpdateListItems is working fine in SharePoint 2007  but not in Sharepoint 2010. Throws the error code &#8220;0x81020030The URL  is invalid&#8221;. Can you please share us the steps if you manage to resolve this error.</p>
<p>Regards,<br />
Mano</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More SharePoint Breadcrumb WTF by Andy</title>
		<link>http://www.novolocus.com/2008/02/22/more-sharepoint-breadcrumb-wtf/comment-page-1/#comment-8698</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 10 Feb 2012 16:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2008/02/22/more-sharepoint-breadcrumb-wtf/#comment-8698</guid>
		<description>Hi CK,

Yup, that&#039;s about right. Without customisation it&#039;s easy to end up needing sites, and subsites, and subsubsites, and so on.

You can achieve a better experience by customisation the navigation - particularly if you&#039;re willing to add custom Navigation Providers - but yes, with the standard functionality, the navigation side of Publishing Pages isn&#039;t excellent - precisely because it does cause a proliferation of sites.</description>
		<content:encoded><![CDATA[<p>Hi CK,</p>
<p>Yup, that&#8217;s about right. Without customisation it&#8217;s easy to end up needing sites, and subsites, and subsubsites, and so on.</p>
<p>You can achieve a better experience by customisation the navigation &#8211; particularly if you&#8217;re willing to add custom Navigation Providers &#8211; but yes, with the standard functionality, the navigation side of Publishing Pages isn&#8217;t excellent &#8211; precisely because it does cause a proliferation of sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More SharePoint Breadcrumb WTF by CK</title>
		<link>http://www.novolocus.com/2008/02/22/more-sharepoint-breadcrumb-wtf/comment-page-1/#comment-8696</link>
		<dc:creator>CK</dc:creator>
		<pubDate>Fri, 10 Feb 2012 11:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2008/02/22/more-sharepoint-breadcrumb-wtf/#comment-8696</guid>
		<description>Hey Andy,
I dont know if you still look at the comments on this page but I have something that has been bugging me for a while.

I am about to embark on a trek, that is, setting up a SP installation for a small company with fairly minimal customization.

However, breadcrumbs with SP bother me, I feel like from many other CMS&#039;s I have tried, you can related parent and child pages, and have a simple hierarchy of information. This doesn&#039;t seem possible to me without making subsites for each of the &quot;parent&quot; categories of information.

Am I being clear with what I expect? I would want to see something like the following in my breadcrumb trail. Main page&gt; parent page which is also a category &gt; second page hosted within the same site, but fitting within this parent category. I seem to be unable to figure this one out!</description>
		<content:encoded><![CDATA[<p>Hey Andy,<br />
I dont know if you still look at the comments on this page but I have something that has been bugging me for a while.</p>
<p>I am about to embark on a trek, that is, setting up a SP installation for a small company with fairly minimal customization.</p>
<p>However, breadcrumbs with SP bother me, I feel like from many other CMS&#8217;s I have tried, you can related parent and child pages, and have a simple hierarchy of information. This doesn&#8217;t seem possible to me without making subsites for each of the &#8220;parent&#8221; categories of information.</p>
<p>Am I being clear with what I expect? I would want to see something like the following in my breadcrumb trail. Main page&gt; parent page which is also a category &gt; second page hosted within the same site, but fitting within this parent category. I seem to be unable to figure this one out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stupid bloody owssupp.dll by Larry W. Virden</title>
		<link>http://www.novolocus.com/2007/11/29/stupid-bloody-owssuppdll/comment-page-1/#comment-8690</link>
		<dc:creator>Larry W. Virden</dc:creator>
		<pubDate>Wed, 08 Feb 2012 17:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2007/11/29/stupid-bloody-owssuppdll/#comment-8690</guid>
		<description>So. today this problem appeared on my work desktop. It is 32 bit, Win XP, and I am using the 32 bit IE 7 (where I am stuck for the moment).  A few months ago, Office 2010 was installed. In the last week, out of the blue I first had a popup appear when I would try to use the SharePoint 2007 browse user widget. The popup from IE said that the page had a broken script. However, other people used the page just fine. Tracking down some action for that problem led me to a note on a web site suggesting that one run ie with all add-ons turned off to see if the problem went away. It did. I tried disabling some of the add-ons and that too seemed to resolve the problem. Then today I noticed word started warning me that there was a security issue and that add-ons were turned off. Then I started getting the stupid message about needing a windows sharepoint compatible application. When I went into word&#039;s file option, there was a button to check for issues. When I clicked it, it told me that there was a dll in the office 12 tree which had a signature that wasn&#039;t approved.  So I began a virus scan to check things out to see why suddently this dll would appear without a recognized signature.</description>
		<content:encoded><![CDATA[<p>So. today this problem appeared on my work desktop. It is 32 bit, Win XP, and I am using the 32 bit IE 7 (where I am stuck for the moment).  A few months ago, Office 2010 was installed. In the last week, out of the blue I first had a popup appear when I would try to use the SharePoint 2007 browse user widget. The popup from IE said that the page had a broken script. However, other people used the page just fine. Tracking down some action for that problem led me to a note on a web site suggesting that one run ie with all add-ons turned off to see if the problem went away. It did. I tried disabling some of the add-ons and that too seemed to resolve the problem. Then today I noticed word started warning me that there was a security issue and that add-ons were turned off. Then I started getting the stupid message about needing a windows sharepoint compatible application. When I went into word&#8217;s file option, there was a button to check for issues. When I clicked it, it told me that there was a dll in the office 12 tree which had a signature that wasn&#8217;t approved.  So I began a virus scan to check things out to see why suddently this dll would appear without a recognized signature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerPoint Slideshows (.pps) open as PowerPoint Files by Rob</title>
		<link>http://www.novolocus.com/2008/05/06/powerpoint-slideshows-pps-open-as-powerpoint/comment-page-1/#comment-8677</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 03 Feb 2012 11:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=531#comment-8677</guid>
		<description>It&#039;s crazy that one Microsoft product breaks the native functionality of a file type created by another Microsoft product. 

Exactly the same problem here, except we&#039;re looking at launching a set of instructions to our users through ppsx on our sharepoint intranet as it will, to a degree, limit their ability to print/save/email these instructions if they subsequently leave the firm. Not the most elegant solution to copy protecting something but we felt it would deter 99% of our users on the basis that they are just not that tech savvy.

If I get a solution to work here I&#039;ll be sure to post it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s crazy that one Microsoft product breaks the native functionality of a file type created by another Microsoft product. </p>
<p>Exactly the same problem here, except we&#8217;re looking at launching a set of instructions to our users through ppsx on our sharepoint intranet as it will, to a degree, limit their ability to print/save/email these instructions if they subsequently leave the firm. Not the most elegant solution to copy protecting something but we felt it would deter 99% of our users on the basis that they are just not that tech savvy.</p>
<p>If I get a solution to work here I&#8217;ll be sure to post it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;To save to the server, correct the invalid or missing required properties&#8221; by Ken</title>
		<link>http://www.novolocus.com/2010/05/10/to-save-to-the-server-correct-the-invalid-or-missing-required-properties/comment-page-1/#comment-8675</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 02 Feb 2012 23:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1843#comment-8675</guid>
		<description>I&#039;m somewhat new to dealing with Sharepoint metadata. I&#039;ve been searching for some time to find an answer, and this thread is the closest so far.
I have an email enabled library for receiving and processing resumes.  I created a couple of custom fields to help organize and sort them. I also created a custom workflow to parse subject and body for key words and set the custome fields based on those, and notify the correct manager.  When the documents are opened from the link included in the notification, the DIP is displayed and fields can be changed, but saving fails with the typical missing required items.  The only method that has worked so far is to inspect the document and clear XML data, then save and re-open.  The template is based on OOTB document type. There are no hidden fields, and the only required fields are Name and Nick Name.  The culprit is Nick Name, but I cannot figure out how to either delete that field, or make it optional.  Any suggestions would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;m somewhat new to dealing with Sharepoint metadata. I&#8217;ve been searching for some time to find an answer, and this thread is the closest so far.<br />
I have an email enabled library for receiving and processing resumes.  I created a couple of custom fields to help organize and sort them. I also created a custom workflow to parse subject and body for key words and set the custome fields based on those, and notify the correct manager.  When the documents are opened from the link included in the notification, the DIP is displayed and fields can be changed, but saving fails with the typical missing required items.  The only method that has worked so far is to inspect the document and clear XML data, then save and re-open.  The template is based on OOTB document type. There are no hidden fields, and the only required fields are Name and Nick Name.  The culprit is Nick Name, but I cannot figure out how to either delete that field, or make it optional.  Any suggestions would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stupid bloody owssupp.dll by Rich Van Rooyen</title>
		<link>http://www.novolocus.com/2007/11/29/stupid-bloody-owssuppdll/comment-page-1/#comment-8667</link>
		<dc:creator>Rich Van Rooyen</dc:creator>
		<pubDate>Mon, 30 Jan 2012 18:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2007/11/29/stupid-bloody-owssuppdll/#comment-8667</guid>
		<description>Hmm...  I just spent a pile of time messing with this...
Little hint...
Windows 7 64bit...  Office 2010 32bit...  Internet Explorer 32bit.

I don&#039;t understand it, but I ran from the 64bit version of Internet Explorer and the &quot;Connect To Outlook&quot; options in the SharePoint Website worked fine...
Thanks to Robert Kenney for the tip on x64 bit vs x32 bit.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;  I just spent a pile of time messing with this&#8230;<br />
Little hint&#8230;<br />
Windows 7 64bit&#8230;  Office 2010 32bit&#8230;  Internet Explorer 32bit.</p>
<p>I don&#8217;t understand it, but I ran from the 64bit version of Internet Explorer and the &#8220;Connect To Outlook&#8221; options in the SharePoint Website worked fine&#8230;<br />
Thanks to Robert Kenney for the tip on x64 bit vs x32 bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error: The event receiver context for Workflow is invalid by Macrel</title>
		<link>http://www.novolocus.com/2007/09/11/error-the-event-receiver-context-for-workflow-is-invalid/comment-page-1/#comment-8666</link>
		<dc:creator>Macrel</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=44#comment-8666</guid>
		<description>This can also occur is you simply forget to code your createTaskXXX_MethodInvoking method.</description>
		<content:encoded><![CDATA[<p>This can also occur is you simply forget to code your createTaskXXX_MethodInvoking method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on en-gb is 2057 by Andy Parkes</title>
		<link>http://www.novolocus.com/2008/12/18/en-gb-is-2057/comment-page-1/#comment-8654</link>
		<dc:creator>Andy Parkes</dc:creator>
		<pubDate>Wed, 25 Jan 2012 12:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=975#comment-8654</guid>
		<description>Thank sir - this was a massive help!</description>
		<content:encoded><![CDATA[<p>Thank sir &#8211; this was a massive help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Page hit counter in MOSS by Jitender</title>
		<link>http://www.novolocus.com/2009/02/17/page-hit-counter-in-moss/comment-page-1/#comment-8621</link>
		<dc:creator>Jitender</dc:creator>
		<pubDate>Mon, 23 Jan 2012 12:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1031#comment-8621</guid>
		<description>can i use the same page for two different sites to get the hitcounter</description>
		<content:encoded><![CDATA[<p>can i use the same page for two different sites to get the hitcounter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a &#8216;Create New Document&#8217; link to a page by Pooja</title>
		<link>http://www.novolocus.com/2009/03/04/add-a-create-new-document-link-to-a-page/comment-page-1/#comment-8616</link>
		<dc:creator>Pooja</dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1069#comment-8616</guid>
		<description>Thanks for the article. But unfortunately I could not find the function that you said we need to search in the code. I resolved mine from the link http://support.microsoft.com/kb/2639050

Its quite simple. 
P</description>
		<content:encoded><![CDATA[<p>Thanks for the article. But unfortunately I could not find the function that you said we need to search in the code. I resolved mine from the link <a href="http://support.microsoft.com/kb/2639050" rel="nofollow">http://support.microsoft.com/kb/2639050</a></p>
<p>Its quite simple.<br />
P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t put your Record Center in a Collaboration Site Collection by Rebecca Ward</title>
		<link>http://www.novolocus.com/2007/11/08/dont-put-your-record-center-in-a-collaboration-site-collection/comment-page-1/#comment-8615</link>
		<dc:creator>Rebecca Ward</dc:creator>
		<pubDate>Mon, 16 Jan 2012 19:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=5#comment-8615</guid>
		<description>You can use the Content Synidcation Hub to share your Custom Content Type across your 2010 instance so that the Records Center still recognizes the CustomContent Type that your home site collection used before it sent the file to the Records Center.  And you can also use custom branding across the entire farm as well.  We do here.  We have a template that is applied to all sites, including the Records Center.  It is uploaded to the Gallery, and then applied as part of the master page, but that is handled by another person, I am just the Records Center/Document Center/SyndicationHub/TermStore person. :)</description>
		<content:encoded><![CDATA[<p>You can use the Content Synidcation Hub to share your Custom Content Type across your 2010 instance so that the Records Center still recognizes the CustomContent Type that your home site collection used before it sent the file to the Records Center.  And you can also use custom branding across the entire farm as well.  We do here.  We have a template that is applied to all sites, including the Records Center.  It is uploaded to the Gallery, and then applied as part of the master page, but that is handled by another person, I am just the Records Center/Document Center/SyndicationHub/TermStore person. <img src='http://www.novolocus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting the date format on SharePoint&#8217;s Central Admin Site by Aniket</title>
		<link>http://www.novolocus.com/2008/05/20/setting-the-date-format-on-sharepoints-central-admin-site/comment-page-1/#comment-8566</link>
		<dc:creator>Aniket</dc:creator>
		<pubDate>Wed, 21 Dec 2011 14:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=580#comment-8566</guid>
		<description>How can we set the locale of a sharepoint site for a particular user according to his/her system locale through coding???</description>
		<content:encoded><![CDATA[<p>How can we set the locale of a sharepoint site for a particular user according to his/her system locale through coding???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a &#8216;Create New Document&#8217; link to a page by Paddy</title>
		<link>http://www.novolocus.com/2009/03/04/add-a-create-new-document-link-to-a-page/comment-page-1/#comment-8563</link>
		<dc:creator>Paddy</dc:creator>
		<pubDate>Wed, 21 Dec 2011 10:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1069#comment-8563</guid>
		<description>Hi...,

you can achieve this by adding the following script to the page where you need to change.... you can either add using SharePoint designer or use Content editor webpart...


  document.getElementById(&quot;testid&quot;).innerHTML=&quot;your new text goes here&quot;


Where testid is the ID of the &lt;a&gt; anchor tag... for which you need to change the text...</description>
		<content:encoded><![CDATA[<p>Hi&#8230;,</p>
<p>you can achieve this by adding the following script to the page where you need to change&#8230;. you can either add using SharePoint designer or use Content editor webpart&#8230;</p>
<p>  document.getElementById(&#8220;testid&#8221;).innerHTML=&#8221;your new text goes here&#8221;</p>
<p>Where testid is the ID of the &lt;a&gt; anchor tag&#8230; for which you need to change the text&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add a &#8216;Create New Document&#8217; link to a page by Neha sethi</title>
		<link>http://www.novolocus.com/2009/03/04/add-a-create-new-document-link-to-a-page/comment-page-1/#comment-8560</link>
		<dc:creator>Neha sethi</dc:creator>
		<pubDate>Wed, 21 Dec 2011 04:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1069#comment-8560</guid>
		<description>I have fixed this issue by selecting Full Toolbar in Toolbar Type. The default content type attached to the form library gets opened up and it no more redirects you to uplaod a document...</description>
		<content:encoded><![CDATA[<p>I have fixed this issue by selecting Full Toolbar in Toolbar Type. The default content type attached to the form library gets opened up and it no more redirects you to uplaod a document&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bloody Stupid SPWeb properties by Andy</title>
		<link>http://www.novolocus.com/2010/12/22/stupid-spweb-properties/comment-page-1/#comment-8559</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 20 Dec 2011 11:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1975#comment-8559</guid>
		<description>Yeah, I don&#039;t think so, I&#039;m afraid.</description>
		<content:encoded><![CDATA[<p>Yeah, I don&#8217;t think so, I&#8217;m afraid.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

