Mar 18, 2007

test Lightbox

blah blah here some lightbox JS test with few screenshots.
without lightbox, default blogger tag


single image
single image
multi image


read more ...

Mar 17, 2007

test Expandable post summaries

short post. blah blah description etc. continued here. blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah


read more ...

test Code prettifier

a little test for pretty code here it goes

/**
 * nth element in the fibonacci series.
 * @param n >= 0
 * @return the nth element, >= 0.
 */
function fib(n) {
  var a = 1, b = 1;
  var tmp;
  while (--n >= 0) {
    tmp = a;
    a += b;
    b = tmp;
  }
  return a;
}

document.write(fib(10));
blah blah


read more ...

test Tags cloud

balh blah blah


read more ...