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

<channel>
	<title>eikden.net</title>
	<atom:link href="http://eikden.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://eikden.net</link>
	<description>Bringing a visual exploration of the dot net in the real world.</description>
	<lastBuildDate>Mon, 01 Apr 2013 15:34:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='eikden.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>eikden.net</title>
		<link>http://eikden.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://eikden.net/osd.xml" title="eikden.net" />
	<atom:link rel='hub' href='http://eikden.net/?pushpress=hub'/>
		<item>
		<title>Moving to new blog.</title>
		<link>http://eikden.net/2012/07/02/moving-to-new-blog/</link>
		<comments>http://eikden.net/2012/07/02/moving-to-new-blog/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 05:10:17 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://eikden.net/?p=288</guid>
		<description><![CDATA[Moving to the New Blogger Interface. We introduced a new user interface that makes it easier for view code, find article and sharing. Kindly to access to http://www.sharedude.net for serve you better. Thanks for all your support.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=288&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Moving to the New Blogger Interface. We introduced a new user interface that makes it easier for view code, find article and sharing.</p>
<p>Kindly to access to <a title="ShareDude" href="http://www.sharedude.net">http://www.sharedude.net</a> for serve you better. Thanks for all your support.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=288&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2012/07/02/moving-to-new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>
	</item>
		<item>
		<title>Future of ASP.net and MVC?</title>
		<link>http://eikden.net/2012/04/16/future-of-asp-net-and-mvc/</link>
		<comments>http://eikden.net/2012/04/16/future-of-asp-net-and-mvc/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 16:06:26 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">https://eikden.wordpress.com/?p=291</guid>
		<description><![CDATA[Recently a friend of mine are asking about ASP.net Web form vs MVC which one are better and which one should go for starting an application? I was given some opinion and discussion with him regarding the pros and cons &#8230; <a href="http://eikden.net/2012/04/16/future-of-asp-net-and-mvc/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=291&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently a friend of mine are asking about ASP.net Web form vs MVC which one are better and which one should go for starting an application? I was given some opinion and discussion with him regarding the pros and cons about web form and MVC. Therefore, I decided to written it down in my blog for as references whether web form or MVC.</p>
<p><strong>ASP.NET MVC</strong></p>
<table border="1" cellspacing="0" cellpadding="2" width="578">
<tbody>
<tr>
<td valign="top" width="129">Pros</td>
<td valign="top" width="497">
<ul>
<li>Provides fine control over rendered HTML.</li>
<li>Cleaner generated HTML.</li>
<li>Superior separation between UI and code.</li>
<li>Easier to unit test.</li>
<li>Can support multiple view engines.</li>
<li>By default uses RESTful intefaces for URLs – so better SEO.</li>
<li>No ViewState (this may also be a weakness).</li>
<li>Typecal size of page is small.</li>
<li>Easy integration with frameworks like JQuery.</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" width="129">Cons</td>
<td valign="top" width="497">
<ul>
<li>Not event driven, so maybe difficult for people who know only ASP.net Webforms to wrap their minds around it.</li>
<li>Third party control library support is not that strong.</li>
<li>No ViewState(this is also a strength).</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" width="129">Threats</td>
<td valign="top" width="497">
<ul>
<li>Bigger ramp-up and training time required for developers with no or little experience in web application development.</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" width="129">Opportunities</td>
<td valign="top" width="497">
<ul>
<li>Allows for Test Driven Development(TDD) – it is build with TDD in mind, so its much easier to write unit test cases, mock objects and to intercept the program flow.</li>
<li>Allows for reuse of the same models to present different UIs and Interfaces.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><strong>ASP.NET WebForms</strong></p>
<table border="1" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td valign="top" width="74">Pros</td>
<td valign="top" width="326">
<ul>
<li>Provides very good RAD development capabilities.</li>
<li>Great designer support in VS.</li>
<li>Ease of development for data-heavy LOB applications.</li>
<li>Very rich control libraries and third party vendor support.</li>
<li>A familiar event-driven model when compared to Windows Forms development, and so easy for developers to pick up.</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" width="74">Cons</td>
<td valign="top" width="326">
<ul>
<li>UI logic coupled with the code, and thus is hard to separate.</li>
<li>Harder to unit test, so difficult to employ TDD.</li>
<li>Heavy page sizes due to view state management.</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" width="74">Threats</td>
<td valign="top" width="326">
<ul>
<li>Harder to adopt to various UI views despite the various frameworks available (master pages, themes, etc.)</li>
</ul>
</td>
</tr>
<tr>
<td valign="top" width="74">Opportunities</td>
<td valign="top" width="326">
<ul>
<li>Great at creating quick prototypes for business applications. This comes in very handy when trying to show quick Proof of Concepts to clients.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><strong>When to use ASP.net WebForm or MVC?</strong></p>
<p><a href="http://eikden.files.wordpress.com/2012/04/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://eikden.files.wordpress.com/2012/04/image_thumb.png?w=641&#038;h=491" width="641" height="491"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/291/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/291/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=291&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2012/04/16/future-of-asp-net-and-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2012/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Gridview Header and first column always show</title>
		<link>http://eikden.net/2012/02/16/gridview-header-and-first-column-always-show/</link>
		<comments>http://eikden.net/2012/02/16/gridview-header-and-first-column-always-show/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 05:17:58 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">https://eikden.wordpress.com/?p=286</guid>
		<description><![CDATA[C#: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)&#160;&#160;&#160; {&#160;&#160;&#160;&#160;&#160;&#160;&#160; e.Row.Cells[0].CssClass = &#8220;locked&#8221;;&#160;&#160;&#160;&#160;&#160;&#160;&#160; e.Row.Cells[1].CssClass = &#8220;locked&#8221;;&#160;&#160;&#160; } html: &#160; &#60;head runat=&#8221;server&#8221;&#62;&#160;&#160;&#160; &#60;title&#62;Untitled Page&#60;/title&#62;&#160;&#160;&#160; &#60;style type=&#8221;text/css&#8221;&#62; div#div-datagrid {width: 220px;height: 100px;overflow: auto;scrollbar-base-color:#ffeaff;} /* Locks the left column */td.locked, th.locked {font-size: 14px;font-weight: bold;text-align: center;background-color: navy;color: &#8230; <a href="http://eikden.net/2012/02/16/gridview-header-and-first-column-always-show/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=286&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><b>C#:</b>
<p>protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e.Row.Cells[0].CssClass = &#8220;locked&#8221;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e.Row.Cells[1].CssClass = &#8220;locked&#8221;;<br />&nbsp;&nbsp;&nbsp; }
<p><b>html:</b>
<p>&nbsp; &lt;head runat=&#8221;server&#8221;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;title&gt;Untitled Page&lt;/title&gt;<br />&nbsp;&nbsp;&nbsp; &lt;style type=&#8221;text/css&#8221;&gt;
<p>div#div-datagrid {<br />width: 220px;<br />height: 100px;<br />overflow: auto;<br />scrollbar-base-color:#ffeaff;<br />}
<p>/* Locks the left column */<br />td.locked, th.locked {<br />font-size: 14px;<br />font-weight: bold;<br />text-align: center;<br />background-color: navy;<br />color: white;<br />border-right: 1px solid silver;<br />position:relative;<br />cursor: default;<br />/*IE5+ only*/<br />left: expression(document.getElementById(&#8220;div-datagrid&#8221;).scrollLeft-2);<br />}
<p>/* Locks table header */<br />th {<br />font-size: 14px;<br />font-weight: bold;<br />text-align: center;<br />background-color: navy;<br />color: white;<br />border-right: 1px solid silver;<br />position:relative;<br />cursor: default;<br />/*IE5+ only*/<br />top: expression(document.getElementById(&#8220;div-datagrid&#8221;).scrollTop-2);<br />z-index: 10;<br />}
<p>/* Keeps the header as the top most item. Important for top left item*/<br />th.locked {z-index: 99;}
<p>/* DataGrid Item and AlternatingItem Style*/<br />.GridRow {font-size: 10pt; color: black; font-family: Arial; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; background-color:#ffffff; height:35px;}<br />.GridAltRow {font-size: 10pt; color: black; font-family: Arial; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; background-color:#eeeeee; height:35px;}<br />&lt;/style&gt;<br />&lt;/head&gt;
<p> &lt;div id=&#8221;div-datagrid&#8221;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:GridView DataSourceID=&#8221;SqlDataSource1&#8243; ID=&#8221;GridView1&#8243; runat=&#8221;server&#8221; OnRowCreated=&#8221;GridView1_RowCreated&#8221; OnRowDataBound=&#8221;GridView1_RowDataBound&#8221;&gt;<br /> &lt;/asp:GridView&gt; &lt;/div&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/286/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=286&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2012/02/16/gridview-header-and-first-column-always-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Database physical size</title>
		<link>http://eikden.net/2012/01/16/sql-database-physical-size/</link>
		<comments>http://eikden.net/2012/01/16/sql-database-physical-size/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 10:18:00 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Script]]></category>

		<guid isPermaLink="false">https://eikden.wordpress.com/?p=282</guid>
		<description><![CDATA[If you are looking for a script that able to retrieve from select statement, below script will help you to retrieve. SELECT physical_name, &#160;&#160;&#160; CASE &#160;&#160;&#160;&#160;&#160;&#160;&#160; WHEN is_percent_growth = 0 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; THEN LTRIM(STR(growth * 8.0 / 1024,10,1)) + &#8216; MB, &#8230; <a href="http://eikden.net/2012/01/16/sql-database-physical-size/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=282&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If you are looking for a script that able to retrieve from select statement, below script will help you to retrieve.</p>
<p>SELECT physical_name, <br />&nbsp;&nbsp;&nbsp; CASE <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WHEN is_percent_growth = 0 <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; THEN LTRIM(STR(growth * 8.0 / 1024,10,1)) + &#8216; MB, &#8216; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ELSE<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8216;By &#8216; + CAST(growth AS VARCHAR) + &#8216; percent, &#8216;<br />&nbsp;&nbsp;&nbsp; END + <br />&nbsp;&nbsp;&nbsp; CASE <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WHEN max_size = -1 THEN &#8216;unrestricted growth&#8217;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ELSE &#8216;restricted growth to &#8216; + <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LTRIM(STR(max_size * 8.0 / 1024,10,1)) + &#8216; MB&#8217; <br />&nbsp;&nbsp;&nbsp; END AS Autogrow<br />FROM sys.database_files</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/282/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/282/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=282&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2012/01/16/sql-database-physical-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugging mode does not run in SharePoint</title>
		<link>http://eikden.net/2011/10/04/debugging-mode-does-not-run-in-sharepoint/</link>
		<comments>http://eikden.net/2011/10/04/debugging-mode-does-not-run-in-sharepoint/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 08:21:04 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Debug]]></category>

		<guid isPermaLink="false">https://eikden.wordpress.com/2011/10/04/debugging-mode-does-not-run-in-sharepoint/</guid>
		<description><![CDATA[What you need to do is follow the steps below to try again the debugging mode Start –&#62; Run –&#62; Enter %systemroot%\assembly\gac –&#62; [ENTER]. From there, go up one folder, then into GAC_MSIL folder. Paste the pdb file with the &#8230; <a href="http://eikden.net/2011/10/04/debugging-mode-does-not-run-in-sharepoint/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=279&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>What you need to do is follow the steps below to try again the debugging mode</p>
<ol>
<li>Start –&gt; Run –&gt; Enter %systemroot%\assembly\gac –&gt; [ENTER].
<li>From there, go up one folder, then into GAC_MSIL folder.
<li>Paste the pdb file with the DLL that you required to debug. Then run again to attach the process for debugging. </li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=279&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2011/10/04/debugging-mode-does-not-run-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>
	</item>
		<item>
		<title>Override Global css from SharePoint 2010 to hide left navigation</title>
		<link>http://eikden.net/2011/09/28/override-global-css-from-sharepoint-2010-to-hide-left-navigation/</link>
		<comments>http://eikden.net/2011/09/28/override-global-css-from-sharepoint-2010-to-hide-left-navigation/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 01:55:49 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Override css]]></category>

		<guid isPermaLink="false">https://eikden.wordpress.com/2011/09/28/override-global-css-from-sharepoint-2010-to-hide-left-navigation/</guid>
		<description><![CDATA[&#160; If you look for hide the left navigation from SharePoint 2010, definitely you can use the below stylesheet to override the global css. Add this code in the content editor and apply the changes: &#60;Style&#62; #s4-leftpanel { display: none; &#8230; <a href="http://eikden.net/2011/09/28/override-global-css-from-sharepoint-2010-to-hide-left-navigation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=278&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong></strong>&nbsp;</p>
<p><strong>If you look for hide the left navigation from SharePoint 2010, definitely you can use the below stylesheet to override the global css. </strong></p>
<p><strong>Add this code in the content editor and apply the changes:</strong></p>
<p><strong>&lt;Style&gt; <br />#s4-leftpanel <br />{ <br />display: none; <br />} <br />.s4-ca <br />{ <br />margin-left: 0px; <br />} <br />&lt;/style&gt;</strong></p>
<p><strong>You able to apply this method to override other class id that you would like to change. </strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/278/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/278/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=278&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2011/09/28/override-global-css-from-sharepoint-2010-to-hide-left-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>
	</item>
		<item>
		<title>Using SharePoint Modal Dialog</title>
		<link>http://eikden.net/2011/09/18/using-sharepoint-modal-dialog/</link>
		<comments>http://eikden.net/2011/09/18/using-sharepoint-modal-dialog/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 15:14:21 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Modal Dialog]]></category>

		<guid isPermaLink="false">https://eikden.wordpress.com/2011/09/18/using-sharepoint-modal-dialog/</guid>
		<description><![CDATA[SharePoint 2010 have introduces the new dialog framework for assist users to stay in the context of the page without navigate away from other page. The JavaScript object model provides the SP.UI.ModalDialog class to work with the dialog framework. In &#8230; <a href="http://eikden.net/2011/09/18/using-sharepoint-modal-dialog/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=270&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>SharePoint 2010 have introduces the new dialog framework for assist users to stay in the context of the page without navigate away from other page. </p>
<p><a href="http://eikden.files.wordpress.com/2011/09/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://eikden.files.wordpress.com/2011/09/image_thumb.png?w=396&#038;h=426" width="396" height="426"></a></p>
<p>The JavaScript object model provides the SP.UI.ModalDialog class to work with the dialog framework. In order to work with dialog framework, first create the dialog options as below:</p>
<pre>var options = SP.UI.$create_DialogOptions();
options.width = 500;
options.height = 250;
options.url = "/_layouts/StandardsPortal/ChangePassword.aspx";
options.dialogReturnValueCallback = Function.createDelegate(
                    null, portal_modalDialogClosedCallback);</pre>
<p>As you can see above code, set options on width, height and the URL of the modal dialog load. If you notice, that is also initialize the call back.</p>
<p>You can write code below to show modal dialog:-</p>
<pre><p>SP.UI.ModalDialog.showModalDialog(options);</p></pre>
<p>Try to write this code into function:</p>
<pre>function portal_openModalDialog() {
    var options = SP.UI.$create_DialogOptions();
    options.width = 500;
    options.height = 250;
    options.url = "/_layouts/StandardsPortal/ChangePassword.aspx";
    options.dialogReturnValueCallback = Function.createDelegate(
                        null, portal_modalDialogClosedCallback);
    SP.UI.ModalDialog.showModalDialog(options);
}</pre>
<p>You can now call this JavaScript function from your custom action or from web part or from your custom page or from your custom Ribbon button. Below is the custom action XML:</p>
<pre>&lt;CustomAction
   Id="{F93B1F84-1DBE-4C10-82E3-2CA47346359E}"
   Title="Change Password"
   Description="Change your password"
   Sequence="1000"
   Location="Microsoft.SharePoint.StandardMenu"
   GroupId="PersonalActions"
   ImageUrl="~sitecollection/_layouts/images/menulistsettings.gif"&gt;
   &lt;UrlAction Url="javascript:portal_openModalDialog();"/&gt;
&lt;/CustomAction&gt;</pre>
<p>Notice how we invoke the JavaScript dialog:</p>
<pre>&lt;UrlAction Url="javascript:portal_openModalDialog();"/&gt;    </pre>
<p>Below is the dialog callback code (very simple actually):</p>
<pre>function portal_modalDialogClosedCallback(result, value) {
    if (value == '1') {
        this.statusId = SP.UI
            .Status
            .addStatus("Password Changed",
               "Your password has been changed. Use it next time when you log in.", 
                true);
        SP.UI.Status.setStatusPriColor(this.statusId, "Green");
    }

    if (value == '0') {
        this.statusId = SP.UI
            .Status
            .addStatus("Password Change Failed",
                "Your password has &lt;b&gt;not&lt;/b&gt; changed. Please try again.", 
                true);
        SP.UI.Status.setStatusPriColor(this.statusId, "Green");
    }

    setTimeout(RemoveStatus, 6000);
}

function RemoveStatus() {
    SP.UI.Status.removeStatus(this.statusId);
}</pre>
<p>As you can see, I pass a single value back and now I can check and show status based on that value. You can also check for the dialog result using <strong>SP.UI.DialogResult.OK</strong> and <strong>SP.UI.DialogResult.cancel</strong> properties:</p>
<pre> function CloseCallback(result, value) { 
        if(result === SP.UI.DialogResult.OK) { 
            alert("OK was clicked!"); 
        } 
        if(result === SP.UI.DialogResult.cancel) { 
            alert("Cancel was clicked!");         
        } 
 }</pre>
<p>Showing a status is very simple using the <a href="http://msdn.microsoft.com/en-us/library/ff410028.aspx">SP.UI.Status.addStatus</a> method. </p>
<p>Now, after deploying when you click on the <strong>Change Password</strong> custom action </p>
<p>&nbsp;
<p>You get the modal popup dialog opening the Application page URL set in the dialog options: </p>
<p><a href="http://eikden.files.wordpress.com/2011/09/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://eikden.files.wordpress.com/2011/09/image_thumb1.png?w=352&#038;h=240" width="352" height="240"></a></p>
<p>To wire the Modal Dialog ‘OK’ and ‘Cancel’ code, we write the appropriate code in the ‘Change Password’ button click &amp; ‘Cancel’ button click:</p>
<pre>this.Page.Response.Clear(); 
this.Page.Response.Write("
&lt;script type=\"text/javascript\"&gt;window.frameElement.commonModalDialogClose(1, 1);&lt;/script&gt;"); 
this.Page.Response.End();</pre>
<p>If successful, you will see the following status: </p>
<p><a href="http://eikden.files.wordpress.com/2011/09/image2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://eikden.files.wordpress.com/2011/09/image_thumb2.png?w=426&#038;h=136" width="426" height="136"></a></p>
<p>If failed, you will see the following status: </p>
<p><a href="http://eikden.files.wordpress.com/2011/09/image3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://eikden.files.wordpress.com/2011/09/image_thumb3.png?w=430&#038;h=153" width="430" height="153"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=270&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2011/09/18/using-sharepoint-modal-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/09/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/09/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/09/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/09/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>How to copy an image from an URL to own server and resize it</title>
		<link>http://eikden.net/2011/06/25/how-to-copy-an-image-from-an-url-to-own-server-and-resize-it/</link>
		<comments>http://eikden.net/2011/06/25/how-to-copy-an-image-from-an-url-to-own-server-and-resize-it/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 15:16:21 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[ASP.net]]></category>

		<guid isPermaLink="false">https://eikden.wordpress.com/2011/06/25/how-to-copy-an-image-from-an-url-to-own-server-and-resize-it/</guid>
		<description><![CDATA[private void Page_Load(object sender, System.EventArgs e) { WebClient wc = new WebClient(); byte[] data = wc.DownloadData("http://www.google.cn/intl/en-us/images/logo_cn.gif"); MemoryStream ms = new MemoryStream(data); System.Drawing.Image img = System.Drawing.Image.FromStream(ms); float iScale = img.Height &#62; img.Width ? (float)img.Height / 100 : (float)img.Width / 100; img &#8230; <a href="http://eikden.net/2011/06/25/how-to-copy-an-image-from-an-url-to-own-server-and-resize-it/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=261&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div id="codeSnippetWrapper" style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:97.5%;font-family:'Courier New', courier, monospace;direction:ltr;max-height:200px;font-size:8pt;overflow:auto;cursor:text;border:silver 1px solid;margin:20px 0 10px;padding:4px;">
<pre style="text-align:left;line-height:12pt;background-color:#f4f4f4;width:100%;font-family:'Courier New', courier, monospace;direction:ltr;color:black;font-size:8pt;overflow:visible;border-style:none;margin:0;padding:0;"><span style="color:#0000ff;">private</span> <span style="color:#0000ff;">void</span> Page_Load(<span style="color:#0000ff;">object</span> sender, System.EventArgs e) 
    {
        WebClient wc = <span style="color:#0000ff;">new</span> WebClient();


        <span style="color:#0000ff;">byte</span>[] data = wc.DownloadData(<span style="color:#006080;">"http://www.google.cn/intl/en-us/images/logo_cn.gif"</span>);


        MemoryStream ms = <span style="color:#0000ff;">new</span> MemoryStream(data);


        System.Drawing.Image img = System.Drawing.Image.FromStream(ms);
 
       <span style="color:#0000ff;">float</span> iScale = img.Height &gt; img.Width ? (<span style="color:#0000ff;">float</span>)img.Height / 100 : (<span style="color:#0000ff;">float</span>)img.Width / 100; 


        img = img.GetThumbnailImage((<span style="color:#0000ff;">int</span>)(img.Width / iScale), (<span style="color:#0000ff;">int</span>)(img.Height / iScale), <span style="color:#0000ff;">null</span>, IntPtr.Zero);


        MemoryStream memStream = <span style="color:#0000ff;">new</span> MemoryStream();


        img.Save(Server.MapPath(<span style="color:#006080;">"att.jpeg"</span>), System.Drawing.Imaging.ImageFormat.Jpeg);


        memStream.Flush();
    }</pre>
<p>&nbsp;</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=261&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2011/06/25/how-to-copy-an-image-from-an-url-to-own-server-and-resize-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>
	</item>
		<item>
		<title>How to setup form library at SharePoint 2010 Foundation?</title>
		<link>http://eikden.net/2011/05/31/how-to-setup-form-library-at-sharepoint-2010-foundation/</link>
		<comments>http://eikden.net/2011/05/31/how-to-setup-form-library-at-sharepoint-2010-foundation/#comments</comments>
		<pubDate>Tue, 31 May 2011 10:11:23 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[InfoPath Form]]></category>
		<category><![CDATA[SharePoint 2010 Foundation]]></category>

		<guid isPermaLink="false">https://eikden.wordpress.com/2011/05/31/how-to-setup-form-library-at-sharepoint-2010-foundation/</guid>
		<description><![CDATA[Step 1: Create Web Application 1. Access SharePoint Central Administration 2. Click on Application Management and then click on manage web applications. 3. Click on new button to create a new web site. 4. Leave everything as default except under &#8230; <a href="http://eikden.net/2011/05/31/how-to-setup-form-library-at-sharepoint-2010-foundation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=259&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h3><font color="#333333">Step 1: Create Web Application</font></h3>
<p>1. Access SharePoint Central Administration
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image002.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image002" border="0" alt="clip_image002" src="http://eikden.files.wordpress.com/2011/05/clip_image002_thumb.jpg?w=244&#038;h=203" width="244" height="203"></a>
<p>2. Click on Application Management and then click on manage web applications.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image0041.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image004" border="0" alt="clip_image004" src="http://eikden.files.wordpress.com/2011/05/clip_image004_thumb1.jpg?w=244&#038;h=143" width="244" height="143"></a>
<p>3. Click on new button to create a new web site.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image0061.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image006" border="0" alt="clip_image006" src="http://eikden.files.wordpress.com/2011/05/clip_image006_thumb1.jpg?w=244&#038;h=168" width="244" height="168"></a>
<p>4. Leave everything as default except under Application Pool, change Select a security account for this application pool to Predefined as Network Service and then click Ok button.
<p>Remarks: It will take for a while depend on the server performance to create a web site.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image007.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image007" border="0" alt="clip_image007" src="http://eikden.files.wordpress.com/2011/05/clip_image007_thumb.png?w=244&#038;h=110" width="244" height="110"></a>
<p>5. Completed create web site.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image009.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image009" border="0" alt="clip_image009" src="http://eikden.files.wordpress.com/2011/05/clip_image009_thumb.jpg?w=244&#038;h=56" width="244" height="56"></a><br />
<h3><font color="#333333">Step 2: Create site collections before publish InfoPath into form library.</font></h3>
<p>1. Access to Application Management
<p>2. Click on Create site collections under Site Collections.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image010.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="clip_image010" border="0" alt="clip_image010" src="http://eikden.files.wordpress.com/2011/05/clip_image010_thumb.png?w=244&#038;h=152" width="244" height="152"></a>
<p>3. Verify web application. If incorrect, change path
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image011.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image011" border="0" alt="clip_image011" src="http://eikden.files.wordpress.com/2011/05/clip_image011_thumb.png?w=244&#038;h=75" width="244" height="75"></a>
<p>4. Enter title and description
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image013.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image013" border="0" alt="clip_image013" src="http://eikden.files.wordpress.com/2011/05/clip_image013_thumb.jpg?w=244&#038;h=36" width="244" height="36"></a>
<p>5. Set as Default
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image015.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image015" border="0" alt="clip_image015" src="http://eikden.files.wordpress.com/2011/05/clip_image015_thumb.jpg?w=244&#038;h=31" width="244" height="31"></a>
<p>6. It is depend on the requirements. As a start, you able to select under Collaboration and select for blank site
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image017.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image017" border="0" alt="clip_image017" src="http://eikden.files.wordpress.com/2011/05/clip_image017_thumb.jpg?w=244&#038;h=58" width="244" height="58"></a>
<p>7. Predefine primary administrator and secondary administrator for.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image019.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image019" border="0" alt="clip_image019" src="http://eikden.files.wordpress.com/2011/05/clip_image019_thumb.jpg?w=244&#038;h=37" width="244" height="37"></a>
<p>Best Practice: Always assign to two different accounts for avoid any permission issue.
<p>8. Quota Template is to use for control the storage size on the particulate site. For now, set as default.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image021.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image021" border="0" alt="clip_image021" src="http://eikden.files.wordpress.com/2011/05/clip_image021_thumb.jpg?w=244&#038;h=27" width="244" height="27"></a>
<p>9. Click ok and completed the site.
<p>10. Verify the site by paste the url at IE browser.<br />
<h3><font color="#333333">Step 3: Publish InfoPath to SharePoint Foundation</font></h3>
<p>1. Open your InfoPath form which already created by InfoPath Designer.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image023.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image023" border="0" alt="clip_image023" src="http://eikden.files.wordpress.com/2011/05/clip_image023_thumb.jpg?w=244&#038;h=217" width="244" height="217"></a>
<p>2. Click on the File tab on top of the InfoPath designer.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image024.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image024" border="0" alt="clip_image024" src="http://eikden.files.wordpress.com/2011/05/clip_image024_thumb.png?w=121&#038;h=125" width="121" height="125"></a>
<p>3. Select Publish Tab and Click on SharePoint Server button
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image025.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image025" border="0" alt="clip_image025" src="http://eikden.files.wordpress.com/2011/05/clip_image025_thumb.png?w=244&#038;h=70" width="244" height="70"></a>
<p>4. Publish wizard prompt and enter URL which created in step 2 and then click next button.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image026.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image026" border="0" alt="clip_image026" src="http://eikden.files.wordpress.com/2011/05/clip_image026_thumb.png?w=244&#038;h=72" width="244" height="72"></a>
<p>5. Enter your password to publish into the collections sites.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image027.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image027" border="0" alt="clip_image027" src="http://eikden.files.wordpress.com/2011/05/clip_image027_thumb.png?w=244&#038;h=164" width="244" height="164"></a>
<p>6. Select form library and then click next.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image029.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image029" border="0" alt="clip_image029" src="http://eikden.files.wordpress.com/2011/05/clip_image029_thumb.jpg?w=244&#038;h=132" width="244" height="132"></a>
<p>7. Select “Create a new form library” – If collection sites already created a form library and required to use that, kindly to select “Update the form template in an existing form library”.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image031.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image031" border="0" alt="clip_image031" src="http://eikden.files.wordpress.com/2011/05/clip_image031_thumb.jpg?w=244&#038;h=182" width="244" height="182"></a>
<p>8. Enter Name and Description for a new form library.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image032.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image032" border="0" alt="clip_image032" src="http://eikden.files.wordpress.com/2011/05/clip_image032_thumb.png?w=244&#038;h=117" width="244" height="117"></a>
<p>9. Display column in your form library. You can modify it for add new column, remove or modify it. Those columns are the field in InfoPath.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image033.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image033" border="0" alt="clip_image033" src="http://eikden.files.wordpress.com/2011/05/clip_image033_thumb.png?w=244&#038;h=201" width="244" height="201"></a>
<p>10. Click on publish to publish the InfoPath Template.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image034.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image034" border="0" alt="clip_image034" src="http://eikden.files.wordpress.com/2011/05/clip_image034_thumb.png?w=244&#038;h=157" width="244" height="157"></a>
<p>11. Click Close
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image036.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image036" border="0" alt="clip_image036" src="http://eikden.files.wordpress.com/2011/05/clip_image036_thumb.jpg?w=244&#038;h=180" width="244" height="180"></a>
<p>12. Verify the InfoPath whether publish into Form Library.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image037.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image037" border="0" alt="clip_image037" src="http://eikden.files.wordpress.com/2011/05/clip_image037_thumb.png?w=159&#038;h=164" width="159" height="164"></a><br />
<h3><font color="#333333">Step 4: Assign workflow into InfoPath Form Library</font></h3>
<p>1. Click on Purchase Order Form
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image038.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image038" border="0" alt="clip_image038" src="http://eikden.files.wordpress.com/2011/05/clip_image038_thumb.png?w=196&#038;h=138" width="196" height="138"></a>
<p>2. Click on Library button at the Ribbon Menu
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image039.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image039" border="0" alt="clip_image039" src="http://eikden.files.wordpress.com/2011/05/clip_image039_thumb.png?w=244&#038;h=180" width="244" height="180"></a>
<p>3. Click on workflow setting under the Ribbon Menu
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image040.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image040" border="0" alt="clip_image040" src="http://eikden.files.wordpress.com/2011/05/clip_image040_thumb.png?w=244&#038;h=112" width="244" height="112"></a>
<p>4. Select “Add a Workflow”.
<p>5. Select a workflow template: “Approval – SharePoint 2010” (This is basic standard worklow)
<p>Remarks: If looking for customization workflow, you need to use WF/SharePoint designer to create a new template and upload into SharePoint.
<p>· Enter unique name for this workflow. This is for reusable if new document library required same workflow process.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image042.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image042" border="0" alt="clip_image042" src="http://eikden.files.wordpress.com/2011/05/clip_image042_thumb.jpg?w=244&#038;h=122" width="244" height="122"></a>
<p>6. Unchecked “Allow this workflow to be manu……” this one required user to manually submit the workflow to approver.
<p>Checked “Start the workflow when a new item is created”.
<p>Click next button to complete the workflow.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image044.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image044" border="0" alt="clip_image044" src="http://eikden.files.wordpress.com/2011/05/clip_image044_thumb.jpg?w=244&#038;h=44" width="244" height="44"></a>
<p>7. Predefine approver/groups/subject of email/due date/duration of tasks/ cc and etc.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image046.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image046" border="0" alt="clip_image046" src="http://eikden.files.wordpress.com/2011/05/clip_image046_thumb.jpg?w=244&#038;h=200" width="244" height="200"></a><br />
<h3><font color="#333333">Step 5: How to submit a form</font></h3>
<p>1. Go to Purchase order form
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image047.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image047" border="0" alt="clip_image047" src="http://eikden.files.wordpress.com/2011/05/clip_image047_thumb.png?w=244&#038;h=109" width="244" height="109"></a>
<p>2. Click on add document and filled in the form.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image049.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image049" border="0" alt="clip_image049" src="http://eikden.files.wordpress.com/2011/05/clip_image049_thumb.jpg?w=244&#038;h=238" width="244" height="238"></a>
<p>Remarks: SharePoint Foundation Server integration with InfoPath – User have to install InfoPath to access this. If user want to access without InfoPath, upgrade is required for Enterprise Version. Enterprise version features for InfoPath Services which able for user to access via Browser.
<p>3. Submit the form and message prompt. If required password, use NT account ID and password.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image050.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image050" border="0" alt="clip_image050" src="http://eikden.files.wordpress.com/2011/05/clip_image050_thumb.png?w=244&#038;h=126" width="244" height="126"></a>
<p>4. You able to see the form is uploaded and status for Approval is in progress.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image052.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image052" border="0" alt="clip_image052" src="http://eikden.files.wordpress.com/2011/05/clip_image052_thumb.jpg?w=244&#038;h=33" width="244" height="33"></a>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image053.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image053" border="0" alt="clip_image053" src="http://eikden.files.wordpress.com/2011/05/clip_image053_thumb.png?w=203&#038;h=164" width="203" height="164"></a><br />
<h3><font color="#333333">Step 6: Approval Process</font></h3>
<p>1. Approval Login to the Purchase Order Page
<p>2. Approval able to review document by click on the Name.
<p>3. InfoPath form will appear a message to approval for request approval.
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image054.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image054" border="0" alt="clip_image054" src="http://eikden.files.wordpress.com/2011/05/clip_image054_thumb.png?w=244&#038;h=31" width="244" height="31"></a>
<p>4. Open this task to process for the approval process.
<p>5. One approve, status will change to approved.
<p>6. If reject, status will change it to rejected and required user to resubmit again.
<p>7. Email notification will submit when the workflow process is trigger.
<p>8. You can able to check the history transaction by
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image055.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image055" border="0" alt="clip_image055" src="http://eikden.files.wordpress.com/2011/05/clip_image055_thumb.png?w=244&#038;h=237" width="244" height="237"></a>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image057.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image057" border="0" alt="clip_image057" src="http://eikden.files.wordpress.com/2011/05/clip_image057_thumb.jpg?w=244&#038;h=83" width="244" height="83"></a>
<p>Click on the approval link
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image059.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="clip_image059" border="0" alt="clip_image059" src="http://eikden.files.wordpress.com/2011/05/clip_image059_thumb.jpg?w=244&#038;h=46" width="244" height="46"></a>
<p>Workflow history will listed all the transaction including notification.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=259&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2011/05/31/how-to-setup-form-library-at-sharepoint-2010-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image004_thumb1.jpg" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image006_thumb1.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image007_thumb.png" medium="image">
			<media:title type="html">clip_image007</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image009_thumb.jpg" medium="image">
			<media:title type="html">clip_image009</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image010_thumb.png" medium="image">
			<media:title type="html">clip_image010</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image011_thumb.png" medium="image">
			<media:title type="html">clip_image011</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image013_thumb.jpg" medium="image">
			<media:title type="html">clip_image013</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image015_thumb.jpg" medium="image">
			<media:title type="html">clip_image015</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image017_thumb.jpg" medium="image">
			<media:title type="html">clip_image017</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image019_thumb.jpg" medium="image">
			<media:title type="html">clip_image019</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image021_thumb.jpg" medium="image">
			<media:title type="html">clip_image021</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image023_thumb.jpg" medium="image">
			<media:title type="html">clip_image023</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image024_thumb.png" medium="image">
			<media:title type="html">clip_image024</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image025_thumb.png" medium="image">
			<media:title type="html">clip_image025</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image026_thumb.png" medium="image">
			<media:title type="html">clip_image026</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image027_thumb.png" medium="image">
			<media:title type="html">clip_image027</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image029_thumb.jpg" medium="image">
			<media:title type="html">clip_image029</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image031_thumb.jpg" medium="image">
			<media:title type="html">clip_image031</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image032_thumb.png" medium="image">
			<media:title type="html">clip_image032</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image033_thumb.png" medium="image">
			<media:title type="html">clip_image033</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image034_thumb.png" medium="image">
			<media:title type="html">clip_image034</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image036_thumb.jpg" medium="image">
			<media:title type="html">clip_image036</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image037_thumb.png" medium="image">
			<media:title type="html">clip_image037</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image038_thumb.png" medium="image">
			<media:title type="html">clip_image038</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image039_thumb.png" medium="image">
			<media:title type="html">clip_image039</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image040_thumb.png" medium="image">
			<media:title type="html">clip_image040</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image042_thumb.jpg" medium="image">
			<media:title type="html">clip_image042</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image044_thumb.jpg" medium="image">
			<media:title type="html">clip_image044</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image046_thumb.jpg" medium="image">
			<media:title type="html">clip_image046</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image047_thumb.png" medium="image">
			<media:title type="html">clip_image047</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image049_thumb.jpg" medium="image">
			<media:title type="html">clip_image049</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image050_thumb.png" medium="image">
			<media:title type="html">clip_image050</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image052_thumb.jpg" medium="image">
			<media:title type="html">clip_image052</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image053_thumb.png" medium="image">
			<media:title type="html">clip_image053</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image054_thumb.png" medium="image">
			<media:title type="html">clip_image054</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image055_thumb.png" medium="image">
			<media:title type="html">clip_image055</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image057_thumb.jpg" medium="image">
			<media:title type="html">clip_image057</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image059_thumb.jpg" medium="image">
			<media:title type="html">clip_image059</media:title>
		</media:content>
	</item>
		<item>
		<title>TFS in SQL Navigator for Oracle</title>
		<link>http://eikden.net/2011/05/26/tfs-in-sql-navigator-for-oracle/</link>
		<comments>http://eikden.net/2011/05/26/tfs-in-sql-navigator-for-oracle/#comments</comments>
		<pubDate>Thu, 26 May 2011 08:45:44 +0000</pubDate>
		<dc:creator>Yeoh Eik Den</dc:creator>
				<category><![CDATA[Team Foundation Server]]></category>
		<category><![CDATA[Connect Oracle Source Code]]></category>

		<guid isPermaLink="false">https://eikden.wordpress.com/2011/05/26/tfs-in-sql-navigator-for-oracle/</guid>
		<description><![CDATA[Architecture The idea of the architecture for TFS is everyone has their own workspace. So, developers have to map their workspace from TFS and connect it to Navigator. You will find an error as below:- This means that, you don’t &#8230; <a href="http://eikden.net/2011/05/26/tfs-in-sql-navigator-for-oracle/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=180&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h3>Architecture</h3>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image002.gif"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image002" border="0" alt="clip_image002" src="http://eikden.files.wordpress.com/2011/05/clip_image002_thumb.gif?w=240&#038;h=40" width="240" height="40" /></a></p>
<p>The idea of the architecture for TFS is everyone has their own workspace.</p>
<p>So, developers have to map their workspace from TFS and connect it to Navigator.</p>
<p>You will find an error as below:-</p>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image004.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image004" border="0" alt="clip_image004" src="http://eikden.files.wordpress.com/2011/05/clip_image004_thumb.jpg?w=244&#038;h=99" width="244" height="99" /></a></p>
<p>This means that, you don’t install the component below. Follow the step and setup for connect to TFS.</p>
<p><b>Look for&#160; in internet for this component: Foundation Server MSSCCI Provider.msi</b></p>
<p>Install <b><i>Visual Studio Team Foundation Server MSSCCI Provider.msi</i></b> at your local</p>
<p>After finish install, follow the below step for connect to your TFS server.</p>
<p>1. Login to your database</p>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image006.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image006" border="0" alt="clip_image006" src="http://eikden.files.wordpress.com/2011/05/clip_image006_thumb.jpg?w=213&#038;h=244" width="213" height="244" /></a></p>
<p>2. Check version control browser from team coding</p>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image008.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image008" border="0" alt="clip_image008" src="http://eikden.files.wordpress.com/2011/05/clip_image008_thumb.jpg?w=244&#038;h=227" width="244" height="227" /></a></p>
<p>3. Check whether connect to correct TFS server</p>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image010.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image010" border="0" alt="clip_image010" src="http://eikden.files.wordpress.com/2011/05/clip_image010_thumb.jpg?w=244&#038;h=98" width="244" height="98" /></a></p>
<p>4. If not, add TFS server and select the correct TFS server.</p>
<p>5. Connect to the correct Schemes</p>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image012.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image012" border="0" alt="clip_image012" src="http://eikden.files.wordpress.com/2011/05/clip_image012_thumb.jpg?w=206&#038;h=244" width="206" height="244" /></a></p>
<p>6. Create a local path for your workspace from browse. After created, click Ok.</p>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image014.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="clip_image014" border="0" alt="clip_image014" src="http://eikden.files.wordpress.com/2011/05/clip_image014_thumb.jpg?w=244&#038;h=162" width="244" height="162" /></a></p>
<p>7. Connect to DB </p>
<p>8. Go to menu, Team Coding |Connection Settings</p>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image001.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image001" border="0" alt="clip_image001" src="http://eikden.files.wordpress.com/2011/05/clip_image001_thumb.jpg?w=228&#038;h=244" width="228" height="244" /></a></p>
<p>9. Go to menu Team Coding |Code Control Groups, click Add Group button (see below) to create a group named tfs2008</p>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image003.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image003" border="0" alt="clip_image003" src="http://eikden.files.wordpress.com/2011/05/clip_image003_thumb.jpg?w=244&#038;h=147" width="244" height="147" /></a></p>
<p>10. Set the group to work with the schema</p>
<p><a href="http://eikden.files.wordpress.com/2011/05/clip_image005.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="clip_image005" border="0" alt="clip_image005" src="http://eikden.files.wordpress.com/2011/05/clip_image005_thumb.jpg?w=244&#038;h=151" width="244" height="151" /></a></p>
<p>11. We could use SQL Navigator for Oracle to check-in/check-out, and getting latest source without the reported issues.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eikden.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eikden.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eikden.net&#038;blog=7964710&#038;post=180&#038;subd=eikden&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eikden.net/2011/05/26/tfs-in-sql-navigator-for-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0874e3fa9c002f8239f001566d2769d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eikden</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image002_thumb.gif" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image004_thumb.jpg" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image006_thumb.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image008_thumb.jpg" medium="image">
			<media:title type="html">clip_image008</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image010_thumb.jpg" medium="image">
			<media:title type="html">clip_image010</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image012_thumb.jpg" medium="image">
			<media:title type="html">clip_image012</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image014_thumb.jpg" medium="image">
			<media:title type="html">clip_image014</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image001_thumb.jpg" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image003_thumb.jpg" medium="image">
			<media:title type="html">clip_image003</media:title>
		</media:content>

		<media:content url="http://eikden.files.wordpress.com/2011/05/clip_image005_thumb.jpg" medium="image">
			<media:title type="html">clip_image005</media:title>
		</media:content>
	</item>
	</channel>
</rss>
