<?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/language/css/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 03:13:25 GMT</pubDate>
<item>
<title>(CSS) Load latest version of jQuery from Google Libraries API and de-register Wordpress version - i-am-andy</title>
<link>http://snipplr.com/view/66316/load-latest-version-of-jquery-from-google-libraries-api-and-deregister-wordpress-version/</link>
<description><![CDATA[ <p>Load latest version of jQuery from Google Libraries API and de-register Wordpress version</p> ]]></description>
<pubDate>Wed, 25 Jul 2012 02:39:41 GMT</pubDate>
<guid>http://snipplr.com/view/66316/load-latest-version-of-jquery-from-google-libraries-api-and-deregister-wordpress-version/</guid>
</item>
<item>
<title>(CSS) Coming Soon Page CSS - flanker</title>
<link>http://snipplr.com/view/65677/coming-soon-page-css/</link>
<description><![CDATA[ <p>Ready to use CSS3 coming soon page with HTML5 form for email subscription and PHP backend and database</p> ]]></description>
<pubDate>Sun, 17 Jun 2012 12:22:51 GMT</pubDate>
<guid>http://snipplr.com/view/65677/coming-soon-page-css/</guid>
</item>
<item>
<title>(CSS) Move and rename "Featured Image" box - i-am-andy</title>
<link>http://snipplr.com/view/60270/move-and-rename-featured-image-box/</link>
<description><![CDATA[ <p>Changes the title and moves the featured image box in Wordpress admin area. Add this to functions.php</p> ]]></description>
<pubDate>Thu, 27 Oct 2011 21:38:25 GMT</pubDate>
<guid>http://snipplr.com/view/60270/move-and-rename-featured-image-box/</guid>
</item>
<item>
<title>(CSS) Add Squeeze Page to Thesis Theme for WordPress With Custom Filter for Thesis 1.8 With Different Sidebars - zachbrowne</title>
<link>http://snipplr.com/view/49974/add-squeeze-page-to-thesis-theme-for-wordpress-with-custom-filter-for-thesis-18-with-different-sidebars/</link>
<description><![CDATA[ <p>The following code for a landing page — without header, original sidebars and footer and with new sidebars added — goes in custom_functions.php. This code does the following to pages with a custom field named “landing-page”.

adds a body class of “landing-page”
removes the header, sidebars, and footer
registers 2 new sidebars called Landing Page 1 and Lading Page 2
builds the code for the new sidebars (note that an extra  and  are added because there’s no hook in between the end of #content and the end of #content_box)
then implements all of the above before Thesis loads. If you want a sidebar | content | sidebar arrangement, you’ll need different markup.</p> ]]></description>
<pubDate>Thu, 03 Mar 2011 14:27:43 GMT</pubDate>
<guid>http://snipplr.com/view/49974/add-squeeze-page-to-thesis-theme-for-wordpress-with-custom-filter-for-thesis-18-with-different-sidebars/</guid>
</item>
<item>
<title>(CSS) Add Squeeze Page to Thesis Theme for WordPress With Custom Filter for Thesis 1.8 - zachbrowne</title>
<link>http://snipplr.com/view/49973/add-squeeze-page-to-thesis-theme-for-wordpress-with-custom-filter-for-thesis-18/</link>
<description><![CDATA[ <p>To get the simplest squeeze page possible: no header, sidebars or footer. Paste the following PHP in custom_functions.php. The first function is the filter that returns “false” instead of returning the content that would normal be there (in the header, or footer, or sidebar). The second function selects the page on which to apply the filter and then applies the filter to the header, sidebars and footer, just before Thesis loads on that page.</p> ]]></description>
<pubDate>Thu, 03 Mar 2011 14:23:27 GMT</pubDate>
<guid>http://snipplr.com/view/49973/add-squeeze-page-to-thesis-theme-for-wordpress-with-custom-filter-for-thesis-18/</guid>
</item>
<item>
<title>(CSS) Add Squeeze Page to Thesis Theme for WordPress With Custom Filter for Thesis 1.8 - zachbrowne</title>
<link>http://snipplr.com/view/49972/add-squeeze-page-to-thesis-theme-for-wordpress-with-custom-filter-for-thesis-18/</link>
<description><![CDATA[ <p>To get the simplest squeeze page possible: no header, sidebars or footer. Paste the following PHP in custom_functions.php. The first function is the filter that returns “false” instead of returning the content that would normal be there (in the header, or footer, or sidebar). The second function selects the page on which to apply the filter and then applies the filter to the header, sidebars and footer, just before Thesis loads on that page.</p> ]]></description>
<pubDate>Thu, 03 Mar 2011 14:20:53 GMT</pubDate>
<guid>http://snipplr.com/view/49972/add-squeeze-page-to-thesis-theme-for-wordpress-with-custom-filter-for-thesis-18/</guid>
</item>
<item>
<title>(CSS) Coloured (Colored) Bullet Points for CSS Lists - nostradamuszen</title>
<link>http://snipplr.com/view/18125/coloured-colored-bullet-points-for-css-lists/</link>
<description><![CDATA[ <p>Enables you customise the colour of your  bullet points.</p> ]]></description>
<pubDate>Mon, 10 Aug 2009 05:51:36 GMT</pubDate>
<guid>http://snipplr.com/view/18125/coloured-colored-bullet-points-for-css-lists/</guid>
</item>
<item>
<title>(CSS) Hide search form label in a Drupal 6 theme - wrburgess</title>
<link>http://snipplr.com/view/11800/hide-search-form-label-in-a-drupal-6-theme/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Feb 2009 15:40:03 GMT</pubDate>
<guid>http://snipplr.com/view/11800/hide-search-form-label-in-a-drupal-6-theme/</guid>
</item>
<item>
<title>(CSS) browser.php - frakim</title>
<link>http://snipplr.com/view/6386/browserphp/</link>
<description><![CDATA[ <p>For the why and the what, make sure you check out my blog article Never hack your CSS files again, you’ll get a much better idea what this is for.
update: I added support for the iPhone in version 1.0.2. More info in my blog post about serving iPhone specific CSS.
Requirements
A website hosted on a server that has PHP
Basic knowledge of FTP, HTML, and CSS
Installation
Download, unzip, and open in a text editor
Modify line 22 ($css_dir = '/_css/';) to point to your CSS files on your server. The default points to a folder called “_css” located at the root of your website, where your index file is
Upload to your server
Create CSS files inside the CSS folder defined in step 2 (names available)
Add this code in your HTML (make sure you put it under the main CSS)

That’s it… You’re done!</p> ]]></description>
<pubDate>Wed, 21 May 2008 16:14:39 GMT</pubDate>
<guid>http://snipplr.com/view/6386/browserphp/</guid>
</item>
</channel>
</rss>