Skip to content


iPhone SDK

I just finished downloading iPhone SDK. The file size for the compressed package is whoopy 1.41GB. With my 6mbps cable internet line, it took about 30 mins. While installing, the installer was hanging with a message of “Install time remaining: About 4 minute”. I thought the installer may have crashed. It turned out that the installed waited for me to quit iTune application. :P

I’ve had the old SDK on my MacBook Pro for a while already. However I neglected to keep it updated so my SDK got out of date. Also today I ordered the “iPhone Developer Program”. (I am still waiting for a confirmation email from apple though…)

I can’t wait to see a confirmation email from apple for the program.

Posted in Personal. Tagged with .

syntax highlight test

1
2
3
function alertme() {
    alert("hello highlighter! :)");
}

Posted in Personal.

cvs adding a bunch of files

Today I had to put a lot of files into cvs repository. First I repeated *cvs add blah blah* so many times and then after I wanted to find a way to add files to cvs easily. Here’s what I found out:

(actually i was adding .as files)

find ./ -name "*.as" -exec cvs add {} \;

Posted in Tips.

A post from iphone app

I downloaded the wordpresd iPhone app couple days ago and finally started to use it. So far so good :)

Posted in Personal. Tagged with .

Matt Harding visited Yahoo! campus

I came to a blog that I saw Matt Harding visited Yahoo! campus up in Sunnyvale and made a video clip with yahoos. I am very positive that almost all web users who already saw his video would like him a lot as being inspirational.

Anyways, here’s the url where you can go to and watch Matt’s video with Yahoo!

http://ycorpblog.com/2008/08/04/and-now-we-dance/

Posted in Personal.

Flash Player 9 April Security Update

Something to check out.

Posted in Frontend Tech, News. Tagged with .

Flash Player Bug List

Title says all.

It’s a really good reference to have when you are working with flash all the time…

http://bugs.adobe.com/jira/browse/ASC

Posted in Frontend Tech, News. Tagged with , .