Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/jaymze2/public_html/active/admin/tasks/tasks_1_main.php on line 2

Warning: include(http://jaymze.org/support/inc/myauthheader.inc) [function.include]: failed to open stream: no suitable wrapper could be found in /home/jaymze2/public_html/active/admin/tasks/tasks_1_main.php on line 2

Warning: include() [function.include]: Failed opening 'http://jaymze.org/support/inc/myauthheader.inc' for inclusion (include_path='.:/usr/lib/php') in /home/jaymze2/public_html/active/admin/tasks/tasks_1_main.php on line 2
TASKS
home

  border-width : thin | medium | thick | length; Tips and Notes If there is only one value, it applies to all sides. If there are two values, the first is for top and bottom, the second is for left and right. If there are three values, the first is for top, the second is for left and right, the third is for bottom. Examples border-width: 1px; border-width: 1px 2px 1px 2px; 2007-03-25
  JavaScript Objects 83 last example Try! Use an eval box so that the page can be changed and F5ed; 86 Replacing the content...;86 Add to documents write() contrast w/ writeln();87 if (top==self);87!function randInt() this is rend, upperbound, lowerbound.;87 example to.favoritename to is prop of global object.;88 Finding individual element in an array. Also, generate write of all built-in arrays, including their properties and values per display page. Include in diagnostic packages. Build a function to parse the whole page, then to geneerate arrays the elements of which are members by virtue of class, nodeType, id, tagName and so forth. In essence, reproduce the IE document.all array and its properties....Build frameset that has at top the qc window, at bottom a goto address box and in middle a window displaying document requireing person number input;90 showtree function 2007-01-29
  JavaScript Objects 66 Add a property to a function to create a static variable 2007-01-29
  Eric Meyer CSS 362 middle table; 364 List Item Images; 366 List-Marker positions; 401 Designating medium specific stylesheets; 403 Points are a bad choice for font-sizing in web medium. 2007-01-29
  Eric Meyer CSS Book 34 Multiple Classes and chaining of classes; 35 Caveat for MSIE; 45 section descendent Selectors; 47 Selecting children; 48 Selecting Adjacent Siblings; 48-bottom using sas us deselection for inititial sibling; 48 Para after code ex. Relationship of lists, text and div; 51 What is a "target anchor"; 52 idselectors; 53 input:focus;body *:hover - for example; 121 System fonts, 160 Using auto 159 Horiz properties 162 More than one auto 163 The total of the 7 horizontal properties always = the width of the parent element 164 very bottom 166 REplaced elements display:block;width:auto;margin:0px; 2007-01-29
  JavaScript Objects 43 lower 1/2 2007-01-29
  JavaScript Objects 72 Doc Prop example at bottom 2007-01-29
  Prof Ajax 23 grey block Notic the IF containing the REsource-id assignment at or near top. 2007-01-29
  JavaScript Objects 51 RegExp Object 2007-01-04
  JavaScript Objects 49 first full para. 2007-01-04
  JavaScript Objects 48 adding method to object 2007-01-04
  JavaScript Objects 52 1st ex. Note us of integer counter to implement storing value in array 2007-01-04
  Can RegExp be used against document.body.innerHTML?d 2007-01-04
  JavaScript Objects 45 can you write code to display all properties of string object/constroctor and of var/obj types 2007-01-04
  JavaScript Objects 43 last para in grey 2007-01-04
  JavaScript Objects 54 use string.match to create array email addresses from the ASEE string 2006-12-30
  JavaScript Objects 53 String methods that use Regular Expressions 2006-12-30
  JavaScript Objects 53 While index for arry in top example 2006-12-30
  Professional JavaScript for Web Developers 89bottom 2006-12-30
  Professional JavaScript for Web Developers 77-81 Date Class 2006-12-30
  Professional JavaScript for Web Professionals 310bottom to 311 example 2006-12-30
  Professional JavaScript for Web Professionals 310 var oCSSRules=document.stylesheets[0] 2006-12-30
  Professional JavaScript for Web Professionals 307 Custom tooltips 2006-12-30
  Professional JavaScript for Web Professionals 271 OR all ch9 2006-12-30
  Professional JavaScript for Web Professionals 289-290 window.onscroll 2006-12-30
  Professional JavaScript for Web Professionals 288 always assign the onload event to the widow object in the head, not to the body element in the body. 2006-12-30
  Professional JavaScript for Web Professionals 286 evets/img.onload 2006-12-30
  Professional JavaScript for Web Professionals 285 Events example 2006-12-30
  Professional JavaScript for Web Professionals 280 code for mouse event example use page 281 updated version. Note "One line to take note of..." 2006-12-30
  Professional JavaScript for Web Professionals 278 middle prevent display of context menu 2006-12-30
  Professional JavaScript for Web Professionals 274 bottom Enter = 13, Space = 32, Backspace = 8 2006-12-30
  Professional JavaScript for Web Professionals 269 because all javascript should be located in external files use the attach event type of event handler. This should implement ideal of html being that only, no js, no css. 2006-12-30
  Professional JavaScript for Web Professionals 266bottom-267 to assign an event handler 2006-12-30
  Konqueror is a Unix browser 2006-12-30
  Stephen Cook: Cooks's Therom NP Complete, alogrithms. Born and raised in Clarence. "Fondly remembers experiments in Wison Greatbatches garage. 2006-12-30
  Professional JavaScript for Web Professionals 218 Luhn algorithm:prove(how?) this determines unique indetities 2006-12-30
  JavaScript Objects 95 Togle display/none by toggling class name. Top example. Section event bubbling 2006-12-30
  JavaScript Objects 94 Event table bottom example 2006-12-30
  JavaScript Objects - page 57 - IN example, notice use of lilgical AND in loop test 2006-12-30
  get autofill up somewhere and use 2006-11-23
  php bible 294 Main method to format a timestamp is date maketime() converts a date into a timestamp 2006-10-16
  php bible 293 time() and microtime() getdate(time()) returns an assoc array Argument to getdate() can also be a Unix timestamp, time() 2006-10-16
  javascript objects 45 adding your own properties 2006-10-16
  javascript objects 43 top 2 senses of classes 2006-10-16
  javascript objects 37 2-tables .(dot) means [^\n] which is any character except new line. Backspace [\b] 2006-10-16
  javascript objects 36 Legitimate identifies characters. /[_A-Za-z]/ /a*/ means /a{0,}/ /a{3}/ matches "aaa" /a{2,4}/ matches "aa","aaa","aaaa" means {1,} ? means {0,1} /(ab|bc)ef/ matches abef and bcef 2006-10-16
  javascript objects "The Language"... 2006-10-16
  34 array literal object literal object values can be accessed either by an assoc. array notation or by object notation. car7[ 'make' ] === car7.make 2006-10-16
  try \uXXXX where X is a hexidecimal digit 2006-10-16
  javascript objects 34 \b word boundary 2006-10-16
  javascript objects 33 try \v vertical tab 2006-10-16
  javascript 26 objects var aDate = (1998,7,11 ) // which is July 11, 1998 2006-10-16
  javascript objects 23 good exampleof how to use switch. eleminates cumbersome range arguments. 2006-10-16
  Consider using the $var syntax for js variables so as to conform w/ php 2006-10-11
  JavaScript Objects 16 tokens, words, operators: defns. specifically restrictions on legal definitions (character restrictions) 2006-10-11
  php bible 716 L33-7 Just play with the outputting of an image, maybe just a line or two 2006-10-10
  php bible 706 image functions at php.net 2006-10-10
  php bible 703 check phpinfo for gd support 2006-10-10
  php bible 700 example code: nice uses of HEREDOC 2006-10-10
  php bible 696 troutworks 2006-10-10
  php bible take E:\PROGLANG\PHP\PHP_BIBLE\PHP5_codelistings and run them on the localhost next door 2006-10-10
  javascript the definitive guide 238 image preloading add to javascript examples 2006-10-07
  php bible 289 T13-1 2006-10-06
  php bible 287 Opening a file in "w" or "w " mode is for clean overwrites only. For writing to the begining or end of a file, use "r " or "a " respectively. The "w" modes earse the contents of a file immediately upon opening. 2006-10-06
  php bible 286 fputs() is identical to fwrite() 2006-10-06
  php bible 285 fgets() if no line length specified then it grabs 1024 bytes / line 2006-10-06
  php bible 284 readfile() equiv to fopen() then fpassthru() also see gile_get_contents() 2006-10-06
  php bible 284 fread() Try this on a pdf 2006-10-05
  php bible 282 diamonds 2006-10-05
  php bible 280 Permissions: files 644 dirs 751 2006-10-05
  php bible Ch 12 first few tables and last summary table 2006-10-05
  php bible 231-2 print_r(), dump() 2006-10-05
  php bible 227 T11-6 2006-10-05
  php bible 226 T11-5 Experiment w/ compact() and extract() 2006-10-05
  php bible 224 T11-4 2006-10-05
  php bible 220 State explicitly what combinations of functions will generate stack and queue 2006-10-05
  php bible 221 T11-3 and caution on 220. 2006-10-05
  php bible 217 array_walk() The function called must take at least 2 arguments, f_( $val, $key ), to receive key/val pairs of the array as sent by array_walk() 2006-10-05
  php bible 218 t_11-2 2006-10-05
  php bible 207 T11-1 unset() 2006-10-05
  php bible 220 caution and 221 T 11-3 2006-10-04
  php bible 205 in some sense list is the inverse or opposite of array 2006-10-04
  php bible 202-203 several examples of array creation 2006-10-04
  php bible 192 T-4 2006-10-04
  php bible 191 md5_file() 2006-10-04
  About DHTML Data Transfer http://msdn.microsoft.com/library/default.asp?url=/workshop/author/datatransfer/overview.asp 2006-10-04
  php bible 185-6 change case 2006-10-03
  php bible 181-185 strtoken(), explode(), and implode() discussion 2006-10-03
  php bible 182 T10-2 2006-10-03
  php bible 180 str_replace(), substr_replace(), str_repeat() 2006-10-03
  php bible 178 substr descriptioin and example 2006-10-03
  php bible 178 top use of echo 2006-10-03
  php bible 17 Table 10-1 2006-10-03
  php bible 176 strcmp() 2006-10-03
  php bible 175 example in high-lighted section 2006-10-03
  php bible 173 2nd example is very useful 2006-10-03
  php bible 173 heredoc specifies a string - not a print or echo. $var = << 2006-10-03
  php bible 171 mid retrieve individual characters of a string $var = xyz;print( $var{1};//prints "y" 2006-10-03
  How useful would it be to use Ajax on progland/examples 2006-10-03
  php bible 170 Interpolation w/ curly braces. Determine which characters are invalid in a variable name. If in a double-quoted string, a variable name is not immediately followed by an invalid character then use curly braces to delineate the variable name. 2006-10-03
  php bible 165 mid List of superglobals. Next para: scope of superglobal's 2006-10-03
  php bible 161 consider HEREDOC usgage. The configuration of the script on 161 is superb - take note. 2006-10-03
  Use GET only for site navigation and Search boxes, not for form submission 2006-10-03
  GET www.test.org?key1=val1 2006-10-03
  php bible 145 variable function names 2006-10-03
  php bible 145 variable function names 2006-10-01
  php bible 144 call-by-value is deafult function f_( 2006-10-01
  php bible 142 top functions. Define functions to take no arguments then use this function 2006-10-01
  php bible 140 Array as multiple argument substitute 2006-10-01
  php bible 140 Default argument 2006-10-01
  php bible 135 static 2006-10-01
  php bible 131 The parameters of a function may be any expression that evaluates to a value. 2006-10-01
  php bible 126 The return value of a function is the value of the functin itself. The result of a functin may be of any type, including array 2006-10-01
  php bible 123 table 7-3 2006-10-01
  php bible 121 die is an alias for exit, both accept an argument to be printed 2006-10-01
  php bible 114 while and do-while 2006-10-01
  php bible 112 switch 2006-10-01
  php bible 107 ternary operator 2006-10-01
  php bible 97 table 6-1 2006-10-01
  make a link off the main index for Computer Science like the MIT courses pdf's 2006-09-30
  php bible 94 type test table and pg 95 2006-09-29
  php bible php arrays are associative - even the integer indices are keys and not counters for reservered locations. 2006-09-29
  php bible 90 limits 2006-09-29
  php bible 90 new lines in strings 2006-09-29
  php bible lst or 1st sent 2006-09-29
  php bible 89 legal and illegal characters 2006-09-29
  php bible escape seq repleacements 2006-09-29
  Typical settings for files are 777, 755, 666 or 644. Typical settings for directories are 777 or 755. Cgi scripts 755, data files 666, and configuration files 644. 2006-09-28
  Typical settings for files are 777, 755, 666 or 644. Typical settings for directories are 777 or 755. Cgi scripts 755, data files 666, and configuration files 644. 2006-09-28
  php try changing directory mode/file mode temporarily for file creation then change permissions back to more conservative 2006-09-28
  on confucius 753 on the folder enable file creation and write 2006-09-28
  php doubles do not print trailing zeros even if significant 2006-09-28
  php variable types are integer, double, Boolean, string, NULL, array and object. 2006-09-28
  To line-break a text file from php use \r\n 2006-09-28
  php heredoc allows variable interpolation but escaping quote signs is not required 2006-09-28
  php double-quotes are preprocessed, variables replaced w/ values. single-quotes no variable interpolation except \' and \\ 2006-09-28
  php try print_r() and var_dump() 2006-09-28
  php pass by ref f_( &$var ) 2006-09-28
  Confucius error_reporting( E_ALL ) does not work 2006-09-28
  284 fro fread use filesize function for chunking 2006-09-28
  php bible 281 selected example, particularly w/r+ 2006-09-28
  php bible 280 file permissions 2006-09-28
  php bible 123 control structures 2006-09-28
  php bible 121 terminating execution 2006-09-28
  php bible 119 break continue 2006-09-28
  Generic Roster http://www.eng.buffalo.edu/~jf48/dh/generic_roster_1_main.php 2006-09-28
  SPIDER - fix double base in search try http://www.commondreams.org as an example http://www.jaymze.org/myprog/webcrawl/spider.php 2006-09-27
  http://www.eng.buffalo.edu/~jf48/support/inc/ldap.php Add ldap from paychecks to quick contact 2006-09-27
  Events Edit http://www.eng.buffalo.edu/~jf48/admin/events/events_1_form.php 2006-09-27
  Calendars on ~jf48 http://src.buffalo.edu/calendars/academic2006-07.shtml 2006-09-27
  http://www.jaymze.org/pdf/exercises/phppdf.php 2006-09-27
  MAKE TEMPLATE FOR ENG PAGES http://www.eng.buffalo.edu/~jf48/facilities/ 2006-09-27
  Build form for Harvey to update questions 2006-09-27
  SET THIS UP AS A DPDF bldg_notification_060914_contacts need an edit page to change whoever http://www.eng.buffalo.edu/~jf48/facilities/bldg_notification_060914_contacts.pdf 2006-09-27
  FOR cleaning up pn/seano complications: SELECT name FROM animal LEFT JOIN animal_food ON animal.id=animal_id WHERE animal_id IS NULL; 2006-09-27
  http://jaymze.org/guests/jesse/ 2006-09-27
  http://www.jaymze.org/php/prog_php/ 2006-09-27
  Start setting up for ubit lising in jf48 database so that the policies can be password protected. Also work on the feature enabling the user to change the default password, and the feature to send a 24-hour password as a temp when they first require an account - this should be automated, so make certain that emails are current in the database. 2006-09-27
  Revise tasks so that the listing is ordered by date-descending and there is a flag for timely items. Be able to filter by flag and order by flag. Also add the ability to include hyperlinks. 2006-09-27
  Research the generation of Word docs by the web server. 2006-09-27
  Build a quick-install notes feature for things like the directory log...just a text area with a table of data with options to delete and edit. 2006-09-27
  jsobjects pg 52top RegExp example 2006-09-27
  jsobjects pg37 special characters charts 2006-09-27
  jsobjects pg52 compile() 2006-09-27
  jsobjects pg51bot use of RegExp - 2 args - you have to contstruct the reg exp then escape it for submission as a string arg 2006-09-27
  javascript objects: pg50 sort passing functions as arguments 2006-09-27
  for php (and other) functions pages of proglang - make so that when you click on the displayed code's name that the code is run in a new browser window. 2006-09-02
  have query build a backup table before every update 2006-08-07
  modularize http://www.jaymze.org/proglang/javascript/examples/autofill_1_main.html 2006-08-07
  db jf48 - update dept and general update capability required 2006-08-02
  year on out of office update doesn't affect months/days 2006-07-29
  take the factorial page and have one entry box, with radio choices for fatorial, combination or permutation. Reveal new n, k text boxes as needed, so a variety of n,k combinations can be used, or a single n,k set. Use append and clone and remove nodes. 2006-07-16
  build tree-view dynamic admin pages page 2006-07-12
  put transform matrix vb mod in vb examples 2006-07-12
  Put the out-of-the-box excel mod in vb examples 2006-07-12
  out of office - delete from db outofoffice dates prior to now 2006-05-25
  web prof hndbk 195 reload 2006-05-21
  web prof hndbk 194 hash 2006-05-21
  web prof hndbk 193 last para 2006-05-21
  web prof hndbk 186-7 ex for js functions 2006-05-21
  web prof hndbk 183 self, windows 2006-05-21
  web prof hndbk 182 default status, name 2006-05-21
  prof ajax 64 initialize event handlers 2006-05-21
  prof ajax 61 mid use of OR for assignment 2006-05-21
  prof ajax 58 change event select whenever option select changed; other controls: whenever value changed and control has lost focus 2006-05-21
  prof ajax 56 use submission throttling on quick contact 2006-05-21
  prof ajax 51 location href 2006-05-21
  prof ajax 51 location-search 2006-05-21
  web prof hndbk 61 read alt stylesheet references 2006-05-21
  web prof hndbk 52 use like a presentation include? 2006-05-21
  web prof hndbk 415 mime-type text/plain use w/ object 2006-05-21
  web prof hndbk 38 enctype target spec 2006-05-21
  web prof hndbk 36 Always use caption w/ table 2006-05-21
  web prof hndbk present reset button on right side of submit button 2006-05-21
  web prof hndbk 45 uset tables to present forms 2006-05-21
  web prof hndbk 35 use of abbr? axis char char-off headers scope 2006-05-21
  web prof hndbk 42 select-size 2006-05-21
  web prof hndbk 41 label tags 2006-05-21
  web prof hndbk 40 size in characters. read-only - use like label(?) - can this be toggled? 2006-05-21
  web prof hndbk 34 table header description at top - consider for events presentation 2006-05-21
  web prof hndbk 28 try hr in strict - is this deprecated? 2006-05-21
  web prof hndbk 40 consider disabled for new contact instead of toggle display 2006-05-21
  web prof hndbk 39 fieldset template 2006-05-21
  web prof hndbk address and del elements 2006-05-21
  web prof hndbk 25 q element 2006-05-21
  use h1-h6 to outline doc. change style attributes and refer to default values so as to over-ride when necessary 2006-05-21
  web prof hndbk 24 acronym 2006-05-21
  web prof hndbk 23 abbrev 2006-05-21
  web prof hndbk 20 defer xml:space 2006-05-21
  web prof hndbk 18 rev target 2006-05-21
  web prof hndbk 17 profile 2006-05-21
  xml in a nutshell compare xml delcaration w/ that in xhtml templates 2006-05-21
  xml in a nutshell 23 bottom stylesheet 2006-05-21
  xml in a nutshell robots 23 2006-05-21
  xml in a nutshell 13 application/xml preferred to text/xml 2006-05-21
  xml in a nutshell 5 bottom "turing complete" 2006-05-21
  xml in a nutshell 509 Add links to canned lookups, like the pdf php to each proglang functions 2006-05-21
  prof ajax 35 google and download zxml library for cross-browser use 2006-05-21
  Prof Ajax 82 MSXML Versions - build page to inform which vesion is available 2006-05-21
  Web Prof Handbook 119 reconcile deprecated string methods 2006-05-21
  Web Prof Handbook 106 Research all reserved words that are unfamiliar 2006-05-21
  Web Prof Handbook 104 para 2 2006-05-21
  Web Prof Handbook 103 defer 2006-05-21
  xml in a nutshell 33 Internal DTD Subsets 2006-05-21
  Rebuild this page with Ajax 2006-05-21
  xml in a nutshell 32 xml doc-type declarations for DTD 2006-05-21
  Add Candice to contacts 2006-05-21
  Simple C 36 - nearest integer: float a, int x x = a + 0.5 for a >=0. For a<0 a workaround is required. Build comparable function for all languages. 2006-05-21
  Build a search function into the index template - search all files in the folder line-by-line and return a linked list of files that tested positive. 2006-05-21
  alphabetize javascript examples 2006-05-16
  put tasks on home page - pwrd protect tasks 2006-05-16
  build password-protected index page for every folder with index of included files/folders 2006-05-16
  Tongalos, Tarabula and Tong - improper format on quick contact phone number 2006-05-09
  make the iframe of query so that its top is at the current y when the sql toggle is clicked 2006-04-30
  Duplicate iframe on Confucius query to jaymze.org query 2006-04-30
  Convert Queries to Ajax 2006-04-30
  Location is a property of telephone. Location is a property of person(?). tele.loc takes precedence over emp.loc or if tele.loc==null then use emp.loc. tele is property of person. 2006-04-29
  Combine all the proglang functions pages into one page with the selection of language by ajax-enabled radio buttons. 2006-04-29
  D:\active\keys\keynotes\keynotes.html MOVE TO WEB AND BUILD UPDATE FORM 2006-04-26
  convert contacts on jaymze.org to ajax 2006-04-25
  fix sabb leave report so that full information displayed on sabb-1/2pay also. s. srihari is example 2006-04-25
  Build a reconiliation program that will compare the BB text files against the empolyees in confucius 2006-04-25
  convert maintenance to ajax 2006-04-24
  convert this page to ajax 2006-04-24
  Convert coffee to ajax 2006-04-24
  setup a frameset template 2006-04-19
  Build a page that lets you click on names and their email addresses will be displayed as a ;-separated string 2006-04-18
   MySQL/PHP Database Apps 80-82 Join types 2006-04-15
  Gilmore 425 uses authentication 2006-04-15
  Gilmore 405 L.15-7 2006-04-15
  Gilmore 328 usd() 2006-04-15
  MySQL/PHP Database Apps 659 reg exp 2006-04-15
  MySQL/PHP Database Apps 651 pdf functions 2006-04-15
  MySQL/PHP Database Apps 605 GD functions 2006-04-15
  MySQL/PHP Database Apps 207 bot add to $GLOBALS 2006-04-15
  MySQL/PHP Database Apps 207 mid use of $GLOBALS w/in function 2006-04-15
  MySQL/PHP Database Apps 206 bottom $GLOBALS 2006-04-15
  MySQL/PHP Database Apps 206 func_num_args() 2006-04-15
  MySQL/PHP Database Apps 205 func_get_ars() 2006-04-15
  MySQL/PHP Database Apps 184 url functions 2006-04-15
  MySQL/PHP Database Apps 181 Image functions 2006-04-15
  MySQL/PHP Database Apps 176 eval() 2006-04-15
  MySQL/PHP Database Apps 166 sprintf(), printr() 2006-04-15
  MySQL/PHP Database Apps 158 array map 2006-04-15
  MySQL/PHP Database Apps 84 left join 2006-04-15
  MySQL/PHP Database Apps 81 bot alias syntax 2006-04-15
  MySQL/PHP Database Apps 80 having 2006-04-15
  MySQL/PHP Database Apps 77 alias 2006-04-15
  MySQL/PHP Database Apps 74 count groupby 2006-04-15
  MySQL/PHP Database Apps 70-71 distinct, between, in/not in 2006-04-15
  MySQL/PHP Database Apps 73 wild cards _ and % 2006-04-15
  MySQL/PHP Database Apps 35 bottom, 36 top dates as string timestamp 2006-04-15
  MySQL/PHP Database Apps 32 text/blob 2006-04-15
  MySQL/PHP Database Apps 30 char is varchar? 2006-04-15
  MySQL/PHP Database Apps 24 nulls and joings 2006-04-15
  PHP Bible 248 Math.constants 2006-04-15
  PHP Bible 232 print_r() and var_dump() 2006-04-15
  PHP Bible 221 Stack & Que: stack push pop; que push unshift 2006-04-15
  PHP Bible 170 interpolating w/ curly braces 2006-04-15
  PHP Bible 80 bottom Dofn of Objects Single quote escapes: backslash and single quote 2006-04-15
  PHP Bible 77 single-quoted strings 2006-04-15
  PHP Bible 284 readfile() file_get_contents and so forth 2006-04-15
  PHP Bible 284 fread() w/ filesize() parameter 2006-04-15
  PHP Bible 282 HTTP fopen() 283 FTP fopen() 2006-04-15
  PHP Bible 280 File/Dir permissions 2006-04-15
  PHP & Web Dev 74 ref @ Quick Ref ex: while($element=each($array)){echo $element[ 'key' ];echo $element[ 'value' ]'} List also 2006-04-15
  PHP & Web Dev 56 @ for error handling 2006-04-15
  PHP & Web Dev 53 DOCUMENT.ROOT/..x/orders/orders.txt Parent directory outside pubic area. 2006-04-15
  PHP & Web Dev 392 Quick reference 2006-04-15
  Programming PHP 176 Expiration 2006-04-08
  Prgrmr's Intro to php 4.0 169 site map generator 2006-04-08
  Prgrmr's Intro to php 4.0 168 access counter 2006-04-08
  Prgrmr's Intro to php 4.0 167 readdir() 2006-04-08
  Prgrmr's Intro to php 4.0 165 dirname() 2006-04-08
  Prgrmr's Intro to php 4.0 160 basename() 2006-04-08
  Prgrmr's Intro to php 4.0 153 readfile() 2006-04-08
  move auth mod from person http://www.eng.buffalo.edu/~jf48/personnel/person_numbers.php to some reference 2006-04-08
  Prgrmr's Intro to php 4.0 153 fgetss 2006-04-08
   Prgrmr's Intro to php 4.0 405 L15-7 2006-04-06
   Prgrmr's Intro to php 4.0 328 uid() 2006-04-06
  put breadcrumbs on sr roster and all other confucius pages. Use template and/or include system. 2006-04-06
  Is $string .= "word" valid if $string is not previously declared and/or assigned? 2006-04-06
  "Tab" - indexed contacts like old adress books. Use in leaves - adapt to <select> 2006-04-06
  Prgrmr's Intro to php 4.0 310 Links 2006-04-06
  Prgrmr's Intro to php 4.0 307 Comment format for functions 2006-04-06
  Prgrmr's Intro to php 4.0 124 $this description 2006-04-06
  Node reverse on "View Past Events" 2006-04-06
  Reference reference links on home page or elsewhere, include reference, geocities,quick reference, php functions 2006-04-06
  hit counters on all grc public ref pages 2006-04-05
  Prog's Intro to PHP 4.0 217-8 init require() prior to html 2006-04-04
  Prog's Intro to PHP 4.0 216-7 include(), include_once() in conditional such as if POST vars have been received. 2006-04-04
  Prog's Intro to PHP 4.0 205 TIP 2006-04-04
  Prog's Intro to PHP 4.0 200 nl2br() 2006-04-04
  replace the bread crumbs on the conference rooms page 2006-04-03
  /public_html/proglang/php/ set up some kind of webaccess for this and all other proglang resoureces 2006-04-03
  /public_html/proglang/php/examples/ find some way to web-access the information. Need a directory listing that is clickable 2006-04-03
  Programmer\'s into to PHP 106 Listing 5-1 2006-04-03
  Programmer's into to PHP 104-105 four element array returned by 'each' 2006-04-03
  web prof hndbk 94 visibility for filtering tables 2006-04-03
  web prof handbk 78 modify templates per tha anchor/link distinction article at evolt.org 2006-04-03
  Making Use of Php 236 db update 2006-04-03
   A programmer\'s intro to php 89 variable functions 2006-04-03
   A programmer\'s intro to php 87 return multiple values 2006-04-03
  A programmer's intro to php pgg50 variables vars and predef vars 2006-04-03
  tool tip for leave - dept letter from dept to employee. dean\'s letter from dean to dept giving leave authorization the prototype is in jaymze.org/myprog/tooltips.html 2006-04-02
  fix queries - the notes field does not persist in db jf48 2006-03-31
  Convert Events to database, web enabled update 2006-03-30
  Do Conacts similar to this for delete - have a blue span for edit and a red span for delete. 2006-03-28
  table header page 31-36 web prof 2006-03-26
  Edit page for contacts. 2006-03-26