<?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>Ideas For Free &#187; Tools</title>
	<atom:link href="http://blog.libinuko.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.libinuko.com</link>
	<description>Only freedom will grow our ideas</description>
	<lastBuildDate>Sun, 18 Dec 2011 04:51:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SharePoint 2010: RemoteStsAdm PowerShell Module is available via NuGet</title>
		<link>http://blog.libinuko.com/2011/12/18/sharepoint-2010-remotestsadm-powershell-module-is-available-via-nuget/</link>
		<comments>http://blog.libinuko.com/2011/12/18/sharepoint-2010-remotestsadm-powershell-module-is-available-via-nuget/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 04:15:43 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Community Content]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[NuGet]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=716</guid>
		<description><![CDATA[English: Few month ago I have introduced RemoteStsAdm, a PowerShell module that enable you to execute StsAdm.exe remotely. StsAdm.exe is a command line administration tools for SharePoint. Unfortunately to run StsAdm, one must log-in to SharePoint server member &#8211; since the tool can not be executed remotely. RemoteStsAdm is to answer this problem, allowing admin to [...] <a href="http://blog.libinuko.com/2011/12/18/sharepoint-2010-remotestsadm-powershell-module-is-available-via-nuget/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>English:</p>
<p>Few month ago I have introduced RemoteStsAdm, a PowerShell module that enable you to execute StsAdm.exe remotely. StsAdm.exe is a command line administration tools for SharePoint. Unfortunately to run StsAdm, one must log-in to SharePoint server member &ndash; since the tool can not be executed remotely. RemoteStsAdm is to answer this problem, allowing admin to execute StsAdm remotely. You can download the source code from <a href="http://code.msdn.microsoft.com/windowsdesktop/Remote-StsAdm-in-6fec24b8">MSDN Galery here</a> or read the <a href="http://blog.libinuko.com/2011/09/17/sharepoint-2010-remotestsadm-powershell-module/">original article in previous post here</a>.&nbsp;</p>
<p>Yesterday, I have <a href="http://blog.libinuko.com/2011/12/17/introducing-import-psmodule/">released ImportPSModule</a> that will easy PowerShell module distribution, allow update notification and configuration. The RemoteStsAdm PowerShell module is now available via NuGet, so that you don&rsquo;t need to download and extract manually. All will be done seamlessly, and whenever we got script update &ndash; you will get notified as soon as you open PowerShell session.</p>
<p>So what do you wait for, open PowerShell session and type following:</p>
<div class="wlWriterEditableSmartContent" id="scid:E8C2ABEC-2EDF-4263-8854-38F0AFB6C437:4bb12004-931d-431d-af21-4723eda453ef" style="margin: 0px; padding: 0px; float: none; display: inline;">
<pre class="brush: powershell; title: ; notranslate">Import-PSModule RemoteStsAdm </pre>
</div>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2011/12/18/sharepoint-2010-remotestsadm-powershell-module-is-available-via-nuget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell: Introducing Import-PSModule</title>
		<link>http://blog.libinuko.com/2011/12/17/introducing-import-psmodule/</link>
		<comments>http://blog.libinuko.com/2011/12/17/introducing-import-psmodule/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 11:32:51 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[NuGet]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=704</guid>
		<description><![CDATA[You may already know PsGet&#160;by Chaliy or PsGet by Anurse for PowerShell module distribution. They have created PowerShell module&#160;distribution mechanism with different approach. Chaliy uses PowerShell script approach and customized module directory. Everytime you want to distribute your PowerShell module, you have to fork his github project to update Directory.xml content. Even tough the instruction in [...] <a href="http://blog.libinuko.com/2011/12/17/introducing-import-psmodule/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>You may already know <strong><a href="http://psget.net/">PsGet</a>&nbsp;by Chaliy</strong> or <strong><a href="http://vibrantcode.com/blog/2011/2/16/psget-v02now-with-more-awesome-and-fewer-version-numbers.html">PsGet </a>by Anurse</strong> for PowerShell module distribution. They have created PowerShell module&nbsp;distribution mechanism with different approach.</p>
<p>Chaliy uses PowerShell script approach and customized module directory. Everytime you want to distribute your PowerShell module, you have to fork his github project to update Directory.xml content. Even tough the instruction in <a href="https://github.com/chaliy/psget/wiki/How-to-add-your-module-to-the-directory">https://github.com/chaliy/psget/wiki/How-to-add-your-module-to-the-directory</a>&nbsp;is very clear, however<u> I think there is risk of incorrect Directory.xml modification</u>.</p>
<p>Anurse uses PowerShell manifest approach and standard NuGet package to download and put module in appropriate location. In this case you can create a NuGet package containing PowerShell files and publish it to NuGet repository. Using his module, you will be able to get PowerShell module from NuGet repository right to your console. I like this approach because it uses standard NuGet package and publishing process. However, sometimes<strong> I want to be able to register the new module in my profile</strong>. I also want to ensure that I always use latest PowerShell Module&nbsp;package &#8211; ie. <strong>update local module automatically when there is new module in NuGet repository</strong>.</p>
<p>So then, I started to create Import-PSModule a PowerShell script module that will give you functionalities such as:</p>
<ol>
<li>Importing PS Module from NuGet repository</li>
<li>Load imported module to current session</li>
<li>Register imported module to current user profile or all user profile</li>
<li>Un-register imported module from current user profile or all user profile</li>
<li>Auto-update imported module when user start PowerShell session</li>
</ol>
<p>To start using the module, start PowerShell session and type following</p>
<p>&nbsp;&nbsp;
<pre class="brush: powershell; title: ; notranslate">(new-object Net.WebClient).DownloadString(&amp;quot;http://blog.libinuko.com/wp-content/plugins/download-monitor/download.php?id=1&amp;quot;) | iex </pre>
</p>
<p>The script will perform following actions:</p>
<ol>
<li>Download latest ImportPSModule from central NuGet repository.</li>
<li>Install the package to desired location. If you choose to install in User-Module or Global-Module, all future packages will be installed under Module path. If you choose to install in other folder, then all future package will be installed within installation folder.</li>
<li>Load the ImportPSModule to the memory. It will also&nbsp; download latest NuGet.CommandLine package if you don&#39;t have in your system.</li>
</ol>
<p>So what do you waiting for? Start to install the module and publish your PowerShell module in NuGet repository. But don&#39;t forget TAG &quot;<strong>PSModule</strong>&quot; to your NuGet package.</p>
<p>If you want to validate InstallPSModule.ps1, please click here <a class="downloadlink" href="http://blog.libinuko.com/wp-content/plugins/download-monitor/download.php?id=1" title="Version1.0.0 downloaded 116 times" >InstallPSModule (116)</a> .</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2011/12/17/introducing-import-psmodule/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 : RemoteStsAdm PowerShell Module</title>
		<link>http://blog.libinuko.com/2011/09/17/sharepoint-2010-remotestsadm-powershell-module/</link>
		<comments>http://blog.libinuko.com/2011/09/17/sharepoint-2010-remotestsadm-powershell-module/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 04:50:26 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[StsAdm]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2011/09/17/sharepoint-2010-remotestsadm-powershell-module/</guid>
		<description><![CDATA[English The STSADM.exe is command-line tool for administration of Office SharePoint Server (SharePoint 2007, SharePoint 2010). It is installed on the same location as SharePoint Products and Technologies location: %COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\12\bin (for SharePoint 2007) or %COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\14\bin (for SharePoint 2010). You must be Farm Administrator to be able to run the tool. By [...] <a href="http://blog.libinuko.com/2011/09/17/sharepoint-2010-remotestsadm-powershell-module/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>English</p>
<p>The STSADM.exe is command-line tool for administration of Office SharePoint Server (SharePoint 2007, SharePoint 2010). It is installed on the same location as SharePoint Products and Technologies location: %COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\12\bin (for SharePoint 2007) or %COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\14\bin (for SharePoint 2010). You must be Farm Administrator to be able to run the tool.</p>
<p>By default, the STSADM.exe must be executed locally since it will access SharePoint Object Model. It is also necessary for the tools to connect to the SQL Database using credential of the user who executes it. Therefore, normally the Administrator must remote-login to the SharePoint server before he/she can run the tools.</p>
<p>Remote execution of STSADM.exe using PowerShell <em>Invoke-Command </em>cmdlet faces double-hop challenges. This occurs when SQL Database for the farms is installed on different machine than the SharePoint server. The credential in the<em>Invoke-Command </em>session can not pass through to the SQL Database without configuring delegation in the WinRM services.<strong>This module solve double-hop problem without configuring CredSSP</strong>.</p>
<p>Download the module here:   <br /><a title="http://code.msdn.microsoft.com/Remote-StsAdm-in-6fec24b8" href="http://code.msdn.microsoft.com/Remote-StsAdm-in-6fec24b8">http://code.msdn.microsoft.com/Remote-StsAdm-in-6fec24b8</a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2011/09/17/sharepoint-2010-remotestsadm-powershell-module/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 : Enhanced CAML Intellisense in VS2010</title>
		<link>http://blog.libinuko.com/2011/01/05/sharepoint-2010-enhanced-caml-intellisense-in-vs2010/</link>
		<comments>http://blog.libinuko.com/2011/01/05/sharepoint-2010-enhanced-caml-intellisense-in-vs2010/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 07:24:09 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[CAML]]></category>
		<category><![CDATA[Intellisense]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=629</guid>
		<description><![CDATA[English Either you&#8217;re SharePoint geeks or newbie, intellisense is always helpfull to provide inline guidance. Previously we need to configure Visual Studio environment manually to get very basic information about CAML schema. After all, we always need better and better tools for the job.  Thanks to John F. Holliday , that provides free Visual Studio 2010 add-ins [...] <a href="http://blog.libinuko.com/2011/01/05/sharepoint-2010-enhanced-caml-intellisense-in-vs2010/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>English</p>
<p>Either you&#8217;re SharePoint geeks or newbie, intellisense is always helpfull to provide inline guidance. Previously we need to configure Visual Studio environment manually to get very basic information about CAML schema.</p>
<p>After all, we always need better and better tools for the job.  Thanks to John F. Holliday , that provides free Visual Studio 2010 add-ins for more sophisticated CAML intellisense - the CAML.Net.Intellisense. You can <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/15055544-fda0-42db-a603-6dc32ed26fde">download the bits in Visual Studio Gallery ( Gallery &gt; Tools &gt; caml.net.intellisense)</a>. Nice job John.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2011/01/05/sharepoint-2010-enhanced-caml-intellisense-in-vs2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPS 2010 Toolkit : Administration Toolkit V1</title>
		<link>http://blog.libinuko.com/2010/07/24/sps-2010-toolkit-administration-toolkit-v1/</link>
		<comments>http://blog.libinuko.com/2010/07/24/sps-2010-toolkit-administration-toolkit-v1/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 01:28:37 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[SharePoint Administration Toolkit]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=552</guid>
		<description><![CDATA[English SharePoint team just released SharePoint 2010 Administration Toolkit V1, which contains : - User Profile Replication Engine 2010 - Security Configuration Manifest - Content Management Interoperatibility Services Connector - Load Testing Kit More information about this toolkit can be found here: http://blogs.msdn.com/b/sharepoint/archive/2010/07/15/announcing-the-release-of-the-sharepoint-2010-administration-toolkit-v1.aspx  <a href="http://blog.libinuko.com/2010/07/24/sps-2010-toolkit-administration-toolkit-v1/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>English</p>
<p>SharePoint team just released SharePoint 2010 Administration Toolkit V1, which contains :</p>
<p>- User Profile Replication Engine 2010<br />
- Security Configuration Manifest<br />
- Content Management Interoperatibility Services Connector<br />
- Load Testing Kit</p>
<p>More information about this toolkit can be found here:<br />
<a href="http://blogs.msdn.com/b/sharepoint/archive/2010/07/15/announcing-the-release-of-the-sharepoint-2010-administration-toolkit-v1.aspx">http://blogs.msdn.com/b/sharepoint/archive/2010/07/15/announcing-the-release-of-the-sharepoint-2010-administration-toolkit-v1.aspx</a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/24/sps-2010-toolkit-administration-toolkit-v1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SharePoint Administration Toolkit the 4th</title>
		<link>http://blog.libinuko.com/2009/09/06/microsoft-sharepoint-administration-toolkit-the-4th/</link>
		<comments>http://blog.libinuko.com/2009/09/06/microsoft-sharepoint-administration-toolkit-the-4th/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 14:59:02 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[SharePoint Administration Toolkit]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2009/09/06/microsoft-sharepoint-administration-toolkit-the-4th/</guid>
		<description><![CDATA[English Today, I almost missed an update of very nice tool – Microsoft SharePoint Administration Toolkit. I browse to Microsoft SharePoint Team Blog, – found out that they already announce the 4th release last week. But before you can play around with the tools, you will need to install following pre-requisites: Service Pack 2 for WSS and SharePoint [...] <a href="http://blog.libinuko.com/2009/09/06/microsoft-sharepoint-administration-toolkit-the-4th/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>English</p>
<p>Today, I almost missed an update of very nice tool – Microsoft SharePoint Administration Toolkit. I browse to Microsoft SharePoint Team Blog, – found out that they already announce the <a href="http://blogs.msdn.com/sharepoint/archive/2009/08/27/announcing-the-fourth-release-of-the-microsoft-sharepoint-administration-toolkit.aspx">4th release</a> last week.</p>
<p>But before you can play around with the tools, you will need to install following pre-requisites:</p>
<ol>
<li>Service Pack 2 for WSS and SharePoint Server 2007</li>
<li>April Cumulative Update for WSS and SharePoint 2007.</li>
</ol>
<p>The April CU comes as hotfix – so you will need to register your email address and get the download link + password from your inbox.</p>
<p>Since its almost late for me, I think – I will continue the installation tomorrow, after downloading the package. </p>
<p>Check here for more details :   <br />1. April CU : <a title="http://blogs.msdn.com/sharepoint/archive/2009/05/13/april-cumulative-update-packages-ready-for-download.aspx" href="http://blogs.msdn.com/sharepoint/archive/2009/05/13/april-cumulative-update-packages-ready-for-download.aspx">http://blogs.msdn.com/sharepoint/archive/2009/05/13/april-cumulative-update-packages-ready-for-download.aspx</a></p>
<p>2. Microsoft SharePoint Administration toolkit:   <br /><a title="http://blogs.msdn.com/sharepoint/archive/2009/08/27/announcing-the-fourth-release-of-the-microsoft-sharepoint-administration-toolkit.aspx" href="http://blogs.msdn.com/sharepoint/archive/2009/08/27/announcing-the-fourth-release-of-the-microsoft-sharepoint-administration-toolkit.aspx">http://blogs.msdn.com/sharepoint/archive/2009/08/27/announcing-the-fourth-release-of-the-microsoft-sharepoint-administration-toolkit.aspx</a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2009/09/06/microsoft-sharepoint-administration-toolkit-the-4th/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>StsAdm &#8211;o copyfarmappbincontent is available in CodePlex</title>
		<link>http://blog.libinuko.com/2009/09/06/stsadm-o-copyfarmappbincontent-is-available-in-codeplex/</link>
		<comments>http://blog.libinuko.com/2009/09/06/stsadm-o-copyfarmappbincontent-is-available-in-codeplex/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 16:31:12 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[copyappbincontent]]></category>
		<category><![CDATA[copyfarmappbincontent]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[StsAdm]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2009/09/06/stsadm-o-copyfarmappbincontent-is-available-in-codeplex/</guid>
		<description><![CDATA[English Remember about critics to “stsadm –o copyappbincontent” to deploy SharePoint resource in my previous post here. At the end of the post, I think that it should be “stsadm –o copyfarmappbincontent” instead. Why? Because the last will work in centralized deployment mode, same as solution deployment. But what’s the secret? Why the standard [...] <a href="http://blog.libinuko.com/2009/09/06/stsadm-o-copyfarmappbincontent-is-available-in-codeplex/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>English</p>
<p>Remember about critics to “stsadm –o copyappbincontent” to deploy SharePoint resource in my previous post <a href="http://blog.libinuko.com/2009/04/15/critics-to-sharepoint-resource-deployment-stsadm-o-copyappbincontent/">here</a>.</p>
<p>At the end of the post, I think that it should be “stsadm –o copyfarmappbincontent” instead. </p>
<p>Why?    <br />Because the last will work in centralized deployment mode, same as solution deployment. </p>
<p>But what’s the secret? Why the standard copyappbincontent doesn’t work in farm configuration?</p>
<p>I’ll post in another article. But now, I have created the project in Codeplex. You can grab the code or download the <a href="http://ideasfreestsadm.codeplex.com">binary here</a>.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2009/09/06/stsadm-o-copyfarmappbincontent-is-available-in-codeplex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer</title>
		<link>http://blog.libinuko.com/2009/09/01/windows-live-writer/</link>
		<comments>http://blog.libinuko.com/2009/09/01/windows-live-writer/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:25:08 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Socialities]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Bloging tools]]></category>
		<category><![CDATA[Windows Live Writer]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2009/09/01/windows-live-writer/</guid>
		<description><![CDATA[Setelah lama menggunakan BlogJet, hari ini nampaknya saya akan beralih menggunakan Windows Live Writer. Yach, kita harus menghormati pembuat BlogJet yang menuntut pembayaran lisensi; sementara menulis di Blog adalah pekerjaan sambilan yang semestinya juga gratis. Jadi tidak logis kalau saya harus merogoh kocek untuk membeli BlogJet. Dilain pihak, Microsoft menawarkan Windows Live Writer secara gratis kepada [...] <a href="http://blog.libinuko.com/2009/09/01/windows-live-writer/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Setelah lama menggunakan BlogJet, hari ini nampaknya saya akan beralih menggunakan Windows Live Writer. Yach, kita harus menghormati pembuat BlogJet yang menuntut pembayaran lisensi; sementara menulis di Blog adalah pekerjaan sambilan yang semestinya juga gratis. Jadi tidak logis kalau saya harus merogoh kocek untuk membeli BlogJet.</p>
<p>Dilain pihak, Microsoft menawarkan Windows Live Writer secara gratis kepada para pengguna Windows. Jadi mungkin ini adalah saat yang tepat untuk berpindah kelain hati. Goodby BlogJet, and welcome Windows Live Writer.</p>
<p>Pertama saya pikir, Windows Live Writer tidak secantik ini. Ternyata WLW ini memberikan pengalaman menulis blog yang kaya. Saya seolah-olah menulis langsung di halaman blog.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2009/09/image.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://blog.libinuko.com/wp-content/uploads/2009/09/image_thumb.png" border="0" alt="image" width="373" height="103" /></a></p>
<p>Bagian preview pun tak kalah menariknya, karena menampilkan preview tampilan blog kita secara utuh dengan themes yang digunakan. Nampaknya, saya akan segera jatuh cinta pada Windows Live Writer.</p>
<p>Misalnya, ketika saya mengganti account blog ke blog yang lain, WLW secara otomatis akan mendownload themes dan file-file yang dibutuhkan untuk menampilkan perview. Dan hasilnya saya memang seolah-olah melihat tampilan posting di web.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2009/09/image1.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" src="http://blog.libinuko.com/wp-content/uploads/2009/09/image_thumb1.png" border="0" alt="image" width="244" height="136" /></a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2009/09/01/windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A new born tool SharePoint Dispose Checker</title>
		<link>http://blog.libinuko.com/2009/01/31/a-new-born-tool-sharepoint-dispose-checker/</link>
		<comments>http://blog.libinuko.com/2009/01/31/a-new-born-tool-sharepoint-dispose-checker/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 02:38:50 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office 12]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Dispose Check]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=264</guid>
		<description><![CDATA[English For anybody who works with SharePoint Object Model (SOM), you might have read these articles  : Common Coding Issues When Using the SharePoint Object Model Using Disposable Windows SharePoint Services Objects If you have not read those articles, I suggest to spend your 10 minutes to read them. It was posted 1 year ago, but still relevant [...] <a href="http://blog.libinuko.com/2009/01/31/a-new-born-tool-sharepoint-dispose-checker/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>English</p>
<p>For anybody who works with SharePoint Object Model (SOM), you might have read these articles  :</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/bb687949.aspx"> Common Coding Issues When Using the SharePoint Object Model</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa973248.aspx">Using Disposable Windows SharePoint Services Objects</a></li>
</ul>
<p>If you have not read those articles, I suggest to spend your 10 minutes to read them. It was posted 1 year ago, but still relevant if you&#8217;re actively develop or do code quality control in SharePoint development.</p>
<p>I&#8217;ve been working with team that are new to SharePoint and even tough we have a brief explanation and code standards; they tends to miss at some points. I usually use the list from <a href="http://blogs.msdn.com/rogerla/archive/2008/02/12/sharepoint-2007-and-wss-3-0-dispose-patterns-by-example.aspx">Roger Lamb</a> (SharePoint 2007 and WSS 3.0 Dispose Pattern by Example) for my reference to do sampling check on our controlled sources.</p>
<p>But, thanks to Pandrew &#8211; who made <a href="http://code.msdn.microsoft.com/SPDisposeCheck">SharePoint Dispose Checker </a>. With this tool, I would never do visual sampling check again. It will just make our quality control job easier. Run the tools and go grab the line in the source code to see if it is truly undispossed or just false positive.</p>
<p>Bahasa</p>
<p>Bagi rekan-rekan yang bekerja dengan SharePoint Object Model (SOM),  dua artikel ini mungkin sudah pernah Anda baca  :</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/bb687949.aspx"> Common Coding Issues When Using the SharePoint Object Model</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa973248.aspx">Using Disposable Windows SharePoint Services Objects</a></li>
</ul>
<p>Jika Anda belum sempat keduanya, cobalah untuk meluangkan sedikit waktu untuk membaca artikel tersebut.  Meskipun sudah cukup lama ditulis, namun tulisan itu masih relevan untuk rekan-rekan yang aktif mengembangkan aplikasi dengan SharePoint.</p>
<p>Biasanya saya menggunakan daftar yang dibuat oleh <a href="http://blogs.msdn.com/rogerla/archive/2008/02/12/sharepoint-2007-and-wss-3-0-dispose-patterns-by-example.aspx">Roger Lamb</a> (SharePoint 2007 and WSS 3.0 Dispose Pattern by Example) untuk melakukan pengecekan terhadap hasil code rekan-rekan dalam satu tim. Caranya adalah dengan mengambil sampling dari semua code yang telah dibuat.</p>
<p>Tetapi pekerjaan itu sekarang menjadi jauh lebih mudah dengan adanya  <a href="http://code.msdn.microsoft.com/SPDisposeCheck">SharePoint Dispose Checker </a>, yang dibuat Pandrew dkk. Dengan utility ini, tidak perlu ada lagi pengecekan acak. Cukup dengan menjalankan utility dan memverifikasi ulang method yang dilaporkan &#8220;bermasalah&#8221;.  &#8220;Bermasalah&#8221; belum tentu benar-benar tidak melakukan dispose &#8211; tetapi bisa jadi hanya interpretasi berbeda dengan SPDisposeChecker; namun ini sudah cukup membantu kita untuk melakukan pengecekan secara langsung hanya pada baris-baris yang dicurigai saja.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2009/01/31/a-new-born-tool-sharepoint-dispose-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WSS 3.0 : New Extensions for Visual Studio 2005</title>
		<link>http://blog.libinuko.com/2006/11/13/wss-30-new-extensions-for-visual-studio-2005/</link>
		<comments>http://blog.libinuko.com/2006/11/13/wss-30-new-extensions-for-visual-studio-2005/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 09:11:52 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://cakriwut.wordpress.com/2006/11/13/wss-30-new-extensions-for-visual-studio-2005/</guid>
		<description><![CDATA[English (versi Indonesia) New WSS 3.0 extensions for Visual Studio 2005, wow its great. It includes project templates for, Web Part Team Site Definition Blank Site Definition List Definition What the best part is Sharepoint Solution Generator &#8211; this is must try tool kit. Download at http://www.microsoft.com/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057&#38;displaylang=en &#8211;o0o&#8211; Indonesia (English version) Hari ini secara tidak sengaja, waktu WSS 3.0 di Microsoft, saya menemukan ekstension Visual [...] <a href="http://blog.libinuko.com/2006/11/13/wss-30-new-extensions-for-visual-studio-2005/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><em><a id="English" name="English">English</a> (<a href="#Indonesia">versi Indonesia</a>)</em></p>
<p>New WSS 3.0 extensions for Visual Studio 2005, wow its great. It includes project templates for,</p>
<ul>
<li>Web Part</li>
<li>Team Site Definition</li>
<li>Blank Site Definition</li>
<li>List Definition</li>
</ul>
<p>What the best part is Sharepoint Solution Generator &#8211; this is must try tool kit.</p>
<p>Download at <a href="http://www.microsoft.com/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057&amp;displaylang=en</a></p>
<p align="center">&#8211;o0o&#8211;</p>
<p><em><a id="Indonesia" name="Indonesia">Indonesia</a> (<a href="#English">English version</a>)</em></p>
<p>Hari ini secara tidak sengaja, waktu WSS 3.0 di Microsoft, saya menemukan ekstension Visual Studio 2005 untuk WSS 3.0. Didalamnya ada beberapa template proyek, al.</p>
<ul>
<li>Web Part</li>
<li>Team Site Definition</li>
<li>Blank Site Definition</li>
<li>List Definition</li>
</ul>
<p>Satu lagi yang patut dicoba dari tools ini adalah Sharepoint Solution Generator &#8211; hmm&#8230; makhluk apa ini ya?</p>
<p>Download filenya di <a href="http://www.microsoft.com/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057&amp;displaylang=en</a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2006/11/13/wss-30-new-extensions-for-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

