
IT/Web 2019. 4. 23.
[Bootstrap] CSS 기능: 스타일 태그와 클래스
Bootstrap에서 지원해주고 있는 기타 다른 CSS 기능들인 스타일에 대한 글 소개 완전 강추, 아래 그림과 같이 정리가 너무 잘 되어 있어 초보자도 뿅 갈듯 페이챵하오~ Unikys :: [Bootstrap] CSS 기능: 스타일 태그와 클래스 [Bootstrap] CSS 기능: 스타일 태그와 클래스 이번에는 Bootstrap에서 지원해주고 있는 기타 다른 CSS 기능들인 스타일에 대해서 살펴볼 것이다. 이전의 글에서 언급한대로 Bootstrap의 강점 중 하나는 모든 화면 크기의 브라우저나 기기에 따라서 반응형으로.. unikys.tistory.com 관련된 Bootstrap 의 Grid system 에 관한 글도 꼭 읽어보자!! [Bootstrap] 시작하기, CSS 기능: 그리드 시스템(Gri..

IT/Web 2019. 4. 1.
웹사이트 개발을 위한 에디터 추천 - Brackets
웹사이트 개발을 위한 에디터라고 하네 #html #css #editor 방문해서 설치해 보더라고. Brackets - A modern, open source code editor that understands web design A modern, open source code editor that understands web design Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 wee..

IT/Web 2019. 4. 1.
Html tag for Tumblr text post
아래 그림으로 충분~~ https://unwrapping.tumblr.com/post/97611392472/tumblr-text-formatting Unwrapping Tumblr Text Formatting for Tumblr's Dashboard: Add meaning and visual order to your text with these formatting styles that work on the Dashboard. Tumblr filters out some HTML tags, but these formatting... unwrapping.tumblr.com

IT/Web 2019. 3. 28.
html blockquote style
자료를 찾다보니 아래 링크에 몇가지 예제들이 잘 표현되어 있다. https://css-tricks.com/examples/Blockquotes/ Blockquote Examples by CSS-Tricks Better Blockquotes Blockquote examples By CSS-Tricks [DOWNLOAD EXAMPLE] Blockquotes are html elements that are meant to designate when a particular section of text is being taken from another website or other source. Different browsers have different built css-tricks.com 그중에 아래 제일 심..
IT/Web 2018. 5. 23.
Vue.js 이놈은 또 먼가?
Vue.js 이놈은 또 먼가? 요즘 이놈을 더 많이 쓴다는 글들이 여기저기.. 조금 살펴보자..아래 글 참고. [프론트엔드]Vue.js 3일 스터디(1~3일차) - 브런치https://brunch.co.kr/@springboot/18https://brunch.co.kr/@springboot/29https://brunch.co.kr/@springboot/52 하나더One moment, Vuejs 도입기 : https://www.slideshare.net/ssuserd3aacb/vue-js-79169830/1 출처: http://grapgrap.tistory.com/19 [grapgrap blog --dev]
IT/Web 2018. 5. 18.
REST API 제대로 알고 사용하기
REST API 제대로 알고 사용하기 구글링을 해보면 아주 많은 자료들이 넘쳐나지만, 이자료가 제일 맘에 드네 http://meetup.toast.com/posts/92 REST는 Representational State Transfer라는 용어의 약자자원(RESOURCE) - URI행위(Verb) - HTTP METHOD표현(Representations)4) Self-descriptiveness (자체 표현 구조)REST의 또 다른 큰 특징 중 하나는 REST API 메시지만 보고도 이를 쉽게 이해 할 수 있는 자체 표현 구조REST API 설계 시 가장 중요한 항목은 다음의 2가지로 요약할 수 있습니다.첫 번째, URI는 정보의 자원을 표현해야 한다. 두 번째, 자원에 대한 행위는 HTTP Metho..
IT/Web 2017. 8. 10.
How to tweet with Node.js ExpressJS - 트윗을 보내보자.
Node.js 기술을 이용하여 tweet(Twitter)를 보내는 것을 만들어 보자.일단 모든 소스는 여기에 공개되어 있다.https://github.com/bjnhur/node-twitter-demo 이 모든 기술은 약간의 변경이나 줄임은 있지만 아래 참고 글에 기반하고 있음을 알려둔다. 참고글 : https://coolaj86.com/articles/how-to-tweet-from-nodejs.html 기본적으로 Node.js와 ExpressJS 가 사용되어 자신의 개발 PC를 간단한 웹서버와 트위터 서비스의 인증과 메시지를 보내는 게이트웨이(혹은 프락시)의 역할을 하도록 구현한다.참고로 요 근래 올리 Node.js와 관련된 글도 읽어보면 좋을 듯2015/07/24 MongoDB 설치 - Window..
