Tip of the day - you can have HTML button
and input
widgets outside of a form
, so long as you tag the widget with a form
attribute with the right id.
(Been waiting a few days to post this, took a little time to get the fix posted).
Tip of the day - you can have HTML button
and input
widgets outside of a form
, so long as you tag the widget with a form
attribute with the right id.
(Been waiting a few days to post this, took a little time to get the fix posted).
Uh, oh. Looks like posting might be broken
Nope, posting was fine, but I'd setup the cache wrong. Fixed that now (I think!) so all the dynamic pages are no-store, static pages with a query string (from asp-append-version) get a long (256 days) expiry, and static pages without a query string (which are mostly JavaScript modules loaded through other modules) get a must-revaliate.
I'm not happy about the growing number of headers, it's not doing wonders for the payload:content ratio. On the other hand, at least HTTP/2.0 means that there isn't a fresh connection for each file.