2006 July 14

  1. PHP Upload File Permissions On AFS

    A common problem (as a quick search shows) when creating a file upload script in PHP is the permissions on the destination directory. The PHP engine must have permissions to write a file to the destination directory. For Linux and Unix file system, the standard way is to use CHMOD; but, the method is different […]

  2. HTML Level Up

    Not only does “Levels of HTML knowledge ” explain the steps of enlightenment with HTML, I think it is useful as a self-evaluation for web designer. Particularly if it was expanded into giving even additional information, this would be a truely valuable tool (which would have to be updated at least every six months). […]