Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Function to add custom body class in th Thesis theme for WordPress...Thanks to @girliegeek!
1
2264
posted 16 years ago by joelhaus
Hey everyone, I was noticing that there are a lot of ways that people are using to write their own string truncation functions wit the use of other functions like 'substr_replace', but it kinda seemed like a lot of them went a bit too far out to make...
1
1889
posted 16 years ago by Admiral
Put the following in your controller to define the content-type for *that* specific controller.
0
1569
posted 16 years ago by chrisamini
[Credit - Sam Allen, Dot Net Perls](http://dotnetperls.com/remove-html-tags)
2
2575
posted 16 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
1836
posted 16 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
1839
posted 16 years ago by jdbartlett