Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Most of this code is by:
http://www.wprecipes.com/get-tags-specific-to-a-particular-category-on-your-wordpress-blog
I simply added the Tag Cloud
0
785
posted 13 years ago by daif
Stylesheet links for Compass generated CSS files; ie.css, print.css, and screen.css, generated from respective .scss files.
0
619
posted 13 years ago by sethetter
Beim einfachsten Listenmenü muss man trotzdem ein paar Dinge beachten: Sonderzeichen wie & sollen z.B. in & verwandelt werden. Dies passiert mit stdWrap.htmlSpecialChars = 1. Falls man dies nicht beachtet, werden Links, welche dieses Zeichen ent...
0
850
posted 13 years ago by abteilung
Embed a video via PHP without using `the_content` filter in WordPress. From luckykind at http://wordpress.org/support/topic/call-function-called-by-embed-shortcode-direct
0
679
posted 13 years ago by jevets
First of all this refers to a clean Ubuntu 10.04 install with the LAMP and OpenSSH packages installed, but can probably be applied in most cases.
Duplicate the file /etc/apaches/sites-available/default, and name it subdomains.
Edit the new file...
1
799
posted 13 years ago by krillzip
You need to create a new package android.bluetooth in your project, and add the files: IBluetooth.aidl y IBluetoothCallback.aidl from the android source code
0
1760
posted 13 years ago by efor18
Mix EE channel tag into javascript add the following code into the config array.
0
704
posted 13 years ago by audiopleb
Say you don’t want to reset ALL your orders, maybe you want to PRUNE a production database. if that’s the case, this php file (added to a crontab, or ran from your magento root directory) will DELETE all cancelled orders (5000 limit per instance)...
0
699
posted 13 years ago by hotdiggity
To wrap long URLs, strings of text, and other content, just apply this carefully crafted chunk of CSS code to any block-level element (e.g., perfect for <pre> tags):
1
839
posted 13 years ago by mdjamal