고체로 된 전자기기
그냥.. solid(고체) state(상태)
인가?
[링크 : https://en.wikipedia.org/wiki/Solid-state_electronics]
솔리드-스테이트, solid-state
명사
텔레비전·라디오에서, 진공관 대신에 트랜지스터·IC 등 반도체로 회로를 구성하는 방식.
전기/전자에서는 TR 같은 고체 소자를 이용한 것이라고 하네..
고체로 된 전자기기
그냥.. solid(고체) state(상태)
인가?
[링크 : https://en.wikipedia.org/wiki/Solid-state_electronics]
솔리드-스테이트, solid-state
명사
텔레비전·라디오에서, 진공관 대신에 트랜지스터·IC 등 반도체로 회로를 구성하는 방식.
전기/전자에서는 TR 같은 고체 소자를 이용한 것이라고 하네..
크롬에서 vlc가 안되서 찾아 봤더니
vlc도 npapi를 통해 호출한거라 막혔... OTL
VLC에 PPAPI 버전이 나오기 전까지는 답이 없다는게 함정...
[링크 : http://www.vboxcomm.com/enable-vlc-web-plugin-in-google-chrome-npapi.html?tmpl=component]
[링크 : https://wiki.videolan.org/OPW_Summer_2014/#Port_VLC.27s_NPAPI_web_plugin_to_PPAPI]
[링크 : https://support.google.com/chrome/answer/6213033?hl=ko]
HTTP GET / POST 차이 (telnet) (0) | 2017.02.06 |
---|---|
해싱 salt (0) | 2017.01.27 |
HTML5 video player 720p/1080p 재생여부 (0) | 2016.01.13 |
ssi(Server Side Includes) (0) | 2015.12.09 |
홈페이지 검증 (0) | 2015.09.17 |
혹시나 해서 찾아 봤지만
역시나.. 표준으로는 form은 중첩불가! 라고 해놨...
아놔...
Note you are not allowed to nest FORM elements!
[링크 : https://www.w3.org/MarkUp/html3/forms.html]
해결책으로는 jquery 등을 써서 넣었다 뺐다 하는 정도일려나?
[링크 : http://blog.avirtualhome.com/how-to-create-nested-forms/]
div margin: 0 -200px 0 auto (0) | 2016.01.21 |
---|---|
semantic element / HTML5 (0) | 2016.01.21 |
HTML5용 슬라이더 바 (0) | 2016.01.13 |
반응형 웹... w3cshool 링크 (0) | 2016.01.11 |
ul li 메뉴 .. 2? (0) | 2016.01.11 |
넷플릭스로 인해서 알게 된 문제(?) 인데
크롬에서 1080 동영상을 지원하지 않는다는데...
유튜브도 안되는건가?
아니면.. HTML5 video 태그를 통한 재생에서 그렇다는건가?
There are a couple of reasons.
Some content owners don't even allow 720p in the browser (Fox the main one)
Silverlight can't handle over 3000kbps (720p)
HTML5 hasn't had its DRM standardised yet and until it is the browsers looking to abide by standards won't get 1080p. It's only IE 11 on Win8 which takes MS standard approach of going their own way and not following standards which has a DRM that's been fully accepted by the Movie/TV industry
[링크 : https://www.reddit.com/r/netflix/comments/320c3u/all_why_is_it_that_chrome_and_firefox_can_only/]
[링크 : https://productforums.google.com/forum/#!topic/chrome/InUdBrue7Mg]
Netflix system requirements for HTML5 Player and Silverlight
Resolution: Stream in HD if your Internet connection supports 5 megabits per second or more.
Google Chrome up to 720p
Internet Explorer up to 1080p
Microsoft Edge up to 1080p
Mozilla Firefox up to 720p
Opera up to 720p
Safari up to 1080p on Mac OS X 10.10.3 or later
[링크 : https://help.netflix.com/en/node/23742]
해싱 salt (0) | 2017.01.27 |
---|---|
NPAPI / PPAPI - VLC ... (0) | 2016.01.14 |
ssi(Server Side Includes) (0) | 2015.12.09 |
홈페이지 검증 (0) | 2015.09.17 |
웹 서버별 특징 (0) | 2015.09.11 |
HTML5용이라 IE9도 안된다 ㄷㄷㄷ
IE10 부터 적용가능..
<input type="range" />
크롬
IE10(에뮬레이션)
[링크 : http://webtutsdepot.com/2010/04/24/html-5-slider-input-tutorial/]
semantic element / HTML5 (0) | 2016.01.21 |
---|---|
HTML form 은 중첩불가.. (0) | 2016.01.14 |
반응형 웹... w3cshool 링크 (0) | 2016.01.11 |
ul li 메뉴 .. 2? (0) | 2016.01.11 |
div 쪼금 이해 될락말락... (0) | 2016.01.08 |
그럼에도 불구하고 할 게임이 없다는건 참 미스테리...
오리진의 낚시 (0) | 2016.03.18 |
---|---|
오리진의 선물 - NFS 모스트 원티드 (0) | 2016.02.03 |
인디갈라 획득 실패 ㅠㅠ (0) | 2015.12.18 |
indiegala giveaday (0) | 2015.12.13 |
인디갈라 give a day (0) | 2015.12.10 |
The id Selector
The id selector uses the id attribute of an HTML element to select a specific element.
The id of an element should be unique within a page, so the id selector is used to select one unique element!
To select an element with a specific id, write a hash (#) character, followed by the id of the element.
The style rule below will be applied to the HTML element with id="para1":
The class Selector
The class selector selects elements with a specific class attribute.
To select elements with a specific class, write a period (.) character, followed by the name of the class.
In the example below, all HTML elements with class="center" will be red and center-aligned:
[링크 : http://www.w3schools.com/css/css_syntax.asp]
id는 유일한 거라고 하지만.. 크롬이나 ie에서 실험적으로 해봐도
경고나 에러를 띄우진 않는데.. 머가 맞는걸려나..
[링크 : http://okky.kr/article/89313]
css float overflow (0) | 2018.08.20 |
---|---|
css 우선순위 (0) | 2018.08.09 |
html css 적용 방법 (0) | 2016.01.11 |
css margin / padding (0) | 2015.09.24 |
css body background (0) | 2015.09.22 |
크게는 세가지
1. html에 style을 이용해서 적용
<head> <style> ... </style> <head> |
2. css를 끌어와서 적용
<head> <link rel="stylesheet" type="text/css" href="./style.css"> </head> |
3. 어트리뷰트로 사용
<h1 style="color:blue;">This is a Blue Heading</h1> |
css 우선순위 (0) | 2018.08.09 |
---|---|
css 문법 - id / class (0) | 2016.01.11 |
css margin / padding (0) | 2015.09.24 |
css body background (0) | 2015.09.22 |
CSS / JS 파일 용량 줄이기 (0) | 2015.09.18 |
HTML form 은 중첩불가.. (0) | 2016.01.14 |
---|---|
HTML5용 슬라이더 바 (0) | 2016.01.13 |
ul li 메뉴 .. 2? (0) | 2016.01.11 |
div 쪼금 이해 될락말락... (0) | 2016.01.08 |
setTimeout()와 setInterval() (0) | 2016.01.07 |
포인트는.. li의 display : inline
끄면 이렇게 처참하게! 듀둥!
2015/09/16 - [Programming/Javascript / HTML] - ul / li로 메뉴 꾸미기
HTML5용 슬라이더 바 (0) | 2016.01.13 |
---|---|
반응형 웹... w3cshool 링크 (0) | 2016.01.11 |
div 쪼금 이해 될락말락... (0) | 2016.01.08 |
setTimeout()와 setInterval() (0) | 2016.01.07 |
html5 live video streaming... (0) | 2015.11.23 |