Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration. --Stan Kelly-Bootle
Log In
Providing Microsoft .NET Articles and Code Samples since 2002
Home
→
Categories
→
languages - javascript
Home
Search
Articles
Categories
About
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: Javascript
languages
javascript
[Articles: 5]
Sort:
Most Recent
Updated
Author
Pages
Views Today
Total Views
Javascript Char Codes (Key Codes)
By
steve
on
January 11, 2007
. | Updated on
January 26, 2012
. |
1,086,269
views,
1,439
today. |
1
page.
■
Javascript
■
Reference
■
Text and Strings
■
Web Browsers
An interactive javascript key code reference for javascript developers. Includes an interative text box where you can type a key and see it's code along with a complete lookup table.
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,991
views,
446
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.