반응형
반응형
Material UI: A Material Design CSS framework

 

Material UI is a CSS framework and set of React components that incorporate Google’s Material Design. Components include buttons, drop downs, menus, switches, toolbars, and more.

 

material ui

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

.

반응형
반응형

hash tag 사용시 IE에서 title이 왜곡되는 현상

 

IE8에서 문서 제목 변경을 방지하는 a 방법이있다.

그것은 자동으로 URL의 hash를 기반으로 변화하고 있기 때문에 (WWW. #hash)

 

아래의 타이틀을 예를 들어

 

#691 로 hash change 하면 타이틀은 #691로 변경된다.

 

 

더 좋게 바꾸려면 아래와 같이 화면 load 시, 또는 스크립트 호출 후 타이틀을 재입력해주면 된다.

 

 

 

 

 

 

 

 

반응형
반응형

Google Charts - Column Chart

 

https://google-developers.appspot.com/chart/interactive/docs/gallery/columnchart

 

Point 커스터마이징 : https://developers.google.com/chart/interactive/docs/points#fullhtml

 

 

 

- 우축 인덱스 영역은 legend

 

- 그래프 기준값을 0부터 보여주고 싶으면 minValue 를 이용하면 된다.

 

 

 

 

 

 

 

 

 

 

-------------------------------------------------------------------------------------

 

HTML

 

 

 

JAVASCRIPT

 

* 가로나 세로 인덱스에서 0 값으로 시작하고 싶으면 아래와 같이 지정. (minValue) 

 

 

 

화면 사이즈 변경시 화면에 맞게 Redraw

 

 

 

 

 

Visualization: Column Chart

 

 

 

 

 

 

 

 

 

반응형
반응형

Python Tools for visual studio

 

 

PTVS 파이썬 IDE로 비주얼 스튜디오를 켤 수있는 무료 오픈 소스 플러그인입니다.

 

PTVS 지원 CPython과, 윈도우, 리눅스 및 맥 OS에 대한 클라이언트 라이브러리와 IronPython을, 편집, 검색, 인텔리, 혼합 파이썬 / C ++ 디버깅, 원격 리눅스 / 맥 OS 디버깅, 프로파일 링, IPython, 장고, 클라우드 컴퓨팅.

 

PTVS is a free, open source plugin that turns Visual Studio into a Python IDE.

 

PTVS supports CPython, IronPython, editing, browsing, Intellisense, mixed Python/C++ debugging, remote linux/MacOS debugging, profiling, IPython, Django, and cloud computing with client libraries for Windows, Linux and MacOS.

 

URL : http://pytools.codeplex.com/

 

 

 

 

 

 

반응형
반응형

[jQuery]  typeof 어떻게 사용하나? 자주 쓰는데.


undefined 때문에 엄청 귀찮을때 많다.








반응형
반응형

jQuery Autotab: Auto-tabbing and filtering for forms

 

jQuery Autotab is a plugin that gives you auto tabbing and filtering of text fields within a form. It greatly improves form usability and helps reduce the amount of bad data submitted.

autotab

 

jQuery Autotab

Autotab is a jQuery plugin that provides auto tabbing and filtering on text fields in a form. Once the maximum number of characters has been reached within a text field, the focus is automatically set to a defined element. Likewise, clearing out the text field's content by pressing backspace eventually places the focus on a previous element.

Why jQuery Autotab?

  • Auto tabbing behaves logically, in both tabbing forward and tabbing backwards.
  • Allow your users to easily modify your text in a tab that would otherwise auto tab away.
  • Reduce the amount of bad data submitted in a form by filtering text fields.
  • Populate multiple text fields by pasting into one.
  • Enhance text fields by auto tabbing when a specific character is pressed.
  • It is small, fast, easy to load and built on the powerful jQuery library.

Demo

Always running the latest and greatest version of Autotab: http://autotab.mathachew.com/

Angular and Knockout demos are also available.

 

 

 

 

 

 

 

 

 

.

반응형

+ Recent posts