Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
1784
posted 16 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
1963
posted 16 years ago by iloveitaly
Use the facebook api to grab how many \\\'likes\\\' a url has had.
5
3690
posted 16 years ago by dtbaker
Simple piece of PHP to get the contents of a specified tag from an XML file and return it
3
4133
posted 16 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
2429
posted 16 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
1845
posted 16 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
1959
posted 16 years ago by beneberle
Add this to .irbrc.
Allows the following in console:
> gethtml('/login')
=> HTML of whatever page is generated by /login
0
4030
posted 16 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
1308
posted 16 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
1836
posted 16 years ago by adrianparr
like array_search but compares against a specific key in each element of the array
2
1960
posted 16 years ago by iloveitaly
HTML5 geolocation using the new HTML5 geolocation API, JavaScript and Google Maps. HTML5 geolocation detection is included. This will work in almost every modern browser except IE, but if your browser does not support it, it will tell you so. It will...
3
2338
posted 16 years ago by jonkemp