'코드자료실 > css' 카테고리의 다른 글
[CSS] 긴문자열 .. 표시 (0) | 2012.12.23 |
---|---|
[CSS] a태그 점선 없애기 (0) | 2012.12.23 |
[링크] 버튼 css (0) | 2012.12.23 |
[CSS] 긴문자열 .. 표시 (0) | 2012.12.23 |
---|---|
[CSS] a태그 점선 없애기 (0) | 2012.12.23 |
[링크] 버튼 css (0) | 2012.12.23 |
http://naradesign.net/open_content/reference/button/
[CSS] 긴문자열 .. 표시 (0) | 2012.12.23 |
---|---|
[CSS] a태그 점선 없애기 (0) | 2012.12.23 |
CSS 색상표 (0) | 2012.12.23 |
http://jster.net/
[jquery] jquery ui tabs (0) | 2013.01.16 |
---|---|
[자바스크립트] 문자>수치, 수치>문자 변환 (0) | 2012.12.23 |
jquery.jpg (1) | 2012.12.23 |
브라우져 종류 체크 스크립트 (0) | 2012.12.21 |
[jquery] 이미지 겔러리 (0) | 2012.12.14 |
jquery 튜토리얼
http://blog.naver.com/acecode?Redirect=Log&logNo=130075281189
[자바스크립트] 문자>수치, 수치>문자 변환 (0) | 2012.12.23 |
---|---|
[링크] 자바스크립트 라이브러리 정리 사이트 (0) | 2012.12.23 |
브라우져 종류 체크 스크립트 (0) | 2012.12.21 |
[jquery] 이미지 겔러리 (0) | 2012.12.14 |
[javascript] 개행문자 제거하기 (2) | 2012.11.29 |
if(navigator.appVersion.indexOf('MSIE')>0) alert('Microsoft Internet Explorer'); else if(navigator.appVersion.indexOf('Chrome')>0) alert('Chrome'); else if(navigator.appVersion.indexOf('Safari')>0) alert('Safari'); else if(navigator.userAgent.indexOf('Opera')>0) alert('Opera'); else if(navigator.userAgent.indexOf('Navigator')>0) alert('Netscape'); else if(navigator.userAgent.indexOf('Firefox')>0) alert('Mozilla Firefox');
[자바스크립트] 문자>수치, 수치>문자 변환 (0) | 2012.12.23 |
---|---|
[링크] 자바스크립트 라이브러리 정리 사이트 (0) | 2012.12.23 |
jquery.jpg (1) | 2012.12.23 |
[jquery] 이미지 겔러리 (0) | 2012.12.14 |
[javascript] 개행문자 제거하기 (2) | 2012.11.29 |
주제 : 오라클 11g 시퀄 소개 및 DBA 워크숍
일시 : 2011년 7월 13일 ~ 2011년 7월 17일
내용 : Oracle 11g 개요 및 SQL문
1. 프로젝트 개요
- 프로젝트명 : 데이터베이스 학회 논문투고 시스템 개발
- 설명 : 논문 투고 관리 시스템
2. 개발환경
- 개발시기 : 2012.08 - 2012.10
- 개발언어 : JSP
- 데이터베이스 : Oracle 10g XE
- 프레임워크 : Spring FrameWork 3.1
3. 개발목적 및 특징
- 기존에 정보과학회 논문 투고 시스템과 유사
- 데이터베이스 학회에 논문 투고 관리 시스템
- 권한 (투고자, 심사위원, 편집위원, 편집위원장)
4. 기타
- 실제적인 시스템 관리자인 편집위원장 직책을 맡고 계신 분이 대학본부로 가시는 바람에
무기한 보류됨.
[WEB] 조경 매물 거래사이트 (0) | 2018.05.22 |
---|---|
[WEB] 교육용 과학언어 분석 프로그램 (0) | 2018.05.22 |
[Web App] 캠퍼스 설문 시스템 (CVS) (0) | 2012.12.12 |
[application] Linkube 멀티뷰어 (0) | 2012.11.26 |
[web] 천안함 자료실 (0) | 2012.11.26 |
http://spaceforaname.com/galleryview/
GalleryView is in active development, and new features are being implemented on a regular basis. Below is a list of currently implemented options, as well as a list of options I plan on implementing as development continues.
option | type | default value | description |
---|---|---|---|
transition_speed | int | 1000 | the duration of photo transition animations in milliseconds. |
transition_interval | int | 4000 | the delay between automated slideshow transitions in milliseconds. |
easing | string | 'swing' | the easing method used in photo and thumbnail animations. any custom easing method may be used. |
show_panels | boolean | true | flag to toggle display of main photo panel. set to false to create a carousel-style gallery. (not fully implemented) |
show_panel_nav | boolean | true | flag to toggle display of next and previous buttons in the gallery panel. |
enable_overlays | boolean | false | flag to toggle display of informational image overlays. |
panel_width | int | 800 | width of image panel in pixels. |
panel_height | int | 400 | height of image panel in pixels. |
panel_animation | string | 'fade' | the animation method used for panel image transitions. Options are 'fade', 'crossfade', 'slide' |
panel_scale | string | 'crop' | the scaling method for panel images. Options are 'crop', 'fit'. |
overlay_position | string | 'bottom' | the positioning of informational panel overlays. Options are 'bottom', 'top' |
pan_images | boolean | false | flag to toggle drag-based panning of oversized panel images. |
pan_style | string | 'drag' | panning method used. 'drag' = user clicks and drags image to pan, 'track' = image automatically pans based on mouse position |
start_frame | int | 1 | index indicating which image to display when gallery loads |
show_filmstrip | boolean | true | flag to toggle display of navigation filmstrip. |
show_filmstrip_nav | boolean | true | flag to toggle display of filmstrip-based navigation buttons. |
enable_slideshow | boolean | true | flag to toggle play/pause button and ability to start/stop slideshow |
autoplay | boolean | false | flag to automatically start slideshow when gallery loads |
filmstrip_position | string | 'bottom' | location of filmstrip in relation to panel. Options are 'top', 'left', 'bottom', 'right'. |
frame_width | int | 70 | width of filmstrip frames in pixels. |
frame_height | int | 40 | height of filmstrip frames in pixels. |
frame_opacity | float | 0.4 | the default opacity of filmstrip frames (range 0.0 - 1.0) |
frame_scale | string | 'crop' | the scaling method for frame images. Options are 'crop', 'fit'. |
frame_gap | int | 5 | distance between frames in pixels. |
show_captions | boolean | false | flag to toggle display of frame captions (populated by image's title attribute). |
show_infobar | boolean | true | flag to toggle display of image counter bar. |
infobar_opacity | float | 1.0 | the default opacity of infobar (range 0.0 - 1.0) |
option | intended function |
---|---|
overlay_opacity | To allow the creation of translucent overlays by setting the opacity of the overlay's container. |
pan_style | To provide the option of multiple panning methods, including the current 'drag' method as well as a 'track' method where the image pans as the mouse moves within the gallery. |
pan_smoothness | To allow the user to control the speed and smoothness of 'track' style panning. |
start_image | To allow the user to load the gallery on an arbitrary image. |
filmstrip_size | Define number of images visible in filmstrip-only, carouself style galleries. |
[자바스크립트] 문자>수치, 수치>문자 변환 (0) | 2012.12.23 |
---|---|
[링크] 자바스크립트 라이브러리 정리 사이트 (0) | 2012.12.23 |
jquery.jpg (1) | 2012.12.23 |
브라우져 종류 체크 스크립트 (0) | 2012.12.21 |
[javascript] 개행문자 제거하기 (2) | 2012.11.29 |
html + css
http://www.solucija.com/templates/free
http://www.freecsstemplates.org/
html5 + css3
http://freehtml5templates.com/
http://www.opensourcetemplates.org/
http://www.templateworld.com/free_templates.html
http://www.oswd.org/
http://www.free-css-templates.com/free-templates.html
http://www.templatesbox.com/
http://www.freelayouts.com/websites
http://www.ex-designz.net/template/tempcat.asp?cat_id=13
http://www.openwebdesign.org/browse.php
http://www.code-sucks.com/free-css-templates/
http://www.oswt.co.uk/browse_designs.html
http://www.solucija.com/home/css-templates/
http://www.cssfill.com/
http://www.sixshootermedia.com/free-templates/
[meta 태그] meta태그 종류와 사용 (0) | 2013.03.14 |
---|---|
[html] 특수문자 코드표 (0) | 2013.01.21 |
Systax Highlighter 사용법 (0) | 2012.12.10 |