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

<channel>
	<title>Richard Santos</title>
	<atom:link href="http://www.richardsantos.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardsantos.net</link>
	<description>Trying to be somebody</description>
	<pubDate>Mon, 08 Dec 2008 04:53:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>SQL SERVER - Full Transaction Log (What to do)</title>
		<link>http://www.richardsantos.net/2008/12/04/sql-server-full-transaction-log-what-to-do/</link>
		<comments>http://www.richardsantos.net/2008/12/04/sql-server-full-transaction-log-what-to-do/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 03:28:38 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[SQL]]></category>

		<category><![CDATA[transaction log]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=44</guid>
		<description><![CDATA[Transaction log mechanism enables SQL Server to record all transactions before writing them to the database. This capability enables SQL Server to automatically recover the database to a consistent state when experiencing a power failure, operating system crash, and so forth.
The SQL Server transaction log can become full, which prevents further UPDATE, DELETE, or INSERT [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2008/12/04/sql-server-full-transaction-log-what-to-do/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reliable Source of SAP eBooks and Articles</title>
		<link>http://www.richardsantos.net/2008/07/28/reliable-source-of-sap-ebooks-and-articles/</link>
		<comments>http://www.richardsantos.net/2008/07/28/reliable-source-of-sap-ebooks-and-articles/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 14:14:08 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[SAP articles]]></category>

		<category><![CDATA[SAP ebooks]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=43</guid>
		<description><![CDATA[As a newbie in SAP, I always spend my time looking for a freee ebooks or pdf on SAP. Sure there are so many sites, webpages, blogs that offer information on SAP but not all of them are helpful. If I have any questions on SAP, I go directly at SAP Help to search for [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2008/07/28/reliable-source-of-sap-ebooks-and-articles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cool SAP Advertisement</title>
		<link>http://www.richardsantos.net/2008/07/28/cool-sap-advertisement/</link>
		<comments>http://www.richardsantos.net/2008/07/28/cool-sap-advertisement/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:35:35 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[Advertisement]]></category>

		<category><![CDATA[Commercial]]></category>

		<category><![CDATA[Cool]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=42</guid>
		<description><![CDATA[I was randomly watching videos on youtube and I stumble upon this cool video ads of SAP.

]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2008/07/28/cool-sap-advertisement/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP* Password Reset</title>
		<link>http://www.richardsantos.net/2008/07/12/sap-and-ddic-password-reset/</link>
		<comments>http://www.richardsantos.net/2008/07/12/sap-and-ddic-password-reset/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 13:40:35 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=41</guid>
		<description><![CDATA[When you forgot the password of SAP* user on a certain client on SAP, you could always reset it by deleting its record on your database.
DELETE FROM &#60;db name&#62;.USR02
WHERE BNAME=&#8217;SAP*&#8217; AND MANDT=&#8217;&#60;client no.&#62;&#8217;
On the script above, &#60;db name&#62;  is the database name of your system which is usually the same with system id and [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2008/07/12/sap-and-ddic-password-reset/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP client copy</title>
		<link>http://www.richardsantos.net/2008/07/06/sap-client-copy/</link>
		<comments>http://www.richardsantos.net/2008/07/06/sap-client-copy/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 16:10:35 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[SAP]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[client]]></category>

		<category><![CDATA[copy]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=40</guid>
		<description><![CDATA[We always use client copy during the initial installation of the R/3 system. We create new clients by copying client 000 which is always available when you install the R/3 system. Other than that, we also use client copy to create test clients, deve clients, playground clients, training clients, production clients, etc. You could initially [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2008/07/06/sap-client-copy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET: Passing URL Parameter From Hyperlink In Gridview</title>
		<link>http://www.richardsantos.net/2008/06/04/aspnet-passing-url-parameter-from-hyperlink-in-gridview/</link>
		<comments>http://www.richardsantos.net/2008/06/04/aspnet-passing-url-parameter-from-hyperlink-in-gridview/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 14:02:08 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[.Net]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[gridview]]></category>

		<category><![CDATA[hyperlink]]></category>

		<category><![CDATA[url parameter]]></category>

		<guid isPermaLink="false">http://www.richardsantos.net/?p=37</guid>
		<description><![CDATA[Setting the NavigateUrl property of a hyperlink control in gridview is very easy. But what if you want to pass the value of a specific field in your gridview as a url parameter of your hyperlink control? Well here&#8217;s how to do it.
Let say we have a customer list in a gridview and an edit [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2008/06/04/aspnet-passing-url-parameter-from-hyperlink-in-gridview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Brain Test</title>
		<link>http://www.richardsantos.net/2008/05/31/brain-test/</link>
		<comments>http://www.richardsantos.net/2008/05/31/brain-test/#comments</comments>
		<pubDate>Fri, 30 May 2008 17:47:05 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Tickle]]></category>

		<category><![CDATA[brain]]></category>

		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://richardsantos.wordpress.com/?p=50</guid>
		<description><![CDATA[I created my own account in tickle and got interested in their Brain Test. I was really impressed at my own result, never thought my left and right brain are perfectly working together fair and square. Hehe! It&#8217;s really fun you should try it.
Richard, you are Balanced-brained 
That means you are able to draw on [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2008/05/31/brain-test/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET: Clickable BoundField in Gridview</title>
		<link>http://www.richardsantos.net/2008/05/24/aspnet-clickable-boundfield-in-gridview/</link>
		<comments>http://www.richardsantos.net/2008/05/24/aspnet-clickable-boundfield-in-gridview/#comments</comments>
		<pubDate>Fri, 23 May 2008 19:47:47 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[.Net]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[ASP]]></category>

		<category><![CDATA[boundfield]]></category>

		<category><![CDATA[gridview]]></category>

		<category><![CDATA[hyperlink]]></category>

		<guid isPermaLink="false">http://richardsantos.wordpress.com/?p=46</guid>
		<description><![CDATA[Problem: I customized my gridview and created a set of boundfield columns. Now, I need to make one of these boundfields be clickable or some sort of hyperlink.
Solution: Create a TemplateField and a hyperlink control in your ItemTemplate.

&#60;asp:GridView ID=&#34;GridView1&#34; runat=&#34;server&#34;&#62;
&#160;&#160;&#160;&#60;Columns&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;asp:TemplateField&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;ItemTemplate&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;asp:HyperLink ID=&#34;Hyperlink1&#34; runat=&#34;server&#34;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Text=&#39;&#60;%# Bind(&#34;FieldName&#34;&#41; %&#62;&#39;&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/asp:HyperLink&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/ItemTemplate&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;/asp:TemplateField&#62;

In this example, the HyperLink Text property is binded to a specific [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2008/05/24/aspnet-clickable-boundfield-in-gridview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DIV vs. TABLES</title>
		<link>http://www.richardsantos.net/2006/12/12/div-vs-tables/</link>
		<comments>http://www.richardsantos.net/2006/12/12/div-vs-tables/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 07:29:56 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Technical]]></category>

		<category><![CDATA[DIV]]></category>

		<category><![CDATA[DIV vs Tables]]></category>

		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://richardsantos.wordpress.com/2006/12/12/div-vs-tables/</guid>
		<description><![CDATA[Tables were not created for web layout or positioning. Tables were created to provide structure to data. They were created to contain tabular data. Though the early html standard uses table for layout purposes, yet it is not the best tool for it.  The main disadvantage of using tables to layout a page is [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2006/12/12/div-vs-tables/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Beautiful Things</title>
		<link>http://www.richardsantos.net/2006/11/15/beautiful-things/</link>
		<comments>http://www.richardsantos.net/2006/11/15/beautiful-things/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 03:00:51 +0000</pubDate>
		<dc:creator>rs</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Beautiful]]></category>

		<guid isPermaLink="false">http://richardsantos.wordpress.com/?p=38</guid>
		<description><![CDATA[I was on roofdeck of a 33-floor-building while I am enjoying another wonderful manila bay sunset.  The sky is a gradient of blue and red and a small strip of clouds are there to make the view more beutiful. It was around 5pm and was already tired from work. But with this kind of [...]]]></description>
		<wfw:commentRss>http://www.richardsantos.net/2006/11/15/beautiful-things/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
