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

SQL Statement Validator

Posted on June 28, 2013October 26, 2015 By David Kittell

Reference: http://stackoverflow.com/questions/3276035/code-to-validate-sql-scripts

Read more

Page URL With Changing Variables

Posted on June 28, 2013October 26, 2015 By David Kittell

Often I’ve had to build a page that didn’t allow the datagrid or listview built in sort options so I came up with this function so that you can keep filters and change the sorting and direction of the page.

Read more

Alter Table

Posted on June 25, 2013October 26, 2015 By David Kittell

With this statement you would need to make sure that the column you wish to change does not currently have NULL values before running it otherwise you will likely have errors. With this statement you need to make sure that the column you wish to change only has unique values

Read more

Install Apps From SDCard

Posted on June 25, 2013October 26, 2015 By David Kittell
Read more

Microsoft Security Essentials

Posted on June 25, 2013October 26, 2015 By David Kittell
Read more

Network Connection Configurations

Posted on June 25, 2013October 26, 2015 By David Kittell

If you are on Windows Vista/7/8 you will need to create the batch file and then run it as administrator. In the examples below you will need to first know what the connection name is for your network connection(s) When you click on the start menu or Windows key on…

Read more

Get Division Dates

Posted on June 24, 2013October 26, 2015 By David Kittell
Read more

Open/Close Elements

Posted on June 12, 2013October 26, 2015 By David Kittell

Sometimes you need to be able to hide elements on a page, the following functions will help with the task of hiding/showing those elements.

Read more

CopyText Via ID

Posted on June 12, 2013October 26, 2015 By David Kittell

This function is to copy text or other HTML elements from one ID to another ID

Read more

Hide/Unhide Element Via ID

Posted on June 12, 2013October 26, 2015 By David Kittell

In this code it is important to have visibility = ‘hidden’ and display = ‘none’ to hide without leaving white space In this code it is important to have visibility = ” and display = ” to show

Read more
  • Previous
  • 1
  • …
  • 57
  • 58
  • 59
  • …
  • 63
  • Next

Code

Top Posts & Pages

  • Bleaching Wool using Hydrogen Peroxide
  • Front Page
  • PowerShell - Get Text Encoding Type
  • PowerShell - IPv4 Range
  • Open On Screen Keyboard (OSK)

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

  • Bleaching Wool using Hydrogen Peroxide
  • PowerShell - Get Text Encoding Type
  • PowerShell - IPv4 Range
  • Open On Screen Keyboard (OSK)
  • PowerShell - Install .NET 4.5.2
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes