Archive for June 5th, 2008

MSC Malaysia IP Creators Challenge Series (2008) is back

Thursday, June 5th, 2008

Still fresh in memory, last year I was competing with the other 5 teams in the final round under Mobile Content category. It was a 50% chance to grab the RM 30,000 grant for prototype development.

All the best to ‘07 Winning Ideas: M-Travelogue, mobiADs and Mobile Stock Exchange system (MOSES).

Drop me a comment if you guys passing by :)

————————————————-

MSC IP Creator Series

Was so excited when I heard about this challenge/competition and I thought I could back to the stage with a new idea.

But, this time MSC do not welcome Student to participate in this challenge/competition. It is a new rule:

Haiz, it breaks my heart. Not even a 0.1% chance for me to claim the grant this year.

Anyway, the deadline is around July ‘08 (actual date depends on category), still have time if you start preparing now. Good Luck ya~

HTTP Error while trying to upload image/video etc media file

Thursday, June 5th, 2008

HTTP Error when trying to upload file

I faced this problem after I upgraded to the latest Wordpress version 2.5.1~

Googled around, and I found the solution: (Thanks to LSRN94 and WordPress support forum)

It is simple. Just edit your .htaccess file in your WordPress root directory and add in the code below:

<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>

Many people tried this solution and solved their problem. Hope this can help you too.