If the pokemon series was updated to this style, i bet a lot more fans would arise. a lot more adult fans if you know what i mean. sickos…
Posted: September 17th, 2011
new pokemon
Category: PLAIN
Tags: adult pokemon, Animated, Art, awesome, Creative, Design, illustrations, japanese, japanese animation, pokemon, very cool, what if pokemon was done differently
Posted: July 13th, 2011
Sushi Etiquette
Tags: Art, Creative, fuck yea!, How to eat sushi the correct way, Maguro maguro maguro maguro, Maguro Umai Ne!, Sushi Etiquette
Posted: May 14th, 2011
Hello Kitty got into some trouble.
Category: PLAIN
Posted: February 23rd, 2011
Zend Framework, Subforms and organization
Tags: group subforms together, multiple subforms, zend, zend frameworkRecently I have been tasked to organize some form fields into nice columns. Normally you would use display groups. Since you really can not nest display groups, subforms were the answer. I have split my elements into 2 different sections and w/in these sections are basic incarnations of forms at the basic level ( utilizing the init() and extending Zend_Form() ). w/in each form I have many elements and display groups.
so in a nut shell here’s what i have,
first off you create "empty" subforms
$left = new Zend_Form_SubForm();
then you add the subforms you want inside of this "subform"
$left->setSubForms(array(
‘sub1′ => $sub1,
‘sub2′ => $sub2
));
you do the same thing for the other subform you want to add decorators to.
$right = new Zend_Form_SubForm();
$right->setSubForms(array(
‘sub3′ => $sub3,
‘sub4′ => $sub4
));
then to your original form you add these new "$left" and "$right" subforms
$this->setSubForms(array(
‘left’ => $left,
‘right’ => $right
));
you can then apply decorators to the "$left" and "$right" subforms as you see fit.
since i want to drop the fieldsets that encapsulate the elements inside mine looks like this, you do the same to the other one.
$left->setDecorators(array(
‘FormElements’,
array(‘HtmlTag’, array(‘tag’ => ‘div’)),
));
$left = new Zend_Form_SubForm();
then you add the subforms you want inside of this "subform"
$left->setSubForms(array(
‘sub1′ => $sub1,
‘sub2′ => $sub2
));
you do the same thing for the other subform you want to add decorators to.
$right = new Zend_Form_SubForm();
$right->setSubForms(array(
‘sub3′ => $sub3,
‘sub4′ => $sub4
));
then to your original form you add these new "$left" and "$right" subforms
$this->setSubForms(array(
‘left’ => $left,
‘right’ => $right
));
you can then apply decorators to the "$left" and "$right" subforms as you see fit.
since i want to drop the fieldsets that encapsulate the elements inside mine looks like this, you do the same to the other one.
$left->setDecorators(array(
‘FormElements’,
array(‘HtmlTag’, array(‘tag’ => ‘div’)),
));
Posted: December 29th, 2010
the human beat box machine
Category: PLAIN
Tags: Art, awesome, Creative, Design, fuck yea!, incredibox, Seriously? this is probably the coolest thing i have seen in a bit. all the music and effects have been created by an actual human voice. pretty darn cool if you ask me. make some of your own music.





