<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - rwczippy</title>
<link>http://snipplr.com/users/rwczippy</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 08:06:58 GMT</pubDate>
<item>
<title>(C#) fizzbuzz in Razor</title>
<link>http://snipplr.com/view/51802/fizzbuzz-in-razor/</link>
<description><![CDATA[ <p>my take on fizzbuzz written in C#.Net - Razor</p> ]]></description>
<pubDate>Sat, 09 Apr 2011 05:57:52 GMT</pubDate>
<guid>http://snipplr.com/view/51802/fizzbuzz-in-razor/</guid>
</item>
<item>
<title>(HTML) google site search - basic</title>
<link>http://snipplr.com/view/40547/google-site-search--basic/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Sep 2010 04:19:13 GMT</pubDate>
<guid>http://snipplr.com/view/40547/google-site-search--basic/</guid>
</item>
<item>
<title>(CSS) pure CSS speech bubbless</title>
<link>http://snipplr.com/view/35597/pure-css-speech-bubbless/</link>
<description><![CDATA[ <p>pure css3 speech bubbles</p> ]]></description>
<pubDate>Tue, 08 Jun 2010 07:22:09 GMT</pubDate>
<guid>http://snipplr.com/view/35597/pure-css-speech-bubbless/</guid>
</item>
<item>
<title>(Regular Expression) RegEx to find replace in TextMate</title>
<link>http://snipplr.com/view/35268/regex-to-find-replace-in-textmate/</link>
<description><![CDATA[ <p>search for anything in-between two 's and then replace the found string into the PHP if/else staement. $1 is wher TextMate stores the found string. (see http://screenflicker.com/mike/code/textmate-regex-replace/)</p> ]]></description>
<pubDate>Thu, 27 May 2010 18:52:05 GMT</pubDate>
<guid>http://snipplr.com/view/35268/regex-to-find-replace-in-textmate/</guid>
</item>
<item>
<title>(CSS) @font-face CSS font injection</title>
<link>http://snipplr.com/view/22656/fontface-css-font-injection/</link>
<description><![CDATA[ <p>Summary
@font-face allows authors to specify online fonts to display text on their webpages. By allowing authors to provide their own fonts, @font-face eliminates the need to depend on the limited number of fonts users have installed on their computers.

Syntax
@font-face {
  font-family: ;
  src:  [,]*;
  [font-weight: ];
  [font-style: ];
}
Values
 
Specifies a font name that will be used as font face value for font properties.
 
URL for the remote font file location, or the name of a font on the user's computer in the form local("Font Name").
 
A font weight value.
 
A font style value.
You can specify a font on the user's local computer by name using the local() syntax. If that font isn't found, other sources will be tried until one is found.</p> ]]></description>
<pubDate>Fri, 06 Nov 2009 14:51:40 GMT</pubDate>
<guid>http://snipplr.com/view/22656/fontface-css-font-injection/</guid>
</item>
<item>
<title>(JavaScript) JS screen &amp;amp; browser dimensions</title>
<link>http://snipplr.com/view/20891/js-screen--browser-dimensions/</link>
<description><![CDATA[ <p>pretty basic; dimensions of screen and browser display window</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 11:03:47 GMT</pubDate>
<guid>http://snipplr.com/view/20891/js-screen--browser-dimensions/</guid>
</item>
<item>
<title>(PHP) PHP basic E-mail form</title>
<link>http://snipplr.com/view/20805/php-basic-email-form/</link>
<description><![CDATA[ <p>from http://www.w3schools.com/php/php_mail.asp</p> ]]></description>
<pubDate>Wed, 07 Oct 2009 23:30:27 GMT</pubDate>
<guid>http://snipplr.com/view/20805/php-basic-email-form/</guid>
</item>
<item>
<title>(Regular Expression) regex in Dreamweaver</title>
<link>http://snipplr.com/view/16308/regex-in-dreamweaver/</link>
<description><![CDATA[ <p>http://www.trentmueller.com/blog/search-and-replace-wildcard-characters-in-dreamweaver.html
-and-
http://www.webmasterworld.com/forum46/1288.htm</p> ]]></description>
<pubDate>Thu, 25 Jun 2009 12:55:54 GMT</pubDate>
<guid>http://snipplr.com/view/16308/regex-in-dreamweaver/</guid>
</item>
<item>
<title>(PHP) Random XML Record in Spry using PHP</title>
<link>http://snipplr.com/view/15395/random-xml-record-in-spry-using-php/</link>
<description><![CDATA[ <p>what was taking an embarrassingly long time in Spry took 2 lines in PHP</p> ]]></description>
<pubDate>Fri, 29 May 2009 14:06:55 GMT</pubDate>
<guid>http://snipplr.com/view/15395/random-xml-record-in-spry-using-php/</guid>
</item>
<item>
<title>(CSS) css tooltips</title>
<link>http://snipplr.com/view/15303/css-tooltips/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 May 2009 08:15:29 GMT</pubDate>
<guid>http://snipplr.com/view/15303/css-tooltips/</guid>
</item>
<item>
<title>(XHTML) XHTML strict 1.0 skeleton</title>
<link>http://snipplr.com/view/11676/xhtml-strict-10-skeleton/</link>
<description><![CDATA[ <p>my take on an xhtml skeleton</p> ]]></description>
<pubDate>Fri, 30 Jan 2009 09:17:26 GMT</pubDate>
<guid>http://snipplr.com/view/11676/xhtml-strict-10-skeleton/</guid>
</item>
<item>
<title>(JavaScript) show player version @ deconcept</title>
<link>http://snipplr.com/view/11621/show-player-version--deconcept/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Jan 2009 15:50:32 GMT</pubDate>
<guid>http://snipplr.com/view/11621/show-player-version--deconcept/</guid>
</item>
<item>
<title>(CSS) rounded box in css3</title>
<link>http://snipplr.com/view/11539/rounded-box-in-css3/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Jan 2009 13:45:17 GMT</pubDate>
<guid>http://snipplr.com/view/11539/rounded-box-in-css3/</guid>
</item>
<item>
<title>(HTML) Simple Tutorial to Swap CSS Files for HTML Web Pages</title>
<link>http://snipplr.com/view/11538/simple-tutorial-to-swap-css-files-for-html-web-pages/</link>
<description><![CDATA[ <p>NICE!</p> ]]></description>
<pubDate>Mon, 26 Jan 2009 13:37:32 GMT</pubDate>
<guid>http://snipplr.com/view/11538/simple-tutorial-to-swap-css-files-for-html-web-pages/</guid>
</item>
<item>
<title>(HTML) single embedding flash code</title>
<link>http://snipplr.com/view/11408/single-embedding-flash-code/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Jan 2009 10:18:31 GMT</pubDate>
<guid>http://snipplr.com/view/11408/single-embedding-flash-code/</guid>
</item>
<item>
<title>(HTML) Loop Images in a HTML JavaSacript - WebDeveloper.com</title>
<link>http://snipplr.com/view/11350/loop-images-in-a-html-javasacript--webdevelopercom/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 Jan 2009 12:22:31 GMT</pubDate>
<guid>http://snipplr.com/view/11350/loop-images-in-a-html-javasacript--webdevelopercom/</guid>
</item>
<item>
<title>(C++) Simple Tic Tac Toe</title>
<link>http://snipplr.com/view/9220/simple-tic-tac-toe/</link>
<description><![CDATA[ <p>Not my code - see header in source</p> ]]></description>
<pubDate>Thu, 23 Oct 2008 19:49:23 GMT</pubDate>
<guid>http://snipplr.com/view/9220/simple-tic-tac-toe/</guid>
</item>
<item>
<title>(Bash) Using wget or curl to download web sites for archival</title>
<link>http://snipplr.com/view/8841/using-wget-or-curl-to-download-web-sites-for-archival/</link>
<description><![CDATA[ <p>This will start at the specified URL and recursively download pages up to 3 links away from the original page, but only pages which are in the directory of the URL you specified (emacstips/) or one of its subdirectories.

wget will also rewrite the links in the pages it downloaded to make your downloaded copy a useful local copy, and it will download all page prerequisites (e.g. images, stylesheets, and the like).

The last two options -nH --cut-dirs=1 control where wget places the output. If you omitted those two options, wget would, for example, download http://web.psung.name/emacstips/index.html and place it under a subdirectory web.psung.name/emacstips of the current directory. With only -nH ("no host directory") wget would write that same file to a subdirectory emacstips. And with both options wget would write that same file to the current directory. In general, if you want to reduce the number of extraneous directories created, change cut-dirs to be the number of leading directories in your URL.</p> ]]></description>
<pubDate>Sat, 04 Oct 2008 20:24:43 GMT</pubDate>
<guid>http://snipplr.com/view/8841/using-wget-or-curl-to-download-web-sites-for-archival/</guid>
</item>
<item>
<title>(Bash) domain name to IP address</title>
<link>http://snipplr.com/view/7894/domain-name-to-ip-address/</link>
<description><![CDATA[ <p>uses nslookup to find the IP of the domain</p> ]]></description>
<pubDate>Sat, 16 Aug 2008 21:43:03 GMT</pubDate>
<guid>http://snipplr.com/view/7894/domain-name-to-ip-address/</guid>
</item>
<item>
<title>(Bash) shell script menu</title>
<link>http://snipplr.com/view/7892/shell-script-menu/</link>
<description><![CDATA[ <p>menu will only quit when 'q' is pressed</p> ]]></description>
<pubDate>Sat, 16 Aug 2008 19:30:55 GMT</pubDate>
<guid>http://snipplr.com/view/7892/shell-script-menu/</guid>
</item>
</channel>
</rss>