반응형


 

<!DOCTYPE HTML>
<HTML>
 <HEAD>
  <TITLE> New Document </TITLE>
  <meta charset ='utf-8'>
  <script type = "text/javascript">


 function rect(){
  var canvas = document.getElementById('canvas');
  var context = canvas.getContext('2d');

 

  context.strokeRect(10,10,200,200);
  // 사각형 그리기 :

  // context.strokeRect(시작점 x좌표, 시작점 y좌표, 사각형의 x좌표, 사각형의 y 좌표)


  context.fillRect(220,10,200,200);
  // 속이 차 있는 사각형 그리기 :

  //context.fillRect(시작점 x좌표, 시작점 y좌표, 사각형의 x좌표, 사각형의 y 좌표)


  context.fillRect(430,10,200,200);


  context.clearRect(500,50,100,100);
  // 속이 차있는 사각형 안을 지우기 :

  // context.clearRect(시작점 x좌표, 시작점 y좌표, 사각형의 x좌표, 사각형의 y 좌표)


 }
  </script>
 </HEAD>

 

 <BODY onload = "rect();">
 <canvas id ="canvas" align = "center" width = "1024" height="980" style = "border:solid 1px #000000">
 <!-- 캔버스 id , 캔버스의 가로,세로, 스타일-->
  </canvas>
 </BODY>

</HTML>


반응형

'IT > 언어' 카테고리의 다른 글

HTML 5 신규 element 정리  (0) 2013.11.26
canvas 원호 그리기  (0) 2013.11.26
canvas 다각형 그리기  (0) 2013.11.26
canvas 선그리기  (0) 2013.11.26
Jquery 유용한 사이트 모음  (0) 2013.11.26
반응형

01.업로드

01-01.jQuery File Upload
기능 : 프로그래스바, 취소, 파일크기, 삭제, Drag&Drop
http://aquantum-demo.appspot.com/file-upload

 

01-02.Ajax Upload
기능 : 프로그래스바, 취소, 파일크기, Drag&Drop
http://valums.com/ajax-upload

 

01-03.uploadify
기능 : 프로그래스바, 취소, 파일크기
제약사항 : 플래시 사용 필수
http://www.uploadify.com/demos

 

02.트리

02-01.jQuery plugin: Treeview

http://jquery.bassistance.de/treeview/demo/ 

 

02-02.jXMLTree jQuery Plugin(XML파일을 이용한 Tree메뉴생성)

http://royjin.wordpress.com/2010/06/18/jxmltree-jquery-plugin-xml-menu-tree-generating/ 

 

03.Validation

http://bassistance.de/jquery-plugins/jquery-plugin-validation/
사용방법 : http://phpschool.com/gnuboard4/bbs/board.php?bo_table=tipntech&wr_id=72358

 

04.레이어팝업

04-01.ColorBox

http://jacklmoore.com/colorbox/

 

04-02.FancyBox
http://fancybox.net/

 

좌측메뉴 

http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm

 

Context메뉴 

http://www.javascripttoolbox.com/lib/contextmenu/

 

Table-DataTable 

http://datatables.net/examples/

Table-FlexGrid 

http://plugins.jquery.com/project/flexigrid

데모 : http://flexigrid.info/
http://www.trirand.net/demo.aspx

 

이미지 줌 

http://www.mind-projects.it/projects/jqzoom/index.php#examples

 

Chart 

http://code.google.com/p/flot/

html5 canvas access차트

http://www.filamentgroup.com/lab/creating_accessible_charts_using_canvas_and_jquery/

 

DropDown 

http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/
http://www.filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/

 

ToolTip 

http://www.filamentgroup.com/lab/image_free_css_tooltip_pointers_a_use_for_polygonal_css/

 


AIR(좌석예약) 

http://www.digital-web.com/extras/jquery_crash_course/


반응형

'IT > 언어' 카테고리의 다른 글

HTML 5 신규 element 정리  (0) 2013.11.26
canvas 원호 그리기  (0) 2013.11.26
canvas 다각형 그리기  (0) 2013.11.26
canvas 선그리기  (0) 2013.11.26
canvas 사용하기  (0) 2013.11.26
반응형

2017년 12월 18일

CPU : Intel I7 8700K@4.9 (일마존)

RAM : Corsair Dominator Platinum 8x2 * 2 (32GB)(아마존)

M/B : ASUS Maximux x hero(wifi)(아마존)

SSD : SAMSUNG 830 128G

        SAMSUNG 840 pro 512G

VGA : EVGA 1070ti ftw2

PSU : EVGA 750 G3(아마존)

CASE : CORSAIR OBSIDIAN 750D

Keyboard : Xenics tesoro 듀란달 Ult.SE

Mouse : 로지텍 G1

Monitor : AOC2777 * 3

================================================

2013년 11월 26일

CPU : Intel i5 3570k (4.3 오버)

RAM : G.Skill DDR3 ARES AB (4G x 2)

          SAMSUNG DDR3 (4G x 2)

M/B : ASRock z77 O.C Formula 애즈윈

SSD : SAMSUNG 830 Series 128G

       SAMSUNG 840 Pro 500G

HDD : WD 1TB 7200RPM x 2

VGA : Inno3d GTX780 HerculeZ X3 Ultra

PSU : SuperFlower SF-600P 14XE GOLDEN GREEN / 80PLUS GOLD

CASE : CORSAIR OBSIDIAN 750D

Keyboard : Xenics tesoro 듀란달 Ult.SE

Mouse : 로지텍 G1

Monitor : AOC 2777 x 2

반응형

'사생활' 카테고리의 다른 글

카카오페이로 후원하기!  (0) 2020.09.10

+ Recent posts