Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Category: Code

This area of the site is dedicated to code snippets for quick and easy reference

C# String Like

Posted on March 15, 2014October 26, 2015 By David Kittell

I had a need to find a string like function similar to MSSQL and found this useful function. Reference: http://stackoverflow.com/questions/5417070/c-sharp-version-of-sql-like

Read more

C# Get URL Details From Browser

Posted on March 15, 2014October 26, 2015 By David Kittell

Host: test.domain.org Host: test.domain.org Path: /templates/pbcontent.aspx Application Path: / URL: https://test.domain.org/templates/pbcontent.aspx?pageid=2147483707&id=86186 Path With Query: /templates/pbcontent.aspx?pageid=2147483707&id=86186

Read more

MSSQL – Valid Date

Posted on March 14, 2014October 26, 2015 By David Kittell

Validate a non-DateTime data type field is a really a date.

Read more

jQuery – Auto Complete Off

Posted on March 14, 2014October 26, 2015 By David Kittell
Read more

Extract Links From Word

Posted on March 13, 2014October 26, 2015 By David Kittell
Read more

ASPX Page Control Enable / Disable

Posted on March 12, 2014October 26, 2015 By David Kittell

In some cases you need to disable controls on a page, this will help you disable various types of controls.

Read more

MSSQL – Data Transfer

Posted on March 10, 2014October 26, 2015 By David Kittell

Recently I had to transfer ICD9CM codes from one database to another with limited database permissions, I decided to let the database work for me to perform the task. Ideally you’d have Visual Studio SSIS or some other mass data transfer option but this query will help you to get…

Read more

MSSQL – Identity Insert

Posted on March 10, 2014June 15, 2017 By David Kittell

Reference: http://technet.microsoft.com/en-us/library/aa259221(v=sql.80).aspx

Read more

Ektron – Widget Form

Posted on March 5, 2014October 26, 2015 By David Kittell

In the recent upgrade from Ektron 8.0.2 to 8.7 I’ve been rebuilding forms to user controls that can be used as widgets. Below is basic elements to make the form work for your Ektron 8.7 (possibly higher). Please note the TextBox SubmissionEmail, this allows you to change the email address…

Read more

Ektron – Stop / Start Services

Posted on March 5, 2014October 26, 2015 By David Kittell

This should only be done on a development computer, doing so on a production server would not be good. Please note that while stopping the services I’m also setting the start command to “demand” this is also known as “manual”. In setting this command Ektron will no longer automatically start…

Read more
  • Previous
  • 1
  • …
  • 40
  • 41
  • 42
  • …
  • 63
  • Next

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • PowerShell - UNIX SED Equivalent - Change Text In File
  • OpenSSL Generate Salt, Key and IV
  • PowerShell - Backup / Restore IIS Site and Configuration

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • PowerShell - UNIX SED Equivalent - Change Text In File
  • OpenSSL Generate Salt, Key and IV
  • PowerShell - Backup / Restore IIS Site and Configuration
  • SQLite - Auto-Increment / Auto Generate GUID
  • PowerShell - Get .NET Framework / Core Version
©2025 David Kittell | WordPress Theme by SuperbThemes