The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic Programming and user satyak

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • Grid • GUI 
• IDE • Instant Messaging • J2EE • J2ME • J2SE 
• JavaOne • Jini • JSP • JSR • JXTA 
• LDAP • Linux • Mobility • NetBeans • Open Source 
• OpenSolaris • P2P • Patterns • Performance • Porting 
• Programming • Research • Security • Servlets • Struts 
• Swing • Testing • Tools • Virtual Machine • Web Applications 
• Web Design • Web Development Tools • Web Services and XML 


Programming

Do you know that a web form can be submitted with an "enter" with out a submit button? Do you know that a web form is speced out to be different when it has only one text field and when it has more than one text field? Although you may have done it a lot, do you recall all the time that "textarea" is not an "input" type like the "text" field. Do you know that you can use a javascript function as a form submit for profit? I have found these and a few others when I looked back on form design. Rest of thsi log entry talks about essentials and less exploited features of web forms for every day usage.
on Jun 19, 2006 | Permalink | Discuss