<?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"
	>

<channel>
	<title>Alpesh Nakar Blogs on SharePoint, Microsoft and that's IT</title>
	<atom:link href="http://alpesh.nakars.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alpesh.nakars.com/blog</link>
	<description></description>
	<pubDate>Sun, 12 Oct 2008 19:00:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Sharepoint 2007 breadcrumb includes default.aspx</title>
		<link>http://www.alpesh.nakars.com/blog/sharepoint-breadcrumb-includes-defaultaspx/</link>
		<comments>http://www.alpesh.nakars.com/blog/sharepoint-breadcrumb-includes-defaultaspx/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 19:00:00 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[SharePoint Branding]]></category>

		<category><![CDATA[SharePoint Designer]]></category>

		<category><![CDATA[SharePoint MasterPage]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/sharepoint-breadcrumb-includes-defaultaspx/</guid>
		<description><![CDATA[Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this!
 Are you seeing default.aspx after Pages in your SharePoint breadcrumb navigation?
I found a simple fix for this problem in MOSS, modify the master page.
Open the master page and look for PlaceHolderTitleBreadcrumb
Change SiteMapProvider=&#34;SPContentMapProvider&#34; to 
SiteMapProvider=&#34;CurrentNavSiteMapProviderNoEncode&#34; 
To quote from my reference
When you’re creating a [...]]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><p>Are you seeing default.aspx after Pages in your SharePoint breadcrumb navigation?</p>
<p>I found a simple fix for this problem in MOSS, modify the master page.</p>
<p>Open the master page and look for PlaceHolderTitleBreadcrumb</p>
<p>Change <code>SiteMapProvider=&quot;<code>SPContentMapProvider</code>&quot;</code> to </p>
<p><code>SiteMapProvider=&quot;CurrentNavSiteMapProviderNoEncode&quot; </code></p>
<p>To quote from my <a href="http://www.novolocus.com/2008/05/07/my-breadcrumbs-have-pages-default-aspx-in-them/">reference</a></p>
<blockquote><p>When you’re creating a new Page Layout, make sure you override the Title Breadcrumb with something that uses the <em>CurrentNavSiteMapProviderNoEncode</em> provider.</p>
</blockquote>
<p>Heather Solomon has written a great post detailing the behaviour of <a href="http://www.heathersolomon.com/blog/archive/2008/08/13/SharePoint-Breadcrumbs--Sample-of-differences-chart-of-uses-and.aspx">out of the box page layouts breadcrumbs</a>. She has also linked to other resources for how to modify and use the breadcrumb.</p>
<p><strong><em>Advertisement</em></strong>:  <a href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref_publisher.dbm?Ref_Option=pub&#038;Ref_PID=44576">Bloggers Make Money!</a><em> </em>Make money from your Website or Blog with BidVertiser</p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/sharepoint-breadcrumb-includes-defaultaspx/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tip: Recycle IIS Application Pool</title>
		<link>http://www.alpesh.nakars.com/blog/recycle-iis-application-pool/</link>
		<comments>http://www.alpesh.nakars.com/blog/recycle-iis-application-pool/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 07:53:35 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[Command Line Operations]]></category>

		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/recycle-iis-application-pool/</guid>
		<description><![CDATA[Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this!
 As a developer, quite often you may have to recycle the application pool. IISReset is an option, alternatively you can just recycle a particular application pool.
Denny has a tip to just get this done!
cscript c:\windows\system32\iisapp.vbs /a &#34;[App_Pool_Name]&#34; /r
Source
 Thanks for subscribing to [...]]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><p>As a developer, quite often you may have to recycle the application pool. IISReset is an option, alternatively you can just recycle a particular application pool.</p>
<p>Denny has a tip to just get this done!</p>
<p>cscript c:\windows\system32\iisapp.vbs /a &quot;[App_Pool_Name]&quot; /r</p>
<p><a title="Recycle IIS Application Pool" target="_blank" href="http://dennyonline.wordpress.com/2007/07/23/tip-sharepoint-development-and-iisreset/">Source</a></p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/recycle-iis-application-pool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HowTo: Set Permissions for Comments on SharePoint Blog</title>
		<link>http://www.alpesh.nakars.com/blog/howto-set-permissions-for-comments-on-sharepoint-blog/</link>
		<comments>http://www.alpesh.nakars.com/blog/howto-set-permissions-for-comments-on-sharepoint-blog/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 19:00:00 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[SharePoint Administrator]]></category>

		<category><![CDATA[SharePoint Blogs]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/howto-set-permissions-for-comments-on-sharepoint-blog/</guid>
		<description><![CDATA[If you want to allow your blog visitors to comment on blog posts you will need to explicitly allow them to do so.]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><p>If you want to allow your blog visitors to comment on blog posts you will need to explicitly allow them to do so. To achieve this, you will need to setup unique permissions on your blog.    <br />Here is the procedure:     <br />1. Open <a href="http://your_blog_url/Lists/Comments/AllComments.aspx">http://your_blog_url/Lists/Comments/AllComments.aspx</a>     <br />2. Select Settings &gt; List settings     <br />3. Select Permissions and Management &gt; Permissions for this list     <br />4. Open Actions &gt;Edit permissions (confirm this action when dialog pops-up)</p>
<p>&#160;</p>
<p>Now you can setup unique permissions for this list. From this step forward you can add permissions for a specific user. The best approach is to give the Visitors group &quot;Contribute&quot; rights for this entire list.</p>
<p>You will also need to limit user&#8217;s ability to edit and delete only his comments.    <br />The procedure is as follows:     <br />1. Open <a href="http://your_blog_url/Lists/Comments/AllComments.aspx">http://your_blog_url/Lists/Comments/AllComments.aspx</a>     <br />2. Select Settings &gt; List settings     <br />3. General Settings&gt; Advanced Settings     <br />4. Choose &quot;Only their own? for Edit access option</p>
<p><a title="Commenting on SharePoint Based Blogs" target="_blank" href="http://www.sharepointblogs.com/usecases/archive/2007/07/19/blog-commenting-policy.aspx">Source</a></p>
<p><strong><em>Advertisement</em></strong>:  <a href="http://www.midphase.com/newaff/redir.pl?a=0.60579498142852&#038;c=1&#038;creative=Banners|midPhase|TextLinks|TextLink&#038;redirURL=">MidPhase Hosting - 3 months off</a><em> </em>CouponCode GOTAPEX-ROX-01 : 3months off &#038; 10 Pointers</p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/howto-set-permissions-for-comments-on-sharepoint-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Some SharePoint Bits</title>
		<link>http://www.alpesh.nakars.com/blog/sharepoint-certification-designer-training/</link>
		<comments>http://www.alpesh.nakars.com/blog/sharepoint-certification-designer-training/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 09:14:48 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[SharePoint_Designer]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/sharepoint-certification-designer-training/</guid>
		<description><![CDATA[Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this!
 Early this month, I did my exams for MCTS: Configuring and Administering MOSS 2007 70-630 exams and scored 1000/1000! Yeah, felt great for sure. Next on list is 70-631 and for sure I see that Becky&#160; Bertram is on track for that [...]]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><p>Early this month, I did my exams for MCTS: Configuring and Administering MOSS 2007 70-630 exams and scored 1000/1000! Yeah, felt great for sure. Next on list is 70-631 and for sure I see that Becky&#160; Bertram is on track for that as well. Becky has very graciously shared study guide for this exam. It&#8217;s not your run of the mill study guide. She has researched well and compiled list of links to resources for each and every relevant section. Now that surely is awesome! Thanks Becky! All the best.</p>
<p><a title="List of links that can be helpful when studying for the MCTS: WSS Configuration" href="http://blog.beckybertram.com/Lists/Exam%2070631%20Study%20Guide/AllItems.aspx">List of links that can be helpful when studying for the MCTS: WSS Configuration exam from Becky Bertram</a></p>
<p>I have tried to twitter at least, if not blogging and today this post really got me to reference here for future - <a href="http://sharepoint.microsoft.com/blogs/mikeg/Lists/Posts/Post.aspx?ID=1202">SharePoint and Twitter Web Part</a>! Wow, this is really cool. </p>
<p><strike>This</strike> Last week I <strike>have</strike> had been on Mindsharp <a title="Alpesh Nakar Blogs on SharePoint" href="http://alpesh.nakars.com/blog/tag/SharePoint">SharePoint</a> Designer Training with Kathy Hughes (SharePoint MVP) and really <strike>enjoying</strike> enjoyed the training. I haven&#8217;t been using SharePoint Designer a lot lately and this course has been a great refresher! I wanted to reference two good tools that I am sure you would appreciate when doing css - <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E59C3964-672D-4511-BB3E-2D5E1DB91038">IE Developer Toolbar</a> and <a href="http://getfirebug.com/">Firebug</a> for FireFox. </p>
<p>Of course</p>
<ul>
<li>SharePoint is best viewed in Internet Explorer</li>
<li>SharePoint CSS is best understood with Firebug</li>
</ul>
<p>Stay tuned for some cool SharePoint Designer posts.</p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/sharepoint-certification-designer-training/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MOSS 2007 Infrastructure Updates</title>
		<link>http://www.alpesh.nakars.com/blog/moss-2007-infrastructure-update/</link>
		<comments>http://www.alpesh.nakars.com/blog/moss-2007-infrastructure-update/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 06:08:38 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[SharePoint Resources]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/moss-2007-infrastructure-update/</guid>
		<description><![CDATA[Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this!
 

Microsoft have released Infrastructure Update for MOSS 2007.


The Infrastructure Update for Microsoft Office Servers (KB951297) includes several new Enterprise Search features for SharePoint Server 2007 and the latest performance updates and fixes for the Microsoft Office Servers listed in the system requirements section [...]]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><div></div>
<div>
<div dir="ltr"><span style="font-family: Calibri; color: #000000;">Microsoft have released Infrastructure Update for MOSS 2007.</span></div>
<div dir="ltr"></div>
<div dir="ltr">
<div dir="ltr"><span><span style="font-family: Calibri;">The Infrastructure Update for Microsoft Office Servers (<a href="http://support.microsoft.com/kb/951297">KB951297</a>) includes several new Enterprise Search features for SharePoint Server 2007 and the latest performance updates and fixes for the Microsoft Office Servers listed in the system requirements section below.</span></p>
<p><span style="font-family: Calibri;">Key updates for SharePoint Server 2007 include: </span></p>
<p></span></div>
<div dir="ltr">
<ul>
<li><span style="font-family: Calibri;">New Search features such as federated search and a unified search administration dashboard. </span></li>
<li><span style="font-family: Calibri;">Several core fixes to Search to improve performance and scale. </span></li>
<li><span style="font-family: Calibri;">Platform performance improvements and fixes. </span></li>
<li><span style="font-family: Calibri;">Several core fixes to the publishing Content Deployment features to improve reliability. </span></li>
</ul>
</div>
</div>
<div dir="ltr">Download <span style="font-family: Calibri;"><a href="http://www.microsoft.com/downloads/details.aspx?familyid=3811c371-0e83-47c8-976b-0b7f26a3b3c4&amp;displaylang=en&amp;tm">32 bit</a> version | </span><span style="font-family: Calibri;"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6e4f31ab-af25-47df-9bf1-423e248fa6fc&amp;displaylang=en">64 bit version</a> </span></div>
<p><span><span style="font-family: Calibri;">The <strong>update will install properly</strong> if either of the following are true: </span></p>
<ul>
<li><a href="https://myriadtech.com.au/owa/redir.aspx?C=f6d6cc00ebd74bc391c5fdcf4a545cee&amp;URL=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyId%3dAD59175C-AD6A-4027-8C2F-DB25322F791B%26displaylang%3den" target="_blank"><span style="font-family: Calibri; color: #0033cc;">The 2007 Microsoft Office servers Service Pack 1 (SP1)</span></a><span style="font-family: Calibri;"> is installed (Recommended). </span></li>
<li><a href="https://myriadtech.com.au/owa/redir.aspx?C=f6d6cc00ebd74bc391c5fdcf4a545cee&amp;URL=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyId%3dAD59175C-AD6A-4027-8C2F-DB25322F791B%26displaylang%3den" target="_blank"><span style="font-family: Calibri; color: #0033cc;">The 2007 Microsoft Office servers Service Pack 1 (SP1)</span></a><span style="font-family: Calibri;"> is not installed. </span></li>
</ul>
<p>It is <strong>recommended</strong> that you install 2007 Office servers Service Pack 1 (SP1) and the Microsoft Windows SharePoint Services 3.0 Infrastructure Update before you install this update.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=256CE3C3-6A42-4953-8E1B-E0BF27FD465B">Download</a> the 32-bit version of the <a href="http://support.microsoft.com/kb/951695/">Windows SharePoint Services infrastructure</a> update together with installation instructions and deployment strategies.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3A74E566-CB4A-4DB9-851C-E3FBBE5E6D6E">Download</a> the 64-bit version of the <a href="http://support.microsoft.com/kb/951695/">Windows SharePoint Services infrastructure</a> update together with installation instructions and deployment strategies.</p>
<p></span></div>
<p><strong><em>Advertisement</em></strong>:  <a href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref_publisher.dbm?Ref_Option=pub&#038;Ref_PID=44576">Bloggers Make Money!</a><em> </em>Make money from your Website or Blog with BidVertiser</p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/moss-2007-infrastructure-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Almost bought iPhone</title>
		<link>http://www.alpesh.nakars.com/blog/iphone-review/</link>
		<comments>http://www.alpesh.nakars.com/blog/iphone-review/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 08:34:54 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/iphone-review/</guid>
		<description><![CDATA[Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this!
 Yes, almost. I did not stand in queue for hours, nor did I pay a deposit to get my hands on this most sought after gadget of 2008. However with all the media hype, I was tempted to get one since I [...]]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><p>Yes, almost. I did not stand in queue for hours, nor did I pay a deposit to get my hands on this most sought after gadget of 2008. However with all the media hype, I was tempted to get one since I am looking for a new device. I already have Nokia E65 which is really my nerve centre of communication currently and I needed another phone for <a href="http://www.alpesh.nakars.com/blog/sharepoint-consultant-brisbane/">work</a> related activities. </p>
<p>It so happens that I got my hands on an iPhone after all, despite &#8217;sell out&#8217; at Optus World. This was at a Vodafone store around 15 km from my home. I had the phone in my hand for 15 minutes and the verdict was - this is not for me.</p>
<p><strong><u>7 reasons, I didn&#8217;t pick up the phone.</u></strong></p>
<ol>
<li><strong>Copy Paste</strong> - Just can&#8217;t do it! Now that is ridiculous, how can you not have such a basic feature? I was stoned! I am so used to doing this for my emails, messages on my (now retired) HP iPaq 6365, that I just refuse to accept from a device that is hyped to be the gadget one must have this year!</li>
<li><strong>GPS</strong> - Another disappointment! Just dumping Google Maps and giving you directions is not good enough. Where is the voice command that will guide you? Can we have a proper GPS system in place please? I don&#8217;t want to be driving around trying to read directions, it is worst then talking on the mobile and driving!</li>
<li><strong>Bluetooth</strong> - Do you use Bluetooth to transfer photos, files or maybe connect to your laptop and possibly use as a modem? Then you are going to be disappointed! As of now, all you can use Bluetooth on the iPhone for are headset voice calls, period. Now that is not good enough for me. Thanks, but no thanks.</li>
<li><strong>MMS / Video</strong> - Such basic functionality is missing.You cannot send images via MMS, I know not a big thing, since you can email these, but still.&#160; In addition to this, iPhone won&#8217;t record video for you. Duh! Another basic tossed out. </li>
<li><strong>Hello</strong> - Where is voice command? As mentioned above, GPS does not help you get to your destination using voice command and likewise you cannot use voice dialling. </li>
<li><strong>WAF</strong> - Wife acceptance factor. Even without taking the iPhone in her hand, she dismissed the phone. She&#8217;d rather I get <a href="http://www.alpesh.nakars.com/blog/tag/windows_mobile/">HTC TyTN II</a>. Being a technologist better half <img src="http://www.alpesh.nakars.com/blog/wp-content/plugins/more-smilies/cloudy/icon_smile.png" alt=")" class="wp-smiley" />  she has always had this &#8217;sixth sense&#8217;, one up on me. She can just look at the laptop or mobile phone and come to a conclusion - to buy or not to buy! Despite me having asked her last night, what phone should I pick up and the verdict being HTC, I went to check out the iPhone. She was right, iPhone does not technically appeal. All clear now for <a href="http://www.alpesh.nakars.com/blog/tag/windows_mobile/">HTC TyTN II</a>.</li>
<li><strong>Vodafone</strong> - Did nail it ultimately for me. I might have considered buying the iPhone, but the store declined to honour the AU 29$ Jumbo Cap Plan. Sorry, online store offer only. Well that might sound reasonable, but they had actually used black pen to scratch out the cheapest plan! Ridiculous! </li>
</ol>
<p>What do you think? </p>
<p>Despite all these shortcoming and given that we are tech-savvy, would you give into the media hype and still buy the iPhone? </p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/iphone-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>News</title>
		<link>http://www.alpesh.nakars.com/blog/sharepoint-consultant-brisbane/</link>
		<comments>http://www.alpesh.nakars.com/blog/sharepoint-consultant-brisbane/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 12:16:35 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[SharePoint Consulting]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/sharepoint-consultant-brisbane/</guid>
		<description><![CDATA[Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this!
 First off, loyal blog subscribers a big thank you for your subscription and hanging in there. I am happy that you have stuck around, since I have not really been in touch with you all in last 3 months. You won&#8217;t be [...]]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><p>First off, loyal blog subscribers a big thank you for your subscription and hanging in there. I am happy that you have stuck around, since I have not really been in touch with you all in last 3 months. You won&#8217;t be sorry for having been around, especially those from <a title="Alpesh Nakar Blogs on SharePoint" href="http://alpesh.nakars.com/blog/tag/SharePoint">SharePoint</a> land! Why? </p>
<p>Well, I have resigned from Education Queensland early last month and finished up in the last week of June. Took 10 days off and now I start afresh on July 9th, 2008.</p>
<p>I had been employed with Education Queensland for 5 years - I have been in Australia for 5 years <img src="http://www.alpesh.nakars.com/blog/wp-content/plugins/more-smilies/cloudy/icon_smile.png" alt=")" class="wp-smiley" />  Now that is long term in IT, but I have achieved some big milestones in these 5 years. I am more than happy. I got an opportunity to work on what I would call this planet&#8217;s largest <a title="Alpesh Nakar Blogs on SharePoint" href="http://alpesh.nakars.com/blog/tag/SharePoint">SharePoint</a> implementation - 1280 MOSS farms built using my <a title="SharePoint Unattended Installation" href="http://www.alpesh.nakars.com/blog/moss-command-line-installation-round-up/">command line unattended installation</a>! </p>
<p>I tried to blog my <a title="Alpesh Nakar Blogs on SharePoint" href="http://alpesh.nakars.com/blog/tag/SharePoint">SharePoint</a> experience, although not as much as I wanted to, especially in last couple of months. Given that I blogged, specialised in <a title="Alpesh Nakar Blogs on SharePoint" href="http://alpesh.nakars.com/blog/tag/SharePoint">SharePoint</a> and was active on various social networks like <a title="Alpesh Nakar LinkedIn Profile" href="http://www.linkedin.com/in/alpeshnakar" rel="tag">LinkedIn</a>, <a title="Alpesh Nakar on Twitter" href="http://twitter.com/alpesh" rel="tag">Twitter</a> job offers were just coming every now and then. </p>
<p><a title="Alpesh Nakar Blogs on SharePoint" href="http://alpesh.nakars.com/blog/tag/SharePoint">SharePoint</a> is ultra hot right now and given that demand exceeds supply, consulting in some form or other is the right thing to do. </p>
<p><a href="http://www.labnol.org/internet/blogging/unofficial-google-maps-blogger-lands-job-at-google/3592/">Blogging</a> and networking is the key to success today. This is exactly what I have experienced today, thanks to my blog, having been head hunted by one of the most renowned SharePoint Gurus - James Milne and Ivan Brebner. It is an honour to be working with such greats! I am looking forward to this. </p>
<p>I start with Myriad Technologies from July 9, 2008 as Senior Portals Specialist, joining the big leagues of <a title="Alpesh Nakar Blogs on SharePoint" href="http://alpesh.nakars.com/blog/tag/SharePoint">SharePoint</a> Consulting as have <a href="http://www.sharepointbuzz.com/">KK</a>, <a title="Knowledge Cue" href="http://www.chandima.net/Blog/archive/2008/06/12/introducing-knowledge-cue-ltd-sharepoint-consulting-and-training.aspx">Chandima</a>, <a href="http://guru-web.blogspot.com/">Ivan</a> <a href="http://sharepointgurus.net/default.aspx">Wilson</a> to name a few.</p>
<p>This means more <a title="Alpesh Nakar Blogs on SharePoint" href="http://alpesh.nakars.com/blog/tag/SharePoint">SharePoint</a> content naturally. In addition to <a title="Alpesh Nakar Blogs on SharePoint" href="http://alpesh.nakars.com/blog/tag/SharePoint">SharePoint</a>, I will be blogging more on Microsoft technologies then ever before. </p>
<p>Whew! I have not written in last 3 months ( you would know better). I have not blogged, literally. No excuses, just fact that I moved in to a huge house and had no internet access for 4 weeks. Can you live without internet for even a day? Well, I did. Although I had internet access at work, it is not same as home - because I don&#8217;t blog from work.</p>
<p>And then I resigned, so handover etc. </p>
<p>It&#8217;s all history now, something that I will always cherish. Now let&#8217;s start afresh - all SharePoint and Microsoft. </p>
<p>Stay tuned. Subscribe to email updates. </p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/sharepoint-consultant-brisbane/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Live Mesh Updates for June 18 2008</title>
		<link>http://www.alpesh.nakars.com/blog/live-mesh-june08-update/</link>
		<comments>http://www.alpesh.nakars.com/blog/live-mesh-june08-update/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 23:54:26 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[Windows Live]]></category>

		<category><![CDATA[LiveMesh]]></category>

		<category><![CDATA[WindowsLive]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/live-mesh-june08-update/</guid>
		<description><![CDATA[Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this!
 I have been using Live Mesh for quite some time now and have already reached 60% of my allocated quota   
Today I received an email from The Live Mesh Team with a list of fixes implemented in the latest Live [...]]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><p>I have been using Live Mesh for quite some time now and have already reached 60% of my allocated quota <img src="http://www.alpesh.nakars.com/blog/wp-content/plugins/more-smilies/cloudy/icon_smile.png" alt=")" class="wp-smiley" />  </p>
<p>Today I received an email from The Live Mesh Team with a list of fixes implemented in the latest Live Mesh release. </p>
<blockquote><p><b>Fixes</b></p>
<p>· Live Mesh is now available in all English-speaking countries (not just the U.S.)</p>
<p>· Removed the User Account Control (UAC) requirement when installing and using Live Mesh with Windows Vista SP1</p>
<p>· Index for Desktop Search now works with Live Mesh folders</p>
<p>· Fixed bug where an underscore in a Hotmail account name returned an &quot;Invalid Hotmail Address&quot; error</p>
<p>· Fixed bug with Silverlight 2 Beta 2 failing to load in Silverlight Media View</p>
<p>· Fixed bug where the notifier tooltip incorrectly indicated that Live Mesh Remote Desktop was unavailable for a computer running in non-admin mode</p>
<p>· Fixed bug where the Live Mesh folder icon was not displayed in the e-mail inviting someone to share a folder</p>
<p>· Fixed one of the bugs that caused Live Mesh to fail to start</p>
<p>· Fixed problem with Live Mesh returning errors when waking from sleep/hibernate</p>
</blockquote>
<p><strong>Have you signed up for Live Mesh? Ping me if you want an invite.</strong></p>
<p><strong><em>Advertisement</em></strong>:  <a href="http://alpesh99.fullsoft.hop.clickbank.net/?d=SharePoint">Full Software Download</a><em> </em>Instant Downloads. Just a click away</p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/live-mesh-june08-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blog Reader Exclusive</title>
		<link>http://www.alpesh.nakars.com/blog/blog-reader-exclusive/</link>
		<comments>http://www.alpesh.nakars.com/blog/blog-reader-exclusive/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 00:20:17 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://alpesh.nakars.com/blog/blog-reader-exclusive/</guid>
		<description><![CDATA[Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this!
 Hi Guys! Long time no personal message. Have you checked out RSS Exclusive page recently? Well, head over there and you&#8217;d be surprised  
On a side note, subscribe to email updates. Next month, I am going to be hosting a contest [...]]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><p>Hi Guys! Long time no personal message. Have you checked out RSS Exclusive page recently? Well, head over there and you&#8217;d be surprised <img src="http://www.alpesh.nakars.com/blog/wp-content/plugins/more-smilies/cloudy/icon_smile.png" alt="-)" class="wp-smiley" /> </p>
<p>On a side note, subscribe to email updates. Next month, I am going to be hosting a contest and some goodies lined up. So sign up for email updates or convert from rss to email.</p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/blog-reader-exclusive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto configure client alias for SQL Server</title>
		<link>http://www.alpesh.nakars.com/blog/howto-configure-port-alias-for-sql-server/</link>
		<comments>http://www.alpesh.nakars.com/blog/howto-configure-port-alias-for-sql-server/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 17:49:14 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://alpesh.nakars.com/blog/howto-configure-port-alias-for-sql-server/</guid>
		<description><![CDATA[Alpesh NakarBlog on SharePoint, Microsoft Technologieshttp://alpesh.nakars.comVisit MyBlogLog and get a signature like this!
 This post will show you how to configure client aliases for SQL Server. One of the security hardening measures is configuring non-standard port for SQL Server instances.
A default instance of SQL Server listens for connections on TCP port 1433. If a client [...]]]></description>
			<content:encoded><![CDATA[<table style='border-top:1px solid #D6D6D6;width:100%;font:10px arial'><tr><td style='vertical-align:top;padding:0px 5px 2px 5px'><div style='font:bold 14px'>Alpesh Nakar</div><div style='font:normal'>Blog on SharePoint, Microsoft Technologies</div></td><td style='vertical-align:top;padding:5px 2px 5px 2px;'><div style='margin-top:10px;float:left;font-weight: bold'><a href='http://alpesh.nakars.com'>http://alpesh.nakars.com</a></div><div style='margin:10px 0 0 5px;float: left'><a href='http://feeds.alpesh.nakars.com/alpesh'><img src='http://www.mybloglog.com/buzz/images/rss_s3.gif' style='border: 0 none;' /></a></div></td><td style='width:30%;vertical-align:middle;text-align: right' rowspan='2'><a href='http://www.mybloglog.com/buzz/'><img src='http://www.mybloglog.com/buzz/yimg.php?tp=u&id=2006113005030528' style='border:1px solid #D6D6D6;margin-left: auto' /></a></td></tr><tr><td colspan='2'><div style='padding:5px 5px 0px 5px'><span><a href="http://www.mybloglog.com/buzz/members/alpesh/" title="MyBlogLog"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/imybloglog.png" style="border:0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/delicious_id/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idelicious.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/digg/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/idigg.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/flickr/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/iflickr.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/linkedin/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/ilinkedin.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/technorati/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itechnorati.png" style="border: 0;" /></a></span><span style="padding-left:5px;"><a href="http://mybloglog.com/s/twitter/alpesh/?r"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/mbl/services/itwitter.png" style="border: 0;" /></a></span></div></td></tr><tr><td style='padding:3px 0 0 5px;border-top:1px solid #D6D6D6;font: 9px' colspan='3'>Visit <a href='http://www.mybloglog.com'>MyBlogLog</a> and get a signature like this!</a></td></tr></table>
 </br><div class="KonaBody"><p>This post will show you how to configure client aliases for SQL Server. One of the security hardening measures is configuring non-standard port for SQL Server instances.</p>
<p>A default instance of SQL Server listens for connections on TCP port 1433. If a client computer is unable to connect to the database on TCP port 1433, it queries the SQL Server Resolution Service on UDP port 1434.</p>
<p>To protect the database server, you can block the standard ports used by SQL Server and configure your SQL Server instances to listen on a nonstandard port.</p>
<p><strong>Configuring client aliases for SQL Server</strong></p>
<p>0. Open SQL Server Configuration Manager, and expand the SQL Native Client Configuration node.</p>
<p>1. Right-click <strong>Aliases</strong>, and then click <strong>New Alias</strong>.</p>
<p>2. In the Alias Name box, type the alias you wish to use when connecting to the database server.</p>
<p>3. In the Port No field, type the port number that you assigned to your SQL Server instance.</p>
<p>4. In the Server field, type the name of your database server.</p>
<p>5. Click <strong>Apply</strong>, and then click <strong>OK</strong>.</p>
<p><strong>Alternatively</strong></p>
<p>Start, Run, clicnfg</p>
<p>Enable TCP/IP protocol</p>
<p><img src="http://wi81yq.blu.livefilestore.com/y1pgcH7WxYXv3DzNqp0GDg4pyCTfTSABXGRdJlwUDN1axIYsiKxtN3JodGkMmYUlAHJH26yU6cSy4p_6HHau42-xg/clicnfg.png" alt="Clicnfg" width="521" height="338" /></p>
<p><a href="http://www.alpesh.nakars.com/blog/wp-content/uploads/2008/04/image.png"><br />
</a></p>
<p>Select properties</p>
<p><img src="http://wi81yq.blu.livefilestore.com/y1pgcH7WxYXv3Dci_bZPhnWfcPIWjNJZaNiiqEpNdTq_YFk1HAx8LyV22UazlQ6b5TZwkzzEpUTbaSSxKp7dT1bpw/clicnfg4.png" alt="" width="318" height="224" /></p>
<p><a href="http://www.alpesh.nakars.com/blog/wp-content/uploads/2008/04/image1.png"><br />
</a></p>
<p>Select Alias Tab</p>
<p><a href="http://www.alpesh.nakars.com/blog/wp-content/uploads/2008/04/image1.png"><img src="http://wi81yq.blu.livefilestore.com/y1pgcH7WxYXv3CORAdjMVzEQt4g5WGUR1FVGIpXy-f9rCZhNQGF4xcktKxXFUAY9aiZANZEeMgedUogsfx5wTsW2w/clicnfg5.png" alt="" width="528" height="321" /></a></p>
<p><a href="http://www.alpesh.nakars.com/blog/wp-content/uploads/2008/04/image2.png"><br />
</a></p>
<p>Configure client aliases on your WFE servers and application servers using the above steps. You must install SQL Native Client and SQL Server Configuration Manager on each server.</p>
</div><img src="http://alpesh.nakars.com/blog/wp-content/uploads/2007/10/alpesh_avatar.png" title="Alpesh Nakar" alt="Alpesh Nakar"> Thanks for subscribing to my blog feeds.
<p> Have you checked out RSS Reader Exclusive Page ? <a href="http://www.alpesh.nakars.com/blog/rss-exclusive/"  </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alpesh.nakars.com/blog/howto-configure-port-alias-for-sql-server/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.630 seconds -->
<!-- Cached page served by WP-Cache -->
