mmhan's scraps

May 20

//via Bizarro Comics

//via Bizarro Comics

May 18

[video]

May 16

[video]

May 14

CakePHP HABTM relation Data Format

The following is the format for $data that CakePHP expect on your Model->saveAll($data) call, using the example of Article and Tags.

array(
    'Article' => array(
        //Article data goes here as usual
    )
    'Tag' => array(
        'Tag' => array(
            1,
            2,
            3
        )
    )
);

Just thought I should note down in case I forget again, like I just did.

May 13

Tasty Beef Hor Fun @ Killiney at UOB Haykian

Tasty Beef Hor Fun @ Killiney at UOB Haykian

May 12

Angry Birds - Chrome Web Store -

Angry Birds is now on Chrome webstore with Canvas goodness for free!

Accelerated Learning

Just taking note after reading the article from Simple Dollar.

return;

When a geek send you return; in the chat, get the fuck out of the conversation, and be quick about it.

You don’t want him throwing tantrums at you, or worst, a stack of formidable 1337 speak curses.

May 11

[video]