On CBS.com: Social Viewing Rooms
1 Resources for

server-side validation

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

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

Additional Resources

Perform HTML form validation with ASP.NET
Conditional validation?The builtin validators are great for basic stuff, something I find missing is a conditional validator -- i.e. one that validates only if a third condition is met. For example, I have a form with payment methods on it. If Terms is selected, I require nothing more....
Tags: anafziger@..., HTML, Microsoft ASP.NET, programming, validate if control is checked, validation, validator
Discussion threads 2005-10-11
Implementing Validation Rules Using Aspects
This paper provides an overview of AOP-based data validation implementation in a sample loan processing application. The paper will look at validation rules for data fields with different validation requirements, which is common in most real-world applications. Annotations-based aspects using AspectJ are used to dynamically weave validation rules into existing...
Tags: Validation Rule
White papers 2005-11-08
TechNet Webcast: Cluster Validation in Windows Server "Longhorn" (Level 300)
This webcast describes the new validation process for failover clusters in Windows Server code name "Longhorn". The presenter of this webcast explains how this process is different from validation of server clusters in Windows Server 2003 R2 Enterprise Edition, and earlier versions of the operating system, which required that cluster...
Tags: Webcast, Microsoft Windows Server, Microsoft Longhorn, Microsoft TechNet, Microsoft Windows, Servers, Microsoft Windows Vista (Longhorn), Operating Systems, Digital Media, Software, Hardware, Consumer Electronics, Personal Technology
Webcasts 2007-05-07
WebWork Validation
OpenSymphony's WebWork is a web application framework designed to keep productivity high and the code simple. It has gained popularity for several reasons, including its integration with Spring, a powerful tag library, and OGNL support. Its powerful validation framework is borrowed from another OpenSymphony project, XWork. This paper will explore...
Tags: Sun Microsystems Inc., Web Application, Framework, OpenSymphony
White papers 2006-01-19
XML Validation and XPath Evaluation in J2SE 5.0
Some of the exciting new features of the Java 2 Platform, Standard Edition (J2SE) 5.0 release, code-named Tiger, are the added XML validation package at javax.xml.validation and the XPath libraries at javax.xml.xpath. Before the Tiger release, the Java API for XML Processing JAXP SAXParser or DocumentBuilder classes were the primary...
Tags: J2SE, XPath, XML, Java, Software/Web Development, Web Development, Programming Languages, Software Development
White papers 2005-09-08
TechNet Webcast: Identifying Audio Quality Issues Pre-Deployment With the Communications Server 2007 Deployment Validation Tool (Level 200)
A common problem in Voice over IP VoIP deployments is that administrators find out about problems with audio quality only after a user reports a problem. The Microsoft Office Communications Server 2007 Deployment Validation Tool simulates audio traffic so that one can detect and diagnose audio problems on a regular...
Tags: Webcast, Audio Quality, Communications Server, Microsoft Corp., Tool, Microsoft TechNet, Deployment Validation Solution, Productivity, Telephony, Networking
Webcasts 2008-03-28
Perform standard and custom validations with the ASP.NET 2.0 Framework
With the ASP.NET 2.0 Framework, developers can use validation controls to prevent users from entering the wrong type of data when a form is submitted to the web server. For example, you can use validation controls to prevent a user from submitting the value "apple" for a birth date field....
Tags: Chapter, Sams Publishing, Microsoft ASP.NET, Microsoft ASP.NET 2.0, Validation Control, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Book chapters 2006-07-20
Code Cracking
The paper is technical related to byte code manipulation of Java using Hex Editor and it requires knowledge of Java programming and Byte Code format. There are plenty of tools for debugging/patching code written in just about any language. This paper exposes one of many important items in web security...
Tags: Programming, Programming Languages, Development Tools, Java, Software Development, Software/Web Development
White papers 2004-11-03
QuipuKit (zip)
QuipuKit is a JSF library enabling developers to easily build dynamic Web applications. It includes an extended set of JSF components and a validation framework that shifts the traditional JSF validation to the client side. The library introduces such advanced components as DataTable, TreeTable, Chart, Calendar, and etc. providing developers...
Tags: JavaServer Faces, TeamDev, QuipuKit, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-04-26
Thawte commits to High Assurance/Extended Validation/Enhanced Validation SSL
High Assurance/Extended Validation/Enhanced Validation SSL will deliver an acknowledged industry standard for the highest level of online identity assurance processes for SSL certificate issuance. This will be reflected in most popular internet browsers, such as Microsoft's Internet Explorer 7, which launched in 2006.
Tags: Thawte, SSL, Ssl/Tls, Authentication/Encryption, Network Security, Security, Networking
White papers
Forms and processing
O.K...I am gonna start working on an online registration form which will include a user name, password and other information as well as a code that the user will have to enter it in the appropriate box this is because of preventing registrations by a software. The code will be...
Tags: davoud, forms and processing, HTML, password, programming, server, technology choice, tool
Discussion threads 2005-07-29
Excel Data Validation
I have been trying to set up Excel cell data validation with drop down lists from VBA Behind an Access application. I can do it with reference to a simple named or otherwise range defining a list, but not with a validation formula containing functions like OFFSET.I have also tried...
Tags: Microsoft Office, David.Jackson@..., Microsoft Excel
Discussion threads 2007-04-23
ASP and scripting
Planning to learn ASP.I am just wondering which scripting language is more functional and easy to learn, VBscript, javascript,....thanksJavascriptFor client side scripting I'd choose javascript over VBscript purely for cross platform/browser compatability.Thanks for your message, Choppit. What iff somebody turns off the javascript in the browser?and I would like to...
Tags: asp, davoud, JavaScript, Microsoft ASP, Microsoft VBScript, programming, Web browser
Discussion threads 2005-09-21
The Art of Code Validation
Art is a negotiation between the artist's imagination, talent, and medium. The art of code validation requires objective program assessment and willingness to make changes. Validation is of paramount importance in the pharmaceutical, biotech, and medical devices industries. The person creates what he or she thinks is the best work,...
Tags: Art, SAS Institute, Person, Validation
White papers 2007-05-14
ASP.NET controls make client-side validation a snap
As programmers, we all know that users are funny creatures, just as likely to enter their password into the user ID field as they are to do things the other way around. So you’ve probably found that a lot of your programming time is spent validating or cleaning up the...
Tags: .NET, Lamont Adams, Microsoft ASP.NET
Technical articles 2003-02-25
Prob in creating dropdown in excel
while creating drop down in a workbook,when i tried to link it with another workbook via data->validation,it shows :"u may not use references to other worksheets or workbooks for data validation rules."I m using Office 2003.The answer is right there. You may not use references to other worksheets of work...
Tags: Microsoft Office
Q&A 2005-02-27
Validation of date format in MS Excel
i want to give a validation of date format in MS Excel.my date format is mm/dd/yyyy.if sombody enters a different format,it will show error message.i tried with Data-->validation-->but if i give a date like 12345(with out '/'),it is automatically converting it to date.i don't want this .how can i do...
Tags: Prince.Jose@..., excel date validation, project management, programming, off-topic, Microsoft Corp., Microsoft Excel
Discussion threads 2007-01-14
IBM Server Group Reduces Manufacturing Errors and Improves Client Satisfaction With a Web Services Solution
IBM Server Group, the world's leading server vendor, works with thousands of IBM Business Partners to sell servers and related software and peripherals around the globe. The challenge was to tackle server configuration errors - caused by an underutilized order validation process - which took days or weeks to be...
Tags: Web, Web Service, Manufacturing, IBM Corp., Servers, Hardware
Case studies
Time Sync made easy
Desktop Authority from ScriptLogic makes the time sync a snap for servers and workstations. There is a configuration element for "Time Sync", and all that is needed to sync is to browse out to the server or DC that you are looking to sync everything to and easily select...
Tags: Time Sync, windows, administration, gglanert@..., security, server
Discussion threads 2006-02-17
  • << Previous
  • page 1 of 1
  • Next >>


Crash Course: Microsoft Excel
This pre-packaged presentation contains everything you need to get end users up to speed fast about Microsoft Excel --even if you don't consider yours ...
Buy Now
Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now

Mobile Computing