Colostate - code.colostate.edu - Web Ramblings

Latest News:

Preparing Your MojoPortal Site For Upgrading 22 Aug 2013 | 08:12 pm

For reference purposes, I wanted to document every change that I make to the stock version of mojoPortal before I execute an upgrade using my PowerShell script. You may want to check out this blog po...

MojoPortal + Sign In Event Handler: Automatically Granting Departmental Users Content Admin Role 19 Jun 2013 | 09:40 pm

I thought I'd add pass along some code to automatically grant LDAP users some role on their respective sites upon a successful login.  Please see http://www.mojoportal.com/user-sign-in-event-handlers....

Elmah Overview 15 May 2013 | 01:09 am

Elmah (Error Logging Modules and Handlers): ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a run...

MojoPortal: Creating a Simple Quiz Using Form Wizard Pro And jQuery 27 Mar 2013 | 01:28 am

Recently I was asked by a client to create a quiz that would not allow someone to submit it until all the answers were correct. This is what I whipped up for them today.  You'll get the idea by viewin...

Form Wizard Pro: Validating At Least One Drop Down Is Not Empty 21 Aug 2012 | 07:10 pm

There is no built-in functionality in mojoPortal's Form Wizard Pro to require at least one item (of many) be required.  Here's one way to do it with jQuery, though: Shaun Geisert  ...

Form Wizard Pro: Validating At Least One Drop Down Is Not Empty 21 Aug 2012 | 07:10 pm

There is no built-in functionality in mojoPortal's Form Wizard Pro to require at least one item (of many) be required.  Here's one way to do it with jQuery, though: Shaun Geisert  ...

Creating Unique Constraint in MS SQL While Allowing Multiple NULL values 29 Jun 2012 | 09:44 pm

For future reference: create unique nonclustered index uniqueEmail on dbo.trk_Person(Email) where Email is not null; create unique nonclustered index uniqueCustomId on dbo.trk_Person(CustomId) wh...

Creating Unique Constraint in MS SQL While Allowing Multiple NULL values 29 Jun 2012 | 09:44 pm

For future reference: create unique nonclustered index uniqueEmail on dbo.trk_Person(Email) where Email is not null; create unique nonclustered index uniqueCustomId on dbo.trk_Person(CustomId) wh...

Extending MojoPortal's Form Wizard Pro to Support Authorize.NET SIM – Version 2.0 1 Jun 2012 | 05:17 am

Download Visual Studio solution file I see there have been some individuals who are interested in integrating Authorize.NET SIM with MojoPortal’s Form Wizard Pro.  To make this integration simpler...

Extending MojoPortal's Form Wizard Pro to Support Authorize.NET SIM – Version 2.0 1 Jun 2012 | 05:17 am

Download Visual Studio solution file I see there have been some individuals who are interested in integrating Authorize.NET SIM with MojoPortal’s Form Wizard Pro.  To make this integration simpler...

Recently parsed news:

Recent searches: