If you have Windows Phone and would like to be able easily send your location to someone the code below will be helpful. When reviewing the code you will find that it is functional but lacks a pleasant user interface, as you build this app you can add your own…
Category: Code
This area of the site is dedicated to code snippets for quick and easy reference
DNN – Regain User Access
If you have ever been locked out of a DNN site you maintain (must have SQL access) this solution will help. NOTE: If you don’t have SMTP settings configured this process will not help First find your “Portals” table and update “UserRegistration” = 2 Note: In the example below I…
Send Authenticated Email – Console Application
Depending on your needs I would put the email settings in an app.config file rather than in the exe but for testing this will do what it needs to.
PHP Facebook WebCal Parse
I have seen various ways to parse webcal (ical, ics) files in PHP but they tend to get a little more complicated than they need to in some cases or simply do not work.
AES Encrypted SSO
Passing information between one site and another is becoming more and more common but how can you do it without exposing confidential data? Below are some examples of how you can encrypt text and then decrypt it on the other end. C# to C# Once you get to the destination…
Compare Number Array Against Column
I recently needed to see what zip codes in Michigan were missing from a table of zip codes that I have in a database. First I had to get an official list of zip codes for Michigan then came up with this script to figure out which of the official…
Ektron Upload File Into Library
I found and modified code to create an Ektron Library File Upload function. This function allows some customization: Defined Folder ID In this code I manually set the folder ID but effectively you could have a drop down list of folders to select the folder (see DMS Widget) Content Title…
Ektron DMS File List
Following my code on Ektron – DMS Content List I created this Ektron Widget
You must be logged in to post a comment.