Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Add the following code to the end of the functions.php file. Et voilà !
1
909
posted 14 years ago by math89
Following our recent work on an [API for Cloudworks](http://freear.org.uk/node/40) I thought I\'d post this simple demo, which uses cURL and json_decode. [Email us](mailto:cloudworks AT open.ac.uk?subject=API) for an API key. (15-24 June 2010.)
0
688
posted 14 years ago by nfreear
Syntax used to create a table in MySQL. Replace column names as appropriate. Primary key should also be modified to suite needs.
2
741
posted 14 years ago by dkynyc
This will automatically tag external links and prefix the URL with '/outgoing' for tracking in Google Analytics. The pageTracker is assumed to be added to the page elsewhere in the markup. By default it is applied to all links contained in the BODY t...
0
817
posted 14 years ago by rgsmith007
Assumes that the record has a `name` field which represents the name of the location and always has a defined two character `country` field.
0
835
posted 14 years ago by iloveitaly
Use the facebook api to grab how many \\\'likes\\\' a url has had.
5
1503
posted 14 years ago by dtbaker
Simple piece of PHP to get the contents of a specified tag from an XML file and return it
3
1593
posted 14 years ago by ollie101
On Zend Framework you can add options on Select Element on Form.php or Controller Action, and after you can disable it, on Form.php or Controller.php too.
1
1206
posted 14 years ago by postNuKe
Send SMS via www.smsmatrix.com SMS Gateway using PHP
See more examples at <A HREF="http:/www.smsmatrix.com">SMS/Voice/TTS Gateway</a>
0
752
posted 14 years ago by smsmatrix
This is good for ensuring your domain is always either accessed with or without the www, which is important for SEO. It is also good if you have multiple domains that should resolve to the same site, and can redirect all requests to the main domain.
2
783
posted 14 years ago by beneberle
Add this to .irbrc.
Allows the following in console:
> gethtml('/login')
=> HTML of whatever page is generated by /login
0
935
posted 14 years ago by insanedreamer
Para colocar los produtos nuevos en el home o en otra pagina CMS de magento.
Para que esto funcione, el producto debe estar indicado como nuevo, en la edicion del producto.
0
535
posted 14 years ago by manteca
This code traces out the name (and display list path) of the object that currently has focus. This handy when you are testing the tab order and you can't see a yellow rectangle anywhere.
2
793
posted 14 years ago by adrianparr
like array_search but compares against a specific key in each element of the array
2
902
posted 14 years ago by iloveitaly