Archive for September, 2008

How to disable textfield on AS3

Posted on September 7th, 2008 in Programming | No Comments »

This took me 2 hours to find out how to disable textfield on AS3, its not the perfect solution but it seems to be the only solution.

private var txtField:Textfield;

this.txtField = this.getChildByName(”txtField”);
this.txtField.mouseEnabled = false;
this.txtField.tabEnabled = false;

and to turn it enable again:
this.txtField.mouseEnabled = true;
this.txtField.tabEnabled = true;

While this sound cheap coz you have to disable the mouse and the tab of that component and not the component itself, it seems to be the only solution. Thanks Adobe!!!!!!!!

Google Chrome and its significance to computing

Posted on September 7th, 2008 in Google | No Comments »

Google chrome was released last week and its already got around 2-4% of US market share, while its sounds so small, actually it a lot, if you compare it to opera or safari which took them years to get to 4% it only took google one week or even a day. I really hate the news when i saw it before the day it was released, and the reason was we web developers have to cater another browser with different javascript engine.

But this move brings significance to the whole computer industry, of course its not just Google Chrome but other stuff that make news this few week. One of them is JIT or Just in Time Compiler, thanks to Adobe for opening their Javascript JIT engine, we can see the result of these in TraceMonkey, the javascript engine of the next version of firefox and V8 the javascript engine of Google Chrome, so whats so good about it? The source are now compiled like java or .net and the browser need not to download binaries, this will make javascript to be executed a lot faster, 4-10% of the current speed.

Another thing which i believe google will do in the long run is the instant on linux(SplashTop) feature and they might even release a computer of their own, with this one feature sort of a cloud book but with no operating system except the prebuild linux and their android team will help them achieve this goal. Currently SplashTop includes firefox as the build in browser, but i’m looking at the opportunity that once Chrome reached the linux land they will make a dell with them or they will make their own.

Is this the end of MS? I don’t think so but i do hope that its the end of IE, ahha. Coz after IE8 is released we have to cater 3 browser from MS and that sucks. This is actually good for MS coz now their force to do better but the question now is that will IE8 commit to its promise of being standard or web programmer will just ignore them in the long run when firefox, safari, chrome and opera (all comply to the standard) reached over 50% of market share?

Google Android will be big because of China

Posted on September 1st, 2008 in Google, Technology, android | No Comments »

Why China? Have you guys seen any phones from china that looks exactly like the real phone except the ugly interface? I personally believe that would change because of android. Why? Here are some of my reason.

* Operating System - These small mobile company made their own mobile os simply because they could not use Symbian or Windows Mobile os or Apple due to the license stuff, dont know about Symbian now that they are open source. So it would be wise for these company to stop making their own and just use something that is already build then just remodify some part of it.

* Cost - Making your own mobile os with all the programmers that you will hire to do all the stuff that will make your mobile work is way too expensive for these company compare to using something that is already build. Not just they have to pay for their people to do the software, they also have to pay over the maintenance of it, translation of the manual and some technical support to their client???

Musicnotes.com

* Revenue - Over the 3rd world countries, mobiles from China are hot, why? Not just because their cheap but because of the features but some people especially the one who can afford to buy 2nd class phones would not buy them, why? Not because they think its cheap but because they hate their first experience they had with these phones because of the interface. So using android would make them more richer.

* Innovation - This is purely my imagination, but i forecast that the Chinese people will not just make android on smart phone but on different gadget as well, like PMP, PDA, and Laptop computer (they might port it, these people are freakin awesome and insane)

I believe that smart phone will be huge and China will pay a major role on it. But what’s with Google on this? The more android phones they got, the more people will have use their services, the better standing they will get not just in China but over the globe. So its better for everyone after all.