<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Alkalony's Weblog</title>
	<atom:link href="http://alkalony.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://alkalony.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 29 Sep 2009 16:11:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='alkalony.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c2f24f5e7dee670e5aa674add949649f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Alkalony's Weblog</title>
		<link>http://alkalony.wordpress.com</link>
	</image>
			<item>
		<title>How to Get XML Data From a SharePoint List – The Easy Way</title>
		<link>http://alkalony.wordpress.com/2009/09/29/how-to-get-xml-data-from-a-sharepoint-list-%e2%80%93-the-easy-way/</link>
		<comments>http://alkalony.wordpress.com/2009/09/29/how-to-get-xml-data-from-a-sharepoint-list-%e2%80%93-the-easy-way/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 15:40:56 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[General SharePoint]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=117</guid>
		<description><![CDATA[Ever wanted to view your Sharepoint list as an XML data like me?
I think that you will run into a situation where you want to pull data as an XML format out of your SharePoint list some day, and to be honest i&#8217;ve found alot of ways pulling out the data to be viewed as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=117&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ever wanted to view your Sharepoint list as an XML data like me?</p>
<p>I think that you will run into a situation where you want to pull data as an XML format out of your SharePoint list some day, and to be honest i&#8217;ve found alot of ways pulling out the data to be viewed as XML.</p>
<p>Here i want to share this simple way to do this using  the great functionality of a file called <a title="owssvr.dll" href="http://dll.paretologic.com/detail.php/owssvr" target="_blank">owssvr.dll</a>. and as a brief on this dll, i can say that the owssvr.dll file serves as the backbone of the SharePoint function. This is because the owssvr.dll file is the module that runs the mechanism for &#8216;export to spreadsheet and open with access&#8217; options on the list Actions menu of SharePoint</p>
<p>So to get started, Simply format the following string to form the request URL:<br />
<em></em></p>
<p><em>http://<span style="color:#ff0000;">{yoursite}</span>/_vti_bin/owssvr.dll?Cmd=Display&amp;List=<span style="color:#ff0000;">{list GUID}</span>&amp;XMLDATA=TRUE</em></p>
<p>where:</p>
<ol>
<li><span style="color:#ff0000;">{yoursite}</span> : is the url of your site, which could be the root site of any child site.</li>
<li><span style="color:#ff0000;">{list GUID}</span> : is the GUID of your list.</li>
</ol>
<p>So as an example of this request URL would be </p>
<p>http://<strong>www.microsoft.com</strong>/_vti_bin/owssvr.dll?Cmd=Display&amp;List=<strong>729ECA77-58B6-4739-9F50-9AE05D1FADAC</strong>&amp;XMLDATA=TRUE</p>
<p>And you will get the XML view something like this:</p>
<p style="text-align:center;"><a href="http://alkalony.files.wordpress.com/2009/09/mosslisttoxml.gif"><img class="size-full wp-image-118  aligncenter" title="MOSSListtoXML" src="http://alkalony.files.wordpress.com/2009/09/mosslisttoxml.gif?w=400&#038;h=500" alt="MOSSListtoXML" width="400" height="500" /></a></p>
<p>In addition to viewing a list using the <strong>Cmd=Display </strong>command in the URL request, you can also return all data for a SharePoint list, but based on a specific view from that list, by adding the <strong>&amp;View={ViewGuid}</strong> to the URL request, like the following:</p>
<p>http://<span style="color:#ff0000;">{yoursite}</span>/_vti_bin/owssvr.dll?Cmd=Display&amp;List=<span style="color:#ff0000;">{list GUID}&amp;View={ViewGuid}</span>&amp;XMLDATA=TRUE</p>
<p>where: <span style="color:#ff0000;">{ViewGuid}</span> : is the GUID of the list view.</p>
<p>The response for a simple view looks like this:</p>
<p style="text-align:center;"><a href="http://alkalony.files.wordpress.com/2009/09/mosslistviewtoxml.gif"><img class="size-full wp-image-119  aligncenter" title="MOSSListViewtoXML" src="http://alkalony.files.wordpress.com/2009/09/mosslistviewtoxml.gif?w=450&#038;h=336" alt="MOSSListViewtoXML" width="450" height="336" /></a></p>
<p><strong>Notes:</strong></p>
<p>- To find the GUID for a list, just go to the Settings page for the list and copy it from the URL. (see below)</p>
<p style="text-align:center;"><a href="http://alkalony.files.wordpress.com/2009/09/getlistguid.jpg"><img class="aligncenter size-full wp-image-120" title="GetListGUID" src="http://alkalony.files.wordpress.com/2009/09/getlistguid.jpg?w=450&#038;h=219" alt="GetListGUID" width="450" height="219" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=117&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2009/09/29/how-to-get-xml-data-from-a-sharepoint-list-%e2%80%93-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>

		<media:content url="http://alkalony.files.wordpress.com/2009/09/mosslisttoxml.gif" medium="image">
			<media:title type="html">MOSSListtoXML</media:title>
		</media:content>

		<media:content url="http://alkalony.files.wordpress.com/2009/09/mosslistviewtoxml.gif" medium="image">
			<media:title type="html">MOSSListViewtoXML</media:title>
		</media:content>

		<media:content url="http://alkalony.files.wordpress.com/2009/09/getlistguid.jpg" medium="image">
			<media:title type="html">GetListGUID</media:title>
		</media:content>
	</item>
		<item>
		<title>What every SharePoint and EPM administrator needs to know about Alternate Access Mappings</title>
		<link>http://alkalony.wordpress.com/2009/09/17/what-every-sharepoint-and-epm-administrator-needs-to-know-about-alternate-access-mappings/</link>
		<comments>http://alkalony.wordpress.com/2009/09/17/what-every-sharepoint-and-epm-administrator-needs-to-know-about-alternate-access-mappings/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 12:07:45 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[General SharePoint]]></category>
		<category><![CDATA[AAM]]></category>
		<category><![CDATA[MOSS]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=115</guid>
		<description><![CDATA[Here is an amazing  3-Parts-series of mastering Alternate Access Mappings(AAM), which will clarify your vision managing Web application paths, ip addresses &#38; DNS records, specially when dealing with SharePoint:

What every SharePoint administrator needs to know about Alternate Access Mappings (Part 1 of 3).
What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3).
What every SharePoint [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=115&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is an amazing  3-Parts-series of mastering Alternate Access Mappings(AAM), which will clarify your vision managing Web application paths, ip addresses &amp; DNS records, specially when dealing with SharePoint:</p>
<ul>
<li><a title="What every SharePoint administrator needs to know about Alternate Access Mappings (Part 1 of 3)" href="http://blogs.msdn.com/sharepoint/archive/2007/03/06/what-every-sharepoint-administrator-needs-to-know-about-alternate-access-mappings-part-1.aspx" target="_blank">What every SharePoint administrator needs to know about Alternate Access Mappings (Part 1 of 3).</a></li>
<li><a title="What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3)." href="http://blogs.msdn.com/sharepoint/archive/2007/03/19/what-every-sharepoint-administrator-needs-to-know-about-alternate-access-mappings-part-2-of-3.aspx" target="_blank">What every SharePoint administrator needs to know about Alternate Access Mappings (Part 2 of 3).</a></li>
<li><a title="What every SharePoint administrator needs to know about Alternate Access Mappings (Part 3 of 3)" href="http://blogs.msdn.com/sharepoint/archive/2007/04/18/what-every-sharepoint-administrator-needs-to-know-about-alternate-access-mappings-part-3-of-3.aspx">What every SharePoint administrator needs to know about Alternate Access Mappings (Part 3 of 3).</a></li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=115&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2009/09/17/what-every-sharepoint-and-epm-administrator-needs-to-know-about-alternate-access-mappings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>
	</item>
		<item>
		<title>9 Free Icon Sets By VisualPharm</title>
		<link>http://alkalony.wordpress.com/2009/09/07/9-free-icon-sets-by-visualpharm/</link>
		<comments>http://alkalony.wordpress.com/2009/09/07/9-free-icon-sets-by-visualpharm/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:32:09 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[Web Resources]]></category>
		<category><![CDATA[Icons]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=111</guid>
		<description><![CDATA[VisualPharm is sharing various sets of beautiful free icons that are offered in Windows, Mac &#38; PNG formats.
Icon sets are themed differently from animals to office space or finance icons. And, a set named &#8220;Must Have Icons&#8221; which includes 59 icons is a nice fit to be used in web applications.

All sets come in 7 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=111&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>VisualPharm</strong> is <a href="http://www.visualpharm.com/free_icons.html" target="_blank">sharing various sets of beautiful free icons</a> that are offered in Windows, Mac &amp; PNG formats.</p>
<p>Icon sets are themed differently from animals to office space or finance icons. And, a set named &#8220;<a href="http://www.visualpharm.com/must_have_icon_set/" target="_blank">Must Have Icons</a>&#8221; which includes 59 icons is a <strong>nice fit to be used in web applications</strong>.</p>
<p style="text-align:center;"><a href="http://alkalony.files.wordpress.com/2009/09/freeicons.jpg"><img class="aligncenter size-full wp-image-112" title="FreeIcons" src="http://alkalony.files.wordpress.com/2009/09/freeicons.jpg?w=449&#038;h=226" alt="FreeIcons" width="449" height="226" /></a></p>
<p>All sets come in 7 popular sizes: 16*16px, 24*24px, 32*32px, 48*48px, 64*64px, 128*128px &amp; 256*256px.</p>
<p>They are free to use in personal &amp; commercial projects (a link back is required).</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=111&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2009/09/07/9-free-icon-sets-by-visualpharm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>

		<media:content url="http://alkalony.files.wordpress.com/2009/09/freeicons.jpg" medium="image">
			<media:title type="html">FreeIcons</media:title>
		</media:content>
	</item>
		<item>
		<title>Add existing Content database to a Site collection using STSADM</title>
		<link>http://alkalony.wordpress.com/2009/08/25/add-existing-content-database-to-a-site-collection-using-stsadm/</link>
		<comments>http://alkalony.wordpress.com/2009/08/25/add-existing-content-database-to-a-site-collection-using-stsadm/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:09:33 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[STSADM]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=96</guid>
		<description><![CDATA[


Scenario
- You have an old content database (mdf/ldf or a backup) that you want to use as a content database for a new site collection.
or
- You want to create a new site collection, and to use an already existing content database (that holds your old data) for this site collection.
Assumption
- At the back-end SQL server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=96&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;"><strong></strong></p>
<p style="text-align:center;"><strong><span style="text-decoration:underline;"><a href="http://alkalony.files.wordpress.com/2009/08/stsadm-addcontentdb.jpg"><img class="aligncenter size-full wp-image-106" title="Stsadm Addcontentdb" src="http://alkalony.files.wordpress.com/2009/08/stsadm-addcontentdb.jpg?w=450&#038;h=297" alt="Stsadm Addcontentdb" width="450" height="297" /></a></span></strong></p>
<p style="text-align:center;"><span style="text-decoration:underline;"><strong><a href="http://alkalony.files.wordpress.com/2009/08/stsadm-addcontentdb.jpg"></a></strong></span></p>
<p><span style="text-decoration:underline;"><strong>Scenario</strong><br />
</span>- You have an old content database (mdf/ldf or a backup) that you want to use as a content database for a new site collection.<br />
or<br />
- You want to create a new site collection, and to use an already existing content database (that holds your old data) for this site collection.</p>
<p><strong><span style="text-decoration:underline;">Assumption</span></strong><br />
- At the back-end SQL server you have a content database (in this example i will name it <strong>WSS_Content_Web1</strong>) attached to the SQL server, that is not linked to any site collection yet.<br />
or<br />
-At the back-end SQL server you&#8217;ve created a new database (in this example i will name it <strong>WSS_Content_Web1</strong>) using SQL management studio and restored a backed-up content database to it, to be used as a content database for you new site collection.</p>
<p><strong><span style="text-decoration:underline;">Steps</span></strong><br />
I will refer to this content database as <strong>WSS_Content_Web1</strong>, and the site collection as<strong> http://www.xyz.com/Web1</strong></p>
<p><strong> </strong></p>
<p><span style="text-decoration:underline;"><strong>What we are up to do is:</strong></span></p>
<ol>
<li>Create a content database using Sharepoint central administration.</li>
<li>Create site collection that will use this content db.</li>
<li>delete this content db.</li>
<li>use STSADM to link this newly created site collection to the existing content database (in this example i will name it <strong>WSS_Content_Web1</strong>) in the back-end SQL.</li>
</ol>
<p><strong> </strong></p>
<p><strong><span style="text-decoration:underline;">So let us start:</span></strong></p>
<ol>
<li>Launch &#8220;SharePoint 3.0 Centeral Administration&#8221;, and under the category &#8220;SharePoint Web Application Management&#8221; Select &#8220;Web application list&#8221; then select the web application that will contain the site collection.</li>
<li>Select content databases, and click to add a new content database, name it WSS_Content_test and click ok.</li>
<li>Create a new site collection, name it Web1. (notice that the new site collection will be attached to the newly created content database (WSS_content_test).</li>
<li>Go back to the link &#8220;content databases&#8221; and delete the content database you&#8217;ve created &#8220;WSS_Content_test&#8221;.</li>
<li>Launch Command prompt (CMD) &#8230; Start &gt; Run &gt; cmd and hit enter.</li>
<li>write the following command line:<br />
<strong>Stsadm –o addcontentdb –url <span style="color:#3366ff;">http://www.xyz.com/Web1 </span>–databasename <span style="color:#3366ff;">WSS_Content_Web1</span></strong></li>
<li>press enter to execute the command.</li>
</ol>
<p>Go and browse to your newly created site collection, and enjoy.</p>
<p> </p>
<p><span style="text-decoration:underline;"><strong>notes:</strong></span></p>
<ol>
<li>The STSADM tool is usually located in the following path (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\BIN).</li>
<li>For details about using the command <strong><em>addcontentdb </em></strong>visit this article in TechNet <a title="Addcontentdb: Stsadm operation" href="http://technet.microsoft.com/en-us/library/cc263422.aspx" target="_blank">Addcontentdb: Stsadm operation (Office SharePoint Server)</a>.</li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=96&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2009/08/25/add-existing-content-database-to-a-site-collection-using-stsadm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>

		<media:content url="http://alkalony.files.wordpress.com/2009/08/stsadm-addcontentdb.jpg" medium="image">
			<media:title type="html">Stsadm Addcontentdb</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint 2010 &#8230; Get a Sneak Peek now!</title>
		<link>http://alkalony.wordpress.com/2009/08/08/sharepoint-2010-get-a-sneak-peek-now/</link>
		<comments>http://alkalony.wordpress.com/2009/08/08/sharepoint-2010-get-a-sneak-peek-now/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 09:44:12 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[General SharePoint]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=72</guid>
		<description><![CDATA[
On their home page, Microsoft SharePoint Server 2007 is to announce the release of their new SharePoint 2010 Server.
Keep your eye on it, Microsoft SharePoint Server 2007 Website, and here you can take the sneak peek (Click Here)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=72&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:center;"><img class="aligncenter size-full wp-image-75" title="MOSS2010" src="http://alkalony.files.wordpress.com/2009/08/moss2010.jpg?w=324&#038;h=169" alt="MOSS2010" width="324" height="169" /></p>
<p>On their home page, Microsoft SharePoint Server 2007 is to announce the release of their new SharePoint 2010 Server.</p>
<p>Keep your eye on it, <a title="MOSS 2007 website" href="http://sharepoint.microsoft.com" target="_blank">Microsoft SharePoint Server 2007 Website</a>, and here you can take the sneak peek (<a title="MOSS2010 Sneak Peek" href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx" target="_blank">Click Here</a>)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=72&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2009/08/08/sharepoint-2010-get-a-sneak-peek-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>

		<media:content url="http://alkalony.files.wordpress.com/2009/08/moss2010.jpg" medium="image">
			<media:title type="html">MOSS2010</media:title>
		</media:content>
	</item>
		<item>
		<title>Yet another way of writing code in SharePoint2007</title>
		<link>http://alkalony.wordpress.com/2009/08/07/yet-another-way-of-writing-code-in-sharepoint2007/</link>
		<comments>http://alkalony.wordpress.com/2009/08/07/yet-another-way-of-writing-code-in-sharepoint2007/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:03:26 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[SharePoint .NET Coding]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=48</guid>
		<description><![CDATA[Hi all;
Remember my post &#8221;Publish Your .ASPX Page With Code Behind To SharePoint 2007&#8220;, here is a simpler way of creating no code behind aspx page in SharePoint2007.
Here we will go through 3 steps:

Build a simple aspx page in Visual Studio 2005 (with no separate code file).
Tweak the SharePoint Web application Web.config file to accept running codes.
Copy the aspx code to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=48&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi all;</p>
<p>Remember my post &#8221;<a title="Publish Your .ASPX Page With Code Behind To SharePoint 2007" href="http://alkalony.wordpress.com/2008/07/22/writing-code-behind-aspx-pages-into-sharepoint-2007/" target="_blank">Publish Your .ASPX Page With Code Behind To SharePoint 2007</a>&#8220;, here is a simpler way of creating no code behind aspx page in SharePoint2007.</p>
<p>Here we will go through 3 steps:</p>
<ol>
<li>Build a simple aspx page in Visual Studio 2005 (with no separate code file).</li>
<li>Tweak the SharePoint Web application Web.config file to accept running codes.</li>
<li>Copy the aspx code to a new aspx page in SharePoint.</li>
</ol>
<p>So lets start:</p>
<h3><span style="color:#333399;">Building the aspx page</span></h3>
<ol>
<li>open up Visual Studio 2005 or 2008, and make a new web site name it whatever.</li>
<li>add another aspx page to the web site, but here <strong>uncheck</strong> the checkbox titled &#8220;<strong>Place code in separate file</strong>&#8220;.</li>
<li>open this aspx page, and switch to design view.</li>
<li>drop a TextBox, name it <strong>txtHello</strong>, and drop a Button name it <strong>btnHello</strong>.</li>
<li>double click the <strong>btnHello</strong> command button.</li>
<li>in the btnHello_Click protected sub, write this simple line code</li>
<li>txtHello.text = &#8220;Hello World&#8221;. run your web site to test if every thing works fine.</li>
</ol>
<p><span style="color:#333399;"> </span> </p>
<h3><span style="color:#333399;">Modify the web.config file of the SharePoint Web application:</span></h3>
<ol>
<li>Open your Web application web.config file (which is found in this path &#8211;&gt; C:\inetpub\wwwroot\wss\VirtualDirectories\xxxx   , the xxxx is the port number of your web application but in most cases for the default website its 80).</li>
<li>add the following lines to the web.config file, directly inside the <span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&lt;</span></span><span style="color:#800000;font-size:x-small;"><span style="color:#800000;font-size:x-small;">configuration</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&gt; </span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&lt;</span></span><span style="color:#800000;font-size:x-small;"><span style="color:#800000;font-size:x-small;">SharePoint</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&gt; <span style="color:#000000;">directive and save.</span></span></span></li>
</ol>
<p><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"><span style="color:#800000;font-size:x-small;"><span style="color:#800000;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&lt;</span></span></span></span></span></span></span></span></span><span style="color:#800000;font-size:x-small;"><span style="color:#800000;font-size:x-small;">SafeMode</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> </span></span><span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">MaxControls</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">500</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> </span></span><span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">CallStack</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">false</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> </span></span><span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">DirectFileDependencies</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">10</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> </span></span><span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">TotalFileDependencies</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">50</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> </span></span><span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">AllowPageLevelTrace</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">false</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&gt;</span></span></p>
<div>
<div><span style="color:#0000ff;font-size:x-small;"> </span><span style="color:#800000;font-size:x-small;"><span style="color:#800000;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&lt;</span></span>PageParserPaths</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&gt;</span></span></div>
<p><span style="color:#800000;font-size:x-small;"><span style="color:#800000;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&lt;</span></span>PageParserPath</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> </span></span><span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">VirtualPath</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">/*</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> </span></span><span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">CompilationMode</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">Always</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> </span></span><span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">AllowServerSideScript</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">true</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> </span></span><span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">IncludeSubFolders</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">true</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> &gt;</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&lt;/</span></span><span style="color:#800000;font-size:x-small;"><span style="color:#800000;font-size:x-small;">PageParserPath</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&gt;</span></span></p>
<p><span style="color:#800000;font-size:x-small;"><span style="color:#800000;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&lt;/</span></span>PageParserPaths</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&gt;</span></span></p>
<p><span style="color:#800000;font-size:x-small;"><span style="color:#800000;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&lt;/</span></span>SafeMode</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">&gt;</span></span></p>
<p>here we are telling SharePoint to accept running codes from the root path including all sub folders by using &#8220;<span style="color:#0000ff;">/*</span>&#8221; , but i prefer that you create a folder in your site collection, naming it &#8220;<strong>Applications&#8221;, </strong>and put all aspx pages that contains code in it, then change the path in the <span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">VirtualPath</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">/*</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">  </span></span>to be <span style="color:#ff0000;font-size:x-small;"><span style="color:#ff0000;font-size:x-small;">VirtualPath</span></span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">=</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;">/Applications/*</span></span><span style="font-size:x-small;">&#8220;</span><span style="color:#0000ff;font-size:x-small;"><span style="color:#0000ff;font-size:x-small;"> .</span></span></p>
<p> </p>
<h3><span style="color:#333399;">Finally, copy the code in this aspx page to a new aspx page in SharePoint using SharePoint Designer:</span></h3>
<ol>
<li>Open SharePoint Designer 2007, create a new aspx page, back to your web site which you created in vb.net, open the aspx page that you&#8217;ve created and tested, switch to code view, select all (Ctrl+A) and Copy (ctrl+C) code, paste the code in the SharePoint aspx page.</li>
<li>Save &amp; Check-In the SharePoint aspx page, run and have fun.</li>
</ol>
</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=48&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2009/08/07/yet-another-way-of-writing-code-in-sharepoint2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>
	</item>
		<item>
		<title>SharePoint Server 2007 SP2 &#8230; Slipstream!</title>
		<link>http://alkalony.wordpress.com/2009/08/07/sharepoint-server-2007-sp2-slipstream/</link>
		<comments>http://alkalony.wordpress.com/2009/08/07/sharepoint-server-2007-sp2-slipstream/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 11:46:07 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[General SharePoint]]></category>
		<category><![CDATA[SharePoint Setup]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=44</guid>
		<description><![CDATA[In the scenario of installing a fresh new SharePoint2007, its a good idea to install it once with all the updates &#38; service packs available.
Here i will go through bundle every thing in one MOSS2007 installation folder, including MOSS2007 Setup, WSS v3 SP2, microsoft office sharepoint server2007 SP2 and the cumulative update (15 july 2009) for both [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=44&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In the scenario of installing a fresh new SharePoint2007, its a good idea to install it once with all the updates &amp; service packs available.</p>
<p>Here i will go through bundle every thing in one MOSS2007 installation folder, including MOSS2007 Setup, WSS v3 SP2, microsoft office sharepoint server2007 SP2 and the cumulative update (15 july 2009) for both WSS v3 and MOSS2007.</p>
<p>To get started, we will need the SharePoint 2007 installation media, the SP2 for both WSS and MOSS, and the latest Cumulative Updates for both WSS and MOSS. so here are the links for downloading SP2 &amp; the latest CUs:</p>
<ul>
<li><a title="Windows SharePoint Services 3.0 Service Pack 2 (SP2) - English" href="http://www.microsoft.com/downloads/details.aspx?familyid=79BADA82-C13F-44C1-BDC1-D0447337051B&amp;displaylang=en" target="_blank">Windows SharePoint Services 3.0 Service Pack 2 (SP2) &#8211; English </a></li>
<li><a title="The 2007 Microsoft Office Servers Service Pack 2 (SP2)" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B7816D90-5FC6-4347-89B0-A80DEB27A082&amp;displaylang=en" target="_blank">The 2007 Microsoft Office Servers Service Pack 2 (SP2)</a></li>
<li><a title="June Cumulative Update (CU) for Windows SharePoint Services 3.0" href="http://support.microsoft.com/kb/970946/en-us" target="_blank">June Cumulative Update (CU) for Windows SharePoint Services 3.0</a></li>
<li><a title="July Cumulative Update (CU) for Office SharePoint Server 2007" href="http://support.microsoft.com/kb/971537/en-us" target="_blank">July Cumulative Update (CU) for Office SharePoint Server 2007</a></li>
</ul>
<p>To begin make a folder named c:\MOSS2007, and copy the MOSS2007 installation files and folders into it. (the folder will look similar to the following pic)</p>
<p style="text-align:center;"><img class="aligncenter" title="MOSS2007" src="http://alkalony.files.wordpress.com/2009/08/moss2007.jpg?w=390&#038;h=462" alt="MOSS2007" width="390" height="462" /></p>
<p>Notice that theres a folder called <span style="color:#ff0000;"><strong>Updates </strong><span style="color:#000000;">, here we will extract the SP2s and CUs files. as follows:</span></span></p>
<ol>
<li><span style="color:#ff0000;"><span style="color:#000000;">open up command propmt . start &gt; run &gt; cmd.</span></span></li>
<li><span style="color:#ff0000;"><span style="color:#000000;">extract the four files (SPs &amp; UCs) by writing <strong>EXTRACT</strong> command as follows depending on the path of each one (i prefer to put them all in one folder in the C:\ root to narrow the extraction command statement):</span></span></li>
</ol>
<p>- <strong>c:\</strong>wssv3sp2-kb953338-x64-fullfile-en-us.exe /<strong>extract:c:\MOSS2007\updates</strong></p>
<p>- <strong>c:\</strong>officeserver2007sp2-kb953334-x64-fullfile-en-us.exe /<strong>extract:c:\MOSS2007\updates</strong></p>
<p> - <strong>c:\</strong>wss-kb968850-fullfile-x64-glb.exe /<strong>extract:c:\MOSS2007\updates</strong></p>
<p>- <strong>c:\</strong>office-kb968851-fullfile-x64-glb.exe /<strong>extract:c:\MOSS2007\updates</strong></p>
<p>And after completing the extraction proccess for all files, you shall notice that the <strong>Updates</strong> folder will be filled with many <strong>msp </strong>files, also you will notice that there are two DLL files named <strong>svrsetup.dll</strong> and <strong>wsssetup.dll, </strong>you must delete the file <strong>wsssetup.dll </strong>because its causing a Setup Error (<strong>Language not supported by your system</strong>), and conflecting with the other file <strong>svrsetup.dll.</strong></p>
<p>Now you are ready to install a complete fully updated MOSS2007.</p>
<h2>Recommended installation sequence for updates</h2>
<p>Also if you are making a separate Updates installation, like say you have MOSS already installed, and want to update to Service Packs 2 and cumulative updates, then Microsoft enforces the installation order of service packs, but does not enforce the installation order of packages or patches. You can install packages or patches in any order you want, so long as every server in your farm is updated to the same level when you are done. In addition, there is no requirement to install an update unless your servers are affected by the problem described in the KB article for the update.</p>
<p>Although Microsoft does not enforce the update installation sequence, we recommend that you install the post-RTM updates for Office SharePoint Server that you require in the following sequence:</p>
<div>
<ol>
<li>Service Pack 2 for Windows SharePoint Services 3.0 (KB 953338)</li>
<li>Service Pack 2 for Office SharePoint Server 2007 (KB 953334)</li>
<li>The June CU for Windows SharePoint Services 3.0 (KB 971538)</li>
<li>The June CU for Office SharePoint Server 2007 (KB 971537)</li>
</ol>
</div>
<table border="0">
<tbody>
<tr style="text-align:left;">
<th><!--src=[../local/important.gif]--><img src="http://i.technet.microsoft.com/Cc263467.important(en-us,office.12).gif" alt="Important" /> <strong>Important: </strong></th>
</tr>
<tr>
<td>Remember to run either the SharePoint Configuration Wizard or Psconfig.exe at the command prompt on every server in your farm to complete the update. You are not required to run the SharePoint Configuration Wizard or Psconfig between each step in the sequence. You can to wait until all updates are installed on a given server before you run the SharePoint Configuration Wizard or PSconfig.</td>
</tr>
</tbody>
</table>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=44&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2009/08/07/sharepoint-server-2007-sp2-slipstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>

		<media:content url="http://alkalony.files.wordpress.com/2009/08/moss2007.jpg" medium="image">
			<media:title type="html">MOSS2007</media:title>
		</media:content>

		<media:content url="http://i.technet.microsoft.com/Cc263467.important(en-us,office.12).gif" medium="image">
			<media:title type="html">Important</media:title>
		</media:content>
	</item>
		<item>
		<title>10 new SharePoint Themes!</title>
		<link>http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/</link>
		<comments>http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 10:59:24 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[General SharePoint]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=39</guid>
		<description><![CDATA[Microsoft has released 10 new themes for Sharepoint to make Sharepoint not look like Sharepoint!
You can download the package from here :
http://www.microsoft.com/downloads/details.aspx?displaylang=en&#38;FamilyID=0a87658f-20b8-4dcc-ad7a-09ad22641f3a#tm
 
And the good thing here is that they are packaged as a solution.
And here are the instructions
Download the installer Run the installer and accept the End User License Agreement Once installed locate the Ten Themes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=39&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Microsoft has released 10 new themes for Sharepoint to make Sharepoint not look like Sharepoint!</p>
<p>You can download the package from here :</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=0a87658f-20b8-4dcc-ad7a-09ad22641f3a#tm">http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=0a87658f-20b8-4dcc-ad7a-09ad22641f3a#tm</a></p>

<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/construction_preview_thumb/' title='Construction_Preview_thumb'><img width="150" height="144" src="http://alkalony.files.wordpress.com/2009/08/construction_preview_thumb.jpg?w=150&#038;h=144" class="attachment-thumbnail" alt="" title="Construction_Preview_thumb" /></a>
<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/contoso_preview_thumb/' title='Contoso_Preview_thumb'><img width="150" height="110" src="http://alkalony.files.wordpress.com/2009/08/contoso_preview_thumb.jpg?w=150&#038;h=110" class="attachment-thumbnail" alt="" title="Contoso_Preview_thumb" /></a>
<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/corporate_preview_thumb/' title='Corporate_Preview_thumb'><img width="150" height="144" src="http://alkalony.files.wordpress.com/2009/08/corporate_preview_thumb.jpg?w=150&#038;h=144" class="attachment-thumbnail" alt="" title="Corporate_Preview_thumb" /></a>
<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/events_preview_thumb/' title='Events_Preview_thumb'><img width="150" height="144" src="http://alkalony.files.wordpress.com/2009/08/events_preview_thumb.jpg?w=150&#038;h=144" class="attachment-thumbnail" alt="" title="Events_Preview_thumb" /></a>
<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/oarp_preview_thumb/' title='OARP_Preview_thumb'><img width="150" height="144" src="http://alkalony.files.wordpress.com/2009/08/oarp_preview_thumb.jpg?w=150&#038;h=144" class="attachment-thumbnail" alt="" title="OARP_Preview_thumb" /></a>
<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/procurement_preview_thumb/' title='Procurement_Preview_thumb'><img width="150" height="144" src="http://alkalony.files.wordpress.com/2009/08/procurement_preview_thumb.jpg?w=150&#038;h=144" class="attachment-thumbnail" alt="" title="Procurement_Preview_thumb" /></a>
<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/publishing_preview_thumb/' title='Publishing_Preview_thumb'><img width="150" height="144" src="http://alkalony.files.wordpress.com/2009/08/publishing_preview_thumb.jpg?w=150&#038;h=144" class="attachment-thumbnail" alt="" title="Publishing_Preview_thumb" /></a>
<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/sporting_preview_thumb/' title='sporting_Preview_thumb'><img width="150" height="144" src="http://alkalony.files.wordpress.com/2009/08/sporting_preview_thumb.jpg?w=150&#038;h=144" class="attachment-thumbnail" alt="" title="sporting_Preview_thumb" /></a>
<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/start-up_preview_thumb/' title='Start-Up_Preview_thumb'><img width="150" height="144" src="http://alkalony.files.wordpress.com/2009/08/start-up_preview_thumb.jpg?w=150&#038;h=144" class="attachment-thumbnail" alt="" title="Start-Up_Preview_thumb" /></a>
<a href='http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/team_preview_thumb/' title='Team_Preview_thumb'><img width="150" height="144" src="http://alkalony.files.wordpress.com/2009/08/team_preview_thumb.jpg?w=150&#038;h=144" class="attachment-thumbnail" alt="" title="Team_Preview_thumb" /></a>

<p> </p>
<p>And the good thing here is that they are packaged as a solution.</p>
<h4>And here are the instructions</h4>
<p>Download the installer Run the installer and accept the End User License Agreement Once installed locate the Ten Themes for SharePoint in the start menu You can view all the themes at once by choosing the AllThemesPreview.jpg Locate TenThemesForSharePoint_March2009.zip in the start menu Uncompress the ZIP file to obtain the ten theme projects Load one a selected project in Visual Studio 2008 Use VSeWSS to deploy the project to view the final theme</p>
<p>For those who need to download the new sharepoint themes as a single WSP visit this link:</p>
<p><a title="10 SharePoint Theme WSP" href="http://www.danielbrown.id.au/Lists/Posts/Post.aspx?ID=256" target="_blank">10 SharePoint Theme WSP</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=39&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2009/08/07/10-new-sharepoint-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>
	</item>
		<item>
		<title>How to shrink Huge SharePoint Content Database Log file?</title>
		<link>http://alkalony.wordpress.com/2009/08/01/how-to-shrink-huge-sharepoint-content-database-log-file/</link>
		<comments>http://alkalony.wordpress.com/2009/08/01/how-to-shrink-huge-sharepoint-content-database-log-file/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 12:12:18 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=33</guid>
		<description><![CDATA[After facing the problem of not being able to perform any action, like deleting, adding new list items, and after viewing WFE server application event viewer, i&#8217;ve figured out that my Back-end SQL server is out of space (the drive that holds the content databases and DB log files).
So after surfing microsoft&#8217;s website, i&#8217;ve found the best way [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=33&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After facing the problem of not being able to perform any action, like deleting, adding new list items, and after viewing WFE server application event viewer, i&#8217;ve figured out that my Back-end SQL server is out of space (the drive that holds the content databases and DB log files).</p>
<p>So after surfing microsoft&#8217;s website, i&#8217;ve found the best way to shrink the log file which was about 60 GB to be any size that i want (say 10 MB).</p>
<ol>
<li>open up SQL management studio.</li>
<li>open a new query window.</li>
<li>paste the following command lines:</li>
</ol>
<p><code>USE WSS_Content_Web;<br />
GO<br />
-- Truncate the log by changing the database recovery model to SIMPLE.<br />
ALTER DATABASE WSS_Content_Web<br />
SET RECOVERY SIMPLE;<br />
GO<br />
-- Shrink the truncated log file to 10 MB.<br />
DBCC SHRINKFILE (WSS_Content_Web_log, 10);<br />
GO<br />
-- Reset the database recovery model.<br />
ALTER DATABASE WSS_Content_Web<br />
SET RECOVERY FULL;<br />
GO</code></p>
<p> <strong>Execute (F5).</strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=33&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2009/08/01/how-to-shrink-huge-sharepoint-content-database-log-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>
	</item>
		<item>
		<title>Publish Your .ASPX Page With Code Behind To SharePoint 2007</title>
		<link>http://alkalony.wordpress.com/2008/07/22/writing-code-behind-aspx-pages-into-sharepoint-2007/</link>
		<comments>http://alkalony.wordpress.com/2008/07/22/writing-code-behind-aspx-pages-into-sharepoint-2007/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 14:48:51 +0000</pubDate>
		<dc:creator>alkalony</dc:creator>
				<category><![CDATA[SharePoint .NET Coding]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://alkalony.wordpress.com/?p=6</guid>
		<description><![CDATA[It was a headache for me to create a HelloWorld.ASPX page, that contains only one button that changing its text to “Hello World !” when clicked (Imagine!!), and deploy it in my SharePoint 2007 Site, so I’ve start surfing the internet looking for a help on this issue. And after testing many ways, here is my 100% working Step-by-Step example on how to write a simple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=6&subd=alkalony&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;">It was a headache for me to create a HelloWorld.ASPX page, that contains only one button that changing its text to “Hello World !” when clicked (Imagine!!), and deploy it in my SharePoint 2007 Site, so I’ve start surfing the internet looking for a help on this issue. And after testing many ways, here is my 100% working Step-by-Step example on how to write a simple Hello World ASPX Page with Code Behind File example inside SharePoint 2007.</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;">(I&#8217;ll be using Visual Basic .Net language to accomplish this Example)</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:small;"><strong><span style="color:#ff0000;font-family:&quot;">1.</span></strong><span style="color:#ff0000;font-family:&quot;"> </span><strong><span style="color:#ff0000;font-family:&quot;">Create new web site:</span></strong><span style="color:#000000;font-family:&quot;"> </span></span><span style="font-size:10pt;color:#000000;font-family:&quot;">Open Micorosft </span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">Visual Studio 2005</span><span style="font-size:10pt;color:#000000;font-family:&quot;">, and start a new WebSite &amp; Name it any thing and save it any where you want.</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;">By default a </span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">Default.aspx </span><span style="font-size:10pt;color:#000000;font-family:&quot;">page will be created with a CodeFile named </span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">Default.aspx.vb. </span><span style="font-size:10pt;color:#000000;font-family:&quot;">Add a Button from the toolbox to this Default.aspx (in the design mode) , i assume that you (as a .Net developer) know that when you&#8217;r using a CodeFile, an Attribute will be added in the page directive of the Default.aspx page, named </span><span style="font-size:10pt;color:#ff0000;font-family:&quot;">CodeFile</span><span style="font-size:10pt;color:#000000;font-family:&quot;">, as follows </span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#3366ff;font-family:&quot;">&lt;%</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">@</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> </span><span style="font-size:10pt;color:#800000;font-family:&quot;">Page</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> </span><span style="font-size:10pt;color:#ff0000;font-family:&quot;">Language</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">=&#8221;VB&#8221;</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> </span><span style="font-size:10pt;color:#ff0000;font-family:&quot;">AutoEventWireup</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">=&#8221;false&#8221;</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> </span><span style="font-size:10pt;color:#ff0000;font-family:&quot;">CodeFile</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">=&#8221;Default.aspx.vb&#8221;</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> </span><span style="font-size:10pt;color:#ff0000;font-family:&quot;">Inherits</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">=&#8221;_Default&#8221;</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> %&gt;</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:small;"><strong><span style="color:#ff0000;font-family:&quot;">2.</span></strong><span style="color:#ff0000;font-family:&quot;"> </span><strong><span style="color:#ff0000;font-family:&quot;">Writing Code:</span></strong><span style="color:#000000;font-family:&quot;"> </span></span><span style="font-size:10pt;color:#000000;font-family:&quot;">Double click on the Button1 control and add the following line of code </span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;">                     </span><strong><span style="font-size:10pt;color:#000000;font-family:&quot;">Button1.Text = &#8220;Hello World”</span></strong></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;">So the CodeFile will be looking as follows :</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 10pt;"><span style="font-size:10pt;color:#0000ff;font-family:&quot;">Partial</span><span style="font-size:10pt;color:#000000;font-family:&quot;"> </span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">Class</span><span style="font-size:10pt;color:#000000;font-family:&quot;"> _Default </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 10pt;"><span style="font-size:10pt;color:#0000ff;font-family:&quot;">Inherits </span><span style="font-size:10pt;color:#000000;font-family:&quot;">System.Web.UI.Page</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt 2.25pt;"><span style="font-size:10pt;color:#3366ff;font-family:&quot;">Protected Sub </span><span style="font-size:10pt;color:#000000;font-family:&quot;">Button1_Click(</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">ByVal </span><span style="font-size:10pt;color:#000000;font-family:&quot;">sender</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> As Object, ByVal</span><span style="font-size:10pt;color:#000000;font-family:&quot;"> e</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> As System.EventArgs) Handles  Button1.Click</span></p>
<p class="MsoNormal" style="text-indent:33.75pt;line-height:14.25pt;margin:0 0 10pt 2.25pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;">Button1.Text </span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">= <span style="color:#000000;">&#8220;Hello World&#8221;</span></span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#3366ff;font-family:&quot;">End Sub</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#0000ff;font-family:&quot;">End Class</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:small;"><strong><span style="color:#ff0000;font-family:&quot;">3. Modify the code file class &amp; add namespace:</span></strong><span style="color:#ff0000;font-family:&quot;"> </span></span><span style="font-size:10pt;color:#000000;font-family:&quot;">Now we want to make some modification to this file, first add a </span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">Namespace </span><span style="font-size:10pt;color:#000000;font-family:&quot;">and name it </span><strong><span style="font-size:10pt;color:#3366ff;font-family:&quot;">HelloWorld</span></strong><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> </span><span style="font-size:10pt;color:#000000;font-family:&quot;">and change the name of the class (which is </span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">_Default</span><span style="font-size:10pt;color:#000000;font-family:&quot;">) to be </span><strong><span style="font-size:10pt;color:#3366ff;font-family:&quot;">Test</span></strong><strong><span style="font-size:10pt;color:#000000;font-family:&quot;"> </span></strong><span style="font-size:10pt;color:#000000;font-family:&quot;">and make the class </span><strong><span style="font-size:10pt;color:#3366ff;font-family:&quot;">Partial Public Class, </span></strong><span style="font-size:10pt;color:#000000;font-family:&quot;">after these modifications, your code behind file should look like the following:</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#3366ff;font-family:&quot;">Namespace </span><span style="font-size:10pt;color:#000000;font-family:&quot;">HelloWorld<br />
</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">    Partial Public Class </span><span style="font-size:10pt;color:#000000;font-family:&quot;">Test<br />
</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">        Inherits </span><span style="font-size:10pt;color:#000000;font-family:&quot;">System.Web.UI.Page<br />
</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">        Protected Sub </span><span style="font-size:10pt;color:#000000;font-family:&quot;">Button1_Click(</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">ByVal </span><span style="font-size:10pt;color:#000000;font-family:&quot;">sender</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> As Object, ByVal</span><span style="font-size:10pt;color:#000000;font-family:&quot;"> e</span><span style="font-size:10pt;color:#3366ff;font-family:&quot;"> As System.EventArgs) Handles  Button1.Click<br />
            </span><span style="font-size:10pt;color:#000000;font-family:&quot;">Button1.Text </span><span style="font-size:10pt;color:#3366ff;font-family:&quot;">= Date.Now<br />
        End Sub<br />
    End Class<br />
End Namespace</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0;"><span style="font-size:small;"><strong><span style="color:#ff0000;font-family:&quot;">4.Modify the Default.aspx &#8220;inherites&#8221; attribute:</span></strong><span style="color:#000000;font-family:&quot;"> </span></span><span style="font-size:10pt;color:#000000;font-family:&quot;">Now beacause of these modifications, we must now open the Default.aspx page in code view, and modify the </span><span style="font-size:10pt;color:#ff0000;font-family:&quot;">Inherits</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">=&#8221;_Default&#8221; </span><span style="font-size:10pt;color:#000000;font-family:&quot;">in the page directive (the first line of the page) to inherit from this new named class, so make it </span><span style="font-size:10pt;color:#ff0000;font-family:&quot;">Inherits</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">=&#8221;HelloWorld.Test&#8221;. </span><span style="font-size:10pt;color:#000000;font-family:&quot;">now save your work and run the application, just to be sure that every thing is going well. click the button. the Button text shall state &#8220;Hello World&#8221;</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0;"> </p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0;"><span style="font-size:10pt;color:#000000;font-family:&quot;"><a href="http://alkalony.files.wordpress.com/2008/07/helloworld.jpg"><img class="aligncenter size-medium wp-image-17" src="http://alkalony.files.wordpress.com/2008/07/helloworld.jpg?w=300&#038;h=119" alt="" width="300" height="119" /></a> </span><span style="font-size:10pt;color:#000000;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0;"><span style="font-size:small;"><strong><span style="color:#ff0000;font-family:&quot;">5.Creating Strong Name Key :</span></strong><span style="color:#000000;font-family:&quot;"> </span></span><span style="font-size:10pt;color:#000000;font-family:&quot;">Now we must prepare a </span><strong><span style="font-size:10pt;color:#000000;font-family:&quot;">“Strong Name Key” </span></strong><span style="font-size:10pt;color:#000000;font-family:&quot;">for our application, this can be done using a tool named “SN.exe”, you could find it in the following path:</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><strong><span style="font-size:10pt;color:#000000;font-family:&quot;">“C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\sn.exe”</span></strong></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;">or you can run it from Start &gt;&gt; Programs &gt;&gt; Microsoft Visual Studio 2005 &gt;&gt; Visual Studio Tools &gt;&gt; Visual Studio 2005 Command Prompt</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;">write the following command line : </span><strong><span style="font-size:10pt;color:#000000;font-family:&quot;">SN -k c:\MyKey.snk</span></strong><span style="font-size:10pt;color:#000000;font-family:&quot;"> .</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;">after this command runs it will create a </span><strong><span style="font-size:10pt;color:#000000;font-family:&quot;">MyKey.snk </span></strong><span style="font-size:10pt;color:#000000;font-family:&quot;">file in the C:\ root directory (as we write in the comman line).and amessage will appear stating &#8220;</span><strong><span style="font-size:10pt;color:#000000;font-family:&quot;">key pair written to c:\mykey.snk&#8221;.</span></strong></p>
<p class="MsoNormalCxSpLast"><strong><span style="color:#ff0000;line-height:115%;font-family:&quot;"><span style="font-size:small;">6.Publishing the web site: </span></span></strong><span style="font-size:10pt;line-height:115%;font-family:&quot;">Now you must <strong>publish</strong> our site to any folder in our machine, as follows:</span></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-18pt;line-height:115%;margin:0 0 10pt 90pt;"><span style="font-size:10pt;line-height:115%;font-family:&quot;"><span>a.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;line-height:115%;font-family:&quot;">From solution explorer, point to your project, right click.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:115%;margin:0 0 10pt 90pt;"><span style="font-size:10pt;line-height:115%;font-family:&quot;"><span>b.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;line-height:115%;font-family:&quot;">Select Publish Web Site (as shown below)</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:115%;margin:0 0 10pt 90pt;"><a href="http://alkalony.files.wordpress.com/2008/07/publish.jpg"><img class="aligncenter size-medium wp-image-26" src="http://alkalony.files.wordpress.com/2008/07/publish.jpg?w=300&#038;h=165" alt="" width="300" height="165" /></a></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:115%;margin:0 0 10pt 90pt;"><span style="font-size:10pt;line-height:115%;font-family:&quot;"><span>c.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;line-height:115%;font-family:&quot;">Now brows to the folder you wish to publish your site to. In my example I’ll name it MySitePublished to the C:\ root, so its path will be C:\MySitePublished.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:115%;margin:0 0 10pt 90pt;"><span style="font-size:10pt;line-height:115%;font-family:&quot;"><span>d.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;line-height:115%;font-family:&quot;">Enable <strong>“use a key file generated with the strong name tool”</strong> option.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:115%;margin:0 0 10pt 90pt;"><span style="font-size:10pt;line-height:115%;font-family:&quot;"><span>e.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;line-height:115%;font-family:&quot;">Check the <strong>“Mark assemblies with Allow Partially Trusted Caller Attribute APTCA”, </strong>(as shown below)</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:115%;margin:0 0 10pt 90pt;"><span style="font-size:10pt;line-height:115%;font-family:&quot;"><span>f.<span style="font-family:&quot;">     </span></span></span><span style="font-size:10pt;line-height:115%;font-family:&quot;">In the <strong><em>“key file location:”</em></strong> box, browse to the file <strong><span style="color:#c00000;">“c:\MyKey.snk” </span></strong>(that you’ve generated in step &#8220;5&#8243;) &amp; click open.<span> </span></span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;line-height:115%;margin:0 0 10pt 90pt;"><span style="font-size:10pt;line-height:115%;font-family:&quot;"><span>g.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;line-height:115%;font-family:&quot;">Finally click ok. Now the publish operation will start, and will take only a few seconds to complete.</span></p>
<p class="MsoListParagraphCxSpLast" style="line-height:115%;margin:0 0 10pt 90pt;"><span style="font-size:10pt;line-height:115%;font-family:&quot;"> </span></p>
<p class="MsoNormalCxSpFirst"><span style="font-size:10pt;line-height:115%;font-family:&quot;">Please note that after publishing your web site, a <strong><span style="color:#ff0000;">“.DLL”</span></strong> file is generated, holding a name starts wirh “App_Web_” followed by random generated letters, like <strong>“App_Web_fyrnh9gi.dll”</strong>, and stored in the bin folder of your publishing folder (in our case its C:\MySitePublished\bin).</span></p>
<p class="MsoNormalCxSpMiddle"><strong><span style="color:#ff0000;font-family:&quot;"><span style="font-size:small;">7. Preparing Your SharePoint Site for the new comer</span></span></strong><span style="font-size:10pt;line-height:115%;font-family:&quot;">: Open the SharePoint Designer, we will do the following major steps:</span></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-18pt;margin:auto auto auto 54pt;"><span style="font-size:10pt;font-family:&quot;"><span>1-<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;font-family:&quot;">Creating a new .ASPX page inside a new folder called “Applications”.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;margin:auto auto auto 54pt;"><span style="font-size:10pt;font-family:&quot;"><span>2-<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;font-family:&quot;">Copying our generated .DLL file to the bin folder of the SharePoint site.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;margin:auto auto auto 54pt;"><span style="font-size:10pt;font-family:&quot;"><span>3-<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;font-family:&quot;">Modify the <strong><em>Web.Config</em></strong> file of the SharePoint site.</span></p>
<p class="MsoListParagraphCxSpLast" style="margin:auto auto auto 54pt;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><strong><span style="font-size:10pt;line-height:115%;font-family:&quot;">So Let’s We Start</span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin:auto auto auto 54pt;"><span style="font-size:10pt;font-family:&quot;"><span>A.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;font-family:&quot;">In your SharePoint Designer open your web site, Create a folder in the root of your SharePoint site and name it for example <em><span style="color:#ff0000;">“Applications”</span></em>.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;margin:auto auto auto 72pt;"><span style="font-size:10pt;font-family:&quot;"><span>B.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;font-family:&quot;"><span> </span>Add a new .ASPX page into it naming it Hellowrold.aspx, go to the code view, and delete all code inside.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;margin:auto auto auto 72pt;"><span style="font-size:10pt;font-family:&quot;"><span>C.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;font-family:&quot;">Open a new instance of your Visual Studio 2005, and open the published web site (which is C:\MySitePublished), ignore the warning message by pressing “Yes”, and open the Default.aspx page in the “Source View” and copy all the code.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;margin:auto auto auto 72pt;"><span style="font-size:10pt;font-family:&quot;"><span>D.<span style="font-family:&quot;">   </span></span></span><span style="font-size:10pt;font-family:&quot;">Back to the SharePoint Designer paste the source code inside the Helloworld.aspx page, notice in the page directive, the </span><span style="font-size:10pt;color:#ff0000;font-family:&quot;">inherits</span><span style="font-size:10pt;font-family:&quot;"> attribute is changed to  </span><span style="font-size:10pt;color:#ff0000;font-family:&quot;">inherits</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">=&#8221;HelloWorld.Test,” </span><span style="font-size:10pt;font-family:&quot;">followed by the name of the .DLL file generated, in my case </span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">App_Web_cotcnlm3, </span><span style="font-size:10pt;font-family:&quot;">so the full page directive is stating </span><span style="font-size:10pt;background:yellow;font-family:&quot;">&lt;%</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">@</span><span style="font-size:10pt;font-family:&quot;"> <span style="color:#800000;">page</span> <span style="color:#ff0000;">language</span><span style="color:#0000ff;">=&#8221;VB&#8221;</span> <span style="color:#ff0000;">autoeventwireup</span><span style="color:#0000ff;">=&#8221;false&#8221;</span> <span style="color:#ff0000;">inherits</span><span style="color:#0000ff;">=&#8221;HelloWorld.Test, App_Web_cotcnlm3&#8243;</span> <span style="background:yellow;">%&gt;</span></span><span style="font-size:10pt;font-family:&quot;">.</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-18pt;margin:auto auto auto 72pt;"><span style="font-size:10pt;font-family:&quot;"><span>E.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;font-family:&quot;">Go to the bin folder of the published website (which is C:\MySitePublished), and copy the .DLL file (in my case its <span style="color:#ff0000;">App_Web_cotcnlm3.dll</span>), and paste it into the bin folder of your SharePoint site, which can found in the following path: </span></p>
<p class="MsoNormal" style="text-align:center;margin:0 0 10pt 36pt;" align="center"><strong><span style="font-size:10pt;line-height:115%;font-family:&quot;">“C:\</span><span style="font-size:small;font-family:Calibri;"> </span></strong><strong><span style="font-size:10pt;line-height:115%;font-family:&quot;">Inetpub\Wwwroot\wss\VirtualDirectories\</span></strong><em><span style="font-size:10pt;line-height:115%;font-family:&quot;">port number</span></em><strong><span style="font-size:10pt;line-height:115%;font-family:&quot;">\bin”</span></strong></p>
<p class="MsoNormal" style="text-align:center;margin:0 0 10pt 36pt;" align="center"><em><span style="font-size:10pt;line-height:115%;font-family:&quot;">The port number is the port of the SharePoint Server Web Application</span></em></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-18pt;margin:auto auto auto 72pt;"><span style="font-size:10pt;font-family:&quot;"><span>F.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;font-family:&quot;">Now open the <strong><span style="color:#ff0000;">“Web.Config”</span></strong> file of your SharePoint Web Application, which can found in the following path:</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin:auto auto auto 72pt;"><strong><span style="font-size:10pt;font-family:&quot;">“C:\</span><span style="font-size:small;font-family:Times New Roman;"> </span></strong><strong><span style="font-size:10pt;font-family:&quot;">Inetpub\Wwwroot\wss\VirtualDirectories\</span></strong><em><span style="font-size:10pt;font-family:&quot;">port number</span></em><strong><span style="font-size:10pt;font-family:&quot;">”</span></strong></p>
<p class="MsoListParagraph" style="margin:auto 0 auto 72pt;"><em><span style="font-size:10pt;font-family:&quot;">The port number is the port of the SharePoint Server Web Application</span></em></p>
<p class="MsoListParagraph" style="margin:auto 0 auto 72pt;"><span style="font-size:10pt;font-family:&quot;"><span>G.<span style="font-family:&quot;">   </span></span></span><span style="font-size:10pt;font-family:&quot;">Navigate to the </span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">&lt;</span><span style="font-size:10pt;color:#800000;font-family:&quot;">SafeControls</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">&gt; </span><span style="font-size:10pt;color:#000000;font-family:&quot;">directive and add the following line:</span></p>
<p class="MsoNormal" style="text-indent:36pt;margin:0 0 10pt 54pt;"><span style="font-size:10pt;color:#0000ff;line-height:115%;font-family:&quot;">&lt;</span><span style="font-size:10pt;color:#800000;line-height:115%;font-family:&quot;">SafeControl</span><span style="font-size:10pt;color:#0000ff;line-height:115%;font-family:&quot;"> </span><span style="font-size:10pt;color:#ff0000;line-height:115%;font-family:&quot;">Assembly</span><span style="font-size:10pt;color:#0000ff;line-height:115%;font-family:&quot;">=</span><span style="font-size:10pt;line-height:115%;font-family:&quot;">&#8220;<span style="color:#0000ff;">App_Web_cotcnlm3</span>&#8220;<span style="color:#0000ff;"> </span><span style="color:#ff0000;">Namespace</span><span style="color:#0000ff;">=</span>&#8220;<span style="color:#0000ff;">HelloWorld</span>&#8220;<span style="color:#0000ff;"> </span><span style="color:#ff0000;">TypeName</span><span style="color:#0000ff;">=</span>&#8220;<span style="color:#0000ff;">*</span>&#8220;<span style="color:#0000ff;"> </span><span style="color:#ff0000;">Safe</span><span style="color:#0000ff;">=</span>&#8220;<span style="color:#0000ff;">True</span>&#8220;<span style="color:#0000ff;"> /&gt;</span></span></p>
<p class="MsoListParagraph" style="text-indent:-18pt;margin:auto 0 auto 72pt;"><span style="font-size:10pt;color:#000000;font-family:&quot;"><span>H.<span style="font-family:&quot;">    </span></span></span><span style="font-size:10pt;font-family:&quot;">Navigate to the </span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">&lt;</span><span style="font-size:10pt;color:#800000;font-family:&quot;">PageParserPaths</span><span style="font-size:10pt;color:#0000ff;font-family:&quot;">&gt; </span><span style="font-size:10pt;color:#000000;font-family:&quot;">directive and add the following line:</span></p>
<p class="MsoNormal" style="text-indent:36pt;margin:0 0 10pt 54pt;"><span style="font-size:10pt;color:#0000ff;line-height:115%;font-family:&quot;">&lt;</span><span style="font-size:10pt;color:#800000;line-height:115%;font-family:&quot;">PageParserPath</span><span style="font-size:10pt;color:#0000ff;line-height:115%;font-family:&quot;"> </span><span style="font-size:10pt;color:#ff0000;line-height:115%;font-family:&quot;">VirtualPath</span><span style="font-size:10pt;color:#0000ff;line-height:115%;font-family:&quot;">=</span><span style="font-size:10pt;line-height:115%;font-family:&quot;">&#8220;<span style="color:#0000ff;">/Applications/*</span>&#8220;<span style="color:#0000ff;"> </span><span style="color:#ff0000;">CompilationMode</span><span style="color:#0000ff;">=</span>&#8220;<span style="color:#0000ff;">Always</span>&#8220;<span style="color:#0000ff;"> </span><span style="color:#ff0000;">AllowServerSideScript</span><span style="color:#0000ff;">=</span>&#8220;<span style="color:#0000ff;">true</span>&#8220;<span style="color:#0000ff;"> </span><span style="color:#ff0000;">IncludeSubFolders</span><span style="color:#0000ff;">=</span>&#8220;<span style="color:#0000ff;">true</span>&#8220;<span style="color:#0000ff;">/&gt;</span></span></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-18pt;margin:auto auto auto 72pt;"><span style="font-size:10pt;font-family:&quot;"><span>I.<span style="font-family:&quot;">     </span></span></span><span style="font-size:10pt;font-family:&quot;">I think that you need to make iisreset, so go to start menu &gt; run, and write the following command : IISRESET.</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-18pt;margin:auto auto auto 72pt;"><span style="font-size:10pt;font-family:&quot;"><span>J.<span style="font-family:&quot;">     </span></span></span><span style="font-size:10pt;font-family:&quot;">Preview your HelloWorld.aspx page and have fun.</span></p>
<p class="MsoNormal" style="line-height:14.25pt;margin:0 0 10pt;"> </p>
<p> </p>
<hr />
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alkalony.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alkalony.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alkalony.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alkalony.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alkalony.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alkalony.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alkalony.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alkalony.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alkalony.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alkalony.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alkalony.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alkalony.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alkalony.wordpress.com&blog=4292482&post=6&subd=alkalony&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alkalony.wordpress.com/2008/07/22/writing-code-behind-aspx-pages-into-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c54862e15081c8d9f09b7cca54122657?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alkalony</media:title>
		</media:content>

		<media:content url="http://alkalony.files.wordpress.com/2008/07/helloworld.jpg?w=300" medium="image" />

		<media:content url="http://alkalony.files.wordpress.com/2008/07/publish.jpg?w=300" medium="image" />
	</item>
	</channel>
</rss>