On GameSpot: Wii Fit tells 10-year-old she's fat
1 Resources for

maxlength

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Ensure data integrity with validation in ASP.NET
ASP.NET provides numerous validation controls that make it easy to validate data entered via a Web Form. Here are various ways to validate user-entered data via these controls. Data collection is an integral part of most applications whether Web- or Windows-based. It varies from obtaining user feedback to user...
Tags: Microsoft ASP.NET, Middleware, Databases, Tony Patton, .NET, database, .NET Newsletter, Web, TechRepublic Inc., Zip Code, Data, Field, Server, Value, Web Form, Data Collection, Validation, MaxLength, ErrorMessage, EnableClientScript, ControlToValidate, Servers, Software Development, Software/Web Development, Hardware, Enterprise Software, Software, Data Management
Technical articles 2005-07-22

Additional Resources

SQL basics: String data types
Data type implementations vary from database to database, but a working knowledge of the SQL specification will always give you a good idea of what's going on. This article breaks down the basic rules of deploying string data types.SQL data types dictate how a field's content will be handled, stored,...
Tags: Storage, Databases, Shelley Doll, SQL, data type, CHARACTER VARYING, database
Technical articles 2002-09-18
Ensure data integrity with validation in ASP.NET
Data collection is an integral part of most applications whether Web- or Windows-based. It varies from obtaining user feedback to user profile information. This data is often stored in a backend database system, which contains data constraints defining what is and is not allowed, so the data collected and sent...
Tags: database, Microsoft ASP.NET, Tony Patton
Technical articles 2005-07-22
Create a custom document workflow/archive solution
Most documents have a purpose, which is where document workflow comes into play. Phillip Perkins explains how you can create the foundation for a document workflow/archiving solution on a budget. Document management solutions are big business. As a matter of fact, try finding a system that provides...
Tags: Phillip Perkins, Process improvement, Web servers, workflow, reconciliation, Web Development Zone Newsletter, Document, Database, Employee, Data, XML, Web Browser, File Data, Quality, Business Operations
Technical articles 2005-08-03
Create reusable Windows data entry controls
Data is the lifeblood of the enterprise, so it is imperative for it to be consistent and valid. This article examines the use of controls within the .NET Framework to validate user data.When bad client logic allows invalid data to make it to the database, only to be rejected on...
Tags: .NET, Microsoft Corp., Microsoft Windows, e Advantage, TextBox
Technical articles 2002-12-11
Building a dynamic Web site, part 6: User logins and authentication
After rounding out the news subsystem of our Web site in part five of this Drill Down series, Vincent starts part six by implementing a user login and authentication system.Welcome to part six of Vincent Danen’s Building a dynamic Web site series! Previously, Vincent decided to use Apache, MySQL, PHP4,...
Tags: Web site development, Web technology, Channel management, SECURITY, OPEN SOURCE, Vincent Danen, user login, Web site, authentication, Web, authentication system, password, database
Technical articles 2000-10-03
Sail through Web page navigation with tabIndex
If you need to enter data in a Web page form, [Tab] can help you navigate fields. However, if you want to control the tab flow of a form, the HTML tabIndex property does the trick. Learn how to benefit from tabIndex in your development work. When I recently...
Tags: Web, Tony Patton, HTML DOM tabIndex property, HTML DOM tabIndex, Web Development Zone Newsletter, Function, HTML, Field, Web Page, Keyboards, Channel Management, Hardware, Peripherals, Marketing
Technical articles 2006-05-15
Validating form input in Perl with CGI::Validate
Consider a simple Webform that asks users for their age and e-mail address, then saves the data intoa database when they submit the form. Most genuine users will enter correctdata in these fields, it will go to your database, and everything will be hunky-dory.But a single malicious user or prankster...
Tags: E-mail, Scripting languages, Programming languages, Development tools, Guest Contributor, CGI::Validate, Perl, data type
Technical articles 2004-07-15
DOWNLOAD: 11 PHP functions for parsing and manipulating URLs and HTML
DOWNLOAD: 11 PHP functions for parsing and manipulating URLs and HTMLhttp://techrepublic.com.com/5138-10548-5655127.html[b]The table in the download lists some of the more useful PHP functions parsing and manipulating functions, but what functions are missing?[/b][i]Thanks,The Downloads Team[/i]Well unless I'm a dumb userthe download is missing from the download.Sorry . . .. . ....
Tags: download, HTML, Mark W. Kaelin, php, programming
Discussion threads 2005-04-06
Learn to use SQL Server as a ColdFusion back end
As a popular Web application server, Macromedia ColdFusion MX can connect to a large number of database systems through ODBC, JDBC, and native drivers. Here, I will explain how easy it is to connect ColdFusion to a SQL Server 2000 database. I will also show you how to use ColdFusion...
Tags: Databases, Development tools, Enterprise software, Brian Kotek, Microsoft SQL Server, Allaire ColdFusion, server, data source, database
Technical articles 2003-01-15
Build Your Skills: Dynamic Web site configuration tutorial
Fine-tune options for PHP to help you get the most out of your Web site.In the second Daily Drill Down of this series, I showed you how to install Apache, MySQL, PHP4, and some Apache modules to interface with PHP4 and Perl. I gave a very cursory glance at some...
Tags: Scripting languages, Vincent Danen, PHP, directive, short_open_tag
Technical articles 2000-09-14
MastrLynX
blog rootmastrlynx Web Internet search by searchEstate.comThis post originally appeared on an external websiteTraffic RoundupTraffic RoundupThis post originally appeared on an external websiteSam Freedom's Internet Marketing Controversy BlogSam Freedom's Internet Marketing Controversy BlogThis post originally appeared on an external websiteLearn To Earn An Income Online: Final Niche Sites Section added.Learn...
Tags: Web site development, Web technology, INTERNET, RSS, Marketing research, rayzbiz@..., external Website, Income Online, Web site, income
Discussion threads 2005-05-28
Introduce MVC model in PHP code
Introduce MVC model in PHP codeHi Pals,Can anyone provide a limelight to introduce MVC design pattern in PHP code which goes with HTML as well.Thanx in Advance.Here is a sample code. How to introduce the MVC Pattern in this code? Do chage this code & Introduce MVC and reply back...
Tags: HotelAmenitiesMaster, HotelAmenityID, MVC, PHP, Pno, PropertyNo=$pid, SELECT, vaishnavis@...
Discussion threads 2004-12-23
Upload users' files to a Web server using ASP.NET
Allowing users to submit files via the HTML input control is nothing new; however, ASP.NET simplifies the process and adds features that make it easier to work with submissions. Learn more about working with uploaded files in this .NET column. Most Web sites collect data via Web pages—this includes...
Tags: HTML, Microsoft ASP.NET, Middleware, Tony Patton, Web servers, .NET, uploaded file, Web server, server, .NET Newsletter, Microsoft .NET Framework, User, MIME, ContentLength Property, FileName Property, SaveAs Method, HtmlInputFile, HttpPostedFile, Software Development, Software/Web Development, Internet, Enterprise Software, Software
Technical articles 2006-02-14
Get started coding C# in ASP.NET
To truly tap into the power of ASP.NET, you must dig below the surface and realize that everything--everything--is an object. This simple walkthrough illustrates basics of Namespace, class, and some of the platform's other powerful features.Many Web developers embraced Microsoft's Active Server Page ASP technology and have used it widely...
Tags: .NET, Middleware, Programming languages, Microsoft ASP.NET, C#, Hello World, Response.Write
Technical articles 2001-09-29
ASP.NET basics: Working with the TextBox control
Developers often overlook basic programming options in favor of new or cool ways to deliver results. This is true for many of the standard ASP.NET features. A good example is the TextBox Web control, which offers plenty of options for building applications. This week, I take a closer look at...
Tags: Technique, Control, Microsoft ASP.NET, Property, Server, Font, TextBox1, OnTextChanged, TextBox1_TextChanged, CSS, .Net, C#, Middleware, Scripting Languages, Software/Web Development, Web Development, Software Development, Programming Languages, Enterprise Software, Software, Tony Patton
Blog posts 2008-02-12
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic Power Checklist: Securing Windows XP
If you have just finished installing Windows XP and you think the work is done, you're wrong. Some of the most important steps to getting Windows XP u ...
Buy Now
Help Desk Trouble Ticket Form
The Help Desk Trouble Ticket is an important document for the technical support professional. This form contains all the essential fields for maintain ...
Buy Now