News: -------------------------------------------------------------------- 18 March 2004 - added: lotsa things I forgot to write down here! 20 December 2003 - added: printSQL(tSql, tColor, tStyle) (like printStyle, only for SQL queries) 18 December 2003 - added: myReplace(string, tFind, tReplace) (like the regular, except tFind and tReplace can be lists) 27 September 2003 - added: New page: php functions 27 September 2003 - added: unique(tList) (removes items that occur more than once and returns list) 26 September 2003 - added: table columns (snippet with code to put records in columns, and end the table with valid HTML) 12 Jul 2003 - added: listrev(tList) (returns given list with items in reverse order (not recursive)) 22 May 2003 - updated: WebsiCoda 1.1b19 (upload result text now contains link to info page for the uploaded file) 2 May 2003 - added: email_validaddr(address) (checks email address validity using regex, by Luigi Cocconcelli) 1 May 2003 - added: swapAssoc(tList) (converts assoc- to [name, value]-list and vice versa) 6 Apr 2003 - added: mantis.ws (in new _fun category, draws ASCII-art mantis using a 'compressed' string) mantis2.ws (tries to create 'compressed' string from ASCII-art file) 25 Mar 2003 - updated: WebsiCoda 1.1b18 (added link to fileinfo to edit using BBEdit, or the system specified editor for FTP, if supported) 17 Mar 2003 - updated: trim(string) (added carriagereturn/linefeed, using list now) 11 Mar 2003 - updated: WebsiCoda 1.1b17 (added JavaScript that shows the width and height of an image. seem to have added link in browseframe from "root" to "splashpage") 10 Mar 2003 - added: writeLog(tMsg, tLog) (stores time, date, location etc, emails at new log) - updated: Login.incl 1.1 (minor fixes) 9 Mar 2003 - added: WSFE screenshot! JavaScript debug cookie toggle - updated: Login.incl 1.1b (authentication with usertable, now as a function) WebsiCoda 1.1b16 (replaced pageHeader() mess with newer pageStart() functions, now uses stylesheets. also changed upload code somewhat) WSFE Companion 1.1b2 (replaced tilps() by join(), pageHeader() by pageStart()) wsfe.incl (replaced tilps() by join(), pageHeader() by pageStart()) 4 Mar 2003 - added: pageStart(tList) ('nother attempt to do less HTML..) Purty colors! :-P 2 Mar 2003 - updated: WebsiCoda 1.1b15 (added Duplicate, Save as Copy, more errorhandling on Rename) 7 Feb 2003 - updated: WebsiCoda 1.1b14 (Linecount only shows for files < n bytes) 13 Jan 2003 - updated: WebsiCoda 1.1b13 (added browse link to folder info) 3 Jan 2003 - updated: strRL/strRT (fixed possible recursive loop..) |