<?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/links</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 03:39:32 GMT</pubDate>
<item>
<title>(PHP) WP External Links - freelancephp</title>
<link>http://snipplr.com/view/71438/wp-external-links/</link>
<description><![CDATA[ <p>Configure settings for all external links on your site.

Features:
* Open external links in new window or tab
* Add "nofollow"
* Set link title
* Set link icon
* Set classes (for your own styling)
* Set no-icon class
* SEO friendly</p> ]]></description>
<pubDate>Fri, 07 Jun 2013 07:00:10 GMT</pubDate>
<guid>http://snipplr.com/view/71438/wp-external-links/</guid>
</item>
<item>
<title>(PHP) Find All Links on a Page - haydin</title>
<link>http://snipplr.com/view/70489/find-all-links-on-a-page/</link>
<description><![CDATA[ <p>Here's the basic principal behind spiders. (ex: Giochi Flash $html = file_get_contents('http://www.example.com');</p> ]]></description>
<pubDate>Wed, 20 Mar 2013 20:33:41 GMT</pubDate>
<guid>http://snipplr.com/view/70489/find-all-links-on-a-page/</guid>
</item>
<item>
<title>(PHP) SEO friendly links in PHP - apphp-snippets</title>
<link>http://snipplr.com/view/69967/seo-friendly-links-in-php/</link>
<description><![CDATA[ <p>This code removes all special characters from the given URL and make it SEO friendly.</p> ]]></description>
<pubDate>Sun, 17 Feb 2013 20:25:58 GMT</pubDate>
<guid>http://snipplr.com/view/69967/seo-friendly-links-in-php/</guid>
</item>
<item>
<title>(CSS) Mark external links - steho</title>
<link>http://snipplr.com/view/69564/mark-external-links/</link>
<description><![CDATA[ <p>How to mark external links with an arrow behind by using CSS</p> ]]></description>
<pubDate>Mon, 21 Jan 2013 19:49:56 GMT</pubDate>
<guid>http://snipplr.com/view/69564/mark-external-links/</guid>
</item>
<item>
<title>(PHP) Wordpress Native Pagination Links With Page Number No Plugin Needed - rudwolf</title>
<link>http://snipplr.com/view/68927/wordpress-native-pagination-links-with-page-number-no-plugin-needed/</link>
<description><![CDATA[ <p>Create navigation links without the need of a plugin, using paginate_links function of wordpress core.</p> ]]></description>
<pubDate>Tue, 04 Dec 2012 00:22:50 GMT</pubDate>
<guid>http://snipplr.com/view/68927/wordpress-native-pagination-links-with-page-number-no-plugin-needed/</guid>
</item>
<item>
<title>(CSS) CSS - File format-dependent link styles - satie83</title>
<link>http://snipplr.com/view/66675/css--file-formatdependent-link-styles/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:09:44 GMT</pubDate>
<guid>http://snipplr.com/view/66675/css--file-formatdependent-link-styles/</guid>
</item>
<item>
<title>(CSS) CSS - Reset all colors and change link color - satie83</title>
<link>http://snipplr.com/view/66659/css--reset-all-colors-and-change-link-color/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:07:35 GMT</pubDate>
<guid>http://snipplr.com/view/66659/css--reset-all-colors-and-change-link-color/</guid>
</item>
<item>
<title>(PHP) WordPress Links Manager - Display a random link from a category - crypticsoft</title>
<link>http://snipplr.com/view/64494/wordpress-links-manager--display-a-random-link-from-a-category/</link>
<description><![CDATA[ <p>Sometimes you just want a random link to display and outside of the default format, this works perfectly and removes all default html (list items / headings).</p> ]]></description>
<pubDate>Wed, 11 Apr 2012 04:08:22 GMT</pubDate>
<guid>http://snipplr.com/view/64494/wordpress-links-manager--display-a-random-link-from-a-category/</guid>
</item>
<item>
<title>(PHP) Remove / Replace - href / anchor /link - in html /string - preg_replace - php - regex - regular expression - rwunsch</title>
<link>http://snipplr.com/view/63981/remove--replace--href--anchor-link--in-html-string--pregreplace--php--regex--regular-expression/</link>
<description><![CDATA[ <p>Replaces all links within href part of anchor in a HTML-String.</p> ]]></description>
<pubDate>Sat, 17 Mar 2012 03:20:17 GMT</pubDate>
<guid>http://snipplr.com/view/63981/remove--replace--href--anchor-link--in-html-string--pregreplace--php--regex--regular-expression/</guid>
</item>
<item>
<title>(Bash) Auto Login for LinkedIn Every Hour - jerryvig</title>
<link>http://snipplr.com/view/63682/auto-login-for-linkedin-every-hour/</link>
<description><![CDATA[ <p>This bash script uses eLinks (http://www.elinks.cz/) to automatically log into LinkedIn. A great way to keep your profile appearing among those who are active linkedin users.</p> ]]></description>
<pubDate>Fri, 02 Mar 2012 11:21:58 GMT</pubDate>
<guid>http://snipplr.com/view/63682/auto-login-for-linkedin-every-hour/</guid>
</item>
<item>
<title>(JavaScript) Javascript open links in a new window, without _blank - Krummelz</title>
<link>http://snipplr.com/view/63232/javascript-open-links-in-a-new-window-without-blank/</link>
<description><![CDATA[ <p>Usage:
&amp;lt;a href="http://www.whaterver-your-site-is-called.com/" rel="external"&amp;gt;Some other site&amp;lt;/a&amp;gt;</p> ]]></description>
<pubDate>Fri, 10 Feb 2012 17:40:20 GMT</pubDate>
<guid>http://snipplr.com/view/63232/javascript-open-links-in-a-new-window-without-blank/</guid>
</item>
<item>
<title>(PHP) Prev/Next wordpress loop links - xcsteve99</title>
<link>http://snipplr.com/view/62105/prevnext-wordpress-loop-links/</link>
<description><![CDATA[ <p>Add this within the loop:</p> ]]></description>
<pubDate>Fri, 23 Dec 2011 12:11:49 GMT</pubDate>
<guid>http://snipplr.com/view/62105/prevnext-wordpress-loop-links/</guid>
</item>
<item>
<title>(CSS) Anchor push down - matharden</title>
<link>http://snipplr.com/view/61837/anchor-push-down/</link>
<description><![CDATA[ <p>A simple way to make all links appear to push downwards when clicked.</p> ]]></description>
<pubDate>Tue, 13 Dec 2011 08:40:38 GMT</pubDate>
<guid>http://snipplr.com/view/61837/anchor-push-down/</guid>
</item>
<item>
<title>(PHP) Hide/Remove WordPress Admin Menus - jamiebrwr</title>
<link>http://snipplr.com/view/58514/hideremove-wordpress-admin-menus/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 08 Sep 2011 06:14:14 GMT</pubDate>
<guid>http://snipplr.com/view/58514/hideremove-wordpress-admin-menus/</guid>
</item>
<item>
<title>(jQuery) jQuery compliant target="blank" effect for all links - stephcode</title>
<link>http://snipplr.com/view/58290/jquery-compliant-targetblank-effect-for-all-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Aug 2011 04:55:52 GMT</pubDate>
<guid>http://snipplr.com/view/58290/jquery-compliant-targetblank-effect-for-all-links/</guid>
</item>
<item>
<title>(HTML) Hash Anchor Links - kennonb</title>
<link>http://snipplr.com/view/58221/hash-anchor-links/</link>
<description><![CDATA[ <p>- Basically, place the div at the top of the page (or wherever you want the link to jump to).
- Then place the link somewhere on the page.
- This will cause the scroll to shift to the top of the div container with that ID attribute.</p> ]]></description>
<pubDate>Sat, 27 Aug 2011 01:20:46 GMT</pubDate>
<guid>http://snipplr.com/view/58221/hash-anchor-links/</guid>
</item>
<item>
<title>(jQuery) jQuery rel=\"external\" to open links in new window - Huskie</title>
<link>http://snipplr.com/view/57571/jquery-relexternal-to-open-links-in-new-window/</link>
<description><![CDATA[ <p>Add attribute to links to open them in a new window. Example - rel="external". Alternative to target="_blank", conforming to XHTML specification.</p> ]]></description>
<pubDate>Wed, 03 Aug 2011 19:14:05 GMT</pubDate>
<guid>http://snipplr.com/view/57571/jquery-relexternal-to-open-links-in-new-window/</guid>
</item>
<item>
<title>(CSS) Catch links/ahref without a URL or with null src values using CSS - ajbatac</title>
<link>http://snipplr.com/view/57163/catch-linksahref-without-a-url-or-with-null-src-values-using-css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Jul 2011 00:47:59 GMT</pubDate>
<guid>http://snipplr.com/view/57163/catch-linksahref-without-a-url-or-with-null-src-values-using-css/</guid>
</item>
<item>
<title>(CSS) CSS3 Link Colour Transition - geekyjohn</title>
<link>http://snipplr.com/view/57083/css3-link-colour-transition/</link>
<description><![CDATA[ <p>Use CSS3 to animate the colour of links.</p> ]]></description>
<pubDate>Sun, 24 Jul 2011 22:29:47 GMT</pubDate>
<guid>http://snipplr.com/view/57083/css3-link-colour-transition/</guid>
</item>
<item>
<title>(PHP) Activate Links in String PHP - nebojsac</title>
<link>http://snipplr.com/view/55209/activate-links-in-string-php/</link>
<description><![CDATA[ <p>Returns the same string, except with links wrapped in  tags. Works on www.snipplr.com and on http://snipplr.com

A variation of the script on the attached URL.</p> ]]></description>
<pubDate>Mon, 13 Jun 2011 21:58:01 GMT</pubDate>
<guid>http://snipplr.com/view/55209/activate-links-in-string-php/</guid>
</item>
</channel>
</rss>