| CODE SNIPPETS |
| Try the code to see it working! |
| 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
|
|
V4 July 9 2009 Checks for javascript and cookies are enabled independently.
Php code can be added with js on or off. Will not interfere with $_POST
|
| 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.
|
|
*** V1 Feb 04 2010 A fully CSS vertical menubar, multi level and adjustable width
|
| 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.
|
| Combo dropdown listbox |
|
****26 Mar 2010 A multi column, combo dropdown listbox, can be used part of a form. Works with:- ie, firefox, chrome, safari.
|
| Calendar |
|
***06 May 2010 A horizontal calendar to input via a form, year month day & week number of a year . Works with:- ie, firefox, chrome, safari.
|
| Development |
|
04 Dec 2009 A directory tree to view all directories and files up to the root directory using a browser.
|
|
22 Dec 2009 A program where a files can be selected with the browser and included using PHP.
|
|
16 Jan 2010 A fully functional css div layout loading urls into a iframe at a fixed near full screen height.
|
|
01 Feb 2010 A fully functional layout loading urls into a iframe at full screen height no scroll bar adjustable width.
|
|
**24 Aug 2010 A multi tabbed form with round corners for ie ff safari and chrome.
|
|
*26 Nov 2010 A php function to convert an absolute path to a relative path.
|