본문 바로가기
[Script] JavaScript Prototype 과 상속 제대로 이해하기 http://run2you.tistory.com/12 http://run2you.tistory.com/13 http://dev.naver.com/tech/ajaxui/ajaxui_3.php#a_3_1 http://blog.naver.com/jjoommnn/130125787219 JavaScript( 이하 JS )는 class 의 개념이 없고, class 개념은 function 으로 대체된다. Java 와 같은 classical OOP 는 아니지만 상속을 이용할 수 있다. var Drama = function( name ){ this.name = name; this.getName() = function(){ return this.name; } } var goldenTimes = new Drama( '골든 .. 2012. 9. 24.
[Script] CORDOVA 란? 출처 : http://incubator.apache.org/cordova/ CORDOVA 란? - JS를 이용하여 native device 에 접근할 수 있도록 하는 device API set. 이것으로 HTML, CSS, JavaScript를 이용해 앱을 만들 수 있다. - Java, Objective-C 등의 native code 없이 앱을 만들수 있다. - JS 자체가 web 표준을 따르기 때문에, 대부분의 장비에서 별도 코드 수정 없이 사용가능한 앱을 만들 수 있다는 장점이 있다. Android, iOS, blackberry, Windows Phone, Palm WebOS, Bada, Symbian 모두 사용 가능하다. 도움이 되셨다면 손가락 꾸욱~ ( 로그인 필요 x ) 2012. 9. 23.
[Script] CoffeeScript Tutorial & Sample Codes ( 기초강좌 & 샘플코드 ) 출처 : http://coffeescript.org/ Coffee Script 소개- CoffeeScript 는 컴파일하면 JavaScript 가 되는 작은 규모의 언어.- JavaScript의 라이브러리를 가져다 쓸 수도 있다.- 컴파일시에는 JavaScript Lint 를 통해 컴파일되기 때문에 안정성 측면에서 좋다.- CoffeeScript 로 작업하면 보통 자바스크립트 코드보다 빠를수도 있다. ( 최적화 코드로 치환되며 실수가 적어져서 )설치와 사용- CoffeeScript 의 컴파일러 "coffee" 는 Node.js 의 유틸로서 사용할 수 있다. 하지만 사실 CoffeeScript 자체가 Node.js 에 의존하고.. 2012. 9. 22.
[Script] Handlebars example or sample code ( 샘플 코드 ) 출처 : http://blog.teamtreehouse.com/handlebars-js-part-2-partials-and-helpers 도움이 되셨다면 손가락 꾸욱~ ( 로그인 필요 x ) 2012. 9. 22.
[Script] Handlebars Tutorial & Reference References Official Site : http://handlebarsjs.com/ Reference : http://yuilibrary.com/yui/docs/api/classes/Handlebars.html Non-official Tutorials http://blog.teamtreehouse.com/getting-started-with-handlebars-js http://blog.teamtreehouse.com/handlebars-js-part-2-partials-and-helpers http://blog.teamtreehouse.com/handlebars-js-part-3-tips-and-tricks HandleBars 란 무엇인가? - Template JavaScript Engine... 2012. 9. 21.
[Script] CSS3 Reference CSS3 Reference http://www.w3schools.com/cssref/default.asp Browser support http://www.w3schools.com/cssref/css3_browsersupport.asp Selectors http://www.w3schools.com/cssref/css_selectors.asp Reference Aural http://www.w3schools.com/cssref/css_ref_aural.asp Web Safe Fonts http://www.w3schools.com/cssref/css_websafe_fonts.asp Units http://www.w3schools.com/cssref/css_units.asp Colors http://www.w3.. 2012. 9. 21.
[Script] CSS References & Examples ( 예제코드 ) References http://www.w3schools.com/cssref/default.asp Examples http://www.w3schools.com/css/css_examples.asp CSS Legal Color Values http://www.w3schools.com/cssref/css_colors_legal.asp Web safe font combinations http://www.w3schools.com/cssref/css_websafe_fonts.asp 도움이 되셨다면 손가락 꾸욱~ ( 로그인 필요 x ) 2012. 9. 20.
[Script] JavaScript References & Examples ( DOM Event, String, Date, Array, Boolean, Math, RegExp ) JavaScript Total Reference http://www.w3schools.com/jsref/default.asp JavScript Examples http://www.w3schools.com/js/js_examples.asp DOM Event Reference http://www.w3schools.com/jsref/dom_obj_event.asp String Object reference http://www.w3schools.com/jsref/jsref_obj_string.asp Date Object Reference http://www.w3schools.com/jsref/jsref_obj_date.asp Array Object Reference http://www.w3schools.com/.. 2012. 9. 20.
[Script] jQuery References & Examples ( Selectors, Event, Effect, HTML Method, CSS Methods, AJAX Methods ) jQuery Examples http://www.w3schools.com/jquery/jquery_examples.asp jQuery Selectors referencehttp://www.w3schools.com/jquery/jquery_ref_selectors.asp jQuery Event Referencehttp://www.w3schools.com/jquery/jquery_ref_events.asp jQuery Effect Referencehttp://www.w3schools.com/jquery/jquery_ref_effects.asp jQuery HTML Method Referencehttp://www.w3schools.com/jquery/jquery_ref_html.asp jQuery CSS Me.. 2012. 9. 20.
반응형