Ready-Steady-Go!

Posted: December 7th, 2009 | Filed under: I like it | Tags: , , , , | No Comments »

Oh, Shiny :D
I’m currently digging up some wordpress themes/plugins and customizing.
So, the posts you see below may contain some information entered for testing purposes.

public function dockBottom():void{
	var screen:Screen = getCurrentScreen();
	stage.window.x = screen.visibleBounds.left;
	stage.window.y = screen.visibleBounds.height - dockedHeight;
	stage.window.width = screen.visibleBounds.width;
	stage.stageHeight = dockedHeight;
	drawContent();
}

I think I’m gonna stick onto this Clean-home theme and SyntaxHighlighter Evolved. Both working awesome.