Welcome To Snipplr
Everyone's Recent Snippets
- 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
1345
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
1479
posted 15 years ago by iloveitaly
Use the facebook api to grab how many \\\'likes\\\' a url has had.
5
3120
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
3465
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
1895
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
1343
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
1476
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
3443
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
949
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
1318
posted 15 years ago by adrianparr
like array_search but compares against a specific key in each element of the array
2
1444
posted 15 years ago by iloveitaly