Reusing pieces of code is like picking off sentences from other people's stories and trying to make a magazine article. --Bob Frankston

Posts in tips and tutorials


Extract Keywords from a Search String in C#

A better way than String.Split to extract words from a string. Continue...

Developer Tips and Tutorials C# Text

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

An easy javascript code snippet to allow only digits to be typed in a text box. Includes interactive demonstration. Continue...

Developer Tips and Tutorials Javascript

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

Learn how to use javascript to suppress a keystroke in a browser input box. Continue...

Developer Tips and Tutorials Javascript HTML

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

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. Continue...

Developer Tips and Tutorials Javascript Browsers

How Can I Easily Manage an XML Configuration File in .NET?

.NET makes reading and writing XML as easy as pie. Use a class template and you never have to deal with XML at all. Continue...

Developer Tips and Tutorials C# XML

Version: 6.0.20200920.1535