<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - lance</title>
<link>http://snipplr.com/users/lance</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 20:04:50 GMT</pubDate>
<item>
<title>(C#) Change person's name to upper and lower</title>
<link>http://snipplr.com/view/66234/change-persons-name-to-upper-and-lower/</link>
<description><![CDATA[ <p>Makes first letter upper and the rest lower except for names like Mcsomething</p> ]]></description>
<pubDate>Fri, 20 Jul 2012 05:28:04 GMT</pubDate>
<guid>http://snipplr.com/view/66234/change-persons-name-to-upper-and-lower/</guid>
</item>
<item>
<title>(Regular Expression) Regular expression for smalldatetime in SQL</title>
<link>http://snipplr.com/view/64819/regular-expression-for-smalldatetime-in-sql/</link>
<description><![CDATA[ <p>This only constraint here for smalldatetime is the year which allows 1900-2079. This does allow normal months and days so you could go outside the smalldatetime since that allows only 1/1/1900-6/6/2079.</p> ]]></description>
<pubDate>Tue, 08 May 2012 23:05:30 GMT</pubDate>
<guid>http://snipplr.com/view/64819/regular-expression-for-smalldatetime-in-sql/</guid>
</item>
<item>
<title>(jQuery) JQuery autocomplete with custom display and fill form</title>
<link>http://snipplr.com/view/60229/jquery-autocomplete-with-custom-display-and-fill-form/</link>
<description><![CDATA[ <p>Only display the name in the search box but get the ID of the record and place it in a hidden field. When select is fired then fill form fields including the hidden field.</p> ]]></description>
<pubDate>Thu, 27 Oct 2011 03:57:07 GMT</pubDate>
<guid>http://snipplr.com/view/60229/jquery-autocomplete-with-custom-display-and-fill-form/</guid>
</item>
<item>
<title>(JavaScript) Fill 4 digit year from 2 digits</title>
<link>http://snipplr.com/view/49477/fill-4-digit-year-from-2-digits/</link>
<description><![CDATA[ <p>Add either 19 or 20 depending on the current year + 10</p> ]]></description>
<pubDate>Wed, 23 Feb 2011 08:18:41 GMT</pubDate>
<guid>http://snipplr.com/view/49477/fill-4-digit-year-from-2-digits/</guid>
</item>
<item>
<title>(C#) Encrypt connectionstrings in app.config</title>
<link>http://snipplr.com/view/48363/encrypt-connectionstrings-in-appconfig/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Feb 2011 03:12:24 GMT</pubDate>
<guid>http://snipplr.com/view/48363/encrypt-connectionstrings-in-appconfig/</guid>
</item>
<item>
<title>(C#) Get logged in user from Active Directory and then get some of their AD attributes</title>
<link>http://snipplr.com/view/48324/get-logged-in-user-from-active-directory-and-then-get-some-of-their-ad-attributes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Feb 2011 10:00:49 GMT</pubDate>
<guid>http://snipplr.com/view/48324/get-logged-in-user-from-active-directory-and-then-get-some-of-their-ad-attributes/</guid>
</item>
<item>
<title>(C#) Screen scrape to get HTML page from client and send to database as binary-return again</title>
<link>http://snipplr.com/view/48323/screen-scrape-to-get-html-page-from-client-and-send-to-database-as-binaryreturn-again/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Feb 2011 09:46:21 GMT</pubDate>
<guid>http://snipplr.com/view/48323/screen-scrape-to-get-html-page-from-client-and-send-to-database-as-binaryreturn-again/</guid>
</item>
<item>
<title>(JavaScript) TinyMCE configuration for rich textbox</title>
<link>http://snipplr.com/view/48322/tinymce-configuration-for-rich-textbox/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Feb 2011 09:37:41 GMT</pubDate>
<guid>http://snipplr.com/view/48322/tinymce-configuration-for-rich-textbox/</guid>
</item>
<item>
<title>(Visual Basic) LDAP query to find all users without an entry in the webpage field in Active Directory</title>
<link>http://snipplr.com/view/48318/ldap-query-to-find-all-users-without-an-entry-in-the-webpage-field-in-active-directory/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Feb 2011 06:55:47 GMT</pubDate>
<guid>http://snipplr.com/view/48318/ldap-query-to-find-all-users-without-an-entry-in-the-webpage-field-in-active-directory/</guid>
</item>
<item>
<title>(C#) Gridview Edit</title>
<link>http://snipplr.com/view/43065/gridview-edit/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Oct 2010 00:41:00 GMT</pubDate>
<guid>http://snipplr.com/view/43065/gridview-edit/</guid>
</item>
<item>
<title>(SQL) Fix broken username after database attach</title>
<link>http://snipplr.com/view/38496/fix-broken-username-after-database-attach/</link>
<description><![CDATA[ <p>Sometimes the first set of parameters don't work so then use the second</p> ]]></description>
<pubDate>Thu, 05 Aug 2010 05:52:28 GMT</pubDate>
<guid>http://snipplr.com/view/38496/fix-broken-username-after-database-attach/</guid>
</item>
<item>
<title>(SQL) Create audit fields in table and create triggers to insert and update them</title>
<link>http://snipplr.com/view/38495/create-audit-fields-in-table-and-create-triggers-to-insert-and-update-them/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 05:50:27 GMT</pubDate>
<guid>http://snipplr.com/view/38495/create-audit-fields-in-table-and-create-triggers-to-insert-and-update-them/</guid>
</item>
<item>
<title>(SQL) Update one table from another using join</title>
<link>http://snipplr.com/view/38494/update-one-table-from-another-using-join/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 05:43:36 GMT</pubDate>
<guid>http://snipplr.com/view/38494/update-one-table-from-another-using-join/</guid>
</item>
<item>
<title>(SQL) Find duplicate records in table</title>
<link>http://snipplr.com/view/38493/find-duplicate-records-in-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 05:39:08 GMT</pubDate>
<guid>http://snipplr.com/view/38493/find-duplicate-records-in-table/</guid>
</item>
<item>
<title>(SQL) Find tables in database with specified text in name</title>
<link>http://snipplr.com/view/38492/find-tables-in-database-with-specified-text-in-name/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 05:36:16 GMT</pubDate>
<guid>http://snipplr.com/view/38492/find-tables-in-database-with-specified-text-in-name/</guid>
</item>
<item>
<title>(SQL) List all tables and fields in database</title>
<link>http://snipplr.com/view/38491/list-all-tables-and-fields-in-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 05:34:50 GMT</pubDate>
<guid>http://snipplr.com/view/38491/list-all-tables-and-fields-in-database/</guid>
</item>
<item>
<title>(SQL) Find Stored Procedures with specified name or contains specified text</title>
<link>http://snipplr.com/view/38489/find-stored-procedures-with-specified-name-or-contains-specified-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 05:31:48 GMT</pubDate>
<guid>http://snipplr.com/view/38489/find-stored-procedures-with-specified-name-or-contains-specified-text/</guid>
</item>
<item>
<title>(JavaScript) Remember div scroll position using javascript and ASP.Net</title>
<link>http://snipplr.com/view/38463/remember-div-scroll-position-using-javascript-and-aspnet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 00:57:00 GMT</pubDate>
<guid>http://snipplr.com/view/38463/remember-div-scroll-position-using-javascript-and-aspnet/</guid>
</item>
</channel>
</rss>