Measuring programming progress by lines of code is like measuring aircraft building progress by weight. --Bill Gates
Welcome to my blog and project site for Microsoft.NET development.

I've been a full time .NET developer for ten years, but I didn't start my professional life as a programmer ... more
Share/Print this page:

Category: Client side

software development
client side
[Articles: 4]

Sort:Most RecentUpdatedAuthorPagesViews TodayTotal Views 

How Can I Use Javascript to Allow Only Numbers to Be Entered in a TextBox?

By steve on January 11, 2007.  |  Updated on January 26, 2012.  |  267,992 views, 447 today.  |  1 page.
 Client side  HTML  Javascript  Snippet  Web Browsers 
An easy javascript code snippet to allow only digits to be typed in a text box. Includes interactive demonstration.

How Do I Suppress a Keystroke in a Browser Input Box Using Javascript?

By steve on January 11, 2007.  |  Updated on January 22, 2012.  |  28,063 views, 9 today.  |  1 page.
 Client side  Javascript  Snippet  Web Browsers 
Learn how to use javascript to suppress a keystroke in a browser input box.

How Do I Keep My Website From Being Viewed In a Frame?

By steve on January 11, 2007.  |  Updated on January 22, 2012.  |  6,791 views, 3 today.  |  1 page.
 Client side  Javascript  Snippet  Web Browsers 
Learn how to keep your website from being viewed in a frame. This is not necessarily good practice, but it's needed in some instances.

Set Initial Focus on an ASP.NET Page

By steve on January 09, 2007.  |  Updated on January 22, 2012.  |  17,900 views, 6 today.  |  1 page.
 C#  Client side  Javascript  Snippet  Web  Web Browsers 
Here's a C# snippet to set the initial focus when a page loads. It takes into account some of the quirks with different types of controls and HTML elements.