Here’s a fun article about Double-clicking On The Web from way back in 2015. Ah, the good old days.
Tag Archives: form
HTML forms
Found a cool series of articles: How to Build HTML Forms Right. Only the first two of five articles have been published so far, but I’m looking forward to the next three. The articles are about how to do forms right in HTML 5.
The articles are rich with links, click through for heaps of info. Some things that I found:
Set the target frame of a form
Reply
Today I had to lookup how to set the target frame of a form.
Basically you set the ‘target’ attribute on the form to the name of the frame you want to target.
Form Validation with PHP
Read an article about Form Validation with PHP today.
CodeIgniter forms
I’ve been learning about how to create forms using CodeIgniter and its Form Helper subsystem.