RyanSmith

Stories submitted by RyanSmith

Phone Number Validation and Formatting with JavaScript(dynamicajax.com)

submitted by RyanSmithRyanSmith(40) 4 years, 8 months ago

Yet another approach to validating phone number input with JavaScript. Unlike many of the other schemes, this validation function takes any valid 10 digit phone number in any format, validates it, then sets the value of the text field to the desired format of the programmer. Much more user friendly than those rigid validation schemes where the user is forced into a format. read more...

add a comment |category: |Views: 81

tags: another

Creating Excel Spreadsheets from VB.NET(dynamicajax.com)

submitted by RyanSmithRyanSmith(40) 4 years, 10 months ago

This article provides a nice simple introduction to creating Excel spreadsheets with multiple worksheets programmatically from VB.NET Simple straight-forward tutorial with full source code. read more...

add a comment |category: |Views: 79

tags: another

ASP.NET AJAX Chat Tutorial(dynamicajax.com)

submitted by RyanSmithRyanSmith(40) 5 years, 1 month ago

A nifty little tutorial that teaches you how to create an AJAX driven web chat with ASP.NET and SQL Server as the back end. read more...

add a comment |category: |Views: 248

tags: another