대충 130~140 Kg?

'가난하다 부자다라는 개념이 요즘들어서 바뀌었습니다. 돈을 얼마 가지고 있고, 돈을 얼마 벌고 있고가 기준이 아니라, 내가 가진 직업을 당장 그만 두었을 때 얼마만큼을 버티느냐가 요즘의 가난하다와 부자라는 것을 나누는 기준이 됩니다.'[ㅡㅡ;; 적고보니.. 정확한지는 애매하군요.]
1 : Create an Iframe
<iframe style="position:absolute;top:-5000px;width:100em;"></iframe>
2 : Attach onResize Event to iframe's window object
3 : When fontSize is changed, this Iframe will fire an onResize event which we can catch later.
Because onResize event is fired by window object only on most browsers (except IE)
추측: 안보이게 iframe을 숨겨두고 font-size 변경에 따라 iframe이 바뀌는 경우 이를 처리하는게 아닌가 싶다."Yeah, but probably an intentional one. Lotus had to fit in 640K. That's not a lot of memory. If you ignore 1900, you can figure out if a given year is a leap year just by looking to see if the rightmost two bits are zero. That's really fast and easy. The Lotus guys probably figured it didn't matter to be wrong for those two months way in the past. It looks like the Basic guys wanted to be anal about those two months, so they moved the epoch one day back."
"Aargh!" I said, and went off to study why there was a checkbox in the options dialog called 1904 Date System.
1. 공백을 삽입할 수 없다.( 또는 \u002으로 삽입하는 경우 각각 &nbsp;&로 삽입되거나 삽입자체가 되지 않는다.)
2. 라인브레이크가 삽입이 되지 않는다.
eSWT = embedded Standard Widget Toolkit이클립스에서 사용하는(?) SWT의 핸드폰 임베디드 버전.
가격면에서는 비싸기는 하나 공간을 적게 차지하고 전기 소모가 훨씬 적었기 때문에 Flat Panel TV가 호텔에서 차지하는 비율이 높아졌다는 얘기다.
Django is an open source web application framework, written in Python, which loosely follows the Model-View-Controller paradigm
Django is a Romany term meaning "I awake"
일반적으로 작성되는 프로그램의 클래스나 UML의 상위 개념으로서의 추상적인(사람들이 이해할 수 있는) 계층을 하나 두고 이 계층을 통해서 Code generation이나 Genrative Programming을 사용해서 실제 프로그램을 만들어낸다. 이러한 계층을 정의하는 것을 Feature modeling이라 한다.
출처
Build Variety Of Consumer Products At Low Cost Using Generative Programming
var insertedElement = parentElement.insertBefore(부모 노드의 Child 노드(newElement)를 삽입할 때 지정한 노드(referenceElement)의 앞에 삽입해주게 합니다. 삽입한 형태는 다음의 트리구조를 갖게 됩니다.
newElement, referenceElement)
var insertedElement = parentElement.insertBefore(하나는, 동일하게 insertBefore 메소드를 호출하는 방법입니다. referenceElement의 바로 이웃한 노드인 nextSibling을 호출하여 이웃한 노드의 앞에 삽입하게하는 방법입니다. 아래의 구림을 예로 들자면 P3의 Child인 C2에서 C2의 nextSibling인 C3를 기준으로 하여 C3의 앞에 삽입하는 방법입니다.
newElement, referenceElement.nextSibling)
insertAfter:function(srcNode, dstNode){출처 :
if(dstNode.nextSibling){
dstNode.parentNode.insertBefore(srcNode, dstNode.nextSibling);
}else{
dstNode.parentNode.appendChild(srcNode);
}
};
You scored as Sociology. You should be a Sociology major!
What is your Perfect Major? (PLEASE RATE ME!!<3) created with QuizFarm.com |
The AJAX Tooling Framework (ATF) project passed its creation review andis now being incubated inside the BEA-lead Web Tools Platform (WTP)project at Eclipse. ATP is a new collection of Eclipse-basedtechnologies designed to make it easier to develop rich Internetapplications based on AJAX.