Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<head>
<meta charset='UTF-8'>
<title>Wufoo API jQuery Plugin | Example: Entries</title>
<style>
#page-wrap { width: 600px; margin: 0 auto; }
#entries > div { padding: 10px; margin: 10px; background: #eee; }
</style>
@wufoo
wufoo / php.ini
Created September 19, 2010 14:12
;;;;;;;;;;;;;;;;;;;;
; Xdebug
;;;;;;;;;;;;;;;;;;;;
[xdebug]
zend_extension=/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
background:
url(../images/arrow.png) 15px center no-repeat,
-webkit-gradient(linear,left top,left bottom,color-stop(0, #010101),color-stop(1, #181818));