Test-Flood, 001

June 1st, 2007 || 1 comment || permalink

Mal wieder Tests: Espresso, Inner Rock Chick, What Artist Should Paint Your Portrait?, How Creative Are You?, What Mytological Creature Are You?, What Kind Of Soul Are You?, Inside The Room Of Your Soul…


You Are an Espresso


At your best, you are: straight shooting, ambitious, and energetic
At your worst, you are: anxious and high strungYou drink coffee when: anytime you’re not sleepingYour caffeine addiction level: high

What Kind of Coffee Are You?


You Are Ani Difranco!


Honest, real, and well liked.
You’re not limited by any boundaries.“And you can call me crazyBut I think you’re as lazy as white paint on the wall”

Who’s Your Inner Rock Chick?


Who Should Paint You: Alfred Gockel


All American yet funky, you inspire an artist’s imagination
And while not everyone will understand your portrait, you will!

What Artist Should Paint Your Portrait?


You Are 74% Creative


You are beyond creative. You are a true artist – even if it’s not in the conventional sense of the word.
You love creating for its own sake, and you find yourself quite inspired at times.

How Creative Are You?


You Are a Pegasus


You are a perfectionist, with an eye for beauty.
You know how to live a good life – and you rarely deviate from your good taste.While you aren’t outgoing, you have excellent social skills.People both admire you – and feel very comfortable around you.

What Mythological Creature Are You?


You Are a Hunter Soul


You are driven and ambitious – totally self motiviated to succeed
Actively working to acheive what you want, you are skillful in many areas.You are a natural predator with strong instincts … and more than a little demanding.You are creative, energetic, and an extremely powerful force.An outdoors person, you like animals and relate to them better than people.

You tend to have an explosive personality, but also a good sense of humor.

People sometimes see you as arrogant or a know it all.

You tend to be a bit of a loner, though you hate to be alone.

Souls you are most compatible with: Seeker Soul and Peacemaker Soul

What Kind of Soul Are You?


What Your Soul Really Looks Like


You are very passionate and quite temperamental. While you can be moody, you always crave comfort.
You are a very grounded, responsible, and realistic person. People may not want to hear the truth from you, but they’re going to get it.You believe that people see you as larger than life and important. While this is true, they also think you’re a bit full of yourself.Your near future is still unknown, and a little scary. You’ll get through wild times – and you’ll textually enjoy it.For you, falling in love is all about flirting and feeling playful. You couldn’t fall in love with someone who took life too seriously.

Inside the Room of Your Soul

Ätzender Code

June 1st, 2007 || 0 comments || permalink

Viele Programmierer, die PHP-Code anfassen, erzeugen Brechreiz bei Leuten, die diesen Code dann lesen dürfen… Heute erteilt mir das Websitebaker-Team eine kleine Lektion in Sachen “hässlicher Code” – und die Dokumentation des Codes… Nunja, sprechen wir nicht darüber, bisher habe ich erst eine Funktion des CMS dokumentiert gefunden: show_menu() – Parmeter etc. sind ja unwichtig…. Braucht kein Mensch *knurr*

Zurück zum Thema “hässlicher Code”:

[code lang="PHP"]
if (!function_exists('show_menu')) {
function show_menu($menu_number = NULL, $start_level=NULL, $recurse = NULL, $collapse = NULL, $item_template = NULL, $item_footer = NULL, $menu_header = NULL, $menu_footer = NULL, $default_class = NULL, $current_class = NULL, $parent = NULL) {
global $wb;
if (isset($menu_number))
$wb->menu_number=$menu_number;
if (isset($start_level))
$wb->menu_start_level=$start_level;
if (isset($recurse))
$wb->menu_recurse=$recurse;
if (isset($collapse))
$wb->menu_collapse=$collapse;
if (isset($item_template))
$wb->menu_item_template=$item_template;
if (isset($item_footer))
$wb->menu_item_footer=$item_footer;
if (isset($menu_header))
$wb->menu_header=$menu_header;
if (isset($menu_footer))
$wb->menu_footer=$menu_footer;
if (isset($default_class))
$wb->menu_default_class=$default_class;
if (isset($current_class))
$wb->menu_current_class=$current_class;
if (isset($parent))
$wb->menu_parent=$parent;
$wb->menu();
unset($wb->menu_recurse);
unset($wb->menu_parent);
unset($wb->menu_start_level);
}
}
[/code]

Where am I?

You are currently viewing the archives for Friday, June 1st, 2007 at karnaya universe.

Switch to our mobile site