<?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/quotes</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 12:19:02 GMT</pubDate>
<item>
<title>(CSS) CSS - Quickly create pull-quotes - satie83</title>
<link>http://snipplr.com/view/66679/css--quickly-create-pullquotes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:10:14 GMT</pubDate>
<guid>http://snipplr.com/view/66679/css--quickly-create-pullquotes/</guid>
</item>
<item>
<title>(PHP) MySQL INSERT Query Generator w/ Strings - lemcoe9</title>
<link>http://snipplr.com/view/66107/mysql-insert-query-generator-w-strings/</link>
<description><![CDATA[ <p>Takes your table name and key=>value array of values and returns the text for inserting into a MySQL database. Automatically surrounds strings with single quotes.</p> ]]></description>
<pubDate>Fri, 13 Jul 2012 02:39:08 GMT</pubDate>
<guid>http://snipplr.com/view/66107/mysql-insert-query-generator-w-strings/</guid>
</item>
<item>
<title>(Other) mysql_prep function - zubacris</title>
<link>http://snipplr.com/view/51235/mysqlprep-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Mar 2011 12:17:33 GMT</pubDate>
<guid>http://snipplr.com/view/51235/mysqlprep-function/</guid>
</item>
<item>
<title>(SAS) Correcting for unbalanced quotes - Stat_Geek</title>
<link>http://snipplr.com/view/49079/correcting-for-unbalanced-quotes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Feb 2011 10:39:40 GMT</pubDate>
<guid>http://snipplr.com/view/49079/correcting-for-unbalanced-quotes/</guid>
</item>
<item>
<title>(CSS) CSS Curly Quotes - blueocto</title>
<link>http://snipplr.com/view/46930/css-curly-quotes/</link>
<description><![CDATA[ <p>Simon Collison recently explained how to create Swooshy Curly Quotes Without Images using CSS. It’s a nice technique that works cross-browser, but you have to add < span > tags to your markup for it to work. Here is an alternate technique that requires no changes to your markup that will work in modern CSS2 compatible browsers like Firefox.</p> ]]></description>
<pubDate>Tue, 11 Jan 2011 21:18:49 GMT</pubDate>
<guid>http://snipplr.com/view/46930/css-curly-quotes/</guid>
</item>
<item>
<title>(jQuery) Add curly quotes with classes around blockquotes - chendrix</title>
<link>http://snipplr.com/view/43275/add-curly-quotes-with-classes-around-blockquotes/</link>
<description><![CDATA[ <p>Adds the curly quotes along with the classes for [Big Curly Blockquotes](http://snipplr.com/view/263/big-curly-quotes-markup/ "Big Curly Blockquotes")

Just need to write `Quote Text Here` in your HTML instead of the other markup necessary.</p> ]]></description>
<pubDate>Sat, 30 Oct 2010 06:36:54 GMT</pubDate>
<guid>http://snipplr.com/view/43275/add-curly-quotes-with-classes-around-blockquotes/</guid>
</item>
<item>
<title>(PHP) Replacing double quotes by smart qutotes - newsok</title>
<link>http://snipplr.com/view/42942/replacing-double-quotes-by-smart-qutotes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Oct 2010 03:42:32 GMT</pubDate>
<guid>http://snipplr.com/view/42942/replacing-double-quotes-by-smart-qutotes/</guid>
</item>
<item>
<title>(Other) Bog Curly Bracket with HTML example - benrudolph</title>
<link>http://snipplr.com/view/33372/bog-curly-bracket-with-html-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Apr 2010 14:39:48 GMT</pubDate>
<guid>http://snipplr.com/view/33372/bog-curly-bracket-with-html-example/</guid>
</item>
<item>
<title>(CSS) Hanging Quotes - loric</title>
<link>http://snipplr.com/view/25788/hanging-quotes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Dec 2009 19:19:58 GMT</pubDate>
<guid>http://snipplr.com/view/25788/hanging-quotes/</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) Random quote's - scopefragger</title>
<link>http://snipplr.com/view/19077/random-quotes/</link>
<description><![CDATA[ <p>Sometimes it’s necessary to display a random quote or have a constantly changing image. This is quite simple in php and can be acheavedin a few lines. The code above works without the requirements of external hosts or scripts.

To set he number of quotes you wish to have in our loop simply change the second number next to $set_quote. In our example, $set_quote = rand(1,5), was used. In that wase the code can output different examples. If we wished to output 6 the could would look alike, $set_quote = rand(1,6).
For each quote the following line is required,
else if ($set_quote==5){$quote= "Yor fifth quote";}
The value next to $set_quote should be increased on each new line.</p> ]]></description>
<pubDate>Mon, 31 Aug 2009 19:23:37 GMT</pubDate>
<guid>http://snipplr.com/view/19077/random-quotes/</guid>
</item>
<item>
<title>(CSS) Hanging Quotes - fabi</title>
<link>http://snipplr.com/view/15492/hanging-quotes/</link>
<description><![CDATA[ <p>Hang quotes in the margin of the body of text. By not doing so a quotation mark that is flush with the text will interrupt the left margin and disrupt the rhythm of the reader. Hanging quotes keeps the left alignment intact and balanced therefore increasing readability. 

The negative indent will vary depending on the typeface, type size and margins.</p> ]]></description>
<pubDate>Wed, 03 Jun 2009 18:49:14 GMT</pubDate>
<guid>http://snipplr.com/view/15492/hanging-quotes/</guid>
</item>
<item>
<title>(PHP) Smart Quotes - sarfraznawaz2005</title>
<link>http://snipplr.com/view/11941/smart-quotes/</link>
<description><![CDATA[ <p>Sometimes when you use addslashes, you may end up with double // in front of the string and start getting incorrect results, this is because is get_magic_quotes_gpc on. This function let's you add just single slash to the string irrespective of the setting of get_magic_quotes_gpc.</p> ]]></description>
<pubDate>Sat, 07 Feb 2009 05:06:05 GMT</pubDate>
<guid>http://snipplr.com/view/11941/smart-quotes/</guid>
</item>
<item>
<title>(Ruby) Easiest way to make HAML use double quotes instead of single quotes - noah</title>
<link>http://snipplr.com/view/10411/easiest-way-to-make-haml-use-double-quotes-instead-of-single-quotes/</link>
<description><![CDATA[ <p>Fortunately all it takes to make double quotes the global default for attribute wrappers in HAML is to change one line in the installed gem source.

If you're on a Mac, remember to sudo when you edit the source of an installed gem.</p> ]]></description>
<pubDate>Thu, 11 Dec 2008 23:08:05 GMT</pubDate>
<guid>http://snipplr.com/view/10411/easiest-way-to-make-haml-use-double-quotes-instead-of-single-quotes/</guid>
</item>
<item>
<title>(PHP) Disabling PHP Magic Quotes via .htaccess - aristoworks</title>
<link>http://snipplr.com/view/7477/disabling-php-magic-quotes-via-htaccess/</link>
<description><![CDATA[ <p>Magic Quotes is a great feature of PHP but sometimes it can just get annoying.  It's simple enough to turn it off at the .ini and restart apache but here's a quick .htaccess workaround</p> ]]></description>
<pubDate>Thu, 24 Jul 2008 10:26:22 GMT</pubDate>
<guid>http://snipplr.com/view/7477/disabling-php-magic-quotes-via-htaccess/</guid>
</item>
<item>
<title>(PHP) add Slashes Check Magic quotes function - donkeykong</title>
<link>http://snipplr.com/view/7252/add-slashes-check-magic-quotes-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Jul 2008 20:34:07 GMT</pubDate>
<guid>http://snipplr.com/view/7252/add-slashes-check-magic-quotes-function/</guid>
</item>
<item>
<title>(Other) Curly quotes big - Meestercor</title>
<link>http://snipplr.com/view/6465/curly-quotes-big/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 May 2008 05:31:51 GMT</pubDate>
<guid>http://snipplr.com/view/6465/curly-quotes-big/</guid>
</item>
<item>
<title>(PHP) Secure Undo magic_quotes - luizlopes</title>
<link>http://snipplr.com/view/6266/secure-undo-magicquotes/</link>
<description><![CDATA[ <p>This was taken out of a presentation by eZ systems on PHP Best Practices</p> ]]></description>
<pubDate>Fri, 16 May 2008 10:31:13 GMT</pubDate>
<guid>http://snipplr.com/view/6266/secure-undo-magicquotes/</guid>
</item>
<item>
<title>(PHP) Remove slashes function - eeppeliteloop</title>
<link>http://snipplr.com/view/5538/remove-slashes-function/</link>
<description><![CDATA[ <p>Removes the automatic slashes from POST &amp; GET data if it finds Magic Quotes is activated.</p> ]]></description>
<pubDate>Sun, 23 Mar 2008 14:43:18 GMT</pubDate>
<guid>http://snipplr.com/view/5538/remove-slashes-function/</guid>
</item>
<item>
<title>(HTML) Big Curly Quotes Markup - 1man</title>
<link>http://snipplr.com/view/263/big-curly-quotes-markup/</link>
<description><![CDATA[ <p>For the CSS to activate this see Big Curley Quotes.</p> ]]></description>
<pubDate>Fri, 07 Jul 2006 06:35:15 GMT</pubDate>
<guid>http://snipplr.com/view/263/big-curly-quotes-markup/</guid>
</item>
</channel>
</rss>