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: CSharp

Write TXT File From textbox.text

Posted on May 13, 2013October 26, 2015 By David Kittell
Read more

Battery Life

Posted on May 3, 2013February 8, 2016 By David Kittell

By its self this code is rather simple and meaningless but useful when adding to scheduled tasks or applications that take a long time to run and have the potential of running on a laptop. Before using the code below in Design View you’ll need these: 1 Progress Bar 2…

Read more

Escape Characters

Posted on April 17, 2013October 26, 2015 By David Kittell
Read more

Good Integer

Posted on April 11, 2013October 24, 2021 By David Kittell

Function String Value GoodInt 55 55 GoodInt 55.55 56 GoodInt 55.45 55 GoodInt SomeText 0

Read more

Web Browser Controls

Posted on April 11, 2013March 3, 2016 By David Kittell

C# Visual Studio 2010 Project C# WebBrowser VB.NET Visual Studio 2010 Project VB.NET WebBrowser

Read more

RSS Feed Reader

Posted on April 8, 2013October 26, 2015 By David Kittell
Read more

File Upload Web Service

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

This is a File Upload Web Service that can be a wrapper for a process in between. Source code is an adaptation of this Microsoft article: HOW TO: Send and Receive Binary Documents by Using an ASP.NET Web Service and Visual C# .NET Upload Client

Read more

AES Encrypted SSO – C# to PHP

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

New Line

Posted on March 4, 2013March 10, 2016 By David Kittell

Often we forget what code we need to use to create a new line (line break), hopefully this will help. n = CR (Carriage Return) Used as a new line character in Unix r = LF (Line Feed) Used as a new line character in Mac OS nr = CR…

Read more

Check For Valid Date

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

Recently I had to validate dates in a form specifically the date of visit and date of birth This function will now check both for future date and do more checks for the date of visit, debug/helper information left in to better understand the function. Function Code: Function Use:

Read more
  • Previous
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • Next

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • PowerShell - IPv4 Range
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID

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 - IPv4 Range
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
  • Bleaching Wool using Hydrogen Peroxide
  • PowerShell - Install .NET 4.5.2
©2025 David Kittell | WordPress Theme by SuperbThemes
 

Loading Comments...
 

You must be logged in to post a comment.