Skip to content

Instantly share code, notes, and snippets.

@thatcatcancode
thatcatcancode / IRedirectProcessor.cs
Created October 14, 2012 07:27 — forked from sheastrickland/IRedirectProcessor.cs
Simple server-side solution to jQuery Mobile + Ajax request + Redirect being transparently followed and not updating the data-url / page
public interface IRedirectProcessor
{
string Process(ResultExecutedContext context);
}
@thatcatcancode
thatcatcancode / README-Template.md
Created January 21, 2018 04:40 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites