Category: programming
-
Tableless CSS – CSS Tables replacing HTML Tables
Examples of Pure CSS Tables which replace certain types of HTML Tables Tableless CSS – Example 1 This is Cell Nr. 1.1. row=1, column=1 This is Cell Nr. 1.2. row=1, column=2 This is Cell Nr. 1.3. row=1, column=3 This is Cell Nr. 2.1. row=2, column=1 This is Cell Nr. 2.2. row=2, column=2 This is Cell…
-
CSS Styles for INPUT Text and TEXTAREA Form elements
Inputtext: Textarea: This is a styled TEXTAREA ! Code: Inputtext: Textarea: This is a styled TEXTAREA !
-
CSS Styles for drop down SELECT boxes
Styles for SELECT box as well as the OPTION fields. OneTwoThreeFour One Two Three Four
-
PHP – Simple Function for URL Redirection
Redirecting to another URL in PHP requires passing the Location header and exiting thereafter: Though this method does work, I find it rather unclean. So, I prefer specifying the HTTP status code and also returning HTML/JavaScript for redirection. The HTML can be quite using when the page client is on a connection with very limited…