Matt Warden's Sandbox
• maybe i'll share
(X)HTML, CSS, and Javascript (13 files)
Javascript (8 files)
PHP (11 files)
- ajaxresponder2.php (source) Last Modified: May 02 2009 01:59:18.
- jpgraph_cdinterest.php (source) Produces a graph using PHP's GD library (wrapped by the JpGraph library) to map interest gained on certificates of deposit. Last Modified: May 02 2009 01:59:24.
- distortimgtest_arcs.php (source) Returns an image distorted with a series of arcs. This is in a series of attempts to generate an image that a human can read but a computer cannot. Outputs PNG. Last Modified: May 02 2009 01:59:20.
- interleaveStrings.php (source) Last Modified: May 02 2009 01:59:23.
- distortimgtest_specs.php (source) Returns an image distorted with a series of specs. This is in a series of attempts to generate an image that a human can read but a computer cannot. Outputs PNG. Last Modified: May 02 2009 01:59:20.
- distortimgtest_dashes.php (source) Returns an image distorted with a series of dashes. This is in a series of attempts to generate an image that a human can read but a computer cannot. Outputs PNG. Last Modified: May 02 2009 01:59:20.
- gdinfo.php (source) Spits out a variable dump of information about the GD library compiled into PHP on this server. Last Modified: May 02 2009 01:59:22.
- imgtest.php (source) Returns an image with a random string in it. Outputs PNG. Last Modified: May 02 2009 01:59:22.
- ajaxSearchForUsername.php (source) Testing of AJAX, a method of using asynchronous Javascript to communicate with the server without a refresh of the page. This is the server portion. See ajax.htm for the client portion. Last Modified: May 02 2009 01:59:18.
- mysql_matched_rows.php (source) This is a function, so only the source code is relevant. This function returns the number of rows matched by the where clause of an update query. This is useful because mysql_affected_rows() returns zero if rows were matched but no values were updated. An example of when this would happen is if someone views an "edit" form for a database record and simply hits the submit button without making any changes. Last Modified: May 02 2009 01:59:25.
- index.php (source) This file. Displays a list of files in a directory, sorted by file extension. Also prints out associated descriptions and last modified dates. Last Modified: May 23 2012 01:56:33.
Bash/Shell Scripts (1 file)