this.getHttpRequest(identifier).onreadystatechange = function() {
try {
ajaxChat.handleResponse(identifier);
...
JavaScript AJAX makeRequest
#!/usr/bin/env ruby # Simple Ruby XML Socket Server ...
Ruby AJAX Chat Socket Server
by Martindale,
March 28, 2008 18:39,
1 refactoring
Line 224, if I change this ...
PHP On Removing Parameters from an...
by Martindale,
February 08, 2008 03:35
I need it to return the ori...
<?php
$params = array('SID','t','p','hilite');
...
PHP Removing Parameters from an...
by Martindale,
February 07, 2008 17:32,
13 refactorings
Removing a list of paramete...
PHP On Log Referer, Excluding...
by Martindale,
December 17, 2007 20:32
I don't understand how that...
PHP On Log Referer, Excluding...
by Martindale,
December 14, 2007 19:17
Is there any way I can clea...
<?php
if (substr($_SERVER['HTTP_REFERER'], 0, 33) == "http://www.thegrandtournament.com")
{
...
PHP Log Referer, Excluding...
by Martindale,
December 12, 2007 20:37,
11 refactorings
This code is embedded withi...
<?php
header("Content-type: image/png");
...
PHP On Generate Image Based on Dat...
by Martindale,
November 05, 2007 04:40
Updated per current code.
<?php
header("Content-type: image/png");
...
PHP Generate Image Based on Dat...
by Martindale,
October 16, 2007 14:42,
2 refactorings
This code is the one-shot r...
function http_object()
{
...
JavaScript AJAX Chat Handler
by Martindale,
September 29, 2007 21:20,
No refactoring
This code clumsily handles ...
This code crashes Firefox 3...