derans.blogspot.com
Deran Schilling, Learner: Dynamically Generate Form with jQuery and ASP.NET MVC
http://derans.blogspot.com/2012/07/dynamically-generate-form-with-jquery.html
Deran Schilling, Learner. Tuesday, July 31, 2012. Dynamically Generate Form with jQuery and ASP.NET MVC. Hopefully it’s obvious that you probably won’t need to do this very often, but when it’s needed, it’s nice to have available. I thought I’d share this little helper to dynamically create a form, append it to body, and submit it.without AJAX. Work with complex types. Typically view models are flat, so this works well most of the time. The ToQueryString method just calls the ToParameterList, adds a?
derans.blogspot.com
Deran Schilling, Learner: Export to Excel with MVC
http://derans.blogspot.com/2012/09/export-to-excel-with-mvc.html
Deran Schilling, Learner. Sunday, September 23, 2012. Export to Excel with MVC. I’m sure you’ve all had to export to Excel at one point or another. I created a small wrapper around the EPPlus library. For MVC. Basically my wrapper contains a few helpers for common formatting, an ActionResult, and a column definition. Here’s what the end result looks like in the simplest form:. The ExcelColumnDefinition.Create is kinda ugly, so you could create a small helper method for readability like this:. The ExcelCo...
derans.blogspot.com
Deran Schilling, Learner: Simple Way to Toggle on Hover with CSS
http://derans.blogspot.com/2012/08/simple-way-to-toggle-on-hover-with-css.html
Deran Schilling, Learner. Thursday, August 30, 2012. Simple Way to Toggle on Hover with CSS. Here’s a really simple way to toggle actions or more information to keep your pages clean. Posted by Deran Schilling. Simple Way to Toggle on Hover with CSS. Here’s a really simple way to toggle actions or more information to keep your pages clean. Blog comments powered by Disqus. Subscribe to: Post Comments (Atom). Going through life learning. View my complete profile. Code Samples from Posts.
derans.blogspot.com
Deran Schilling, Learner: January 2013
http://derans.blogspot.com/2013_01_01_archive.html
Deran Schilling, Learner. Monday, January 07, 2013. What to do when you are locked out of SQL Server. I was recently helping out a fellow Headspringer when we realized we were locked out of his local SQL Express installation. We just needed to start SQL Server in single-user mode, give rights to whatever users we want, and then start back in normal mode. Here’s what we did:. Launch SQL Server Configuration Manager (Run - SQLServerManager11.msc). Stop SQL Server (SQLEXPRESS) instance. Populate Dropdown wi...
derans.blogspot.com
Deran Schilling, Learner: jQuery Check Mate Demo
http://derans.blogspot.com/p/jquery-check-mate-demo.html
Deran Schilling, Learner. JQuery Check Mate Demo. If in IE, click here to go straight to demo. For whatever reason the iframe doesn't work properly in a Google Page. Your browser does not support iframes. Go here to access demo. JQuery Check Mate Demo. If in IE, click here to go straight to demo. For whatever reason the iframe doesn't work properly in a Google Page. Your browser does not support iframes. Go here to access demo. Blog comments powered by Disqus. Subscribe to: Posts (Atom).
derans.blogspot.com
Deran Schilling, Learner: July 2012
http://derans.blogspot.com/2012_07_01_archive.html
Deran Schilling, Learner. Tuesday, July 31, 2012. Dynamically Generate Form with jQuery and ASP.NET MVC. Hopefully it’s obvious that you probably won’t need to do this very often, but when it’s needed, it’s nice to have available. I thought I’d share this little helper to dynamically create a form, append it to body, and submit it.without AJAX. Work with complex types. Typically view models are flat, so this works well most of the time. The ToQueryString method just calls the ToParameterList, adds a?
derans.blogspot.com
Deran Schilling, Learner: Building a Feature Branch Configuration Template in TeamCity
http://derans.blogspot.com/2012/10/building-feature-branch-configuration.html
Deran Schilling, Learner. Friday, October 12, 2012. Building a Feature Branch Configuration Template in TeamCity. Click “Create template” under “Edit Project Settings” (I’m using version 7.0.4 of TeamCity btw). Here’s where the fun comes in…click “Create and attach new VCS root”. You should see this after saving:. Configure your build steps. We only have two steps because we use psake. 8230;so basically we call the build.bat in our repo root with specific params and the other step just runs our unit ...
derans.blogspot.com
Deran Schilling, Learner: September 2012
http://derans.blogspot.com/2012_09_01_archive.html
Deran Schilling, Learner. Sunday, September 23, 2012. Export to Excel with MVC. I’m sure you’ve all had to export to Excel at one point or another. I created a small wrapper around the EPPlus library. For MVC. Basically my wrapper contains a few helpers for common formatting, an ActionResult, and a column definition. Here’s what the end result looks like in the simplest form:. The ExcelColumnDefinition.Create is kinda ugly, so you could create a small helper method for readability like this:. Export to E...
derans.blogspot.com
Deran Schilling, Learner: jQuery Access Key Helper v2
http://derans.blogspot.com/p/jquery-access-key-helper_29.html
Deran Schilling, Learner. JQuery Access Key Helper v2. Flood me with SPAM. Click here for no action. If you have any questions, click here. Subscribe to: Posts (Atom). Going through life learning. View my complete profile. Code Samples from Posts. Export to Excel with MVC. Populate Dropdown with MVC. Dynamically Generate Form jQuery and MVC. Contact Form Sample MVC3. Demo Photo ASP.NET MVC Site v3.0. Demo Photo ASP.NET MVC Site v1.0. JQuery Access Key Helper. Coding Dojo XP Part 1. Coding Dojo XP Part 2.
derans.blogspot.com
Deran Schilling, Learner: What to do when you are locked out of SQL Server
http://derans.blogspot.com/2013/01/what-do-do-when-you-are-locked-out-of.html
Deran Schilling, Learner. Monday, January 07, 2013. What to do when you are locked out of SQL Server. I was recently helping out a fellow Headspringer when we realized we were locked out of his local SQL Express installation. We just needed to start SQL Server in single-user mode, give rights to whatever users we want, and then start back in normal mode. Here’s what we did:. Launch SQL Server Configuration Manager (Run - SQLServerManager11.msc). Stop SQL Server (SQLEXPRESS) instance. I was recently helpi...
SOCIAL ENGAGEMENT