| CODE SNIPPETS |
| Try the code to see it working! |
| Scrollable Tables for FF & IE in Strict Mode with Javascript Enabled |
|
V2 Jan 16 2008 Works with varying widths.IE table body height shrinks when empty.FF stays the same height
|
|
V3 Feb 06 2008 Works with varying widths.IE & FF stay the same height
|
|
V4 Feb 23 2008 Works with varying widths.IE & FF stay the same height. Fixed left column for IE
|
| Detecting Javascript and Cookies |
|
V1 May 06 2008 Checks to see if javascript is enabled. Php code can be added with js on or off.
|
|
V2 May 08 2008 Checks to see if javascript is enabled. Php code can be added with js on or off. Will not interfere with other $_POST
|
|
V3 Amended June 3 2009 Checks to see if javascript and cookies are enabled. Php code can be added with js on or off
|
| Menus |
|
V1 Sept 26 2008 Construct a vertical multi, multi level menubar in php classes with a little javascript. Easey Peasey Build
|
|
V2 June 16 2009 Construct a vertical multi level menubar. All the menu details are stored in php class array. The menu number is send by Post and the details extracted from the class array. The link file is included or copied into a table page layout.
|
|
V3 June 22 2009 Construct a vertical multi level menubar. Similar to V2 Plus a link type in the form of urls can be inserted in the menubar as anchors. There is also a history naviagion for included or copied link files.
|
| Database |
|
Jan 21 2009 Database viewerV1:Read database records: Place and run a file in the root: Select and read tables
|
| Maps |
Mar 16 2009 Code for opening streetmap.co.uk in a window with an explorer map, with a landranger grid reference.
|
| Miscellaneous |
|
Jun 28 2008 Make standard variable names incremented
|
|
Amended-Apr 01 2009 Store GMT and local time in php sessions.The local time is got with javascript.
|