Skip to toolbar

Community & Business Groups

The Shameless Plug Tag

Particularly with the rise in self promotional activities around Social Networks there is a need for a self promotional meta tag – distinct from factual content descriptive meta tags. <meta name=”shameless” content=”Insert Shameless Plug Here”</> <shameless>Insert Shameless Plug Here</shameless>

When A Form Should Start Validation?

Let’s take a look to this simple demo form: http://www.richstyle.org/demo-form.html I use the following code to style the validation issue: input:required + output::after, textarea:required + output::after { content: ‘*’; } input:invalid + output::after, textarea:invalid + output::after { content: ‘⨉’;color: maroon … Continue reading