11/22/2009

Will Google Android and Chrome OS will become one?

Last week, Google announced own desktop operating system, Chrome OS, to  media. They set it will release on 2010 Fall.



11/09/2009

My 2nd Jetpack script, Using Google Bookmarks.

jetpack.statusBar.append({
html: "Bookmark it!",
onReady: function(widget){

$(widget).click(function(){

var url = jetpack.tabs.focused.url;
var doc = jetpack.tabs.focused.contentDocument;
var title = $(doc).find("head title").html();

jetpack.tabs.open("http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+url +"&title="+title);

//TODO: MOVE TO LAST TAB
});
}
});


Today I watched XUL API but don't know how to use it.

11/07/2009

Jetpack script for remove unwanted author's thread

//Jetpack kill some unwanted row in discuss.hk
jetpack.statusBar.append({
  html: "remove",
  onReady: function(widget){
    $(widget).click(function(){
       var doc = jetpack.tabs.focused.contentDocument;

        // TODO: replace _AuthorName for un-wanted author
        var row1 = $(doc).find("td.author:contains('_AuthorName')").parent().parent();
        //console.log(row1.html()); 
        row1.remove();
  });
  }
});

11/06/2009

Speed test for HKBN BB100

DIRECT CONNECT
ftp> get 100MBvideo.zip
200 PORT command successful
150 Opening ASCII mode data connection for 100MBvideo.zip (104867540 bytes)
226 Transfer complete.
ftp: 105343671 bytes received in 9.55Seconds 11034.22Kbytes/sec.
88%

WIRED
ftp> get 100MBvideo.zip
200 PORT command successful
150 Opening ASCII mode data connection for 100MBvideo.zip (104867540 bytes)
226 Transfer complete.
ftp: 105343671 bytes received in 9.41Seconds 11199.62Kbytes/sec.
89%

10/31/2009

11.2.2009 is end day of iCable Broadband Network

Hong Kong Broadband Network(HKBN) will announce new boardband plan as $99 for 100Mb on 2Nov. Today during I was window shopping in Shum Shui Po. Two carriers, Hutchison Gobal Network(HGC) and PCCW had renewed their offer as $99 too. I haven't seen which transmission speed is PCCW promoted, either 18Mbps or 30Mbps with free wireless services. HGC is confirmed the offer is 100Mbps VDSL2 network.

10/22/2009

How to manage your iPhone Application?

When you addict to install many application into you iPhone, you must be troubled on applications arrangement. You have no idea when you still hate Apple why no named tab and expose' features in your iPhone.
I would share my experience for putting the applications for particular page to speed up your productivity.

9/29/2009

Why Mozilla won't develop "Firefox Frame" as IE Plugins? And what the Google strategy.

Last week, Google Chrome Frame announced.

This week, Mozilla representatives response such "evil" product...
Mark Shaver, Mitchell Baker wrote in their blogs. They listed the integrity problems when used GCF. Firefox Dev. Team ables to create IETab, and also I believe that Firefox Frame can be developed if she wanna do.

If you know Firefox product, why you install "Firefox Frame" instead of install a organic application?
Same question can be apply any application that is "browser within browser"...

9/18/2009

Bread this week...

Google Wave,
Barcamp,
Mozilla Labs,
Chromium,
Ubiquity,
Test Pilot
and feedback from TALKONLY gathering...

9/17/2009

Here is full stop

and also is a begining...
I must rethink the path of my life. Who am I? Such answer is refreshed because I've gotten the bachelor degree award. If I want get more abilities to change myself or the world. I must leave safe area and jump bravely over it.

Now! I told myself to face the world, not only HK.