<?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>Xrum! Blog...</title>
	<atom:link href="http://xrumxrum.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://xrumxrum.com/blog</link>
	<description>Xrum! - connecting people...</description>
	<lastBuildDate>Thu, 08 Jul 2010 13:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>for xml explicit</title>
		<link>http://xrumxrum.com/blog/2010/07/08/for-xml-explicit/</link>
		<comments>http://xrumxrum.com/blog/2010/07/08/for-xml-explicit/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 13:57:45 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=228</guid>
		<description><![CDATA[
select 1 as tag,
null as parent,
user_id as [li!1!title],
name as [li!1]
from t_users
for xml explicit

comes out as:

&#60;li title=&#34;1&#34;&#62;user Name 1 &#60;/li&#62;
&#60;li title=&#34;2&#34;&#62;user Name 2 &#60;/li&#62;
&#60;li title=&#34;3&#34;&#62;user Name 3 &#60;/li&#62;
etc.

]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/07/08/for-xml-explicit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging Classic ASP in VS08</title>
		<link>http://xrumxrum.com/blog/2010/06/24/debugging-classic-asp-in-vs08/</link>
		<comments>http://xrumxrum.com/blog/2010/06/24/debugging-classic-asp-in-vs08/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 19:44:18 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=225</guid>
		<description><![CDATA[1. Go to Control Panel&#62;Administrative Tools&#62;Computer Management. Add IWAM_ComputerName account to the Debugger Users group.
2. Create a Web Application Project in VS 2005 and add .asp files.
3. Create a virtual directory in IIS for the web application project that you created.
4. On the properties tab of the virtual directory in IIS do the following:
1. Click [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/06/24/debugging-classic-asp-in-vs08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>useful SQL queries</title>
		<link>http://xrumxrum.com/blog/2010/05/13/useful-sql-queries/</link>
		<comments>http://xrumxrum.com/blog/2010/05/13/useful-sql-queries/#comments</comments>
		<pubDate>Thu, 13 May 2010 18:01:28 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=218</guid>
		<description><![CDATA[Find all users that are in tblUser table  but are not in tblTransaction (very useful if there&#8217;s a foreign key issue)

SELECT USER_ID FROM tblTransaction WHERE USER_ID NOT IN (SELECT ID FROM TBLUSER)

Now this one is used when you have a table linking a many to many relationship.  This query pulls all currently assigned individuals and [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/05/13/useful-sql-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating and Encrypting</title>
		<link>http://xrumxrum.com/blog/2010/05/12/migrating-and-encrypting/</link>
		<comments>http://xrumxrum.com/blog/2010/05/12/migrating-and-encrypting/#comments</comments>
		<pubDate>Wed, 12 May 2010 14:29:01 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=198</guid>
		<description><![CDATA[getOldUsers &#8211; read the ds one by one from the old db, where the passwords are not yet encrypted.
InsertUserx &#8211; writes the users into your new (current) db, with passwords encrypted.

Public Function MigrateUser() As Integer
Dim dr As DataRow
Dim ds As DataSet
Dim dt As DataTable
Dim userID As Integer
ds = getOldUsers()
dt = ds.Tables(0)
For Each dr In dt.Rows
newPass [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/05/12/migrating-and-encrypting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A more recent version of the file has been saved&#8230;.</title>
		<link>http://xrumxrum.com/blog/2010/05/03/a-more-recent-version-of-the-file-has-been-saved/</link>
		<comments>http://xrumxrum.com/blog/2010/05/03/a-more-recent-version-of-the-file-has-been-saved/#comments</comments>
		<pubDate>Mon, 03 May 2010 21:02:31 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=192</guid>
		<description><![CDATA[OMG. the following message has been popping up more and more often when using FTP via VS08, and the larger the project gets the more &#8220;No&#8221;s you have to click&#8230;.
A more recent version of the file [filename] has been saved to the Web server by [username] on [DateTime]
Do you want to replace the server file [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/05/03/a-more-recent-version-of-the-file-has-been-saved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Return Inserted Identity from Stored Procedure</title>
		<link>http://xrumxrum.com/blog/2010/04/23/return-inserted-identity-from-stored-procedure/</link>
		<comments>http://xrumxrum.com/blog/2010/04/23/return-inserted-identity-from-stored-procedure/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 19:01:56 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=179</guid>
		<description><![CDATA[Stored Procedure looks like this:

ALTER PROCEDURE [dbo].[spInsertSomething]
@txtName varchar(255),
@txtDisplayName varchar(80),
@txtPhone varchar(50)
AS
BEGIN
INSERT INTO tblSomeTable
(
txtName ,
txtDisplayName ,
txtPhone
)
VALUES
(
@ txtName ,
@ txtDisplayName ,
@ txtPhone
)
SELECT NEWID = SCOPE_IDENTITY()
END



asp code:

Set cmd = Server.CreateObject(&#34;ADODB.Command&#34;)
Set cmd.ActiveConnection = adoCn
cmd.CommandText = &#34;spInsertSomething&#34;
cmd.CommandType = 4
cmd.Parameters(1).Value = txtName
cmd.Parameters(2).Value = txtDisplayName
cmd.Parameters(3).Value = txtPhone
Set insertProgram2Results = cmd.Execute
Response.Write insertProgram2Results(&#34;NEWID &#34;)
set PersonID = insertProgram2Results(&#34;NEWID &#34;)
Set cmd = Nothing

]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/04/23/return-inserted-identity-from-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Repeaters Cheat Sheet (vb)</title>
		<link>http://xrumxrum.com/blog/2010/03/17/net-repeaters-cheat-sheet-vb/</link>
		<comments>http://xrumxrum.com/blog/2010/03/17/net-repeaters-cheat-sheet-vb/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 19:04:53 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=156</guid>
		<description><![CDATA[&#60;asp:Repeater ID=&#8221;rpPostTest&#8221; runat=&#8221;server&#8221; OnItemDataBound=&#8221;rpPostTest_OnItemDataBound&#8221;&#62;
&#60;ItemTemplate&#62;
&#60;asp:Label ID=&#8221;lblQuestion&#8221; runat=&#8221;server&#8221;&#62;&#60;/asp:Label&#62;
&#60;asp:Label ID=&#8221;lblQID&#8221; visible=&#8221;false&#8221; runat=&#8221;server&#8221;&#62;&#60;/asp:Label&#62;
&#60;br /&#62;
&#60;asp:RadioButtonList ID=&#8221;answer&#8221; runat=&#8221;server&#8221; Ã‚Â &#62;
&#60;asp:ListItem Ã‚Â  Ã‚Â Text=&#8221;True&#8221; Ã‚Â Value=&#8221;T&#8221; &#62;&#60;/asp:ListItem&#62;
&#60;asp:ListItem Ã‚Â  Text=&#8221;False&#8221; Ã‚Â Value=&#8221;F&#8221;&#62;&#60;/asp:ListItem&#62;
&#60;/asp:RadioButtonList&#62;
&#60;hr /&#62;
&#60;/ItemTemplate&#62;
&#60;/asp:Repeater&#62;
create the repeater

&#60;asp:Repeater ID=&#34;rpPostTest&#34; runat=&#34;server&#34; OnItemDataBound=&#34;rpPostTest_OnItemDataBound&#34;&#62;
&#60;ItemTemplate&#62;
&#60;asp:Label ID=&#34;lblQuestion&#34; runat=&#34;server&#34;&#62;&#60;/asp:Label&#62;
&#60;asp:Label ID=&#34;lblQID&#34; visible=&#34;false&#34; runat=&#34;server&#34;&#62;&#60;/asp:Label&#62;
&#60;br /&#62;
&#60;asp:RadioButtonList ID=&#34;answer&#34; runat=&#34;server&#34;Â  &#62;
&#60;asp:ListItemÂ  Text=&#34;True&#34;Â  Value=&#34;T&#34; &#62;&#60;/asp:ListItem&#62;
&#60;asp:ListItemÂ Â  Text=&#34;False&#34;Â  Value=&#34;F&#34;&#62;&#60;/asp:ListItem&#62;
&#60;/asp:RadioButtonList&#62;
&#60;hr /&#62;
&#60;/ItemTemplate&#62;
&#60;/asp:Repeater&#62;

back end code:

databind the repeater itself

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/03/17/net-repeaters-cheat-sheet-vb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few useful things to remember&#8230;</title>
		<link>http://xrumxrum.com/blog/2009/11/30/a-few-useful-things-to-remember/</link>
		<comments>http://xrumxrum.com/blog/2009/11/30/a-few-useful-things-to-remember/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 20:52:04 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=125</guid>
		<description><![CDATA[App_Offline.htm 
&#8220;The way app_offline.htm works is that you place this file in the root of the application.Ã‚Â  When ASP.NET sees it, it will shut-down the app-domain for the application (and not restart it for requests) and instead send back the contents of the app_offline.htm file in response to all new dynamic requests for the application.Ã‚Â  [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2009/11/30/a-few-useful-things-to-remember/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 Remote Debugger</title>
		<link>http://xrumxrum.com/blog/2009/11/16/visual-studio-2005-remote-debugger/</link>
		<comments>http://xrumxrum.com/blog/2009/11/16/visual-studio-2005-remote-debugger/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:32:25 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=114</guid>
		<description><![CDATA[I&#8217;ve had to do it 2 times so far, and each time i do it i have issues, which could be eliminated, if I saved my notes from the first time. so here goes.
1.Ã‚Â  from the Visual Studio CD, browse to tools -&#62; remote debugger -&#62; pick the right format and (x86 or x64) and [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2009/11/16/visual-studio-2005-remote-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meeeeooooooooowwwwwwww</title>
		<link>http://xrumxrum.com/blog/2009/05/12/meeeeooooooooowwwwwwww/</link>
		<comments>http://xrumxrum.com/blog/2009/05/12/meeeeooooooooowwwwwwww/#comments</comments>
		<pubDate>Tue, 12 May 2009 13:36:41 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[FuNkY!]]></category>
		<category><![CDATA[dog]]></category>
		<category><![CDATA[miniature schnauzer]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=77</guid>
		<description><![CDATA[a story of a miniatureÃ‚Â schnauzer   
i should be getting the puppy sometime next week, but here is a little introduction:

Parents:






The baby  

]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2009/05/12/meeeeooooooooowwwwwwww/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
