<?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>ChoirulAmri.org &#187; Writing</title>
	<atom:link href="http://choirulamri.org/archives/category/writing/feed" rel="self" type="application/rss+xml" />
	<link>http://choirulamri.org</link>
	<description>born to train, forced to code::SQL Server, SharePoint, .Net, Business Intelligence</description>
	<lastBuildDate>Sat, 21 Aug 2010 02:02:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>New Tutorial on ASP.NET Navigation</title>
		<link>http://choirulamri.org/archives/142</link>
		<comments>http://choirulamri.org/archives/142#comments</comments>
		<pubDate>Sun, 24 Jun 2007 07:50:05 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/archives/142</guid>
		<description><![CDATA[<div align ="justify">
<p>Finally I made it. After struggling with many different things during past 2 months, scattered from developing custom courseware for SharePoint 2007 developer, custom adapter for Biztalk Server 2006, or even custom ribbon for Office 2007 :D.</p>
<p>All of those things are quite interesting and blow up my adrenaline. But to be frankly, it made my ASP.NET skills a little obsolete. I need to catch up again with alot of new things on the future web area: <a href="http://silverlight.net/">Silverlight</a>, <a href="http://msdn2.microsoft.com/en-us/vstudio/aa700830.aspx">Orcas</a>, <a href="http://www.popfly.com/">Popfly</a>. They are waiting to be explored.</p>
<p>Back to my writing, this is the 4th tutorial I made for ASP.NET 2.0. I wrote those labs manual based on several existing materials as the referrence. I went to MSDN website, digging my Teched 2006 DVD, and sometimes build my own sample code. This installment is about playing with web site navigation and do security trimming on it. It is a continuation of my previous writings about <a href="http://choirulamri.org/archives/133">security control in ASP.NET</a>.</p>
</div>]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/142/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free tutorial: Security and Membership in ASP.NET 2.0</title>
		<link>http://choirulamri.org/archives/133</link>
		<comments>http://choirulamri.org/archives/133#comments</comments>
		<pubDate>Mon, 23 Apr 2007 09:48:28 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/archives/133</guid>
		<description><![CDATA[<div align="justify">
<p>I wrote the 3rd tutorial in ASP.NET 2.0, this is the continuation of the first tutorial in <a href="http://choirulamri.org/archives/127">data access</a>, and the second in <a href="http://choirulamri.org/archives/128">master pages, themes, and multiview</a>. This new hands on lab is about managing user data with membership provider. ASP.NET 2.0 provides a good and extensible membership framework for managing any membersip tasks. Most of the membership tasks are:</p>
<ul>
	<li>Handling user login and authentication</li>
	<li>Securing particular page or area in the website.</li>
	<li>Handing user registration and notification.</li>
	<li>Password management (retrieving, reset, and validation).</li>
	<li>Assign user to particular roles, moving user from role to another.</li>
	<li>Creating new user and roles</li>
	<li>And another so much functions...</li>
</ul>
</div>]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/133/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Tutorial: ASP.NET 2.0 Master Pages and Themes</title>
		<link>http://choirulamri.org/archives/128</link>
		<comments>http://choirulamri.org/archives/128#comments</comments>
		<pubDate>Sat, 31 Mar 2007 11:08:13 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/archives/128</guid>
		<description><![CDATA[I wrote a new tutorial again, for whom who want to learn the concept of master page and themes in ASP.NET 2.0. The master page idea is really cool, you can place any contents that you want to display in several pages repeatly, just in one place. In the old ASP.NET 1.1 we have user control, but we still need to setup and do drag-drop on every pages to make a consistent layout. Or, if you proficient with CSS, you can use CSS approach for displaying consistent page layout across many pages.]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/128/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free Tutorial: ASP.NET 2.0 Data Access for Beginner</title>
		<link>http://choirulamri.org/archives/127</link>
		<comments>http://choirulamri.org/archives/127#comments</comments>
		<pubDate>Sat, 03 Mar 2007 16:55:17 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/archives/127</guid>
		<description><![CDATA[After a long time break of writing any free tutorials in Bahasa, finally I published the my newest writing. Targeting to novice Indonesian developer, this twenty pages hands on lab manual describes step by step example how to perform basic data access in ASP.NET 2.0. I prefer to use Visual Studio 2005 Express edition for [...]]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/127/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Second Installment in SQLServerCentral</title>
		<link>http://choirulamri.org/archives/102</link>
		<comments>http://choirulamri.org/archives/102#comments</comments>
		<pubDate>Mon, 15 May 2006 07:39:57 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/?p=102</guid>
		<description><![CDATA[If you&#8217;re an ASP.NET developer that work with SQL Server 2005, you may read my second installment of developer series in SQL2005. I write a brief intro of ROW_NUMBER function and how to apply it in practical use. This function replaces a tricky approach when dealing with numbering column in SQL Server. It also makes [...]]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/102/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doing Pivot in SQL Server 2005</title>
		<link>http://choirulamri.org/archives/90</link>
		<comments>http://choirulamri.org/archives/90#comments</comments>
		<pubDate>Thu, 13 Apr 2006 13:52:41 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/?p=90</guid>
		<description><![CDATA[Finally SQLServerCentral published my article. I discussed about PIVOT and UNPIVOT operation in SQL Server 2005, a nice enhanchment in 05 version comparing with SQL2K. I&#8217;m thrilled with many responses from the readers. They look forward for more articles about SQL2005 from developer point of view. You can read my writing here. Don&#8217;t forget to [...]]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My article in SQLServerCentral</title>
		<link>http://choirulamri.org/archives/86</link>
		<comments>http://choirulamri.org/archives/86#comments</comments>
		<pubDate>Sat, 25 Mar 2006 10:16:01 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/?p=86</guid>
		<description><![CDATA[Finally I make it, I received an email from Steve Jones and Andy Warren last month, said that my article has been approved and edited for SQLServerCentral. Then I received a notification last morning, they said that my writing will be published in their site on March 29, 2006. What&#8217;s the title? Sorry I can [...]]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/86/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting a new book</title>
		<link>http://choirulamri.org/archives/73</link>
		<comments>http://choirulamri.org/archives/73#comments</comments>
		<pubDate>Sat, 21 Jan 2006 05:36:06 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/?p=73</guid>
		<description><![CDATA[After play around with ASP.NET 2.0 during last eight months, I feel confidence with this new framework now. It has many enhanchment both on UI and framework, make my life easier and more productive. Then I start write a book on this topic. Still write in Bahasa Indonesia, and wil be published during next 2 months by major book publisher in Indonesia.]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/73/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Writing on BI of SQL 2005</title>
		<link>http://choirulamri.org/archives/72</link>
		<comments>http://choirulamri.org/archives/72#comments</comments>
		<pubDate>Sun, 01 Jan 2006 18:27:20 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/?p=72</guid>
		<description><![CDATA[My article on Business Intelligence (BI) is published by SDA Magazine-Indonesia edition. It contains SQL Server 2005 capability as BI platform. MS has do many great enhanchments in BI area with this new product. It's really kick some other compitors, specially for entry level BI market. Imagine this: with the cheap price of database server (comparing with Oracle and another BI player such as Business Object), your company will have BI solution in the box.]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVP Award</title>
		<link>http://choirulamri.org/archives/56</link>
		<comments>http://choirulamri.org/archives/56#comments</comments>
		<pubDate>Sun, 09 Oct 2005 21:43:12 +0000</pubDate>
		<dc:creator>mca</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://choirulamri.org/mca/?p=56</guid>
		<description><![CDATA[When I was jumping around between spam mail in my Inbox last morning, there was something interesting. I&#8217;ve got a mail form Microsoft guys, clearly stated that I received MVP award this year. ========================================= Dear Muhammad Amri, Congratulations and Welcome to the Microsoft MVP Program! As a recipient of this year&#8217;s Most Valuable Professional award, [...]]]></description>
		<wfw:commentRss>http://choirulamri.org/archives/56/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
