AOKWORLD

May 26, 2009

As the final examinations draw near, I am crazy…

Filed under: English — Tags: — A.D.JC @ 10:21 pm

So, I will try my best to keep in mind the following words between 01 JUN and 01 JUL.

it's just one course  merely.

Unit 6:
Illusion     ultimate      moral    dilemma    soak      flight      guinea pig

Unit 7:

worship     convince     gym     aging       jog        ideal     though
teens     adolescent      tolerate   agony     slave       critical      pursue
sanity    automatically    be obsessed with

Unit 8:

be inclined to   paralyze   peninsula   afflict   install      utterly      cripple
sweep      peer at       crutch   slacken    indifference  interval   penetrate
fumble   overflow with    tilt    whatsoever  scriptural    admonition

Unit 9:

piles of    rubble        hatred   corpse      heap      with an air of   out of the blue
Bombard   aftermath    nightmare   so far     drift      civilian        ammunition
grim     odds          err        Ignorant    tuck       engulf        spot
doom     assume       be dedicated to

Unit 10:
celebrated   adore      presence      pillar    constant     maternal     senior
Gift      recognize     doomed      destined   missionary  concern     meditation
Nomination  bomber    inseparable    authority   long for    racism      humanity
Inhumane    assertion   public figure   voice     continually  celebrity    pass away
Shed light on

Unit 11:

norm     shift        inadequacy    repute     offset       perspective   be apt to
Transcript  proficiency  correspond to  retain     assumption   fuzzy       humor
Ritual     frequent     resent        gear      coercive      hew        knit
Coordinate

Unit 12:
relaxing   easygoing    govern      continental   consume    spiritual    poll
Dedicate to  rebel       staff        edit

May 25, 2009

请搜索垃圾XX浏览器

Filed under: Web Browser — Tags: — A.D.JC @ 5:52 pm

请打开任何搜索引擎,搜索:

垃圾 IE8

垃圾 IE7

垃圾 IE6

垃圾 Firefox

垃圾 遨游

垃圾 Safari

垃圾 Opera

垃圾 谷歌浏览器(Chrome)

垃圾 世界之窗浏览器

垃圾 TT浏览器

......

全部骂声一片,当然也是叫好一片,浏览器的兼容让某些人备受煎熬,操作问题更是让使用者云里雾里,何时才能迎来统一?

网络秦始皇,你在哪里?

May 20, 2009

SLAMDUNK - 世界が终わるまでは

Filed under: Music — Tags: , — A.D.JC @ 10:33 am

Do you remember the carton SLAMDUNK?

世界が终わるまでは...
大都会に仆はもう一人で
投げ舍てられた空间のようだ
互いのすべてを知り尽くすまでか
爱ならばいっそ永久に眠ろうか...

世界が终わるまでは离れる事もない
そお愿っていた几千の夜と
戻らない时だけか何故辉いては
やつれ切ったいまても壊す...
はかなき想い...この tragedy night

そして人は型を求めて
かげかえのない何かを失う
欲望たらけの街じゃ夜空の
星屑も仆らを灯せない

世界の终わる前に闻かせておくれよ
満开の花が似合いの catastrophe
谁もか望みながら永远を信じない
...なのにきっと明日を梦见てる
はかなき日々とこの tragedy night

世界が终わるまでは离れる事もない
そお愿っていた几千の夜と
戻らない时だけか何故辉いては
やつれ切ったいまても壊す...

May 18, 2009

Position:fixed on IE6

Filed under: Web Develop — Tags: , — A.D.JC @ 11:25 am

Step 1: Inset background:fixed in body.
Step 2: Use expression(offsetParent.scrollTop+offsetParent.clientHeight-400+'px');

body { background:url(imgs/pageBg.png) fixed;}
#menubar {
   	width:100px;
	height:100px;
	position:fixed;
	bottom:0;
	right:0;
	z-index:10000;
	_position:absolute;
	_top:expression(offsetParent.scrollTop+offsetParent.clientHeight-400+'px');
}

[if IE 6] example:

	html{overflow:hidden;}
	body{height:100%;overflow:auto;}
	#fixed{position:absolute;right:17px;}
	/* fixed元素的绝对位置是相对于HTML元素来说,而滚动条是body元素的,这是设置right:17px的原因 */
	#fixed { position:absolute; top:expression(eval(document.body.scrollTop + 50));}

You can:

/* IE7+ FF Other Standard Browser */
html > body #menubar {...}

/* IE6 Only */
* html  #menubar {...}

May 7, 2009

How to understand and use The CSS Framework in project?

Filed under: Web Develop — Tags: , , — A.D.JC @ 9:27 am

Anyone tell me?

Powered by WordPress