wireframes의 관련 Wireframes웹사이트나 모바일 페이지의 정보를 배치하는 방법 blueprint와 같은 요소. 아래의 이미지는 Fireworke을 이용한 Wireframes 입니다. (Wireframes to mockups with Fireworks) http://www.webdesignermag.co.uk/tutorials/wireframes-to-mockups-with-fireworks/ 카테고리 없음 2013.09.26
[html5] canvas 태그 clear (for redrawing) canvas 태그를 재 초기화, for redrawing~!! 초기화 하는 방법 2가지 1. clearRect 함수 이용context.clearRect( x , y , w , h); 2. width값 재 입력canvas.width = canvas.width; 출처: How to clear the canvas for redrawing Web/WEB기본 2013.09.26