<?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/content</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 15:36:38 GMT</pubDate>
<item>
<title>(C#) Ektron list based on taxonomy id - dego89</title>
<link>http://snipplr.com/view/70319/ektron-list-based-on-taxonomy-id/</link>
<description><![CDATA[ <p>The following code retrieves a list of content based on a taxonomy id. The list is bound to a repeater that display a preview of the content with a quick link to a content page. The content comes in based on the previous taxonomy id but exposes a content list which can be used gather the html property's. Then I use a regex to take our specific nodes for the preview columns in my table.</p> ]]></description>
<pubDate>Fri, 08 Mar 2013 02:23:00 GMT</pubDate>
<guid>http://snipplr.com/view/70319/ektron-list-based-on-taxonomy-id/</guid>
</item>
<item>
<title>(PHP) List Directory Contents in PHP - apphp-snippets</title>
<link>http://snipplr.com/view/70080/list-directory-contents-in-php/</link>
<description><![CDATA[ <p>This code allows to list the contents of any given directory.</p> ]]></description>
<pubDate>Sun, 24 Feb 2013 20:17:46 GMT</pubDate>
<guid>http://snipplr.com/view/70080/list-directory-contents-in-php/</guid>
</item>
<item>
<title>(JavaScript) Resize iFrame to its content - Neven</title>
<link>http://snipplr.com/view/70070/resize-iframe-to-its-content/</link>
<description><![CDATA[ <p>Bind onload function to the iFrame and set the size of the iFrame to the iFrames loaded content.
In the example jQuery is used.</p> ]]></description>
<pubDate>Sat, 23 Feb 2013 09:56:23 GMT</pubDate>
<guid>http://snipplr.com/view/70070/resize-iframe-to-its-content/</guid>
</item>
<item>
<title>(PHP) Drupal Auto Blocks - brownrl</title>
<link>http://snipplr.com/view/69905/drupal-auto-blocks/</link>
<description><![CDATA[ <p>This is a hook_block_info and hook_block_view template that will allow you to quickly create blocks in a Drupal module. When you use this all you have to do is create a directory "blocks" in the module and then create block.block_name.php in the directory. Inside the php you need to define a function block_block_name_content().</p> ]]></description>
<pubDate>Tue, 12 Feb 2013 20:33:39 GMT</pubDate>
<guid>http://snipplr.com/view/69905/drupal-auto-blocks/</guid>
</item>
<item>
<title>(PHP) CuteNews - Cutephp</title>
<link>http://snipplr.com/view/69649/cutenews/</link>
<description><![CDATA[ <p>CuteNews is a FREE, powerful and easy-to-use news management system that uses flat files to store its database. Among the features it supports are commenting, archives, search function, file upload management, backup &amp; restore, IP banning, flood protection and many more other cool things.</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 18:12:00 GMT</pubDate>
<guid>http://snipplr.com/view/69649/cutenews/</guid>
</item>
<item>
<title>(CSS) Content Slider - CSS - mcs88</title>
<link>http://snipplr.com/view/69509/content-slider--css/</link>
<description><![CDATA[ <p>css Content Slider</p> ]]></description>
<pubDate>Thu, 17 Jan 2013 02:22:26 GMT</pubDate>
<guid>http://snipplr.com/view/69509/content-slider--css/</guid>
</item>
<item>
<title>(jQuery) Content Slider - mcs88</title>
<link>http://snipplr.com/view/69508/content-slider/</link>
<description><![CDATA[ <p>content slider</p> ]]></description>
<pubDate>Thu, 17 Jan 2013 02:18:18 GMT</pubDate>
<guid>http://snipplr.com/view/69508/content-slider/</guid>
</item>
<item>
<title>(jQuery) Google CDN jQuery loading fallback - Huskie</title>
<link>http://snipplr.com/view/62495/google-cdn-jquery-loading-fallback/</link>
<description><![CDATA[ <p>This code snippet fetches the very latest minified version of jQuery from Google's CDN. If this is not available, we revert to a locally stored version (current version at time of publish was 1.7.1 - update this to suit going forward).</p> ]]></description>
<pubDate>Thu, 12 Jan 2012 02:47:13 GMT</pubDate>
<guid>http://snipplr.com/view/62495/google-cdn-jquery-loading-fallback/</guid>
</item>
<item>
<title>(PHP) Show list of Child pages and Featured Image on Current Page - i-am-andy</title>
<link>http://snipplr.com/view/62419/show-list-of-child-pages-and-featured-image-on-current-page/</link>
<description><![CDATA[ <p>Show all child pages content and featured image on the parent page</p> ]]></description>
<pubDate>Mon, 09 Jan 2012 21:40:40 GMT</pubDate>
<guid>http://snipplr.com/view/62419/show-list-of-child-pages-and-featured-image-on-current-page/</guid>
</item>
<item>
<title>(HTML) index.html META redirect - sommertim</title>
<link>http://snipplr.com/view/62312/indexhtml-meta-redirect/</link>
<description><![CDATA[ <p>This snippet can be used to redirect the user to a different page (launch-page index.html) using only HTML</p> ]]></description>
<pubDate>Thu, 05 Jan 2012 03:43:36 GMT</pubDate>
<guid>http://snipplr.com/view/62312/indexhtml-meta-redirect/</guid>
</item>
<item>
<title>(PHP) Multiple excerpt lengths in wordpress - Omegakenshin</title>
<link>http://snipplr.com/view/62202/multiple-excerpt-lengths-in-wordpress/</link>
<description><![CDATA[ <p>then in your template code you just use..

echo excerpt(25);</p> ]]></description>
<pubDate>Sat, 31 Dec 2011 04:44:15 GMT</pubDate>
<guid>http://snipplr.com/view/62202/multiple-excerpt-lengths-in-wordpress/</guid>
</item>
<item>
<title>(jQuery) Latest Minified jQuery from Google CDN - Huskie</title>
<link>http://snipplr.com/view/59660/latest-minified-jquery-from-google-cdn/</link>
<description><![CDATA[ <p>To get the most recent version in the 1.x.x family.</p> ]]></description>
<pubDate>Wed, 12 Oct 2011 08:07:57 GMT</pubDate>
<guid>http://snipplr.com/view/59660/latest-minified-jquery-from-google-cdn/</guid>
</item>
<item>
<title>(Windows PowerShell) Check destinations of a list of links in a document for a string - danfsmith</title>
<link>http://snipplr.com/view/58151/check-destinations-of-a-list-of-links-in-a-document-for-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Aug 2011 05:23:42 GMT</pubDate>
<guid>http://snipplr.com/view/58151/check-destinations-of-a-list-of-links-in-a-document-for-a-string/</guid>
</item>
<item>
<title>(XSLT) JavaScript in XSLT template - nickaranz</title>
<link>http://snipplr.com/view/57548/javascript-in-xslt-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 03 Aug 2011 05:23:29 GMT</pubDate>
<guid>http://snipplr.com/view/57548/javascript-in-xslt-template/</guid>
</item>
<item>
<title>(CSS) Content before/after - ilya22</title>
<link>http://snipplr.com/view/50641/content-beforeafter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Mar 2011 22:34:27 GMT</pubDate>
<guid>http://snipplr.com/view/50641/content-beforeafter/</guid>
</item>
<item>
<title>(PHP) List folder content - xhiena</title>
<link>http://snipplr.com/view/50549/list-folder-content/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Mar 2011 22:55:58 GMT</pubDate>
<guid>http://snipplr.com/view/50549/list-folder-content/</guid>
</item>
<item>
<title>(PHP) [php] Force Download file - Mosaic</title>
<link>http://snipplr.com/view/50474/php-force-download-file/</link>
<description><![CDATA[ <p>Simple force download crossbrowser</p> ]]></description>
<pubDate>Thu, 10 Mar 2011 21:08:17 GMT</pubDate>
<guid>http://snipplr.com/view/50474/php-force-download-file/</guid>
</item>
<item>
<title>(jQuery) Simple jQuery content filter with BONUS alternating row reset - FatFolderDesigner</title>
<link>http://snipplr.com/view/49255/simple-jquery-content-filter-with-bonus-alternating-row-reset/</link>
<description><![CDATA[ <p>A simple way to filter lists or tables that uses a new "Contains" (note capitalization) selector to clean up the code a bit. Three examples are below, first sorts through a list, second a table, third a tabe and it correctly the alternating row colors so that it keeps a nice clean look. Example at the link, any questions can be posted there too.</p> ]]></description>
<pubDate>Sat, 19 Feb 2011 18:49:06 GMT</pubDate>
<guid>http://snipplr.com/view/49255/simple-jquery-content-filter-with-bonus-alternating-row-reset/</guid>
</item>
<item>
<title>(jQuery) jQuery: finding all youtube.com links and replacing them with flash video - kristapsancans</title>
<link>http://snipplr.com/view/49150/jquery-finding-all-youtubecom-links-and-replacing-them-with-flash-video/</link>
<description><![CDATA[ <p>Easy way to replace all youtube.com links with embed flash video on page or blog post/posts.

Go to youtube.com, find the video (for example http://www.youtube.com/watch?v=zzk-8akrWxo), copy link and paste it in your page/blog post.

Change in script width and height to your desired parameters and change '#blog .post' to your page content container or blog post container.

Live preview can be seen here - http://motorolleri.lv/blogs/

That's it :) Enjoy.</p> ]]></description>
<pubDate>Thu, 17 Feb 2011 17:46:58 GMT</pubDate>
<guid>http://snipplr.com/view/49150/jquery-finding-all-youtubecom-links-and-replacing-them-with-flash-video/</guid>
</item>
<item>
<title>(Other) Data Types for DB, MySQL, SQLite, PHP, Ruby, Rails, JS, etc. because I forget them sometimes - brandonjp</title>
<link>http://snipplr.com/view/48244/data-types-for-db-mysql-sqlite-php-ruby-rails-js-etc-because-i-forget-them-sometimes/</link>
<description><![CDATA[ <p>Data Types for DB, MySQL, SQLite, PHP, Ruby, Rails, JS, etc. because I forget them sometimes


from Ruby on Rails Guides: Migrations http://bit.ly/hFWjT0

from Rails Migrations http://bit.ly/hI5zpz</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 06:16:52 GMT</pubDate>
<guid>http://snipplr.com/view/48244/data-types-for-db-mysql-sqlite-php-ruby-rails-js-etc-because-i-forget-them-sometimes/</guid>
</item>
</channel>
</rss>