<?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>Cheat Sheet</title>
	<atom:link href="http://xrumxrum.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://xrumxrum.com/blog</link>
	<description>things i need to remember, but don&#039;t</description>
	<lastBuildDate>Tue, 27 Mar 2012 14:28:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>LDAP Search Filters</title>
		<link>http://xrumxrum.com/blog/2012/03/27/ldap-search-filters/</link>
		<comments>http://xrumxrum.com/blog/2012/03/27/ldap-search-filters/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 14:28:37 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[LDAP]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=309</guid>
		<description><![CDATA[To test Search Filter: in Active Directory View -&#62; Filter Options -&#62; Create Custom -&#62; Advanced To show members of a group: (&#38;(objectCategory=user)(MemberOf=CN=YourGroupName,OU=Groups,DC=full,DC=domain,DC=name,DC=gov)) ﻿]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2012/03/27/ldap-search-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Friendly Session Time out Message</title>
		<link>http://xrumxrum.com/blog/2012/02/10/friendly-session-time-out-message/</link>
		<comments>http://xrumxrum.com/blog/2012/02/10/friendly-session-time-out-message/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 15:45:02 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=302</guid>
		<description><![CDATA[&#60;BODY  onload=&#8217;beginSessionTimer();&#8217;&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; &#60;!&#8211; function redirect(url) { window.location = url; } function ShowTimeoutWarning () { window.alert( &#8220;You will be logged out due to inactivity in 5 minutes. If you are working on something, please save your work now to prevent data loss!&#8221; ); } function beginSessionTimer() { // 30000ms = 30s // 300000ms = [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2012/02/10/friendly-session-time-out-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic MS SQL 2005 Stored Procedure Parameters</title>
		<link>http://xrumxrum.com/blog/2011/03/16/dynamic-ms-sql-2005-stored-procedure-parameters/</link>
		<comments>http://xrumxrum.com/blog/2011/03/16/dynamic-ms-sql-2005-stored-procedure-parameters/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 16:39:17 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=289</guid>
		<description><![CDATA[I had a function in my .NET application, that needed to do a search with an unknown number of parameters. for example:  select * from tbl where x=1 or x=2 or x=3 or x=4 Solution: Pass in a comma seperated list, use a table function to split that out into a table and then use [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2011/03/16/dynamic-ms-sql-2005-stored-procedure-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET DateTime Picker</title>
		<link>http://xrumxrum.com/blog/2010/12/29/net-datetime-picker/</link>
		<comments>http://xrumxrum.com/blog/2010/12/29/net-datetime-picker/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 20:29:08 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=283</guid>
		<description><![CDATA[im my endless search for an DateTime Picker i have finally found one that&#8217;s awesome: http://www.basicdatepicker.com/download/downloadproduct.aspx]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/12/29/net-datetime-picker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL JOINs</title>
		<link>http://xrumxrum.com/blog/2010/11/29/sql-joins/</link>
		<comments>http://xrumxrum.com/blog/2010/11/29/sql-joins/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 16:03:23 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=279</guid>
		<description><![CDATA[Assuming you&#8217;re joining on columns with no duplicates, which is by far the most common case: An inner join of A and B gives the result of A intersect B, i.e. the inner part of a venn diagram intersection. An outer join of A and B gives the results of A union B, i.e. the [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/11/29/sql-joins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate user Transactions</title>
		<link>http://xrumxrum.com/blog/2010/11/10/migrate-user-transactions/</link>
		<comments>http://xrumxrum.com/blog/2010/11/10/migrate-user-transactions/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 19:55:46 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Ektron]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=275</guid>
		<description><![CDATA[make sure people don&#8217;t get charged by changing testmode=true in the web.config. I am using authorize.net test CC information for this. Dim catalogApi As New CatalogEntryApi() &#160; &#160; &#160; &#160; Dim evtAPI As New Ektron.Cms.Framework.Calendar.WebEvent() &#160; &#160; &#160; &#160; Dim bapi As New BasketApi &#160; &#160; &#160; &#160; Dim oAPI As New OrderApi &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/11/10/migrate-user-transactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text was truncated or one or more characters had no match in the target code page.</title>
		<link>http://xrumxrum.com/blog/2010/10/01/text-was-truncated-or-one-or-more-characters-had-no-match-in-the-target-code-page/</link>
		<comments>http://xrumxrum.com/blog/2010/10/01/text-was-truncated-or-one-or-more-characters-had-no-match-in-the-target-code-page/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 15:11:27 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=267</guid>
		<description><![CDATA[I&#8217;ve run into this problem many many times already. here is a workaround? 1. save the excel as either tab delimited or pipe delimited. (the problem here is that it ads quotes to the import, but thats easily fixable later&#8230;.) update table set fieldName= replace(fieldName, &#8216;&#34;&#8217;, &#8221;) where fieldName2= 188 2. select Flat file as [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/10/01/text-was-truncated-or-one-or-more-characters-had-no-match-in-the-target-code-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert into Smart Form</title>
		<link>http://xrumxrum.com/blog/2010/09/23/insert-into-smart-form/</link>
		<comments>http://xrumxrum.com/blog/2010/09/23/insert-into-smart-form/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 16:59:41 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[Ektron]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=264</guid>
		<description><![CDATA[Dim capi2 AS New API.Content.Content &#160; &#160; &#160; &#160; Dim XMLID AS Integer = 278 &#160; &#160; &#160; &#160; Dim folderID AS Integer = 71697 &#160; &#160; &#160; &#160; capi2.AddContent&#40;txtJobTitle.Text, &#34;hello&#34;, &#34;&#60;root&#62;&#60;JobTitle&#62;&#34; &#38; txtJobTitle.Text &#38; &#34;&#60;/JobTitle&#62;&#60;/root&#62;&#34;, &#34;hello&#34;, &#34;1033&#34;, &#34;&#34;, folderID, &#34;&#34;, &#34;&#34;, &#34;&#34;, XMLID, -1, False&#41;]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/09/23/insert-into-smart-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Library Assets (Files)</title>
		<link>http://xrumxrum.com/blog/2010/09/17/display-library-assets-files/</link>
		<comments>http://xrumxrum.com/blog/2010/09/17/display-library-assets-files/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 20:22:58 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[Ektron]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=259</guid>
		<description><![CDATA[Dim libraryApi As New API.Library() &#8216;API.Library libraryApi = new API.Library(); Dim data() As LibraryData Dim totalPages As Integer Try data = libraryApi.GetAllChildLibItems(&#34;quicklinks&#34;, [id], &#34;&#34;, 0, 0, totalPages) If ((data IsNot Nothing)) AndAlso (data.Length &#38;gt; 0) Then &#8216;Dim item As LibraryData = Nothing Dim str As String = &#34;&#34; For Each item As LibraryData In data [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/09/17/display-library-assets-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload library assets</title>
		<link>http://xrumxrum.com/blog/2010/09/17/upload-library-assets/</link>
		<comments>http://xrumxrum.com/blog/2010/09/17/upload-library-assets/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 20:18:40 +0000</pubDate>
		<dc:creator>Zu</dc:creator>
				<category><![CDATA[Ektron]]></category>

		<guid isPermaLink="false">http://xrumxrum.com/blog/?p=255</guid>
		<description><![CDATA[&#8216; Dim myFile2 = FileName.Text.ToLower Dim myFile As HttpPostedFile = DMSfile.PostedFile &#8216;add myDMSAssets as folder in site root directory DMSfile.PostedFile.SaveAs(Server.MapPath(&#34;~/path/&#34;) &#38;amp; myFile.FileName) Dim fs As New System.IO.FileStream(Server.MapPath(&#34;~/path/&#34; &#38;amp; myFile.FileName), IO.FileMode.Open) Dim UpdateFile As New Ektron.Cms.AssetUpdateData UpdateFile.FileName = myFile.FileName UpdateFile.LanguageId = 1033 &#8216;add a folder in the WorkArea for DMS documents UpdateFile.FolderId = UpdateFile.Title = myFile.FileName [...]]]></description>
		<wfw:commentRss>http://xrumxrum.com/blog/2010/09/17/upload-library-assets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

