<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - blueocto</title>
<link>http://snipplr.com/users/blueocto</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 02:04:06 GMT</pubDate>
<item>
<title>(Smarty) Prestashop : Base url</title>
<link>http://snipplr.com/view/56004/prestashop--base-url/</link>
<description><![CDATA[ <p>If you are developing a website and will be moving from one URL/Domain to another, it easier to have href="thedomain.com/whateverthepage.php"

So to do this in a Prestashop theme use the following code.</p> ]]></description>
<pubDate>Fri, 01 Jul 2011 21:57:58 GMT</pubDate>
<guid>http://snipplr.com/view/56004/prestashop--base-url/</guid>
</item>
<item>
<title>(CSS) Cross Browser CSS Opacity</title>
<link>http://snipplr.com/view/52734/cross-browser-css-opacity/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Apr 2011 19:10:45 GMT</pubDate>
<guid>http://snipplr.com/view/52734/cross-browser-css-opacity/</guid>
</item>
<item>
<title>(PHP) Wordpress : Breadcrumbs without plugin</title>
<link>http://snipplr.com/view/52164/wordpress--breadcrumbs-without-plugin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Apr 2011 00:14:00 GMT</pubDate>
<guid>http://snipplr.com/view/52164/wordpress--breadcrumbs-without-plugin/</guid>
</item>
<item>
<title>(PHP) Wordpress : Change the Contact Info Form</title>
<link>http://snipplr.com/view/52163/wordpress--change-the-contact-info-form/</link>
<description><![CDATA[ <p>In the User settings, there is a web form called Contact Info. It has input fields for the user’s AIM account, Yahoo IM account, and so on.

But how about Twitter? What about Facebook? Out of the box, the Contact Info panel doesn’t have these input fields.

If you have multiple users on your WordPress blog, you might want to add new fields and remove old ones.</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 00:05:50 GMT</pubDate>
<guid>http://snipplr.com/view/52163/wordpress--change-the-contact-info-form/</guid>
</item>
<item>
<title>(PHP) Wordpress : Edit the Help Dropdown Text</title>
<link>http://snipplr.com/view/52162/wordpress--edit-the-help-dropdown-text/</link>
<description><![CDATA[ <p>This is a great place to add your own custom Help text for a client. You can even customize it for different Admin panels. For example, you can add a different Help text for the Add New Post panel and another one for the Comments panel.

Here’s how you go about it:

To find what file you should add the action to, just check the address bar in your browser and add the load- prefix right before the file name. For example, if you wanted to add the custom Help text to the Add New Post panel, which has a file name of post-new.php, then you would use load-post-new.php as the parameter of the add_action function shown above.</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 00:05:07 GMT</pubDate>
<guid>http://snipplr.com/view/52162/wordpress--edit-the-help-dropdown-text/</guid>
</item>
<item>
<title>(PHP) Wordpress : Remove the Visual Editor</title>
<link>http://snipplr.com/view/52161/wordpress--remove-the-visual-editor/</link>
<description><![CDATA[ <p>It’s possible to disable it conditionally for each WordPress user by going to Users > Your Profile. However, if you want to remove it completely, you can add the following filter:</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 00:04:18 GMT</pubDate>
<guid>http://snipplr.com/view/52161/wordpress--remove-the-visual-editor/</guid>
</item>
<item>
<title>(CSS) Replace H1 tag with Image</title>
<link>http://snipplr.com/view/49285/replace-h1-tag-with-image/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Feb 2011 12:47:02 GMT</pubDate>
<guid>http://snipplr.com/view/49285/replace-h1-tag-with-image/</guid>
</item>
<item>
<title>(CSS) The New Clearfix Method</title>
<link>http://snipplr.com/view/49137/the-new-clearfix-method/</link>
<description><![CDATA[ <p>Preferably put the IE6 and IE7 code in designated stylesheets.</p> ]]></description>
<pubDate>Thu, 17 Feb 2011 09:28:26 GMT</pubDate>
<guid>http://snipplr.com/view/49137/the-new-clearfix-method/</guid>
</item>
<item>
<title>(CSS) Create a centred horizontal navigation</title>
<link>http://snipplr.com/view/49052/create-a-centred-horizontal-navigation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Feb 2011 00:11:40 GMT</pubDate>
<guid>http://snipplr.com/view/49052/create-a-centred-horizontal-navigation/</guid>
</item>
<item>
<title>(HTML) Cross-Browser HTML5 Video With Flash or Silverlight Fall-back</title>
<link>http://snipplr.com/view/48500/crossbrowser-html5-video-with-flash-or-silverlight-fallback/</link>
<description><![CDATA[ <p>Until recently, playing video files in a web page was notoriously complicated. The user requires a Flash or Silverlight plug-in and even the simplest HTML is a confusing mess.

Few HTML5 features excite developers more than native audio and video. The  and  tags allow you to play media files in an HTML5-aware browser without a plug-in. The elements also become part of the DOM so you can create your own player controls, add captions and synchronize JavaScript events with media playback. As a bonus, the basic HTML5 code is far easier to understand.</p> ]]></description>
<pubDate>Mon, 07 Feb 2011 09:03:04 GMT</pubDate>
<guid>http://snipplr.com/view/48500/crossbrowser-html5-video-with-flash-or-silverlight-fallback/</guid>
</item>
<item>
<title>(CSS) The New Bulletproof @Font-Face Syntax</title>
<link>http://snipplr.com/view/48426/the-new-bulletproof-fontface-syntax/</link>
<description><![CDATA[ <p>We've tested on:

Safari 5.03, IE 6-9, Firefox 3.6-4, Chrome 8, iOS 3.2-4.2, Android 2.2-2.3, Opera 11</p> ]]></description>
<pubDate>Fri, 04 Feb 2011 23:24:46 GMT</pubDate>
<guid>http://snipplr.com/view/48426/the-new-bulletproof-fontface-syntax/</guid>
</item>
<item>
<title>(CSS) CSS Rounded Corners</title>
<link>http://snipplr.com/view/47664/css-rounded-corners/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Jan 2011 22:24:30 GMT</pubDate>
<guid>http://snipplr.com/view/47664/css-rounded-corners/</guid>
</item>
<item>
<title>(PHP) Random Images Script</title>
<link>http://snipplr.com/view/46939/random-images-script/</link>
<description><![CDATA[ <p>Put your images in a folder called 'random' in your ROOT directory.

Please this script at the top of your page:</p> ]]></description>
<pubDate>Tue, 11 Jan 2011 23:01:00 GMT</pubDate>
<guid>http://snipplr.com/view/46939/random-images-script/</guid>
</item>
<item>
<title>(CSS) 12 Examples of Paragraph Typography</title>
<link>http://snipplr.com/view/46938/12-examples-of-paragraph-typography/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Jan 2011 22:55:37 GMT</pubDate>
<guid>http://snipplr.com/view/46938/12-examples-of-paragraph-typography/</guid>
</item>
<item>
<title>(CSS) Cross Browser Transparency</title>
<link>http://snipplr.com/view/46931/cross-browser-transparency/</link>
<description><![CDATA[ <p>The CSS3 standard introduces the opacity property for making elements opaque or transparent. Older browser also have support for opacity using various other properties and, in the case of Internet Explorer, filters. This post looks at how to achieve cross-browser, and backward compatible transparency.</p> ]]></description>
<pubDate>Tue, 11 Jan 2011 22:04:56 GMT</pubDate>
<guid>http://snipplr.com/view/46931/cross-browser-transparency/</guid>
</item>
<item>
<title>(CSS) CSS Curly Quotes</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>(CSS) 3 Columns, liquid width, left rail tallest</title>
<link>http://snipplr.com/view/46929/3-columns-liquid-width-left-rail-tallest/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Jan 2011 21:16:15 GMT</pubDate>
<guid>http://snipplr.com/view/46929/3-columns-liquid-width-left-rail-tallest/</guid>
</item>
<item>
<title>(CSS) 3 Columns, liquid width, content</title>
<link>http://snipplr.com/view/46928/3-columns-liquid-width-content/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Jan 2011 21:15:34 GMT</pubDate>
<guid>http://snipplr.com/view/46928/3-columns-liquid-width-content/</guid>
</item>
<item>
<title>(CSS) 3 Columns, fixed width, content tallest</title>
<link>http://snipplr.com/view/46927/3-columns-fixed-width-content-tallest/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Jan 2011 21:14:52 GMT</pubDate>
<guid>http://snipplr.com/view/46927/3-columns-fixed-width-content-tallest/</guid>
</item>
<item>
<title>(CSS) 2 Columns, liquid, right rail, rail tallest</title>
<link>http://snipplr.com/view/46926/2-columns-liquid-right-rail-rail-tallest/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Jan 2011 21:14:01 GMT</pubDate>
<guid>http://snipplr.com/view/46926/2-columns-liquid-right-rail-rail-tallest/</guid>
</item>
</channel>
</rss>