Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
port11
3 months ago
|
parent
|
context
|
favorite
| on:
Just Use HTML
There's a lot of validation that can be done with HTML; I'd even say most client-side validation can be handled by HTML/the browser. You can specify input types, do RegExp matching, etc. There's a lot in the spec.
You'll need server-side validation anyway…
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You'll need server-side validation anyway…