Skip to content

Instantly share code, notes, and snippets.

<!-- Breaks Firebug -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title></title>
<style type="text/css">
/*******************************/
/* Begin fix for crappy IE 6 */
/* float clearing bug */
/*******************************/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
<message xmlns="http://www.linkshare.com/namespaces/realtime-transactions-1.0">
<sku_order>
<orderid>1234</orderid>
<siteid>CD34-asdf</siteid>
<time_entered>2009-01-08T00:58:28Z</time_entered>
<currency>new-send_request</currency>
<trans_date>2009-01-15T00:41:31Z</trans_date>
<item>
<sku>web order</sku>
<quantity>1</quantity>
array(14) {
[0]=>
array(4) {
["tag"]=>
string(8) "RESPONSE"
["type"]=>
string(4) "open"
["level"]=>
int(1)
["value"]=>
<html>
<head>
<script type="text/javascript">
function fill_boxes() {
random_color('box1');
random_color('box2');
}
function random_color(element) {
var rgb = generate_rgb();
This file: /Library/LaunchDaemons/org.postgresql.dbms.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.postgresql.dbms</string>
<key>UserName</key>

HOWTO: iPhone AT&T Tethering

In 10 steps:

  • Update iTunes to 8.2 via Software Update
  • Update your iPhone to the 3.0 release (out today - June 17th)
  • Download this dmg and mount it: tethering file
  • Enable hidden carrier testing option (in Terminal.app): defaults write com.apple.iTunes carrier-testing -bool TRUE
  • Start up iTunes

HOWTO: iPhone AT&T Tethering

In 10 steps:

  • Update iTunes to 8.2 via Software Update
  • Update your iPhone to the 3.0 release (out today - June 17th)
  • Download this dmg and mount it: tethering file
  • Enable hidden carrier testing option (in Terminal.app): defaults write com.apple.iTunes carrier-testing -bool TRUE
  • Start up iTunes
<?php
// A value of 'true' will enable the form. Anything else will prevent mail delivery.
$form_active = true;
$name = $_POST['name'];
$email = $_POST['email'];
$company = $_POST['company'];
$phone = $_POST['phone'];
$fax = $_POST['fax'];
$source = $_POST['source'];
<?php
// A value of 'true' will enable the form. Anything else will prevent mail delivery.
$form_active = true;
$name = $_POST['name'];
$email = $_POST['email'];
$company = $_POST['company'];
$phone = $_POST['phone'];
$fax = $_POST['fax'];
$source = $_POST['source'];