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

<channel>
	<title>Jorink.nl &#187; SharePoint</title>
	<atom:link href="http://www.jorink.nl/tag/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorink.nl</link>
	<description>Just for documentation</description>
	<lastBuildDate>Thu, 15 Dec 2011 09:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Deploying a wsp solution file to MOSS 2007</title>
		<link>http://www.jorink.nl/2010/12/deploying-a-wsp-solution-file-to-moss-2007/</link>
		<comments>http://www.jorink.nl/2010/12/deploying-a-wsp-solution-file-to-moss-2007/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 11:23:05 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=492</guid>
		<description><![CDATA[First we need to use STSADM.exe to add the .wsp file to the SharePoint farm. To find STSADM.exe navigate to the bin folder in the 12 hive &#8211; here C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN Open a command window and drag stsadm.exe onto it and use the following command to add the solution to the [...]]]></description>
			<content:encoded><![CDATA[<p>First we need to use STSADM.exe to add the .wsp file to the SharePoint farm.</p>
<p>To find STSADM.exe navigate to the bin folder in the 12 hive &#8211; here C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN</p>
<p>Open a command window and drag stsadm.exe onto it and use the following command to add the solution to the solution store.</p>
<p><span style="font-family: courier new,courier;">stsadm -o addsolution -filename c:\solution.wsp</span></p>
<p>You can also use stsadm to deploy the solution but here I am going to describe the point and click method using SharePoint Central Admin which does the same thing.</p>
<p>Open SharePoint Central Admin and select the Operations tab.</p>
<p>Select Solution Management.</p>
<p>Click the link to the .wsp solution you just added.</p>
<p>Click Deploy Solution &#8211; If the solution is not globally deployed select the web applications you want to deploy to.</p>
<p>Click OK.</p>
<p>The solution is now deployed to the web applications you selected or to all web applications if it deployed globally. This is not the end of the deployment process though. If the solution contains a web part there are still a few steps to go before it will be displayed on your site. To add the web part to a page on your site do the following:</p>
<p>Navigate to the site collection where you want to place the web part and go to Site Settings and Site Collection Features (this assumes that the feature is scoped at the site collection level, sorry for making more assumptions that you understand scopes but that is another post and something that other people have already written plenty about if you want to find out more).</p>
<p>Activate the feature that contains the web part that has been deployed in the solution.</p>
<p>Next, go to Site Settings and Web Parts and click New.</p>
<p>Select the web part to add it to the wbe aprt gallery for that site collection.</p>
<p>The web part is now ready to be added to a page in the usual way &#8211; edit page, add web part to zone, browse to web part.<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/12/deploying-a-wsp-solution-file-to-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create backup file with date of today</title>
		<link>http://www.jorink.nl/2010/06/create-backup-file-with-date-of-today/</link>
		<comments>http://www.jorink.nl/2010/06/create-backup-file-with-date-of-today/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:43:56 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Batch files]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=332</guid>
		<description><![CDATA[How to create a backup file with the date of today. Here is an example with STSADM from Sharepoint Services. stsadm -o backup -filename &#8220;\\gl-nas-01\backup$\Sharepoint\GL-SP-01\%date:~-10,3%%date:~-7,3%%date:~-4%.dat&#8221; -url http://intranet/sites/home]]></description>
			<content:encoded><![CDATA[<p>How to create a backup file with the date of today.<br />
Here is an example with STSADM from Sharepoint Services.</p>
<blockquote><p>stsadm -o backup -filename &#8220;\\gl-nas-01\backup$\Sharepoint\GL-SP-01\%date:~-10,3%%date:~-7,3%%date:~-4%.dat&#8221; -url http://intranet/sites/home</p></blockquote>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/06/create-backup-file-with-date-of-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure PDF IFilter in WSS 3.0</title>
		<link>http://www.jorink.nl/2010/06/configure-pdf-ifilter-in-wss-3-0/</link>
		<comments>http://www.jorink.nl/2010/06/configure-pdf-ifilter-in-wss-3-0/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 12:51:48 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=328</guid>
		<description><![CDATA[First, you need to download the Adobe PDF IFilter 6.0, which you can find at this URL.  You should also get hold of a suitable Icon to use with PDFs, so that when they are listed in a document library they are easily recognisable.  There is a 17 x 17 one available on the Adobe [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>First, you need to download the Adobe PDF IFilter 6.0, which <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=2611" target="_blank">you can find at this URL</a>.  You should also get hold  of a suitable Icon to use with PDFs, so that when they are listed in a  document library they are easily recognisable.  There is a 17 x 17 one  available <a href="http://go2.wordpress.com/?id=725X1342&amp;site=workerthread.wordpress.com&amp;url=http%3A%2F%2Fwww.adobe.com%2Fmisc%2Flinking.html&amp;sref=http%3A%2F%2Fworkerthread.wordpress.com%2F2008%2F01%2F03%2Fconfigure-pdf-ifilter-in-wss-30%2F" target="_blank">on the Adobe web site here</a>.</li>
<li>Once you’ve downloaded the IFilter, install it on your WSS 3.0  server, and then follow the instructions on registry settings in <a href="http://go2.wordpress.com/?id=725X1342&amp;site=workerthread.wordpress.com&amp;url=http%3A%2F%2Fsupport.microsoft.com%2Fkb%2F927675%2Fen-us&amp;sref=http%3A%2F%2Fworkerthread.wordpress.com%2F2008%2F01%2F03%2Fconfigure-pdf-ifilter-in-wss-30%2F" target="_blank">Microsoft KB Article 927675</a>.  I’ve always found  that providing the Adobe IFilter installed properly, the only setting I  need to add is the Search Extensions one listed in step 2.  Also note  step 5 re stopping and re-starting the search service.</li>
<li>Now you need to set up the Icon file.  If you downloaded the  icon file in step 1 above, you will have a file called  pdficon_small.gif.  You need to copy this onto your WSS 3.0 server, into  drive:\Program Files\Common FIles\Microsoft Shared\Web Server  extensions\12\TEMPLATE\IMAGES.</li>
<li>Next you need to edit the XML file which WSS uses to link file  extensions to icons.  This file is called DOCICON.XML and is located at  drive:\Program Files\Common FIles\Microsoft Shared\Web Server  extensions\12\TEMPLATE\XML.  Navigate to that folder and locate the  file.  I would suggest making a backup copy first, then opening the file  in NotePad.  You need to add a mapping key for PDFs at the bottom of  the file, above the &lt;/ByExtension&gt; closing tag.  The new key will  be <strong>&lt;Mapping Key=”pdf” Value=”pdficon_small.gif”  OpenControl=”&#8221;/&gt;</strong> (note that XML is case sensitive so make  sure you use same case as previous entries).  Then save the file.</li>
<li>That’s pretty much it, but if you already have PDFs uploaded to  your WSS server I would recommend starting a full crawl.  You can do  the with STSAdm, the command syntax is <strong>Stsadm -o spsearch -action  fullcrawlstart</strong> .  More on this <a href="http://technet2.microsoft.com/windowsserver/WSS/en/library/bc15d0a8-b48f-4d32-a267-797f8515d1f31033.mspx?mfr=true" target="_blank">on TechNet here</a>.</li>
</ol>
<p>Source : <a href="http://workerthread.wordpress.com/2008/01/03/configure-pdf-ifilter-in-wss-30/" target="_blank">http://workerthread.wordpress.com/2008/01/03/configure-pdf-ifilter-in-wss-30/</a><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/06/configure-pdf-ifilter-in-wss-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Windows SharePoint Services Search Service Settings</title>
		<link>http://www.jorink.nl/2010/06/configure-windows-sharepoint-services-search-service-settings/</link>
		<comments>http://www.jorink.nl/2010/06/configure-windows-sharepoint-services-search-service-settings/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 08:54:13 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=314</guid>
		<description><![CDATA[By default, the search service is disabled in WSS 3.0. In order to enable it, goto your SharePoint Central Administration page and under the Operations tab, goto the &#8220;Services on the Server&#8221; list and click on WSS Search. Service Account &#8211; You cannot use any built in accounts when specifiying the Service Account, however you [...]]]></description>
			<content:encoded><![CDATA[<p>By default, the search service is disabled in WSS 3.0. In order to  enable it, goto your SharePoint Central Administration page and under  the Operations tab, goto the &#8220;Services on the Server&#8221; list and click on  WSS Search.</p>
<ul>
<li>Service Account &#8211; You  cannot use any built in accounts when specifiying the Service Account,  however you can use local accounts. One account you can choose to use is  the default Administrator account on your server,  &#8220;myserver\Administrator&#8221;.</li>
<li>Content Access Account &#8211;  Use an account that has full read access to your SharePoint Content  Databases. As a security precaution, try not to use an account that has  write permissions on the database. For example:  &#8220;mydomain\sqlserveruser&#8221;.</li>
<li>Search Database &#8211; In  most cases the default settings will work, change them as required.</li>
<li>Indexing Schedule &#8211; No  new files will be searchable until they are indexed, depending on the  load you wish to put on the server you can set this to be done as often  as you want.</li>
</ul>
<p>Upon submitting the form, the search service should start and begin  indexing the content in your SharePoint site. Now would be a good time  to install the Adobe IFilter to allow your search service be able to  index PDF files, the earlier you install it the better, since it will  only recognize PDF files added after the addon was installed.</p>
<p>Source : <a href="http://geekswithblogs.net/karskip/archive/2007/11/30/117263.aspx" target="_blank">http://geekswithblogs.net/karskip/archive/2007/11/30/117263.aspx</a><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/06/configure-windows-sharepoint-services-search-service-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and Restore SharePoint Services 3.0 sites</title>
		<link>http://www.jorink.nl/2010/03/backup-and-restore-sharepoint-services-3-0-sites/</link>
		<comments>http://www.jorink.nl/2010/03/backup-and-restore-sharepoint-services-3-0-sites/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 21:28:57 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=232</guid>
		<description><![CDATA[I tried to make a copy of one of our SharePoint sites. It took some help to figure out how to this. So for the future, lets put it here. The  thing you should check are the version numbers of the original and target SharePoint servers are the same. They MUST be the same. In [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I tried to make a copy of one of our SharePoint sites.<br />
It took some help to figure out how to this. So for the future, lets put it here.</p>
<p style="text-align: left;">The  thing you should check are the version numbers of the original and target SharePoint servers are the same.<br />
They MUST be the same.<br />
In my case the SharePoint Services 3.0 was updated with SP1. The version number is : 12.0.0.6219<br />
You can check this at &#8220;Central Administration, Site Actions, Site Settings&#8221;.<br />
The site specifications are at the top of the page. Here you will find the version number.</p>
<p style="text-align: left;"><strong>Backup</strong></p>
<p style="text-align: left;">First the backup of the original site. The easiest way to do this is with stsadm.exe. This command line util will let you schedule your backup of SharePoint Services 3.0.<span id="more-232"></span></p>
<blockquote style="text-align: left;"><p>stsadm -o backup -filename &#8220;\\backupserver\share\sitename &#8211; %date:~-2%%date:~4,2%%date:~7,2%.dat -url http://sitename</p></blockquote>
<p style="text-align: left;">This should give you a full backup of your SharePoint in a single file.<br />
This file will get the name &#8220;sitename &#8211; YYMMDD.dat&#8221; where YY is the year, MM the month and DD the day of the backup.<br />
This is very handy to put in a scheduled task and keep multiple backups of your site.<br />
A disadvantage of this scheduled task is that you need the control the amount of backup files you create.<br />
This can also be done with a simple batch file.</p>
<blockquote style="text-align: left;"><p>forfiles /d -7 /m *.dat /c  &#8220;cmd /c del @file&#8221;</p></blockquote>
<p style="text-align: left;">So with the backup behind us, now the main challenge.</p>
<p style="text-align: left;"><strong>Restore</strong></p>
<p style="text-align: left;">As mentioned before it is VERY important to get the same version number on the target SharePoint Server.<br />
Before you go further, make sure the versions are the same.</p>
<p style="text-align: left;">First we need to create a new web application. For now just take the servername as the name for the web application. For example http://newserver.</p>
<blockquote><p>stsadm -o restore -filename &#8220;\\backupserver\share\sitename &#8211; 100322.dat -url http://newserver</p></blockquote>
<p>The site is now on the new server, to make it accessible to a url of your choice, lets add the new URL to the SharePoint site.<br />
To do this lets go over to &#8220;Central Administration, Operations, Alternative allocations for Access&#8221;<br />
Choose at the top right for ( yellow drop-down menu ) SharePoint &#8211; 80. This way the Central Administration page will not  be changed so nothing terrible can happen to it. <img src='http://www.jorink.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Now click on &#8220;Add internal URL&#8221; and add the URL of your choice.<br />
To make the new URL the standard, click on &#8220;Edit public URL&#8221;<br />
Switch the standard URL with your chosen URL.</p>
<p>Now the only thing that&#8217;s left is the third party software to install.<br />
Personally I use <a title="Smiling Goat" href="http://www.smilinggoat.net/stuff.aspx" target="_blank">Smiling Goat Feed Reader</a> for RSS feeds on SharePoint Services sites.<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/backup-and-restore-sharepoint-services-3-0-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually uninstall Windows Internal Database</title>
		<link>http://www.jorink.nl/2010/03/manually-uninstall-windows-internal-database/</link>
		<comments>http://www.jorink.nl/2010/03/manually-uninstall-windows-internal-database/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 15:44:19 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=209</guid>
		<description><![CDATA[When you deploy Windows SharePoint Services 3.0 in a single-server configuration by using the Basic installation option, the Setup program automatically installs and configures Windows Internal Database. However, an entry for Windows Internal Database is not created in the Add or Remove Programs tool. If you remove Windows SharePoint Services 3.0, the Setup program does [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">When you deploy Windows SharePoint Services 3.0 in a single-server  configuration by using the <strong>Basic</strong> installation option, the Setup program automatically installs and  configures Windows Internal Database.  However, an entry for Windows  Internal Database is not created in the Add or Remove Programs tool.  If  you remove Windows SharePoint Services 3.0, the Setup program does not  automatically remove Windows Internal Database from the computer.</p>
<ul style="text-align: left;">
<li>If you are running an x86-based edition of Microsoft Windows  Server 2003, use the following command line to remove Windows Internal  Database from the computer:
<div><strong>msiexec /x  {CEB5780F-1A70-44A9-850F-DE6C4F6AA8FB} CALLERID=ocsetup.exe </strong></div>
</li>
<li>If you are running an x64-based edition of  Windows  Server 2003, use the following command line to remove Windows Internal  Database from the computer:
<div><strong>msiexec /x  {BDD79957-5801-4A2D-B09E-852E7FA64D01} CALLERID=ocsetup.exe</strong></div>
</li>
</ul>
<p style="text-align: left;">Source : <a href="http://support.microsoft.com/kb/920277" target="_blank">http://support.microsoft.com/kb/920277</a></p>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/manually-uninstall-windows-internal-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Google Analytics Page Tracking in a Single-Name Intranet Site</title>
		<link>http://www.jorink.nl/2010/02/enable-google-analytics-page-tracking-in-a-single-name-intranet-site/</link>
		<comments>http://www.jorink.nl/2010/02/enable-google-analytics-page-tracking-in-a-single-name-intranet-site/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:02:09 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=67</guid>
		<description><![CDATA[Recently I’ve been asked how to get Google Analytics working in an intranet site with a single name in the URL, for example: http://intranet. The first time I added Google Analytics to a site it was a development site accessed by server-name:port-number. For days after correctly adding the tracking code there was still no data [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I’ve been asked how to get Google Analytics working in an  intranet site with a single name in the URL, for example: <strong>http://intranet. </strong>The first time I added Google Analytics to a site it was a  development site accessed by server-name:port-number. For days after  correctly adding the tracking code there was still no data showing up in  the Google Analytics dashboard reports.</p>
<p>Turns out the fix required adding one simple JavaScript call to a  Google JavaScript API function. When adding Google Analytics tracking  code to a site with a single name in the URL you need to call <a href="http://mikeknowles.com/blog/ct.ashx?id=291ea292-401e-47b0-8cc6-d5624427cc1f&amp;url=http%3a%2f%2fcode.google.com%2fapis%2fanalytics%2fdocs%2fgaJS%2fgaJSApiDomainDirectory.html%23_gat.GA_Tracker_._setDomainName" target="_blank">_setDomainName(“none”)</a> prior to making the call to <a href="http://mikeknowles.com/blog/ct.ashx?id=291ea292-401e-47b0-8cc6-d5624427cc1f&amp;url=http%3a%2f%2fcode.google.com%2fapis%2fanalytics%2fdocs%2fgaJS%2fgaJSApiBasicConfiguration.html%23_gat.GA_Tracker_._trackPageview" target="_blank">_trackPageView</a>:</p>
<p><a href="http://mikeknowles.com/blog/ct.ashx?id=291ea292-401e-47b0-8cc6-d5624427cc1f&amp;url=http%3a%2f%2fmikeknowles.com%2fblog%2fcontent%2fbinary%2fWindowsLiveWriter%2fEnableGoogleAnalyticsPageTrackinginaSing_11D5E%2fimage_2.png" rel="lightbox[67]" title="image"><img title="image" src="http://mikeknowles.com/blog/content/binary/WindowsLiveWriter/EnableGoogleAnalyticsPageTrackinginaSing_11D5E/image_thumb.png" border="0" alt="image" width="587" height="190" /></a></p>
<p><span id="more-67"></span>By default the Google Tracking Code snippet provided in the Google  Analytics Profile Settings uses the “auto” domain name mode which  expects to see a <a href="http://mikeknowles.com/blog/ct.ashx?id=291ea292-401e-47b0-8cc6-d5624427cc1f&amp;url=http%3a%2f%2fen.wikipedia.org%2fwiki%2fFully_qualified_domain_name" target="_blank">fully-qualified domain name (FQDN)</a> composed of the  domain name, followed by a period, followed by the domain extension  (.com, .net, .biz, etc.). Setting the domain name to “none” disables the  FQDN requirement and will record your pages in Google Analytics the  same as a site with a FQDN.</p>
<p>I have deployed this fix with success to both a SharePoint 2007 Team  Site and Publishing Portal site available only by a single name URL and  port number. In both cases the site data was not showing up in Analytics  until I added the call to set the domain name to “none”. It’s critical  that you call <strong>_setDomainName</strong> before calling <strong>_trackPageView</strong> for this change to have any effect.</p>
<p>As with all changes to JavaScript tracking code it can take up to 24  hours before you see data start showing up in the Google Analytics  dashboard reports, and changes only apply going forward so there’s no  way to recover clicks from before you deployed the code change.</p>
<p>Here’s an example of the tracking code with the domain name set to  “none”. Replace YOUR_WEB_PROPERTY_ID with the value assigned to your  site profile by Google Analytics:</p>
<div><a title="view source" href="http://mikeknowles.com/blog/#viewSource">view source</a><a title="print" href="http://mikeknowles.com/blog/#printSource">print</a><a title="?" href="http://mikeknowles.com/blog/#about">?</a></div>
<div>
<div>
<table>
<tbody>
<tr>
<td><code>01</code></td>
<td><code>&lt;script  type=</code><code>"text/javascript"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>02</code></td>
<td><code>var</code> <code>gaJsHost = ((</code><code>"https:"</code> <code>==  document.location.protocol) ? </code><code>"https://ssl."</code> <code>: </code><code>"http://www."</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>03</code></td>
<td><code>document.write(unescape(</code><code>"%3Cscript  src='"</code> <code>+ gaJsHost + </code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>04</code></td>
<td><code> </code><code>"google-analytics.com/ga.js'   type='text/javascript'%3E%3C/script%3E"</code><code>));</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>05</code></td>
<td><code>&lt;/script&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>06</code></td>
<td><code>&lt;script  type=</code><code>"text/javascript"</code><code>&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>07</code></td>
<td><code>try</code> <code>{</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>08</code></td>
<td><code>var</code> <code>pageTracker = _gat._getTracker(</code><code>"YOUR_WEB_PROPERTY_ID"</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>09</code></td>
<td><code>pageTracker._setDomainName(</code><code>"none"</code><code>);</code></td>
</tr>
</tbody>
</table>
</div>
<div>
<table>
<tbody>
<tr>
<td><code>10</code></td>
<td><code>pageTracker._trackPageview();</code></td>
</tr>
</tbody>
</table>
</div>
<table>
<tbody>
<tr>
<td><code>11</code></td>
<td><code>} </code><code>catch</code><code>(err)   {}&lt;/script&gt;</code></td>
</tr>
</tbody>
</table>
</div>
<p>Source : <a href="http://mikeknowles.com/blog/2009/07/11/EnableGoogleAnalyticsPageTrackingInASingleNameIntranetSite.aspx" target="_blank">http://mikeknowles.com/blog/2009/07/11/EnableGoogleAnalyticsPageTrackingInASingleNameIntranetSite.aspx</a><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/02/enable-google-analytics-page-tracking-in-a-single-name-intranet-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

