<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jim Mathew&#039;s Sharepoint Blog (MOSS Techie from Abu Dhabi)</title>
	<atom:link href="http://sharepointjim.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointjim.wordpress.com</link>
	<description>it&#039;s all about my Sharepoint and Creative experience</description>
	<lastBuildDate>Wed, 21 Oct 2009 10:54:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sharepointjim.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/97cde5f4a21eb95408d3e726909b387f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Jim Mathew&#039;s Sharepoint Blog (MOSS Techie from Abu Dhabi)</title>
		<link>http://sharepointjim.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sharepointjim.wordpress.com/osd.xml" title="Jim Mathew&#039;s Sharepoint Blog (MOSS Techie from Abu Dhabi)" />
		<item>
		<title>SharePoint Data View Conditional Formatting based on user permissions (IfHasRights)</title>
		<link>http://sharepointjim.wordpress.com/2009/10/19/sharepoint-data-view-conditional-formatting-based-on-user-permissions-ifhasrights/</link>
		<comments>http://sharepointjim.wordpress.com/2009/10/19/sharepoint-data-view-conditional-formatting-based-on-user-permissions-ifhasrights/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 08:44:04 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>
		<category><![CDATA[Conditional Formatting]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/?p=141</guid>
		<description><![CDATA[Below are the values for conditional formatting
example usage : &#60;xsl:if test=&#8221;ddwrt:IfHasRights(&#8220;REPLACE THIS WITH BELOW VALUE&#8221;)&#8221;&#62;&#60;img alt=&#8221;" border=&#8221;0&#8243; src=&#8221;../../PublishingImages/btn_AddActionItem.jpg&#8221; width=&#8221;191&#8243; height=&#8221;37&#8243; /&#62;&#60;/xsl:if&#62;
ViewListItems &#8211; 1
AddListItems &#8211; 2
EditListItems &#8211; 4
DeleteListItems &#8211; 8
ApproveItems &#8211; 16
OpenItems &#8211; 32
ViewVersions &#8211; 64
DeleteVersions &#8211; 128
CancelCheckout &#8211; 256
PersonalViews &#8211; 512
ManageLists &#8211; 2048
ViewFormPages &#8211; 4096
Open &#8211; 65536
ViewPages &#8211; 131072
AddAndCustomizePages &#8211; 262144
ApplyThemeAndBorder &#8211; 524288
ApplyStyleSheets &#8211; 1048576
ViewUsageData [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=141&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Below are the values for conditional formatting</p>
<p>example usage : &lt;xsl:if test=&#8221;ddwrt:IfHasRights(<strong>&#8220;REPLACE THIS WITH BELOW VALUE&#8221;</strong>)&#8221;&gt;&lt;img alt=&#8221;" border=&#8221;0&#8243; src=&#8221;../../PublishingImages/btn_AddActionItem.jpg&#8221; width=&#8221;191&#8243; height=&#8221;37&#8243; /&gt;&lt;/xsl:if&gt;</p>
<p>ViewListItems &#8211; 1</p>
<p>AddListItems &#8211; 2</p>
<p>EditListItems &#8211; 4</p>
<p>DeleteListItems &#8211; 8</p>
<p>ApproveItems &#8211; 16</p>
<p>OpenItems &#8211; 32</p>
<p>ViewVersions &#8211; 64</p>
<p>DeleteVersions &#8211; 128</p>
<p>CancelCheckout &#8211; 256</p>
<p>PersonalViews &#8211; 512</p>
<p>ManageLists &#8211; 2048</p>
<p>ViewFormPages &#8211; 4096</p>
<p>Open &#8211; 65536</p>
<p>ViewPages &#8211; 131072</p>
<p>AddAndCustomizePages &#8211; 262144</p>
<p>ApplyThemeAndBorder &#8211; 524288</p>
<p>ApplyStyleSheets &#8211; 1048576</p>
<p>ViewUsageData &#8211; 2097152</p>
<p>CreateSSCSite &#8211; 4194314</p>
<p>ManageSubwebs &#8211; 8388608</p>
<p>CreateGroups &#8211; 16777216</p>
<p>ManagePermissions &#8211; 33554432</p>
<p>BrowseDirectories &#8211; 67108864</p>
<p>BrowseUserInfo &#8211; 134217728</p>
<p>AddDelPrivateWebParts &#8211; 268435456</p>
<p>UpdatePersonalWebParts &#8211; 536870912</p>
<p>ManageWeb &#8211; 1073741824</p>
<p>UseRemoteAPIs &#8211; 137438953472</p>
<p>ManageAlerts &#8211; 274877906944</p>
<p>CreateAlerts &#8211; 549755813888</p>
<p>EditMyUserInfo &#8211; 1099511627776</p>
<p>EnumeratePermissions &#8211; 4611686018427387904</p>
<p>FullMask &#8211; 9223372036854775807</p>
<p><strong>To ensure that users only see the edit button if they are the author of the posting, or a site owner we added the following conditional formatting:</strong></p>
<blockquote><p>test=&#8221;ddwrt:IfHasRights(2048) or contains(@Author,$Userid)&#8221;</p></blockquote>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=141&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/10/19/sharepoint-data-view-conditional-formatting-based-on-user-permissions-ifhasrights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Display attachments in sharepoint dataview webpart using sharepoint designer</title>
		<link>http://sharepointjim.wordpress.com/2009/08/23/display-attachments-in-sharepoint-dataview-webpart-using-sharepoint-designer/</link>
		<comments>http://sharepointjim.wordpress.com/2009/08/23/display-attachments-in-sharepoint-dataview-webpart-using-sharepoint-designer/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 09:58:15 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Dataview]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[Dataview webpart]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/?p=139</guid>
		<description><![CDATA[Use below code to show attachments in sharepoint dataview webpart .
Use this for Single List Item View:
&#60;SharePoint:AttachmentsField ControlMode=&#8221;Display&#8221; ItemId=&#8221;{@ID}&#8221; EnableViewState=&#8221;true&#8221; FieldName=&#8221;Attachments&#8221;  runat=&#8221;server&#8221;/&#62;
Use this for Multiple List item Vew:
&#60;SharePoint:AttachmentButton ControlMode=&#8221;Edit&#8221; Enabled=&#8221;true&#8221; ItemId=&#8221;{@ID}&#8221; runat=&#8221;server&#8221; Visible=&#8221;false&#8221;/&#62;&#60;SharePoint:AttachmentsField ControlMode=&#8221;Display&#8221; ItemId=&#8221;{@ID}&#8221; EnableViewState=&#8221;true&#8221; FieldName=&#8221;Attachments&#8221; runat=&#8221;server&#8221;/&#62;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=139&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Use below code to show attachments in sharepoint dataview webpart .</p>
<p><strong>Use this for Single List Item View:</strong><br />
&lt;SharePoint:AttachmentsField ControlMode=&#8221;Display&#8221; ItemId=&#8221;<a href="mailto:{@ID">{@ID</a>}&#8221; EnableViewState=&#8221;true&#8221; FieldName=&#8221;Attachments&#8221;  runat=&#8221;server&#8221;/&gt;</p>
<p><strong>Use this for Multiple List item Vew:</strong><br />
&lt;SharePoint:AttachmentButton ControlMode=&#8221;Edit&#8221; Enabled=&#8221;true&#8221; ItemId=&#8221;{@ID}&#8221; runat=&#8221;server&#8221; Visible=&#8221;false&#8221;/&gt;&lt;SharePoint:AttachmentsField ControlMode=&#8221;Display&#8221; ItemId=&#8221;{@ID}&#8221; EnableViewState=&#8221;true&#8221; FieldName=&#8221;Attachments&#8221; runat=&#8221;server&#8221;/&gt;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=139&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/08/23/display-attachments-in-sharepoint-dataview-webpart-using-sharepoint-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>
	</item>
		<item>
		<title>How to change choice field &#8220;allow fill-in choice&#8221; default text  &#8216;Specify your own value:&#8217; to custom text?</title>
		<link>http://sharepointjim.wordpress.com/2009/07/21/how-to-change-choice-field-allow-fill-in-choice-default-text-specify-your-own-value-to-custom-text/</link>
		<comments>http://sharepointjim.wordpress.com/2009/07/21/how-to-change-choice-field-allow-fill-in-choice-default-text-specify-your-own-value-to-custom-text/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 04:18:05 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[Sharepoint Designer]]></category>
		<category><![CDATA[Sharepoint List]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/?p=135</guid>
		<description><![CDATA[
Open default.master (found in the _catalogs\masterpages folder) in SharePoint Designer. 
Before the &#60;/HEAD&#62; end tag I added the following js code:

&#60;script type=&#8221;text/javascript&#8221;&#62;
 function changeSpecifyOwnValue() {
  var node_list = document.getElementsByTagName(&#8216;input&#8217;);
   
  for (var i = 0; i &#60; node_list.length; i++) {
      var node = node_list[i ];  // NOTE: there is a space here after the i, if not a lightbulb was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=135&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul>
<li>Open default.master (found in the _catalogs\masterpages folder) in SharePoint Designer. </li>
<li>Before the &lt;/HEAD&gt; end tag I added the following js code:</li>
</ul>
<p><strong>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
 function changeSpecifyOwnValue() {</strong></p>
<p><strong>  var node_list = document.getElementsByTagName(&#8216;input&#8217;);<br />
   <br />
  for (var i = 0; i &lt; node_list.length; i++) {<br />
      var node = node_list[i ];  // NOTE: there is a space here after the i, if not a lightbulb was added&#8230; delete this<br />
    <br />
      if (((node.getAttribute(&#8216;type&#8217;) == &#8216;radio&#8217;) &amp;&amp; (node.getAttribute(&#8216;value&#8217;) != &#8216;DropDownButton&#8217;)) || (node.getAttribute(&#8216;type&#8217;) == &#8216;checkbox&#8217;)) {<br />
          if (node.nextSibling.innerHTML==&#8221;Specify your own value:&#8221;) {<br />
           node.nextSibling.innerHTML = &#8220;Other:&#8221;;<br />
          }<br />
      }<br />
  }    </strong></p>
<p><strong> }<br />
&lt;/script&gt;</strong></p>
<p>After this I added the function above to be executed in the body onload, below is the sample usgae:</p>
<p><strong>&lt;BODY scroll=&#8221;yes&#8221; onload=&#8221;javascript:if (typeof(_spBodyOnLoadWrapper) != &#8216;undefined&#8217;) _spBodyOnLoadWrapper(); changeSpecifyOwnValue();&#8221;&gt;</strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=135&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/07/21/how-to-change-choice-field-allow-fill-in-choice-default-text-specify-your-own-value-to-custom-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Error “This item cannot be deleted because it is still referenced by other pages”</title>
		<link>http://sharepointjim.wordpress.com/2009/07/16/error-%e2%80%9cthis-item-cannot-be-deleted-because-it-is-still-referenced-by-other-pages%e2%80%9d/</link>
		<comments>http://sharepointjim.wordpress.com/2009/07/16/error-%e2%80%9cthis-item-cannot-be-deleted-because-it-is-still-referenced-by-other-pages%e2%80%9d/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 03:43:49 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[Error]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/2009/07/16/error-%e2%80%9cthis-item-cannot-be-deleted-because-it-is-still-referenced-by-other-pages%e2%80%9d/</guid>
		<description><![CDATA[I was trying to delete a master page in SharePoint designer, and I got the error “This item cannot be deleted because it is still referenced by other pages”. This was strange. I got a quick solution from microsoft http://support.microsoft.com/kb/926812&#8230;.but it was not worth.
This is a know bug&#8230;.Here is a quick solution&#8230;Just 3 steps

Create a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=132&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was trying to delete a master page in SharePoint designer, and I got the error “This item cannot be deleted because it is still referenced by other pages”. This was strange. I got a quick solution from microsoft http://support.microsoft.com/kb/926812&#8230;.but it was not worth.</p>
<p><strong>This is a know bug&#8230;.Here is a quick solution&#8230;Just 3 steps</strong></p>
<ol>
<li>Create a sub-folder in Master page gallery</li>
<li>Move the master page into the sub-folder</li>
<li>Delete the sub-folder</li>
</ol>
<p>Voila!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=132&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/07/16/error-%e2%80%9cthis-item-cannot-be-deleted-because-it-is-still-referenced-by-other-pages%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Integration of CA Unicenter Service Desk application with Sharepoint 2007 using XML Webservices</title>
		<link>http://sharepointjim.wordpress.com/2009/06/28/integration-of-ca-unicenter-service-desk-application-with-sharepoint-2007-using-ca-webservices/</link>
		<comments>http://sharepointjim.wordpress.com/2009/06/28/integration-of-ca-unicenter-service-desk-application-with-sharepoint-2007-using-ca-webservices/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 09:16:27 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Smart Part]]></category>
		<category><![CDATA[Service Desk]]></category>
		<category><![CDATA[XML Webservice]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/?p=119</guid>
		<description><![CDATA[This is my last project in MBC (Middle east Broadcasting Centre) developed for our IT/Engineering Service Desk. Our Service Desk is currently using a solution from Computer Associates (CA) called Unicenter Service Desk. This is a very successful product of CA  but  it&#8217;s usability experience is very bad.
As a quick solution myself and my team member Mr. Salih [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=119&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is my last project in MBC (Middle east Broadcasting Centre) developed for our IT/Engineering Service Desk. Our Service Desk is currently using a solution from Computer Associates (CA) called <strong><a href="http://www.ca.com/us/service-desk.aspx" target="_blank">Unicenter Service Desk</a>. </strong>This is a very successful product of CA  but  it&#8217;s usability experience is very bad.</p>
<p>As a quick solution myself and my team member Mr. Salih Abdul Rahman decided to use Sharepoint 2007 as  front end for Service Desk. we had brain storming sessions&#8230;..&amp;&#8230;.. finally  we explored Webservices provided by CA which was very helpful to incorporate with MOSS. so we developed all the forms and views using ASP.NET and made User controls and incorporated with sharepoint using smartpart. also created some graphics work(Sharepoint master page) to make the Usability experience much easier and richer. below is the screenshot of our SD Portal.</p>
<p> This is a pure sharepoint site which is highly customized to integrate CA Service Desk application functionalities.</p>
<p><a href="http://sharepointjim.files.wordpress.com/2009/06/sd_details.jpg"><img class="aligncenter size-full wp-image-120" title="SD_Details" src="http://sharepointjim.files.wordpress.com/2009/06/sd_details.jpg?w=1015&#038;h=770" alt="SD_Details" width="1015" height="770" /></a></p>
<p><strong><em>Place Log Comment / View Log History<br />
<a href="http://sharepointjim.files.wordpress.com/2009/06/sd2.jpg"><img class="aligncenter size-full wp-image-130" title="sd2" src="http://sharepointjim.files.wordpress.com/2009/06/sd2.jpg?w=556&#038;h=355" alt="sd2" width="556" height="355" /></a><br />
Technologies Used</em></strong></p>
<p><strong><em><br />
</em>User Controls   :</strong>   Visual Studio 2008 (ASP.NET .ascx)<br />
<strong>Business Logis  :</strong>   XML Webservices<br />
<strong>MOSS Integration</strong>  :  Smart Part<br />
<strong>Scripts :</strong>    Jquery, CSS<br />
<strong>Database:</strong>   SQl Server 2005<br />
<strong>User interface design  :</strong>  Adobe Photoshop , Microsoft Expression</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=119&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/06/28/integration-of-ca-unicenter-service-desk-application-with-sharepoint-2007-using-ca-webservices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>

		<media:content url="http://sharepointjim.files.wordpress.com/2009/06/sd_details.jpg" medium="image">
			<media:title type="html">SD_Details</media:title>
		</media:content>

		<media:content url="http://sharepointjim.files.wordpress.com/2009/06/sd2.jpg" medium="image">
			<media:title type="html">sd2</media:title>
		</media:content>
	</item>
		<item>
		<title>Attention: Important Information on Service Pack 2</title>
		<link>http://sharepointjim.wordpress.com/2009/05/23/attention-important-information-on-service-pack-2/</link>
		<comments>http://sharepointjim.wordpress.com/2009/05/23/attention-important-information-on-service-pack-2/#comments</comments>
		<pubDate>Sat, 23 May 2009 17:29:45 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[Bug]]></category>
		<category><![CDATA[New Releases]]></category>
		<category><![CDATA[Service Packs]]></category>
		<category><![CDATA[Service Pack 2]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/?p=114</guid>
		<description><![CDATA[During the installation of SP2, a product expiration date is improperly activated. This means SharePoint will expire as though it was a trial installation 180 days after SP2 is deployed. The activation of the expiration date will not affect the normal function of SharePoint up until the expiration date passes. Read Full Article
   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=114&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span>During the installation of SP2, a product expiration date is improperly activated. This means SharePoint will expire as though it was a trial installation 180 days after SP2 is deployed. The activation of the expiration date will not affect the normal function of SharePoint up until the expiration date passes. <a href="http://blogs.msdn.com/sharepoint/archive/2009/05/21/attention-important-information-on-service-pack-2.aspx" target="_blank">Read Full Article</a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=114&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/05/23/attention-important-information-on-service-pack-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Server 2010 Preliminary System Requirements Announced</title>
		<link>http://sharepointjim.wordpress.com/2009/05/12/sharepoint-server-2010-preliminary-system-requirements-announced/</link>
		<comments>http://sharepointjim.wordpress.com/2009/05/12/sharepoint-server-2010-preliminary-system-requirements-announced/#comments</comments>
		<pubDate>Tue, 12 May 2009 08:47:05 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[New Releases]]></category>
		<category><![CDATA[Sharepoint Server 2010]]></category>
		<category><![CDATA[Sharepoint News]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/?p=112</guid>
		<description><![CDATA[
SharePoint Server 2010 will be 64-bit only.
SharePoint Server 2010 will require 64-bit Windows Server 2008 or 64-bit Windows Server 2008 R2.
SharePoint Server 2010 will require 64-bit SQL Server 2008 or 64-bit SQL Server 2005.

Read full story here
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=112&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul>
<li>SharePoint Server 2010 will be 64-bit only.</li>
<li>SharePoint Server 2010 will require 64-bit Windows Server 2008 or 64-bit Windows Server 2008 R2.</li>
<li>SharePoint Server 2010 will require 64-bit SQL Server 2008 or 64-bit SQL Server 2005.</li>
</ul>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx" target="_blank">Read full story here</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=112&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/05/12/sharepoint-server-2010-preliminary-system-requirements-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Next Version of Sharepoint will be known as Microsoft SharePoint Server 2010&#8230;. no more MOSS</title>
		<link>http://sharepointjim.wordpress.com/2009/04/17/next-version-of-sharepoint-will-be-known-as-microsoft-sharepoint-server-2010-no-more-moss/</link>
		<comments>http://sharepointjim.wordpress.com/2009/04/17/next-version-of-sharepoint-will-be-known-as-microsoft-sharepoint-server-2010-no-more-moss/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 05:37:59 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[New Releases]]></category>
		<category><![CDATA[Sharepoint Server 2010]]></category>
		<category><![CDATA[Sharepoint News]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/?p=107</guid>
		<description><![CDATA[Microsoft took the name &#8221;OFFICE&#8221; out from Microsoft Office Sharepoint Server (MOSS) for next version to avoid confusion for customers. The new official name of  Sharepoint 14 will be MICROSOFT SHAREPOINT SERVER 2010
Read the exclusive updates from microsoft sharepoint team blog

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=107&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Microsoft took the name &#8221;OFFICE&#8221; out from <strong>Microsoft Office Sharepoint Server (MOSS)</strong> for next version to avoid confusion for customers. The new official name of  Sharepoint 14 will be <strong>MICROSOFT SHAREPOINT SERVER 2010</strong></p>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2009/04/14/microsoft-sharepoint-14-is-now-microsoft-sharepoint-2010.aspx" target="_self">Read the exclusive updates from microsoft sharepoint team blog<br />
</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=107&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/04/17/next-version-of-sharepoint-will-be-known-as-microsoft-sharepoint-server-2010-no-more-moss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Code Snippet: How to get client machine name?</title>
		<link>http://sharepointjim.wordpress.com/2009/04/15/code-snippet-how-to-get-client-machine-name/</link>
		<comments>http://sharepointjim.wordpress.com/2009/04/15/code-snippet-how-to-get-client-machine-name/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 07:01:00 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[machine name]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/?p=98</guid>
		<description><![CDATA[I had a requirement to get client&#8217;s machine name   using smartpart user control in sharepoint . i have tried number of methods but unfortunately those show server name only.
here  is the code which works fine.
Dim host As  System.Net.IPHostEntry 
host = System.Net.Dns.GetHostEntry(Request.ServerVariables.Item(&#8220;REMOTE_HOST&#8221;))  
Dim strComputerName As String = host.HostName
label1.text= strComputerName 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=98&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had a requirement to get client&#8217;s machine name   using smartpart user control in sharepoint . i have tried number of methods but unfortunately those show server name only.</p>
<p>here  is the code which works fine.</p>
<p><strong><em>Dim host As  System.Net.IPHostEntry </em></strong></p>
<p><strong><em>host = System.Net.Dns.GetHostEntry(Request.ServerVariables.Item(&#8220;REMOTE_HOST&#8221;))  </em></strong></p>
<p><strong><em>Dim strComputerName As String = host.HostName</em></strong></p>
<p><strong><em>label1.text= strComputerName </em></strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=98&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/04/15/code-snippet-how-to-get-client-machine-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup and Restore Strategies in MOSS 2007 by Sahil Malik</title>
		<link>http://sharepointjim.wordpress.com/2009/04/13/backup-and-restore-strategies-in-moss-2007-by-sahil-malik/</link>
		<comments>http://sharepointjim.wordpress.com/2009/04/13/backup-and-restore-strategies-in-moss-2007-by-sahil-malik/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 06:18:29 +0000</pubDate>
		<dc:creator>Jim Mathew</dc:creator>
				<category><![CDATA[Backup/Restore]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[Sharepoint Administrator]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://sharepointjim.wordpress.com/?p=95</guid>
		<description><![CDATA[Here is a very informative article for MOSS  administrators about Backup and Restore in MOSS 2007.
http://blah.winsmarts.com/2007-10-Backup_and_Restore_Strategies_in_MOSS_2007.aspx?postID=345
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=95&subd=sharepointjim&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is a very informative article for MOSS  administrators about Backup and Restore in MOSS 2007.</p>
<p><a href="http://blah.winsmarts.com/2007-10-Backup_and_Restore_Strategies_in_MOSS_2007.aspx?postID=345">http://blah.winsmarts.com/2007-10-Backup_and_Restore_Strategies_in_MOSS_2007.aspx?postID=345</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sharepointjim.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sharepointjim.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sharepointjim.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sharepointjim.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sharepointjim.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sharepointjim.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sharepointjim.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sharepointjim.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sharepointjim.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sharepointjim.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sharepointjim.wordpress.com&blog=7055904&post=95&subd=sharepointjim&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sharepointjim.wordpress.com/2009/04/13/backup-and-restore-strategies-in-moss-2007-by-sahil-malik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9766accd246f9ac2863f575578b22459?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jim Mathew</media:title>
		</media:content>
	</item>
	</channel>
</rss>