Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Pulling posts from outside wordpress (in the right way!) as a response for this snippet: http://snipplr.com/view/39523/pulling--posts-from-outside-wordpress/
0
1307
posted 14 years ago by bronet
Uses jQuery to give links with rel=\"external\" the ability to open in a new window, while keeping the document XHTML or HTML Strict. Works by assigning a \"_blank\" value to the \"target\" attribute of all such links after the page has already loade...
0
889
posted 14 years ago by Moridin
It is quite easy. Download timbthumb and upload to your ftp (e.g: your root folder)
Then open your template html. For default template; templates/partials/assets/images.html
<strong>find</strong>
<code>
<img>
</code>
<strong>change li...
0
663
posted 14 years ago by xenuan
Not is mine, I found it online, I just found it and modified it\r\n\r\nI do not remember where I took if anyone knows the original URL I will include it
2
842
posted 14 years ago by elalecs
Remove the title bar from the activity.
(note : the title bar >< notification tray)
0
663
posted 14 years ago by funkypanda
Usage example:\\r\\n$./ur1ca.sh \\\"http://www.google.com/search?q=bash+scripting\\\"\\r\\nYour ur1 is: http://ur1.ca/17xpn\\r\\n$
1
988
posted 14 years ago by ksaver
Returns an HTML string of taxonomy terms associated with a post and given taxonomy. Terms are linked to their respective term listing pages.\r\n\r\nThis is for when a custom taxonomy is registered for a custom post type.
2
1113
posted 14 years ago by Jamie
Simple illustration of structuring your JavaScript and minimising your use of global vars.
0
1001
posted 14 years ago by 1man
An example taken from JavaScript: The good parts showing how to catch an exception.
0
945
posted 14 years ago by 1man