W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘form’

Popup Calendar Script for All Browser Internet Explorer,Chrome,Opera,Firefox,Safari

September 26th, 2009

Description: Does your form contain INPUT box(es) that require a date value from the visitor? Sev’s Popup Calendar script allows for a visual, interactive way of selecting and inputting this date, rendering the job of your visitor reaching for a physical calendar to find out the date (whether for today’s or otherwise) obsolete. Very practical [...]

Read More >>

Form Dependency Manager Script

September 26th, 2009

Description: This is a form dependency script for shuttling the display of fields within a complex form, where the visibility of a form field should depend on the value and/or state of another. It’s not meant to replace server side scripting for dictating what fields get filled out by the user; after all, JavaScript can easily [...]

Read More >>

Good Looking Forms Without Using Tables

September 25th, 2009

This tutor will show you to create a good looking forms without using tables codes. You can use all CSS/HTML elements to design your custom form for your web projects: Step 1: HTML Basic Structure

Read More >>

Create a Ajax based Form Submission with jQuery

September 8th, 2009

AJAX AJAX has changed the world of web development. Look at digg, facebook and gmail, thery are good examples to show the capability of AJAX. AJAX can create a highly responsive web interface and increase the user experience. AJAX is abbrieviated from Asynchrounous javascript and XML. It’s not a new technology, but the implementation of [...]

Read More >>

Creating a Facebook-like Registration Form with jQuery

September 4th, 2009
working..

Introduction: Facebook is a showcase of great UI design. And as it has become a major part of our lives, it has also raised the bar for web development, pushing developers to meet higher expectations. This however has a good side – it challenges web developers and designers to better themselves and constantly improve their [...]

Read More >>

Changing Form Input Styles on Focus with jQuery

August 30th, 2009

A lot of forms can be boring and plain, don’t let yours blend in. This tutorial will show you how to spice them up with CSS classes and default values that change according to which form item is selected. All with just a splash of jQuery.

Read More >>

JavaScript for Form Validation

August 18th, 2009

JavaScript can be used to validate data in HTML forms before sending off the content to a server. Form data that typically are checked by a JavaScript could be: has the user left required fields empty? has the user entered a valid e-mail address? has the user entered a valid date? has the user entered [...]

Read More >>