Viewing 1 to 10 of 11 items
Tag Archives: Validation

The why and how of HTML and CSS validation

The why and how of HTML and CSS validation The why and how of HTML and CSS Validation What does validating HTML or CSS implies? The HTML and CSS validation, like many other things, have got two folds of people: one fold which realizes the underlying advantages of this proposition and other which does receive  Full Article…

0

JQUERY Form Validation 1of 2 || PHP Web Application Part — 5

jquery is very useful and popular new version of javascript. You can just imagine is power with this fact that it is used in almost all top sites. jQuery UI is basically jQuery user interface library. It provides interactions, effects, widgets, etc to create internet applications. this tutorial includes. textbox,radio,checkbox,textarea,password field validation using jquery

0

Why isn’t my jquery form validation working?

Question by : Why isn’t my jquery form validation working? What I don’t understand is that my code was working, and now it simply doesn’t. I don’t know what I could’ve changed to cause the jquery to stop working. Here’t the jquery code /* jQuery(function(){ jQuery(“#zip_code”).validate({ expression: “if (VAL.match(/^[0-9]{5}$ //)) return true; else return false;”,  Full Article…

0

Website Source Code Validation & Global Warmming – Less Than..

Website Source Code Validation & Global Warmming – Less Than.. Author: STRAIGHTALK 151years Article Source: MiNeeds.com, where consumers get competitive bids from Web Designers & Computer Service providers. Read reviews, compare offers & save. It’s free! Article Link: http://www.mineeds.com/HOLLYWOOD/str8talk/Articles/Website-Source-code-validation-Global-Warmming-Less-than-5-of-websites-pass-markup-validation Tags: ajax , code , html , java , json , optimization , rss , scripts  Full Article…

0

jQuery Form Validation – Part 1

In this tutorial I will take you through the process of validating a form with jQuery. You should also validate with PHP as its easy to turn javascript off. HTML Source Code: www.megaupload.com Regular Expression Used: var regexp = /^[a-zA-Z0-9]+[a-zA-Z0-9_.-]+[a-zA-Z0-9_-]+@[a-zA-Z0-9]+[a-zA-Z0-9.-]+[a-zA-Z0-9]+.[az]{2,4}$ /;

Making websites more efficient with validation

The website remains the anchor of the online business. Operating any business in the modern world without an online base, would be an impractical solution. The presence of a website not only enables the business to reach out to customers, but also helps in utilizing the largest media platform in an effective manner. However, creating and handling a website is not all simple. It depends on a number of facets

0