joal-web.blogspot.com
JOAL: CSS nth-child()
http://joal-web.blogspot.com/2012/10/css-nth-child_19.html
2012년 10월 19일 금요일. Css 속성중에 nth-child 라는 속성이 있다. 해당 Element 의 순번에 해당하는것을 선택할수 있는 속성인데 사용시 주의점이 있다. Main 클래스 밑에 input Element 중 2번째 해당하는 항목을 선택하라는 것이다. 위의 HTML 의 경우 정상적으로 동작을 한다. 하지만 아래의 경우를 보자. Input Element 뒤에 br 태그가 있다. 는 두번째 input Element 를 찾지 못한다. 두번째 Element 가 br 태그여서 그런것 같은데 . CSS nth-child() 사용할때 주의 하자. 피드 구독하기: 댓글 (Atom). Picture Window 템플릿. Blogger.
joal-web.blogspot.com
JOAL: 11월 2011
http://joal-web.blogspot.com/2011_11_01_archive.html
2011년 11월 30일 수요일. Http:/ ibatis.apache.org. Apache Software Foundation Index: Category Index. Http:/ projects.apache.org/indexes/category.html#database. Hibernate - JBoss Community. Http:/ www.hibernate.org. Downloads - mybatis - SQL Mapping Framework for Java - Google Project Hosting. Http:/ code.google.com/p/mybatis/downloads/list? Spring - mybatis - An introduction to MyBatis integration with Spring - SQL Mapping Framework for Java - Google Project Hosting. Http:/ blog.lul.kr/27. 피드 구독하기: 게시물 (Atom).
joal-web.blogspot.com
JOAL: 2월 2012
http://joal-web.blogspot.com/2012_02_01_archive.html
2012년 2월 28일 화요일. CSS3 Transform 과 Transition. CSS3 Transform 과 Transition 은 정말 막강한 기능을 가지고 있다. JQuery 의 animate 보다 더욱 강력한것 같다. 은 CSS3에서 새로 생겼으며 모양이나 색상의 변화를 시간을 두고 줄 수 있는 속성이다. Transition-property, transition-duration, transition-timing-function, transition-delay 총 네 가지 속성의 축약으로 transition 하나를 사용할 수 있다. 참고 : http:/ hyeonseok.com/docs/css/css3-transition.php. 은 개체를 변형시키다 의 뜻으로 웹 페이지에 표시되는 개체의 다양한 변형 효과를 줄 수 있다. Rotate (회전 효과) -. Scale (확대/축소 효과) -. Webkit-transform: scale(1.5);. Skew (기울임 효과) -. 만일 이 5개의...
joal-web.blogspot.com
JOAL: 6월 2011
http://joal-web.blogspot.com/2011_06_01_archive.html
2011년 6월 22일 수요일. Canvas 개발을 편하게 해주는 JS 라이브러리랍니다. EaselJS: A Javascript Library for Working with the HTML5 Canvas Element. EaselJS v0.3.2 released: v0.3.2 fixes a few bugs and adds support for mouseover and mouseout events. We've also released v0.1 of Zoë - a handy tool for exporting EaselJS sprite sheets from Flash swf animations. Learn about Zoë here. HTML5 Canvas Animation - 기초2. 2011년 6월 21일 화요일. HTML5 Canvas Animation - 기초. Http:/ 3.paulhamill.com/node/36. HTML5 Canvas Cheat Sheet. 2011년 6월 7일 화요일.
joal-web.blogspot.com
JOAL: CSS3 Keyframe Animation(w3schools)
http://joal-web.blogspot.com/2012/03/css3-keyframe-animationw3schools.html
2012년 3월 14일 수요일. With CSS3, we can create animations, which can replace animated images, Flash animations, and JavaScripts in many web pages. To create animations in CSS3, you will have to learn about the @keyframes rule. The @keyframes rule is where the animation is created. Specify a CSS style inside the @keyframes rule and the animation will gradually change from the current style to the new style. Internet Explorer and Opera do not yet support the @keyframes rule or the animation property. An animat...
joal-web.blogspot.com
JOAL: 3월 2012
http://joal-web.blogspot.com/2012_03_01_archive.html
2012년 3월 18일 일요일. Blue Sky: Inner Class. Blue Sky: Inner Class. Http:/ stackoverflow.com/questions/2286987/nested-class-in-javascript-inheritance-of-private-methods 자바스크립트에서 class안에 클래스를 마드는 코드 예. M. 2012년 3월 14일 수요일. With CSS3, we can create animations, which can replace animated images, Flash animations, and JavaScripts in many web pages. To create animations in CSS3, you will have to learn about the @keyframes rule. Firefox requires the prefix -moz-, while Chrome and Safari require the prefix -webkit-.
joal-web.blogspot.com
JOAL: 7월 2012
http://joal-web.blogspot.com/2012_07_01_archive.html
2012년 7월 8일 일요일. 자바스크립트에서 상수를 정의할때 사용. Var test = "testValue";. Const test1 = "test1Value;. Test 의 값은 변경될수 있으나 test1 의 값은 변경되지 않음. 상수명 = 값활당;. 반드시 값을 활당해야하며 한번 정의된 값은 수정할수 없음. 내부적으로 V8 스크립트엔진을 사용한다고 하니 IE 는 제대로 동작을 한다고 보장은 못함. 피드 구독하기: 게시물 (Atom). Picture Window 템플릿. Blogger.
joal-web.blogspot.com
JOAL: Blue Sky: Inner Class
http://joal-web.blogspot.com/2012/03/blue-sky-inner-class.html
2012년 3월 18일 일요일. Blue Sky: Inner Class. Blue Sky: Inner Class. Http:/ stackoverflow.com/questions/2286987/nested-class-in-javascript-inheritance-of-private-methods 자바스크립트에서 class안에 클래스를 마드는 코드 예. M. 피드 구독하기: 댓글 (Atom). Blue Sky: Inner Class. Div scroll 마지막 체크. Picture Window 템플릿. Blogger.
joal-web.blogspot.com
JOAL: 1월 2012
http://joal-web.blogspot.com/2012_01_01_archive.html
2012년 1월 18일 수요일. CSS Selector 규칙을 그대로 이용할 수 있는 방법. W3C 에서는 보다 유연한 탐색을 지원하기 위해 CSS 규칙을 기반으로 하는 Selectors API 를 표준화시켰다. 속도적인 측면에서도 document.getElementById 보다 빠르다는말이 있다. 최근에 나온 기술도 아니구. 2008년부터 사용했다고 하는데. 난 뭘했을까. 이제서야 이런 기능이 있는지 알게 되었다. Document.querySelectorAll('#' el ' div');. Document.querySelectorAll('#' el ' div div:first-child');. QuerySelectAll 은 IE8 을 포함한 크롬, 사파리, 오페라, 파이어폭스에서 모두 지원하지만. 다른 브라우저가 CSS 3 Selector 까지 지원하는 반면 IE8은 CSS 2.1 Selector 까지만 지원된다. 피드 구독하기: 게시물 (Atom).
joal-web.blogspot.com
JOAL: 4월 2011
http://joal-web.blogspot.com/2011_04_01_archive.html
2011년 4월 26일 화요일. Http:/ www.script-tutorials.com. 괜찮은 스크립트 있음.ㅋ. Http:/ www.script-tutorials.com. 피드 구독하기: 게시물 (Atom). Http:/ www.script-tutorials.com. Picture Window 템플릿. Blogger.