<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Me.Thoughts.ToString()</title>
	<link>http://www.kiko-santos.com</link>
	<description>My thoughts about things technical</description>
	<lastBuildDate>Thu, 09 Oct 2008 13:11:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Document Outline for Client Script in Visual Studio 2005</title>
		<description><![CDATA[One feature I like most in Visual Studio 2003 is their Document Outline Panel. I usually abuse this feature on my JavaScript code to easily see and jump through my functions.

Though the Document Outline Panel is also included in Visual Studio 2005, it now doesn&#8217;t support outlining for JavaScript code.

Good thing Evgeny Kleiman created an [...]]]></description>
		<link>http://www.kiko-santos.com/2008/10/document-outline-for-client-script-in-visual-studio-2005/</link>
			</item>
	<item>
		<title>Import Yahoo! 360 Blog To WordPress</title>
		<description><![CDATA[Before having my own domain for my blog, I was a huge fan of Yahoo! 360. I love its simplicity and its integration with other Yahoo services. But my enthusiasm slowly faded since Yahoo decides to pull the plug on Y360. Then I found WordPress and I fell in love again. Now my major problem [...]]]></description>
		<link>http://www.kiko-santos.com/2008/06/import-yahoo-360-blog-to-wordpress/</link>
			</item>
	<item>
		<title>Querying the Latest Record</title>
		<description><![CDATA[It was my long standing problem when querying the latest history of a record. The scenario is that I have a parent table and its transaction log (say, history records) are stored in a child table linked by the parent&#8217;s primary key id. The parent table stores the main information regarding a transaction while the [...]]]></description>
		<link>http://www.kiko-santos.com/2008/05/querying-the-latest-record/</link>
			</item>
	<item>
		<title>PHP: Cannot Modify Header Information</title>
		<description><![CDATA[I downloaded a very cool theme for this blog and luckily, I successfully installed it in my local instance of WordPress. Satisfying the OC in me, I immediately do some minor twicking to further personalize my page. I tested the page&#8217;s comment engine, posting, plugin and widget capabilities but was repeatedly bombarded with this error [...]]]></description>
		<link>http://www.kiko-santos.com/2008/05/php-cannot-modify-header-information/</link>
			</item>
	<item>
		<title>Returning the ID of a Newly Created Row in Oracle’s PL-SQL</title>
		<description><![CDATA[Having years of background developing applications using MSSQL Server as the database, I encountered a roadblock when my stored procedure is required to return the id for my newly created row in oracle.
Immediate Work-Around
Since all my tables have a timestamp field, the most obvious thing to do is to query the topmost row of my [...]]]></description>
		<link>http://www.kiko-santos.com/2007/06/returning-the-id-of-a-newly-created-row-in-oracles-pl-sql/</link>
			</item>
	<item>
		<title>Tab AJAX Control Toolkit Style Problem</title>
		<description><![CDATA[If you&#8217;ll ask all the ASP.Net developers on what control they want Microsoft to create and include freely, I bet that Tab Control is in the top 5 list. Well, now our dreams finally came true. With the released ASP.Net AJAX last January 2007, the ASP.Net AJAX Team included 4 new controls that are not [...]]]></description>
		<link>http://www.kiko-santos.com/2007/02/tab-ajax-control-toolkit-style-problem/</link>
			</item>
	<item>
		<title>DataFormatString For DateTime Column</title>
		<description><![CDATA[I was coding with breeze rendering my tabular data with the use of a GridView control. I successfully bound it to my ObjectDataSource and the data were displaying just fine except for one minute problem. My DateTime column  was rendered as &#8220;raw&#8221; format from my SQL Server. This means that my date column displays [...]]]></description>
		<link>http://www.kiko-santos.com/2006/09/dataformatstring-for-datetime-column/</link>
			</item>
	<item>
		<title>Podcast Mania</title>
		<description><![CDATA[I stumbled across Podcasting last year when I&#8217;m browsing on MSDN&#8217;s website and came across the DotNetRocks! page. I downloaded few of their episodes and immediately got hook by the show. That&#8217;s when I switched to iTunes as my primary music player for downloading a podcast is a breeze on that player.
Over the past months, [...]]]></description>
		<link>http://www.kiko-santos.com/2006/07/podcast-mania/</link>
			</item>
	<item>
		<title>Dynamically number rows in a SELECT T-SQL statement (SQL Server 2000)</title>
		<description><![CDATA[I encountered some TSQL Select problem where I want my result set to have a “number” on the first column. If for example you have a simple select statement
USE Northwind
SELECT   CustomerID
,    CompanyName
FROM     Customers
ORDER BY CustomerID 

which outputs

CustomerID CompanyName
---------- ----------------------------------------
ALFKI      Alfreds Futterkiste
ANATR [...]]]></description>
		<link>http://www.kiko-santos.com/2006/07/dynamically-number-rows-in-a-select-t-sql-statement-sql-server-2000/</link>
			</item>
	<item>
		<title>Running Multiple Version of .Net Framework in IIS 6.0</title>
		<description><![CDATA[Different versions of .Net framework can work side by side in a single web server 	(IIS). But after porting my finished project to the production server (IIS 6.0 running 	on Windows Server 2003), I got this error message:

I have projects made with .Net framework 1.1 and 1.0 working well side by side with 	my 2.0 [...]]]></description>
		<link>http://www.kiko-santos.com/2006/06/running-multiple-version-of-net-framework-in-iis-60/</link>
			</item>
</channel>
</rss>
