Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Add the following code to the end of the functions.php file. Et voilà !
1
1210
posted 15 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
925
posted 15 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
958
posted 15 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
1067
posted 15 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
1109
posted 15 years ago by iloveitaly
Use the facebook api to grab how many \\\'likes\\\' a url has had.
5
1813
posted 15 years ago by dtbaker
Simple piece of PHP to get the contents of a specified tag from an XML file and return it
3
1924
posted 15 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
1503
posted 15 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
1006
posted 15 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
1042
posted 15 years ago by beneberle
Add this to .irbrc.
Allows the following in console:
> gethtml('/login')
=> HTML of whatever page is generated by /login
0
1206
posted 15 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
714
posted 15 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
1019
posted 15 years ago by adrianparr