<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Richard Santos</title>
	<link>http://www.richardsantos.net</link>
	<description>Trying to be somebody</description>
	<lastBuildDate>Mon, 08 Dec 2008 04:53:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>SQL SERVER - Full Transaction Log (What to do)</title>
		<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>
		<link>http://www.richardsantos.net/2008/12/04/sql-server-full-transaction-log-what-to-do/</link>
			</item>
	<item>
		<title>Reliable Source of SAP eBooks and Articles</title>
		<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>
		<link>http://www.richardsantos.net/2008/07/28/reliable-source-of-sap-ebooks-and-articles/</link>
			</item>
	<item>
		<title>Cool SAP Advertisement</title>
		<description><![CDATA[I was randomly watching videos on youtube and I stumble upon this cool video ads of SAP.

]]></description>
		<link>http://www.richardsantos.net/2008/07/28/cool-sap-advertisement/</link>
			</item>
	<item>
		<title>SAP* Password Reset</title>
		<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>
		<link>http://www.richardsantos.net/2008/07/12/sap-and-ddic-password-reset/</link>
			</item>
	<item>
		<title>SAP client copy</title>
		<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>
		<link>http://www.richardsantos.net/2008/07/06/sap-client-copy/</link>
			</item>
	<item>
		<title>ASP.NET: Passing URL Parameter From Hyperlink In Gridview</title>
		<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>
		<link>http://www.richardsantos.net/2008/06/04/aspnet-passing-url-parameter-from-hyperlink-in-gridview/</link>
			</item>
	<item>
		<title>Brain Test</title>
		<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>
		<link>http://www.richardsantos.net/2008/05/31/brain-test/</link>
			</item>
	<item>
		<title>ASP.NET: Clickable BoundField in Gridview</title>
		<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>
		<link>http://www.richardsantos.net/2008/05/24/aspnet-clickable-boundfield-in-gridview/</link>
			</item>
	<item>
		<title>DIV vs. TABLES</title>
		<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>
		<link>http://www.richardsantos.net/2006/12/12/div-vs-tables/</link>
			</item>
	<item>
		<title>Beautiful Things</title>
		<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>
		<link>http://www.richardsantos.net/2006/11/15/beautiful-things/</link>
			</item>
</channel>
</rss>
