Welcome To Snipplr


Everyone's Recent Snippets Tagged links



1 2 3 Next »
1 608 posted 14 years ago by jmiller
find great websites by scraping links from delicious.com
0 639 posted 14 years ago by halotis
3 739 posted 14 years ago by cshaiku
I'm new to jQuery, so please be kind if there are any errors or redundancies in the code. The problem: Basically, we were getting tons of scammers signing up on our Kickapps hosted community. They were immediately posting dozens of RSS feeds & lin...
0 917 posted 14 years ago by Jdonner
You can get hostname from script environment - getenv("HTTP_HOST") (?!'.$host.') matches URLs always except local links
0 626 posted 15 years ago by kossmoss
These 4 lines of code can be used to extract and return all links from any page using regex patterns. If links are found, an array is returned, else boolean false is returned.
4 1080 posted 15 years ago by gdvickery
The basis to a spider.
5 797 posted 15 years ago by Unreal
Nice simple snippet. Great for forum scripts.
1 774 posted 15 years ago by Unreal
Removed a certain word from a list of links (purely for design reasons). Link length way to long with the link included.
1 1016 posted 15 years ago by 1man
There's been a popular trend to use JavaScript to add target="_blank" to anchors with rel="external". So in the name of making everything in my site Prototype based I worked out a script to do just that.
2 654 posted 15 years ago by fruehjahr
Remove that pesky dotted border around img elements, especially images inside <a> / link tags.
4 814 posted 15 years ago by charmcitycoder
1 568 posted 15 years ago by iTony
IE 5.5 to 6 don't support generic PNG with Alpha-Channel To get the advantage of PNGs use the akward AlphaImageLoader-filter (AIL) as described on the msdn site ( http://msdn.microsoft.com/en-us/library/ms532969(VS.85).aspx ). But because the AIL...
3 790 posted 15 years ago by HerrSerker
output can be run as a shell script. should be able to refactor this as a piped wget, i think
1 634 posted 16 years ago by jhenry
Place the first function, phptemplate_links() in your template.php file. Alternatively (and IMO better) is to name the function your_theme_name_links() where your_theme_name is the name of your theme. From here on, you can add theme functions like...
2 768 posted 16 years ago by berkes
¿Por qué empeñarnos en hacer enlaces que actúen como botones? ¿Por qué no hacemos botones que parezcan enlaces?
0 525 posted 16 years ago by j_junyent
Por ejemplo, haciendo uso del operador ^= (que nos permite seleccionar solo aquellos elementos cuyo atributo especificado coincida, al comienzo de la cadena, con el valor especificado) podremos crear una reglas para determinar el aspecto de nuestros...
4 684 posted 17 years ago by Hirmine
Open a new window without using target="_blank" for XHTML 1.1. Need jQuery Framework : http://jquery.com/
15 1991 posted 17 years ago by walepinski
Simple styling for the links on a webpage using CSS. Sometimes hard to remember what order the have to be in for the :hover to work correctly. (Now fixed :)
2 954 posted 17 years ago by 1man
1 2 3 Next »