Scott On Writing.NET
Musings on technical writing...
Search:
Browse by Tags
All Tags
»
jQuery
(
RSS
)
ASP.NET MVC
ASP.NET Talk
Miscellaneous
Web Services
Creating a Currency Masked TextBox with On-the-Fly Currency Formatting
25 June 11 03:21 AM
|
Scott Mitchell
| with
no comments
By default, a user can enter any character into a textbox. Masked textboxes help reduce user input error by limiting what characters a user can type into a textbox. Masked textboxes have been a standard user input element in desktop applications for decades...
Select a textbox’s text on focus using jQuery
01 February 11 03:23 AM
|
Scott Mitchell
|
2 comment(s)
A fellow ASP.NET developer asked me today how he could have the text in a TextBox control automatically selected whenever the TextBox received focus. In short, whenever any textbox on the page receives focus you want to call its select() function. (The...
jQuery Usage Among Top Sites
06 January 11 12:11 AM
|
Scott Mitchell
| with
no comments
If you use jQuery on your website two things to consider are: What version of jQuery to use, and How should the jQuery library be referenced from your website Concerning the first question… Ideally everyone would use the latest and greatest version of...
Resetting Form Field Values in an ASP.NET WebForm
23 December 10 02:14 AM
|
Scott Mitchell
|
3 comment(s)
A recent question on Stackoverflow.com asked if there was a general method to clear a form in ASP.NET . The person asking the question had a form with many TextBox and DropDownList controls and wanted some way to be able to “reset” all of those values;...
Checking All CheckBoxes in a GridView Using jQuery
04 December 10 02:41 AM
|
Scott Mitchell
|
3 comment(s)
How do I love thee, jQuery ? Let me count the ways. In May 2006 I wrote an article on 4GuysFromRolla.com titled Checking All CheckBoxes in a GridView Using Client-Side Script and a Check All CheckBox , in which I showed how to add a column of checkboxes...
Use jQuery to Open “External” URLs in a New Browser Window
15 September 10 03:24 AM
|
Scott Mitchell
|
4 comment(s)
As any web developer knows, the HTML anchor element ( <a> ), when used in the following form: <a href="http://www.scottonwriting.net">Click Me!</a> creates a hyperlink with the text “Click Me!” that, when clicked, whisks the...
Adding a RESTful Service to My Boggle Solver
11 September 10 02:47 AM
|
Scott Mitchell
|
5 comment(s)
This blog post has been deprecated. Please see Updating My Online Boggle Solver Using jQuery Templates and WCF for an updated discussion on the solver service, the data it returns, and how to call it from a web page. My immediate and extended family enjoys...
I’m Teaching Two Upcoming Training Classes in San Diego
19 August 10 09:45 PM
|
Scott Mitchell
| with
no comments
Once a year (or so) I teach a handful of one-day, four hour classes in San Diego on various ASP.NET topics. I’ve got two such classes lined up for Saturday, September 11: Get Started with ASP.NET MVC – 8 AM to Noon Traditionally, ASP.NET websites have...
More Posts
This Blog
Home
Contact
About
Hire Me!
RSS
Twitter
Tags
.NET Toolbox
About Writing
ASP.NET MVC
ASP.NET Talk
ASP.NET View State
Blog Enhancements
Blogs
Blogs, RSS, Web 2.0
Comment Spam
Crystal Reports
Going Independent
jQuery
Miscellaneous
RssFeed
skmFAQs.NET
skmMenu
SQL
TechEd 2004
Technology
Toolbox Column
Web Services
Local User Groups
San Diego .NET Developers Group
San Diego .NET User Group
Los Angeles .NET Developers Group
Archives
August 2012 (1)
May 2012 (1)
April 2012 (1)
March 2012 (1)
November 2011 (1)
September 2011 (2)
August 2011 (1)
June 2011 (3)
May 2011 (1)
April 2011 (1)
March 2011 (3)
February 2011 (1)
January 2011 (3)
December 2010 (2)
October 2010 (2)
September 2010 (3)
August 2010 (6)
July 2010 (4)
June 2010 (1)
May 2010 (3)
April 2010 (2)
March 2010 (1)
February 2010 (1)
January 2010 (1)
December 2009 (2)
November 2009 (2)
October 2009 (5)
September 2009 (3)
August 2009 (3)
July 2009 (4)
June 2009 (3)
May 2009 (2)
April 2009 (3)
March 2009 (6)
February 2009 (8)
January 2009 (5)
December 2008 (4)
November 2008 (5)
October 2008 (5)
September 2008 (5)
August 2008 (6)
July 2008 (13)
June 2008 (6)
May 2008 (3)
April 2008 (3)
March 2008 (3)
February 2008 (6)
January 2008 (3)
December 2007 (2)
November 2007 (4)
October 2007 (5)
September 2007 (5)
August 2007 (2)
July 2007 (2)
June 2007 (1)
May 2007 (2)
April 2007 (6)
March 2007 (9)
February 2007 (6)
January 2007 (11)
December 2006 (5)
November 2006 (2)
October 2006 (5)
September 2006 (4)
August 2006 (5)
July 2006 (6)
June 2006 (10)
May 2006 (6)
April 2006 (9)
March 2006 (6)
February 2006 (4)
January 2006 (13)
December 2005 (5)
November 2005 (6)
October 2005 (10)
September 2005 (9)
August 2005 (8)
July 2005 (8)
June 2005 (10)
May 2005 (7)
April 2005 (14)
March 2005 (7)
February 2005 (9)
January 2005 (13)
December 2004 (10)
November 2004 (11)
October 2004 (16)
September 2004 (13)
August 2004 (12)
July 2004 (12)
June 2004 (7)
May 2004 (19)
April 2004 (16)
March 2004 (18)
February 2004 (12)
January 2004 (12)
December 2003 (5)
November 2003 (7)
October 2003 (12)
September 2003 (8)
August 2003 (10)
July 2003 (12)
My Books