Skip to content

Instantly share code, notes, and snippets.

View jculverwell's full-sized avatar

Jim Culverwell jculverwell

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jculverwell on github.
  • I am jculverwell (https://keybase.io/jculverwell) on keybase.
  • I have a public key ASBhmKmJgQA7dYOKDRm26Fs7mQ0bC-4Ap_l0JQt3dAdJrQo

To claim this, I am signing this object:

@jculverwell
jculverwell / Twitter Bootstrap_multi_select_dropdown.html
Created October 24, 2012 02:14
Twitter Bootstrap multi select dropdown
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.js"></script>
<meta charset=utf-8 />
</head>
<body>
@jculverwell
jculverwell / migration.sql
Created September 1, 2012 19:50
Migration from ASP.NET Membership to SimpleMembership
--This script attempts to migrate the users
--from the old ASP.Net Membership tables
--into the new SimpleMemberShip tables
--The SimpleMembsership uses more secure password hashing, as such the old password hashes won't
--work with the SimpleMembership tables.
--As far as I can tell you have two options
--1) Get your users to reset their passwords
--2) Update your web.config to force SimpleMembership to use the old SHA1 format. See more details
--here http://stackoverflow.com/questions/12236533/migrating-from-asp-net-membership-to-simplemembership-in-mvc4-rtm