TechRepublic : A ZDNet Tech Community

1 Resources for

validation option

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Easily test Web services with soapUI
The soapUI tool makes it much easier to test Web services during development. It's also useful for interacting with third-party Web services to get a better idea of what to expect and what to include in the response. See how to put soapUI to work. by Tony Patton
Tags: Web, Web Service, Tool, soapUI, soapUI Tool, SoapUI, Validation Option, Download Page, Pro Version, Cloud Computing, Web Services, Channel Management, Enterprise Software, Software, Marketing, Tony Patton
Blog posts 2008-07-03

Additional Resources

Ensure accurate data entry in Excel by using Data Validation to create drop-down lists
You don't have to know how to program in Visual Basic to create drop-down lists and validate entries in an Excel spreadsheet. The Data Validation feature makes it easy to eliminate data entry errors.You could write a book about all the ways you can use Excel’s Data Validation feature. Like...
Tags: PRODUCTIVITY, Microsoft Excel, Jeff Davis, Data Validation, data entry, cell, validation rule
Technical articles 2000-04-27
Avoid bad form data with a little CGI validation code
Validating data from a Web form with a CGI script is a standard practice. Find out how to tweak your form validation code using regular expressions and a systematic approach.Form validation is one of the essentials when you're building a Web form front end. Besides preventing bogus information, validation also...
Tags: Scripting languages, Programming languages, Development tools, CGI, Perl, form data, form submission
Technical articles 2002-11-26
Enhancing form usability with instructions and validation
This article is from Builder.com's Design and Usability Tactics e-newsletter. Sign up instantly to begin receiving the Design and Usability Tactics e-newsletter in your inbox.Forms are among the most interactive aspects of Web sites. They collect visitor information, whether it's a user ID and password in a login form or...
Tags: Sales channel, Channel management, Michael Meadhra, text box
Technical articles 2004-04-28
Data validation with JavaScript and regular expressions
Never rely on client side scriptsClient side validation of user input is good practice but ... for real application security any client side validations must be repeated on the server side. Frequently the same regex can be used for both validations, though the server side may require some additional processing.Javascript...
Tags: apotheon, javascript, programming, security, server, Server-side validation
Discussion threads 2006-09-19
Client-side data validation with XML
One of my favorite parts of Web applications development is user interface design. My primary concern is with the flow of a page as opposed to how pretty it is. There is nothing more frustrating than having clients make their selections, click a button, and then wait for an entire...
Tags: Edmond Woychowsky, XML-Data Islands, XML, data validation
Technical articles 2004-03-01
Data Validation
I have been working with data validation for some time. I have someone who is creating a list and they want two options; x or just a blank cell. On my computer, it works fine. In data validation, I choose list and then type in x,space. This allows me to...
Tags: Microsoft Excel, PRODUCTIVITY, data validation
Discussion threads 2008-05-30
Forms Validation
How can I use two radio buttons representing two different currencies (eg. USA and CAN) to select and delect two corresponding selection lists? Typically, if the radio button for USA is selected then the selection list for CAN is disabled and vice versa.Regards.Not sure what you want to do?I'm not...
Tags: Advertising & Promotion, radio button, radio, selection list, document.getElementById
Discussion threads 2008-04-07
Solution: Why can't Brad's Windows 98 computers log on to the network?
In this week's Pop Quiz, we reveal the reason why Brad couldn't get three Windows 98 machines to log on to an NT domain. Find out which lucky TechRepublic members won a free TechRepublic T-shirt for their problem-solving efforts.When we last left Brad, a system administrator for his hometown newspaper,...
Tags: NETWORKING, Ed Engelking II A+, Microsoft Windows, computer, Microsoft Windows 98, Brad, network
Technical articles 2000-12-29
Using PROC FORMAT for Data Validation and Clean-Up
The purpose of this paper is to illustrate the use of PROC FORMAT with the CNTLIN= option to help in the process of data validation and "Cleaning". Along the way, various methods of transposing data are also demonstrated as well as some other ways of using PROC FORMAT. The example...
Tags: SAS Institute
White papers 2007-05-14
problem using data validation and vlookup; using 2 inputs to get 1 value
Basically i have 2 drop down menus with slope and Rmax in each. In Rmax there is the option of Rmax37 and Rmax99. What I need is a a function where i select say "slope 1 in 1 and Rmax37" the value for coefficient A=0.00703 pops in a cell, the...
Tags: Scripting languages, Rmax
Discussion threads 2008-03-01
Shopping for the right SSL: What are the options?
When looking to use SSL certificates to secure communications, there are many different options available. Extended Validation, SGC, standard SSL, and domain-validated SSL are the options generally available from commercial SSL signing authorities. There are also the options of self-signing certificates or using one of the free SSL providers.Self-signing certificates...
Tags: Legislation, SSL Certificate, SSL, Certificate, SGC, SGC Certificate, Ssl/Tls, Authentication/Encryption, Network Security, Security, Networking, Justin Fielding
Blog posts 2007-11-27
SQL Injection Attacks
SQL Injection AttacksMy web server has MsSql at the back-end and asp at the front-end. A UserID, Password, and a dynamically generated code field are present on the website for the user to logon. There are other features in the website such as search n advanced search.At the back-end, we...
Tags: SECURITY, Databases, SQL injection, SQL
Q&A 2006-04-24
Get answers to several Excel questions from the Help Desk Advisor inbox
TechRepublic contributor Jeff Davis answers Excel questions sent to the Help Desk Advisor inbox. He provides tips on such areas as mail merging and data validation.One of the most enjoyable fringe benefits of writing a column for TechRepublic is receiving e-mail from Help Desk Advisor readers and subscribers to the...
Tags: Microsoft Office, Word processors, Jeff Davis, Microsoft Excel, B14, Microsoft Word, data source, C14, help desk, mail merge, merge
Technical articles 2002-10-08
Prevent users from inadvertently entering the wrong year in a worksheet
Could be improvedHow about giving the user a sensible error message that spells out the problem rather than the generic one offered in the article.All it requires is clicking on the Error Alert tab and typing something like "Year must be 2009".As Always, Excellent !Great option for an end user...
Tags: Microsoft Excel, worksheet, data validation, Current Year
Discussion threads 2008-10-15
How do I... Secure Microsoft Windows XP Professional?
This blog post is also available as a TechRepublic gallery and a TechRepublic download.Even though Microsoft Windows Vista has been out for a while and is available from just about anywhere, most organizations -- at least for the time being -- are sticking with the tried and true Windows XP.By...
Tags: Windows XP, Security, How Do I
Blog posts 2007-07-12
Excel 2000: Combo Box for Data Entry
Hi,I am doing adding combo boxes for data entry purposes to save time.There will be afew columns:1. Mode of Shipment column A2. Port column B3. Country Code column cetcetc.I would like to know if it is possible to have a combo box for each field so that the user can...
Tags: cell, combo box, data entry, database, excel, Microsoft Access, Microsoft Excel, microsoft office applications, off-topic, vba, zeepzip@...
Discussion threads 2005-05-08
What is cross-site scripting?
Cross-site scripting, also known as "XSS," is a class of security exploit that has gotten a fair bit of attention in the last few years. Many users, and even Web developers, aren't entirely clear on what the term means, however. I'll explain cross-site scripting for you, so you...
Tags: XSS, JavaScript, Web Site, Web Browser, Exploit, Cross-site Scripting Exploit, Cookies, Web Site Development, Internet, Chad Perrin
Blog posts 2008-03-18
Better use of form controls
In this week's Design and Usability Tactics newsletter, author Michael Meadhra adds his voice to the general call for better use of form controls, and elaborates on a few of Jakob Nielsen's usage suggestions.Can you think of examples of misused check boxes and radio buttons that make a form confusing...
Tags: checkbox, Newsletter Editor, programming, radio, radio button
Discussion threads 2004-10-19
Two tips to make your forms run faster in Access
Access, Forms, FasterThis is an extremely helpful tip - as Access on a network with a lot of data really slows down.good tipThese sound useful.For forms that MUST be searchableRequires a bit more work on your end, maybe. Most of the time, IME, users do NOT need every record...
Tags: access, faster, forms, hardware, Microsoft Access, sfrugonewev@...
Discussion threads 2006-09-20
  • << Previous
  • page 1 of 1
  • Next >>


IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now
500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now

Boost Business Productivity