<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/Microsoft</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 20:05:39 GMT</pubDate>
<item>
<title>(SQL) Bulk insert/upload microsoft sql server (csv) - dego89</title>
<link>http://snipplr.com/view/71212/bulk-insertupload-microsoft-sql-server-csv/</link>
<description><![CDATA[ <p>Bulk upload a CSV into Microsoft SQL Server</p> ]]></description>
<pubDate>Fri, 17 May 2013 04:03:48 GMT</pubDate>
<guid>http://snipplr.com/view/71212/bulk-insertupload-microsoft-sql-server-csv/</guid>
</item>
<item>
<title>(Visual Basic) Linked Chart Update - sjmoorecouk</title>
<link>http://snipplr.com/view/67919/linked-chart-update/</link>
<description><![CDATA[ <p>Relinks chart objects to a new source (where newfile is the variable containing that new full path/file source info)</p> ]]></description>
<pubDate>Thu, 25 Oct 2012 02:53:33 GMT</pubDate>
<guid>http://snipplr.com/view/67919/linked-chart-update/</guid>
</item>
<item>
<title>(Visual Basic) Return File Reference - sjmoorecouk</title>
<link>http://snipplr.com/view/67230/return-file-reference/</link>
<description><![CDATA[ <p>Used to invoke a GetSaveAsFileName dialogue box</p> ]]></description>
<pubDate>Tue, 18 Sep 2012 23:01:12 GMT</pubDate>
<guid>http://snipplr.com/view/67230/return-file-reference/</guid>
</item>
<item>
<title>(SQL) Return last day of month - sjmoorecouk</title>
<link>http://snipplr.com/view/66616/return-last-day-of-month/</link>
<description><![CDATA[ <p>Input: Month and year number
Output: Last day of month</p> ]]></description>
<pubDate>Fri, 10 Aug 2012 00:10:43 GMT</pubDate>
<guid>http://snipplr.com/view/66616/return-last-day-of-month/</guid>
</item>
<item>
<title>(CSS) Opacity CSS Microsoft Web Developer - flebber</title>
<link>http://snipplr.com/view/66326/opacity-css-microsoft-web-developer/</link>
<description><![CDATA[ <p>Keep compatibility with micorosft validation in 2010.</p> ]]></description>
<pubDate>Wed, 25 Jul 2012 18:02:21 GMT</pubDate>
<guid>http://snipplr.com/view/66326/opacity-css-microsoft-web-developer/</guid>
</item>
<item>
<title>(CSS) Opacity CSS Microsoft Web Developer - flebber</title>
<link>http://snipplr.com/view/66325/opacity-css-microsoft-web-developer/</link>
<description><![CDATA[ <p>Keep compatibility with micorosft validation in 2010.</p> ]]></description>
<pubDate>Wed, 25 Jul 2012 17:59:17 GMT</pubDate>
<guid>http://snipplr.com/view/66325/opacity-css-microsoft-web-developer/</guid>
</item>
<item>
<title>(Visual Basic) Splitting the words in a  TitleCase string without using regular expressions (for VBA) - warwick-datum-process</title>
<link>http://snipplr.com/view/65842/splitting-the-words-in-a--titlecase-string-without-using-regular-expressions-for-vba/</link>
<description><![CDATA[ <p>Using VBA (Visual Basic for Applications) in MS Access, I needed to convert TitleCase to lower\_case, but did not have the regex enqine that's available in VB Script.  This solution,  based on a simple state machine model, splits the words in the string (converting to lower-case is trivial after that).  It treats a block of upper-case letters as a single word, but the last letter of that block is the first letter of the next word; e.g., "VBAIsLame" becomes "VBA Is Lame".   Because of this behaviour, if you subsequently convert to lower-case, you cannot reliably convert back to the original (all-upper-case words are indistinguishable from title-case words).  To resolve this potential ambiguity, you can supply an "upper\_case\_indicator" that will be inserted before each capital letter that isn't the start of a word.  So `TitleCaseSplit("VBAIsLame", "_", "-")` returns "V-B-A\_Is\_Lame".</p> ]]></description>
<pubDate>Thu, 28 Jun 2012 03:16:13 GMT</pubDate>
<guid>http://snipplr.com/view/65842/splitting-the-words-in-a--titlecase-string-without-using-regular-expressions-for-vba/</guid>
</item>
<item>
<title>(Visual Basic) Summary Numerical Count - sjmoorecouk</title>
<link>http://snipplr.com/view/63381/summary-numerical-count/</link>
<description><![CDATA[ <p>Counts numbers and places the result in row 1. To get this populated click an top row (any) cell and click Yes to the following dialogue box. Only uniquely counts number values, not text.</p> ]]></description>
<pubDate>Fri, 17 Feb 2012 03:36:19 GMT</pubDate>
<guid>http://snipplr.com/view/63381/summary-numerical-count/</guid>
</item>
<item>
<title>(PHP) Anti-Word Alert - travishines</title>
<link>http://snipplr.com/view/61209/antiword-alert/</link>
<description><![CDATA[ <p>I've yet to work on a WordPress site where at least once post wasn't copied from Microsoft Word, producing a mess of inline tags and awful markup.

This helps prevent that, just a little.</p> ]]></description>
<pubDate>Sat, 26 Nov 2011 05:37:37 GMT</pubDate>
<guid>http://snipplr.com/view/61209/antiword-alert/</guid>
</item>
<item>
<title>(JavaScript) Convert rgba alpha value to microsoft gradient - inreflection7</title>
<link>http://snipplr.com/view/55808/convert-rgba-alpha-value-to-microsoft-gradient/</link>
<description><![CDATA[ <p>A really fucking cool and easy way to calculate the alpha value for microsoft gradient using Javascript. Particularly useful in the Firebug console. Like a calculator.</p> ]]></description>
<pubDate>Tue, 28 Jun 2011 07:26:50 GMT</pubDate>
<guid>http://snipplr.com/view/55808/convert-rgba-alpha-value-to-microsoft-gradient/</guid>
</item>
<item>
<title>(HTML) IE6Countdown Banner - EpiksolCreative</title>
<link>http://snipplr.com/view/50709/ie6countdown-banner/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Mar 2011 01:56:25 GMT</pubDate>
<guid>http://snipplr.com/view/50709/ie6countdown-banner/</guid>
</item>
<item>
<title>(Other) SSIS Log File Name - michanne</title>
<link>http://snipplr.com/view/46065/ssis-log-file-name/</link>
<description><![CDATA[ <p>Basic Datetime format based on Package name. 
MyPackage_20101222-13_16_34.log.xml</p> ]]></description>
<pubDate>Thu, 23 Dec 2010 07:36:13 GMT</pubDate>
<guid>http://snipplr.com/view/46065/ssis-log-file-name/</guid>
</item>
<item>
<title>(SAS) SAS Macros to Read data from MS Excel using DDE - sastechies</title>
<link>http://snipplr.com/view/41777/sas-macros-to-read-data-from-ms-excel-using-dde/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Oct 2010 23:03:59 GMT</pubDate>
<guid>http://snipplr.com/view/41777/sas-macros-to-read-data-from-ms-excel-using-dde/</guid>
</item>
<item>
<title>(Other) Inserting £ (pound sign) with US Microsoft keyboard - gotofritz</title>
<link>http://snipplr.com/view/32688/inserting--pound-sign-with-us-microsoft-keyboard/</link>
<description><![CDATA[ <p>Must be the number pad or it won't work. 
Other sequences work for other characters</p> ]]></description>
<pubDate>Thu, 22 Apr 2010 08:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/32688/inserting--pound-sign-with-us-microsoft-keyboard/</guid>
</item>
<item>
<title>(SQL) Search Database for string - CDIDevs</title>
<link>http://snipplr.com/view/25768/search-database-for-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Dec 2009 10:50:23 GMT</pubDate>
<guid>http://snipplr.com/view/25768/search-database-for-string/</guid>
</item>
<item>
<title>(SQL) Search Database for Column Name - CDIDevs</title>
<link>http://snipplr.com/view/25767/search-database-for-column-name/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Dec 2009 10:49:04 GMT</pubDate>
<guid>http://snipplr.com/view/25767/search-database-for-column-name/</guid>
</item>
<item>
<title>(JavaScript) ASP.net &amp;amp; MS AJAX: Enabling WebKit support (chrome, safari) in MS AJAX (fixing webkit browser detection) - jink</title>
<link>http://snipplr.com/view/22958/aspnet--ms-ajax-enabling-webkit-support-chrome-safari-in-ms-ajax-fixing-webkit-browser-detection/</link>
<description><![CDATA[ <p>Load this Javascript after the MS AJAX files have been loaded.  In the example I am using jQuery to call the patchMicrosoftAjax() method, but you can use any method you desire.</p> ]]></description>
<pubDate>Wed, 11 Nov 2009 22:18:34 GMT</pubDate>
<guid>http://snipplr.com/view/22958/aspnet--ms-ajax-enabling-webkit-support-chrome-safari-in-ms-ajax-fixing-webkit-browser-detection/</guid>
</item>
<item>
<title>(PHP) Replace MS Smart Quotes In PHP - SteveMcDaniel</title>
<link>http://snipplr.com/view/20913/replace-ms-smart-quotes-in-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Oct 2009 18:16:31 GMT</pubDate>
<guid>http://snipplr.com/view/20913/replace-ms-smart-quotes-in-php/</guid>
</item>
<item>
<title>(PHP) Downloadable Excel File with PHP - iTony</title>
<link>http://snipplr.com/view/17809/downloadable-excel-file-with-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 02 Aug 2009 16:28:43 GMT</pubDate>
<guid>http://snipplr.com/view/17809/downloadable-excel-file-with-php/</guid>
</item>
<item>
<title>(SQL) Search stored procedures for string - charmcitycoder</title>
<link>http://snipplr.com/view/17527/search-stored-procedures-for-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Jul 2009 15:37:23 GMT</pubDate>
<guid>http://snipplr.com/view/17527/search-stored-procedures-for-string/</guid>
</item>
</channel>
</rss>