<?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/link</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 06:31:47 GMT</pubDate>
<item>
<title>(PHP) Function to Auto Convert URL into Clickable Hyperlink (Anchor  Tag) - fackz</title>
<link>http://snipplr.com/view/70906/function-to-auto-convert-url-into-clickable-hyperlink-anchor--tag/</link>
<description><![CDATA[ <p>In wordpress, if you want to auto convert all URLs in your string into clickable hyperlinks, you can actually do it using the built-in function make_clickable(). 

If you need to do that outside of wordpress, you can use the same function.
Example:
$string = 'I have some texts here and also links such as http://www.youtube.com , www.haha.com and lol@example.com. They are ready to be replaced.';
 
echo make_clickable($string);</p> ]]></description>
<pubDate>Tue, 23 Apr 2013 23:40:35 GMT</pubDate>
<guid>http://snipplr.com/view/70906/function-to-auto-convert-url-into-clickable-hyperlink-anchor--tag/</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>(CSS) CSS3 Roll Links - bmayzure</title>
<link>http://snipplr.com/view/69645/css3-roll-links/</link>
<description><![CDATA[ <p>Cross-browser roll link effect in CSS3. Works in IE 10+, Webkit (Chrome/Safari/etc), Opera, Gecko (Firefox/Seamonkey/etc). Degrades nicely for unsupported browsers.</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 10:47:29 GMT</pubDate>
<guid>http://snipplr.com/view/69645/css3-roll-links/</guid>
</item>
<item>
<title>(CSS) CSS3 Link Color Transition Effect - bmayzure</title>
<link>http://snipplr.com/view/69644/css3-link-color-transition-effect/</link>
<description><![CDATA[ <p>A simple CSS3 link-color transition effect. Fades from the base color to the active/focus color and back on rollover. A nice little added effect that's pretty well cross browser. Works with Webkit (Chrome/Safari/etc), Opera, Gecko (Firefox/Seamonkey/etc), and IE 10. Degrades nicely for unsupported browsers.</p> ]]></description>
<pubDate>Fri, 25 Jan 2013 10:21:22 GMT</pubDate>
<guid>http://snipplr.com/view/69644/css3-link-color-transition-effect/</guid>
</item>
<item>
<title>(Perl) Perl recursive loop symbolic link final destination using Unix readlink command - symsec</title>
<link>http://snipplr.com/view/67842/perl-recursive-loop-symbolic-link-final-destination-using-unix-readlink-command/</link>
<description><![CDATA[ <p>Snippet obtained from Stackoverflow courtesy of [Loki Astari](http://stackoverflow.com/a/130428)</p> ]]></description>
<pubDate>Sat, 20 Oct 2012 15:23:36 GMT</pubDate>
<guid>http://snipplr.com/view/67842/perl-recursive-loop-symbolic-link-final-destination-using-unix-readlink-command/</guid>
</item>
<item>
<title>(CSS) Favicon link in css - jntu_gnec</title>
<link>http://snipplr.com/view/65263/favicon-link-in-css/</link>
<description><![CDATA[ <p>show favicon with css</p> ]]></description>
<pubDate>Wed, 30 May 2012 04:04:56 GMT</pubDate>
<guid>http://snipplr.com/view/65263/favicon-link-in-css/</guid>
</item>
<item>
<title>(HTML) Link to css file - paul0078</title>
<link>http://snipplr.com/view/64571/link-to-css-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 Apr 2012 20:11:12 GMT</pubDate>
<guid>http://snipplr.com/view/64571/link-to-css-file/</guid>
</item>
<item>
<title>(jQuery) Remove hyperlink outline in IE6 &amp;amp; IE7 with jQuery - Huskie</title>
<link>http://snipplr.com/view/64395/remove-hyperlink-outline-in-ie6--ie7-with-jquery/</link>
<description><![CDATA[ <p>IE6 and IE7 don't respect the 'outline' attribute for hyperlinks. This jQuery snippet removes the annoying outline in these browsers.</p> ]]></description>
<pubDate>Fri, 06 Apr 2012 22:58:41 GMT</pubDate>
<guid>http://snipplr.com/view/64395/remove-hyperlink-outline-in-ie6--ie7-with-jquery/</guid>
</item>
<item>
<title>(PHP) Replace url in a string with preg_replace  even without http:// - Criptt</title>
<link>http://snipplr.com/view/64247/replace-url-in-a-string-with-pregreplace--even-without-http/</link>
<description><![CDATA[ <p>Many developers has trouble when they have to check for urls inside a large textual string.
This solution will help you to change the url into html link tags even when the user only inserts a url like 'www.mysite.com'</p> ]]></description>
<pubDate>Sat, 31 Mar 2012 01:46:16 GMT</pubDate>
<guid>http://snipplr.com/view/64247/replace-url-in-a-string-with-pregreplace--even-without-http/</guid>
</item>
<item>
<title>(TYPO3) Link wizard - sjasliek</title>
<link>http://snipplr.com/view/63922/link-wizard/</link>
<description><![CDATA[ <p>add this to the config of a column in  the TCA to enable a popup for adding a link</p> ]]></description>
<pubDate>Wed, 14 Mar 2012 20:09:34 GMT</pubDate>
<guid>http://snipplr.com/view/63922/link-wizard/</guid>
</item>
<item>
<title>(JavaScript) transfrom submit button to hyperlink - pavlosvos</title>
<link>http://snipplr.com/view/63241/transfrom-submit-button-to-hyperlink/</link>
<description><![CDATA[ <p>Convert a form submit button code to a hyperlink code and hide the form</p> ]]></description>
<pubDate>Fri, 10 Feb 2012 23:20:39 GMT</pubDate>
<guid>http://snipplr.com/view/63241/transfrom-submit-button-to-hyperlink/</guid>
</item>
<item>
<title>(PHP) auto link urls in text / string - rwunsch</title>
<link>http://snipplr.com/view/60649/auto-link-urls-in-text--string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Nov 2011 04:52:53 GMT</pubDate>
<guid>http://snipplr.com/view/60649/auto-link-urls-in-text--string/</guid>
</item>
<item>
<title>(Bash) Generate link to latest modified file on directory - blackthorne</title>
<link>http://snipplr.com/view/60310/generate-link-to-latest-modified-file-on-directory/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Oct 2011 21:23:54 GMT</pubDate>
<guid>http://snipplr.com/view/60310/generate-link-to-latest-modified-file-on-directory/</guid>
</item>
<item>
<title>(PHP) Current theme link for wordpress theme - carouselcreative</title>
<link>http://snipplr.com/view/60219/current-theme-link-for-wordpress-theme/</link>
<description><![CDATA[ <p>Link to the current theme / template url for use in wordpress template.</p> ]]></description>
<pubDate>Wed, 26 Oct 2011 23:52:40 GMT</pubDate>
<guid>http://snipplr.com/view/60219/current-theme-link-for-wordpress-theme/</guid>
</item>
<item>
<title>(Other) favicon - silentpro</title>
<link>http://snipplr.com/view/59109/favicon/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Sep 2011 02:25:33 GMT</pubDate>
<guid>http://snipplr.com/view/59109/favicon/</guid>
</item>
<item>
<title>(Other) GA - Track Download of File - silentpro</title>
<link>http://snipplr.com/view/58067/ga--track-download-of-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 21 Aug 2011 13:36:00 GMT</pubDate>
<guid>http://snipplr.com/view/58067/ga--track-download-of-file/</guid>
</item>
<item>
<title>(CSS) Show links on webpage print - claudiowebdesign</title>
<link>http://snipplr.com/view/57797/show-links-on-webpage-print/</link>
<description><![CDATA[ <p>On screen:
Click here to see the pics!

On print:
Click here [link: http://www.shabada.boh] to see the pics!</p> ]]></description>
<pubDate>Sat, 13 Aug 2011 04:04:55 GMT</pubDate>
<guid>http://snipplr.com/view/57797/show-links-on-webpage-print/</guid>
</item>
<item>
<title>(Other) External Links Open New Window - silentpro</title>
<link>http://snipplr.com/view/57362/external-links-open-new-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Jul 2011 03:49:21 GMT</pubDate>
<guid>http://snipplr.com/view/57362/external-links-open-new-window/</guid>
</item>
<item>
<title>(Regular Expression) link href - altrix5</title>
<link>http://snipplr.com/view/56687/link-href/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Jul 2011 22:18:46 GMT</pubDate>
<guid>http://snipplr.com/view/56687/link-href/</guid>
</item>
<item>
<title>(HTML) Redirect user from mobile site to desktop site, when clicking on a link - amandalaine</title>
<link>http://snipplr.com/view/56023/redirect-user-from-mobile-site-to-desktop-site-when-clicking-on-a-link/</link>
<description><![CDATA[ <p>A user may click a link on a mobile site which should open a page on the desktop site, not the mobile site. Appending the following code to the link will do that.</p> ]]></description>
<pubDate>Sat, 02 Jul 2011 03:00:20 GMT</pubDate>
<guid>http://snipplr.com/view/56023/redirect-user-from-mobile-site-to-desktop-site-when-clicking-on-a-link/</guid>
</item>
</channel>
</rss>