This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BigPooter:jqwiki Phil$ git remote add origin [email protected]:philhawksworth/jqwiki.git | |
BigPooter:jqwiki Phil$ git push origin master | |
The authenticity of host 'github.com (65.74.177.129)' can't be established. | |
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'github.com,65.74.177.129' (RSA) to the list of known hosts. | |
Permission denied (publickey). | |
fatal: The remote end hung up unexpectedly | |
BigPooter:jqwiki Phil$ git config --global user.name "Phil Hawksworth" | |
BigPooter:jqwiki Phil$ git config --global user.email "[email protected]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# inspect template for sections to populate. | |
pattern = re.compile('(<!-- @@)(.*)(@@ -->)') | |
sections = pattern.finditer(templateFile) | |
for match in sections: | |
print match.group(2) | |
print ingredients[match.group(2)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#screensaver { | |
background-color:#000000; | |
display:block; | |
left:0; | |
top:0; | |
position:absolute; | |
text-align:center; | |
z-index:999; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>untitled</title> | |
<meta name="generator" content="TextMate http://macromates.com/"> | |
<meta name="author" content="Phil Hawksworth"> | |
<!-- Date: 2009-06-01 --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<span class="style1"></span> | |
</td> | |
<td width="20" rowspan="2"><img src="images/spacer.gif" width="20" height="1" /></td> | |
<td align="left" valign="top"><table style="border-collapse: collapse;" width="201" border="0" cellpadding="0" cellspacing="0"> | |
<tr> | |
<td width="5" style="border-left: 1px solid #7d7d7d;"> | |
<img src="spacer.gif" alt="" width="5" height="1" /> | |
</td> | |
<td width="187" valign="bottom" height="30"><span style="font-size:14pt;color:#7d7d7d;font-family: Arial, Helvetica, Sans-Serif;"> News in brief </span></td> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function registerPageChange(eventDescription, eventValue){ | |
// sample code from WebTrends documentation.... | |
// Register Event with WebTrends | |
dcsMultiTrack( | |
'DCS.dcsuri', eventValue, // name/value pair for URL | |
'WT.ti', 'FlashEvent:' + eventDescription // name/value pair for page title | |
); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// change: | |
$(document).ready(function() { | |
logica.countdown.init(); | |
}); | |
//to: | |
$(document).ready(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>an example of a pause before a look ahead search</title> | |
</head> | |
<body> | |
<input type="text" id="search-box"> | |
<p id='result'></p> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>an example of a pause before a look ahead search</title> | |
</head> | |
<body> | |
<input type="text" id="search-box"> | |
<p id='result'></p> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>index</title> | |
<meta name="generator" content="TextMate http://macromates.com/"> | |
<meta name="author" content="Phil Hawksworth"> | |
<!-- Date: 2010-02-04 --> | |
OlderNewer