form validation.

Web hosting, SEO, etc... related
Post Reply
User avatar
viddz
Sergeant Major
Sergeant Major
Posts: 45
Joined: Fri Aug 26, 2011 6:06 am
Location: Colombo

form validation.

Post by viddz » Fri May 18, 2012 2:43 am

If v are using js it will not be worked in javascript is disabled browsers. But personally i feel js is the best and easiest way to validate forms. How the professional developers handle this problem. D o they validate using server side script too ?? or just ignore the users who disabled js.
User avatar
Saman
Lieutenant Colonel
Lieutenant Colonel
Posts: 828
Joined: Fri Jul 31, 2009 10:32 pm
Location: Mount Lavinia

Re: form validation.

Post by Saman » Fri May 18, 2012 4:47 pm

User avatar
viddz
Sergeant Major
Sergeant Major
Posts: 45
Joined: Fri Aug 26, 2011 6:06 am
Location: Colombo

Re: form validation.

Post by viddz » Fri May 18, 2012 7:04 pm

thank u :) :D
User avatar
viddz
Sergeant Major
Sergeant Major
Posts: 45
Joined: Fri Aug 26, 2011 6:06 am
Location: Colombo

Re: form validation.

Post by viddz » Mon May 21, 2012 10:38 pm

I have done form validations using HTML5. But my supervisor is not happy with that. His idea is HTML5 infinitely less reliable than Javascript if the user's browser doesn't understand HTML5. any other client side validation techniques???
User avatar
Saman
Lieutenant Colonel
Lieutenant Colonel
Posts: 828
Joined: Fri Jul 31, 2009 10:32 pm
Location: Mount Lavinia

Re: form validation.

Post by Saman » Mon May 21, 2012 10:53 pm

But my supervisor is not happy with that. His idea is HTML5 infinitely less reliable than Javascript if the user's browser doesn't understand HTML5.
I think he is not familiar with HTML5 more than he thinks its incompatibilities :lol:
HTML5 is still not widely used but it is the future.
any other client side validation techniques???
JavaScript is the best (alternative is VB script, but it is similar).
With Java Applets (which is a kind of a Java application that downloads to browser and execute) you can validate from Java code.
Since AJAX, jQuery like JavaScript based technologies are very popular, you will find less people who disabled JavaScript on browsers.
User avatar
viddz
Sergeant Major
Sergeant Major
Posts: 45
Joined: Fri Aug 26, 2011 6:06 am
Location: Colombo

Re: form validation.

Post by viddz » Mon May 21, 2012 11:18 pm

Thanks saman, :D

I think its better to go with java script because iam using sever side validation too. Life suks with supervisors :(
Post Reply

Return to “Web Related”