Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Put the following in your controller to define the content-type for *that* specific controller.
0
856
posted 15 years ago by chrisamini
[Credit - Sam Allen, Dot Net Perls](http://dotnetperls.com/remove-html-tags)
2
1483
posted 15 years ago by jasonseney
A style of code reuse. Breaking methods (in this case MVC controller) into very small reusable atomic chunks that either perform an operation then return an ActionResult OR return null, then using with the null-coalescing operator.
0
1051
posted 15 years ago by jmcd
This code allows you to track each step of Magento's One Page Checkout in Google Analytics. I installed it at the bottom of my `checkout/onepage.phtml` template file. Once installed, you can set up a funnel for the following:
* `/checkout/onepage/...
0
1017
posted 15 years ago by jdbartlett
Example markup:
<p>This is the first part of the text <a class="toggle">[+]</a><span>this part is hidden until clicking the toggle link.</span></p>
The script will show and hide text when the toggle link is c...
1
887
posted 15 years ago by mikemetcalf
Simple [SoundManager2](http://www.schillmania.com/projects/soundmanager2/doc/download/#latest "Download SoundManager2") example (uses jQuery)
0
1188
posted 15 years ago by chrisdpratt
Simple way to configure the JVM to use the proxy in the network
1
972
posted 15 years ago by neozilon
This snippet is usable for telephone number normalization. It supports re-mapping of misused alphabetical characters (e.g. i for 1) and some other clean up stuff... Take a look.
Update, 2009-10-02: added function to create a corresponding MySQL RE...
1
1227
posted 15 years ago by dreadwarrior