Welcome To Snipplr


Everyone's Recent Snippets Tagged links



1 2 3 Next »
1 1944 posted 17 years ago by jmiller
find great websites by scraping links from delicious.com
0 1726 posted 17 years ago by halotis
3 2380 posted 17 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 2308 posted 17 years ago by Jdonner
You can get hostname from script environment - getenv("HTTP_HOST") (?!'.$host.') matches URLs always except local links
0 1765 posted 17 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 2991 posted 17 years ago by gdvickery
The basis to a spider.
5 2506 posted 17 years ago by Unreal
Nice simple snippet. Great for forum scripts.
1 2036 posted 17 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 2924 posted 17 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 2163 posted 17 years ago by fruehjahr
Remove that pesky dotted border around img elements, especially images inside <a> / link tags.
4 2301 posted 17 years ago by charmcitycoder
1 1836 posted 17 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 2173 posted 18 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 1905 posted 18 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 2399 posted 18 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 1480 posted 18 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 2147 posted 19 years ago by Hirmine
Open a new window without using target="_blank" for XHTML 1.1. Need jQuery Framework : http://jquery.com/
15 7393 posted 20 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 2665 posted 20 years ago by 1man
1 2 3 Next »