AOKWORLD

June 26, 2009

Pop Megastar Michael Jackson Dies at 50

Filed under: Music, My Life — Tags: — A.D.JC @ 10:04 am

Michael Jackson

Michael Jackson 1958 - 2009

Michael Jackson, 50, died yesterday in Los Angeles as sensationally as he lived, as famous as a human being can get. He was a child Motown sensation who grew into a moonwalking megastar, the self-anointed King of Pop who sold 750 million records over his career and enjoyed worldwide adoration.

June 25, 2009

Use jQuery.noConflict() can be compatible with other js library

Filed under: Web Develop, javascript, jquery — Tags: — A.D.JC @ 3:37 pm

Use jQuery.noConflict() redefine default selector of jquery, yes, it's "$".
You can rename $j(), $jQuery()...

But, before use jQuery.noConflict(), other js library must be loaded.

For example:

var $j = jQuery.noConflict();
$j(document).ready(function(){
	$j("#btn").click(function(){
	$j(this).hide();
	})
});

June 23, 2009

saves webpages as images - Screengrab

Filed under: Web Browser — Tags: , , — A.D.JC @ 4:49 pm

That 's cool!

Screengrab 0.96.1 by Andy M

Download: https://addons.mozilla.org/en-US/firefox/addon/1146

Screengrab! saves webpages as images...

It will capture what you can see in the window, the entire page, just a selection, a particular frame... basically it saves webpages as images - either to a file, or to the clipboard.

June 4, 2009

百兆宽带何时来临?

Filed under: My Life — Tags: — A.D.JC @ 1:29 pm

一场宽带提速的计划正在3G大规模建设的同时展开.对于目前个人宽带用户最高4M(兆)带宽现状的提升路径,中国电信给出的答案是三年提升到100M.

希望这则消息是真的。

Powered by WordPress