ALL COMMENTS - TEST

Testing comments

By Mark Bowen on 2009 01 23

Wednesday, December 31, 2008

Testing GeSHIfy

[-code lang=javascript line=normal keyword_links=true overall_class=code_block-]
ChiliBook.automatic = false;
$( function() {
$( '#highlight' )
.one( 'click', function() {
var time1 = new Date();
var $chili = $( '#jq' ).chili();
var time2 = new Date();
var delta = time2 - time1;
var spans = $chili.find( 'span' ).length;
var rate = Math.round( spans / delta * 100 ) / 100;
$( '#highlight' ).html(
'highlight done in ' + delta + ' milliseconds'
+ ' with ' + spans + ' spans'
+ ' at a rate of ' + rate * 1000 + ' span/sec'
);
} )
  .show()
  ;
} );
[-/code-]

[-code lang=css line=normal keyword_links=true overall_class=code_block-]
body {
font-size: 1.2em;
line-height: 1.5em;
}[-/code-]

[-code lang=php line=normal keyword_links=true overall_class=code_block-]
<?php

echo “This is a test”;

function adminTest()
{ echo "This is my name";
}

?>[-/code-]

Posted by Mark Bowen on 12/31 at 05:40 PM
Read this post

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?

(1) CommentsPermalink
Page 1 of 1 pages