<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.officezealot.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>Mike's Blog</title><link>http://blogs.officezealot.com/mtblog/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator><item><title>Inline Script inside an ASP.NET AJAX UpdatePanel - Infinities Loop</title><link>http://blogs.officezealot.com/mtblog/archive/2008/09/23/inline-script-inside-an-asp-net-ajax-updatepanel-infinities-loop.aspx</link><pubDate>Tue, 23 Sep 2008 22:48:31 GMT</pubDate><guid isPermaLink="false">a446e06f-2cc4-48dd-a534-c024bd1e2687:21188</guid><dc:creator>Mike</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.officezealot.com/mtblog/comments/21188.aspx</comments><wfw:commentRss>http://blogs.officezealot.com/mtblog/commentrss.aspx?PostID=21188</wfw:commentRss><description>&lt;p&gt;I am building some web parts that include some AJAX functionality and found out that any inline scripts I was outputting in my updatepanel were not being executed.&amp;#160; The blog post below offers a great explanation on this... basically, use ScriptManager.RegisterStartupScript with your updatepanel control to add scripts that should be executed when the panel loads.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/infinitiesloop/archive/2007/09/17/inline-script-inside-an-asp-net-ajax-updatepanel.aspx"&gt;Inline Script inside an ASP.NET AJAX UpdatePanel - Infinities Loop&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.officezealot.com/aggbug.aspx?PostID=21188" width="1" height="1"&gt;</description><category domain="http://blogs.officezealot.com/mtblog/archive/tags/MOSS+SharePoint/default.aspx">MOSS SharePoint</category><category domain="http://blogs.officezealot.com/mtblog/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.officezealot.com/mtblog/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Daniel Larson's Developer Blog: SharePoint Elevated Privilege without RunWithElevatedPrivelege</title><link>http://blogs.officezealot.com/mtblog/archive/2008/08/25/daniel-larson-s-developer-blog-sharepoint-elevated-privilege-without-runwithelevatedprivelege.aspx</link><pubDate>Mon, 25 Aug 2008 20:23:08 GMT</pubDate><guid isPermaLink="false">a446e06f-2cc4-48dd-a534-c024bd1e2687:21160</guid><dc:creator>Mike</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.officezealot.com/mtblog/comments/21160.aspx</comments><wfw:commentRss>http://blogs.officezealot.com/mtblog/commentrss.aspx?PostID=21160</wfw:commentRss><description>&lt;p&gt;Something has been brought to my attention today that I wanted to share... most people use elevated privileges but don't pass the user token... check out this post for more info.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://daniellarson.spaces.live.com/blog/cns!D3543C5837291E93!1919.entry"&gt;Daniel Larson's Developer Blog: SharePoint Elevated Privilege without RunWithElevatedPrivelege&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.officezealot.com/aggbug.aspx?PostID=21160" width="1" height="1"&gt;</description><category domain="http://blogs.officezealot.com/mtblog/archive/tags/MOSS/default.aspx">MOSS</category></item><item><title>Hiding MOSS functionality in the master page or a page layout</title><link>http://blogs.officezealot.com/mtblog/archive/2008/07/22/hiding-moss-functionality-in-the-master-page-or-a-page-layout.aspx</link><pubDate>Wed, 23 Jul 2008 00:26:05 GMT</pubDate><guid isPermaLink="false">a446e06f-2cc4-48dd-a534-c024bd1e2687:21122</guid><dc:creator>Mike</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.officezealot.com/mtblog/comments/21122.aspx</comments><wfw:commentRss>http://blogs.officezealot.com/mtblog/commentrss.aspx?PostID=21122</wfw:commentRss><description>&lt;p&gt;Recently I was asked how we could show and hide things based on user permission, without writing a custom MOSS feature with c# code.&amp;#160; There are a couple ways to do this and rather than me spending type typing up a how to or show examples, I've looked up a couple examples other people have provided on the net:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;SPSecurityTrimmedControl&lt;/u&gt;&lt;/strong&gt; - specify what permissions are needed to show the items wrapped in this control.&amp;#160; The blog post below explains this pretty well and shows you all the available permissions you can use.&amp;#160; Notice that at the bottom of the post, the author included a code example.&lt;/p&gt;  &lt;p&gt;An example of using this would be to hide the Site Actions menu for everyone who does not have permission to AddAndCustomizePages and ManageLists... in other words, do not show the site actions menu for users who are visitors or contributors.&lt;/p&gt;  &lt;p&gt;Referenced blog post - &lt;a href="http://zac.provoke.co.nz/archive/2007/05/31/spsecuritytrimmedcontrol-possible-values-for-permissionsstring.aspx"&gt;http://zac.provoke.co.nz/archive/2007/05/31/spsecuritytrimmedcontrol-possible-values-for-permissionsstring.aspx&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;MenuItem PermissionsString&lt;/u&gt;&lt;/strong&gt; - specify what permissions are needed to show the current menu item.&amp;#160; The blog post below documents this pretty well and shows a very good example for hiding 'edit page' from the site actions menu using this method.&lt;/p&gt;  &lt;p&gt;Referenced Blog Post - &lt;a title="http://www.sharepointblogs.com/holliday/archive/2008/01/14/hide-edit-page-in-site-actions-menu.aspx" href="http://www.sharepointblogs.com/holliday/archive/2008/01/14/hide-edit-page-in-site-actions-menu.aspx"&gt;http://www.sharepointblogs.com/holliday/archive/2008/01/14/hide-edit-page-in-site-actions-menu.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.officezealot.com/aggbug.aspx?PostID=21122" width="1" height="1"&gt;</description><category domain="http://blogs.officezealot.com/mtblog/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.officezealot.com/mtblog/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>SharePoint user management</title><link>http://blogs.officezealot.com/mtblog/archive/2008/07/18/sharepoint-user-management.aspx</link><pubDate>Fri, 18 Jul 2008 17:40:58 GMT</pubDate><guid isPermaLink="false">a446e06f-2cc4-48dd-a534-c024bd1e2687:21113</guid><dc:creator>Mike</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.officezealot.com/mtblog/comments/21113.aspx</comments><wfw:commentRss>http://blogs.officezealot.com/mtblog/commentrss.aspx?PostID=21113</wfw:commentRss><description>&lt;p&gt;I stumbled across this article on accident this morning and thought I'd share it... for those who are new to SharePoint or need some clarification on authentication, user groups, user profiles, etc in MOSS 2007, check out this article on Bamboo's website... its quite well done and really helps make things much more black and white if you're unfamiliar with it.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://store.bamboosolutions.com/kb/article.aspx?id=10829"&gt;http://store.bamboosolutions.com/kb/article.aspx?id=10829&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.officezealot.com/aggbug.aspx?PostID=21113" width="1" height="1"&gt;</description></item><item><title>Top 100 SharePoint Blogs of Spring 2008</title><link>http://blogs.officezealot.com/mtblog/archive/2008/07/15/top-100-sharepoint-blogs-of-spring-2008.aspx</link><pubDate>Tue, 15 Jul 2008 21:37:59 GMT</pubDate><guid isPermaLink="false">a446e06f-2cc4-48dd-a534-c024bd1e2687:21108</guid><dc:creator>Mike</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.officezealot.com/mtblog/comments/21108.aspx</comments><wfw:commentRss>http://blogs.officezealot.com/mtblog/commentrss.aspx?PostID=21108</wfw:commentRss><description>&lt;p&gt;For those of you interested in who the top bloggers are out there, check out this list &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.sharepointjoel.com/Lists/Posts/Post.aspx?ID=31"&gt;Top 100 SharePoint Blogs of Spring 2008 - SharePoint Joel's SharePoint Land&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.officezealot.com/aggbug.aspx?PostID=21108" width="1" height="1"&gt;</description></item></channel></rss>