<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Mithun</title>
<link>http://snipplr.com/users/Mithun</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 04:07:27 GMT</pubDate>
<item>
<title>(SQL) Count number of  tables, views, stored procedures or functions</title>
<link>http://snipplr.com/view/52990/count-number-of--tables-views-stored-procedures-or-functions/</link>
<description><![CDATA[ <p>You can use TSQL to Count Number Of Stored Procedures, Views, Tables or Functions in a Database by using the Database INFORMATION_SCHEMA view</p> ]]></description>
<pubDate>Wed, 04 May 2011 19:11:45 GMT</pubDate>
<guid>http://snipplr.com/view/52990/count-number-of--tables-views-stored-procedures-or-functions/</guid>
</item>
<item>
<title>(JavaScript) jQuery Dynamically add an icon for external links</title>
<link>http://snipplr.com/view/23768/jquery-dynamically-add-an-icon-for-external-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 26 Nov 2009 00:28:19 GMT</pubDate>
<guid>http://snipplr.com/view/23768/jquery-dynamically-add-an-icon-for-external-links/</guid>
</item>
<item>
<title>(CSS) ie7 css selector hack for input type button</title>
<link>http://snipplr.com/view/22579/ie7-css-selector-hack-for-input-type-button/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Nov 2009 10:21:46 GMT</pubDate>
<guid>http://snipplr.com/view/22579/ie7-css-selector-hack-for-input-type-button/</guid>
</item>
<item>
<title>(JavaScript) Javascript Trim LTrim and RTrim Functions</title>
<link>http://snipplr.com/view/22362/javascript-trim-ltrim-and-rtrim-functions/</link>
<description><![CDATA[ <p>his set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than using a clumsy loop, they use simple, elegant regular expressions.</p> ]]></description>
<pubDate>Tue, 03 Nov 2009 04:36:50 GMT</pubDate>
<guid>http://snipplr.com/view/22362/javascript-trim-ltrim-and-rtrim-functions/</guid>
</item>
<item>
<title>(JavaScript) Trim string white spaces using regular expressions</title>
<link>http://snipplr.com/view/22356/trim-string-white-spaces-using-regular-expressions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Nov 2009 02:55:38 GMT</pubDate>
<guid>http://snipplr.com/view/22356/trim-string-white-spaces-using-regular-expressions/</guid>
</item>
<item>
<title>(SQL) Importing a MySQL database in Windows</title>
<link>http://snipplr.com/view/22136/importing-a-mysql-database-in-windows/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Oct 2009 00:57:49 GMT</pubDate>
<guid>http://snipplr.com/view/22136/importing-a-mysql-database-in-windows/</guid>
</item>
<item>
<title>(Bash) Copy a svn  repository</title>
<link>http://snipplr.com/view/22135/copy-a-svn--repository/</link>
<description><![CDATA[ <p>Using svnadmin hotcopy doesn’t require any server downtime, completes in minutes, and replicates server configuration and hook scripts.</p> ]]></description>
<pubDate>Fri, 30 Oct 2009 00:54:02 GMT</pubDate>
<guid>http://snipplr.com/view/22135/copy-a-svn--repository/</guid>
</item>
<item>
<title>(Bash) Remove .svn folders recursively from filesystem</title>
<link>http://snipplr.com/view/22086/remove-svn-folders-recursively-from-filesystem/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Oct 2009 07:19:15 GMT</pubDate>
<guid>http://snipplr.com/view/22086/remove-svn-folders-recursively-from-filesystem/</guid>
</item>
<item>
<title>(PHP) URL fix</title>
<link>http://snipplr.com/view/20885/url-fix/</link>
<description><![CDATA[ <p>shorts urls like http://example.com/abc/../123.html to http://example.com/123.html</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 09:06:54 GMT</pubDate>
<guid>http://snipplr.com/view/20885/url-fix/</guid>
</item>
<item>
<title>(PHP) URL fix</title>
<link>http://snipplr.com/view/20884/url-fix/</link>
<description><![CDATA[ <p>shorts urls like http://example.com/abc/../123.html to http://example.com/123.html</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 09:03:49 GMT</pubDate>
<guid>http://snipplr.com/view/20884/url-fix/</guid>
</item>
<item>
<title>(PHP) How to replace spaces in a file name with underscores</title>
<link>http://snipplr.com/view/19793/how-to-replace-spaces-in-a-file-name-with-underscores/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Sep 2009 02:00:03 GMT</pubDate>
<guid>http://snipplr.com/view/19793/how-to-replace-spaces-in-a-file-name-with-underscores/</guid>
</item>
<item>
<title>(PHP) Human Readable Random String</title>
<link>http://snipplr.com/view/18517/human-readable-random-string/</link>
<description><![CDATA[ <p>This code will create a human readable string that will look more close to dictionary words, useful for captchas.</p> ]]></description>
<pubDate>Wed, 19 Aug 2009 00:42:57 GMT</pubDate>
<guid>http://snipplr.com/view/18517/human-readable-random-string/</guid>
</item>
<item>
<title>(PHP) Convert URLs within String into hyperlinks</title>
<link>http://snipplr.com/view/18516/convert-urls-within-string-into-hyperlinks/</link>
<description><![CDATA[ <p>This function converts URLs and e-mail addresses within a string into clickable hyperlinks.</p> ]]></description>
<pubDate>Wed, 19 Aug 2009 00:40:02 GMT</pubDate>
<guid>http://snipplr.com/view/18516/convert-urls-within-string-into-hyperlinks/</guid>
</item>
<item>
<title>(Bash) Linux Command for Listing all files which contains the word 'abc'</title>
<link>http://snipplr.com/view/13456/linux-command-for-listing-all-files-which-contains-the-word-abc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 26 Mar 2009 02:33:51 GMT</pubDate>
<guid>http://snipplr.com/view/13456/linux-command-for-listing-all-files-which-contains-the-word-abc/</guid>
</item>
<item>
<title>(CSS) Table Styles</title>
<link>http://snipplr.com/view/4551/table-styles/</link>
<description><![CDATA[ <p>This CSS style is dedicated to all those love dojo 0.4.x Filtering Table,\r\n\r\nAlthough this code is written to use with the filtering table, it woks fine with all tables.\r\n\r\nWhat to do is just include the below CSS in your page and add the class=\"xxx\" to your html table/filtering table.</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 23:32:00 GMT</pubDate>
<guid>http://snipplr.com/view/4551/table-styles/</guid>
</item>
</channel>
</rss>
