-
White-Space | W3C Specification: CSS 2.1
NOTE:This page formerly located at : http://WordpressCenter.net/2006/02/26/white-space-w3c-specification-css-21/ . the URL was modified to insert the decimal point for ‘2.1’I am sorry for any inconvenience. I hope you have been able to use this resource nonetheless. I logged this excerpt from the W3C Spec on White-Space to make more clear my entry on the :before Pseudo-element…
-
Keep your paws off of my mail()!
Here I have a prime example of a situation in which, although my application may function just fine on its own, for security reasons, it needs some extra support. Why does the ‘contact form’ above need support in order to be secure?It is essential to protect the hosting server from anonymous mail() usage by random…
-
Quick-start rules of thumb: the Steps of Development
(developing the idea here) Need is determined Functions Researched Application Development Process Begins More Research More Development (repeat #4 and #5 as necessary) Test “First Working Version” of an App now, the critical steps that follow are those which i must begin to focus on with more concern so as to develop a better method,…
-
W3C Specification: CSS 2.1 | Inline-level elements and inline boxes
Inline-level elements are those elements of the source document that do not form new blocks of content; the content is distributed in lines (e.g., emphasized pieces of text within a paragraph, inline images, etc.). Several values of the ‘display’ property make an element inline: ‘inline’, ‘inline-table’, and ‘run-in’ (part of the time; see run-in boxes).…