반응형
반응형

[ICON] ion-icon 아이콘 사용하기 

https://ionic.io/ionicons

 

Ionicons: The premium icon pack for Ionic Framework

Ionicons is an open-sourced and MIT licensed icon pack.

ionic.io

Installation

If you're using Ionic Framework, Ionicons is packaged by default, so no installation is necessary. Want to use Ionicons without Ionic Framework? Place the following <script> near the end of your page, right before the closing </body> tag, to enable them.

<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>

Basic usage

To use a built-in icon from the Ionicons package, populate the name attribute on the ion-icon component:

<ion-icon name="heart"></ion-icon>
반응형
반응형

21세기는 ICBM으로 상징된다.
20세기의 대륙간탄도미사일과는 달리
사물인터넷(Internet of Things), 클라우드(Cloud)
빅데이터(Big Data), 모바일(Mobile)의 머리글자를 모은
조어로서의 ICBM이다. 이미 이것들은 우리의 일상에
깊숙하게 들어와 아주 빠른 속도로 확장되고 있다.
그러나 이제 시작에 불과하며, '도구적으로' 사용하고
있는 것일 뿐 이에 따른 사고의 혁명과는 거리가
멀다. 여전히 눈에 보이고, 손으로 만질 수
있으며, 질료적인 것을 찾아 헤맨다.


- 김경집의《6I 사고 혁명》중에서 -


* 세상은 빛의 속도로 변하고 있습니다.
어제의 기술은 이미 지난 것이 됐고, 내일의 기술은
싱귤레리티(Singularity)를 향해 무섭게 치닫고 있습니다.
사고방식, 대응 전략이 바뀌어야 뒤따라 갈 수 있습니다.
방법은 오직 하나입니다. 새로운 도구들에 무궁한 관심과
호기심을 가지고 끊임없이 배우고 공부해야 합니다.
도구를 알아야 쓸 수 있고 올바르게 사용할 수
있고, 그 도구를 내 손안에서 쥐락펴락해야
자기 것이 될 수 있습니다.  


질료(質料, 영어: hyle)는 원어 필레이는 숲의 나무라든가 재목의 뜻이지만 바뀌어 재료·소재가 된다. 아리스토텔레스에서는 형상(形相)의 대(對)개념, 또는 상대적인 원리이며, 사물의 실체-본질을 형상인(形相因), 기체(基體)가 되는 것을 질료인(質料因)이라고 한다. 이 양자가 결합하여 개별적인 것이 성립한다. 하나의 금반지라면 금은 질료요, 원형은 형상을 말한다.

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

'초대'의 마법  (0) 2022.05.30
대가가 되는 5가지 키워드  (0) 2022.05.27
동주가 살던 고향집  (0) 2022.05.25
윤동주의 아명, '해환'(해처럼 빛나라)  (0) 2022.05.24
세월을 이기는 몸  (0) 2022.05.23
반응형

news.heraldcorp.com/view.php?ud=20210103000134

 

“아이폰12 이 정도 일줄은…” 삼성폰 10년만에 점유율 20% 붕괴 [IT선빵!]

삼성전자의 글로벌 스마트폰 시장 점유율이 20% 아래로 떨어질 것으로 보인다. 2011년 10% 벽을 돌파한 뒤 줄곧 20~30%대를 차지해오던 점유율이, 10년 만에 처음으로 10%대로 주저앉았다. 특히 5세대(G

biz.heraldcorp.com

 

2020년 시장 점유율, 4분기부터 iOS 강세

아이폰12 나오고 아이폰 , 아이패드 보급형 나오면서 2020년 4분기부터 국내에서도 iOS 점유율이 높아졌다고함.

그런데 패드 비율이 아이패드 사용자가 많아져서 국내 iOS 점유율이 높아졌음. 

 

반응형
반응형

Most modern mobile touch slider with hardware accelerated transitions https://swiperjs.com

https://github.com/nolimits4web/swiper

https://swiperjs.com/demos/

 

Swiper Demos

 

swiperjs.com

https://swiperjs.com/demos/010-default.html

 

Swiper demo

 

swiperjs.com

stackblitz.com/edit/swiper-demo-1-default?embed=1&file=index.html

 

swiper-demo-1-default - StackBlitz

Swiper demo: default

stackblitz.com

 

반응형
반응형
반응형
반응형

jQuery - Back button Detect, reload  http://www.vvaves.net/jquery-backDetect/

브라우저에서 뒤로가기 버튼 선택시 페이지를 리로드해주는 쿼리. 

단, 라이브러리를 업로드해야 한다. 

https://github.com/ianrogren/jquery-backDetect

 

ianrogren/jquery-backDetect

jQuery backDetect is a jQuery plugin that is used to determine when a user clicks the back button and fire a callback function. - ianrogren/jquery-backDetect

github.com

backDetect

Determining when a user clicks their browser's back button has never been easier with this jQuery plugin. With a quick easy install and minimal set up work you'll be firing callback functions on back button declarations in no time.

View the Project on GitHubianrogren/jquery-backDetect

Using jQuery-backDetect

Can append to any element or class:

$(window).load(function(){ $('body').backDetect(function(){ // Callback function alert("Look forward to the future, not the past!"); }); });</script>

Click the back button to test.

반응형

+ Recent posts