Working Times
Weekdays Monday - Friday
09:00 - 18:00
Weekdays Monday - Friday
09:00 - 18:00
We may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website.
Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.
These cookies are strictly necessary to provide you with services available through our website and to use some of its features.
Because these cookies are strictly necessary to deliver the website, refusing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.
We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.
We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.
We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.
Google Webfont Settings:
Google Map Settings:
Google reCaptcha Settings:
Vimeo and Youtube video embeds:
You can read about our cookies and privacy settings in detail on our Privacy Policy Page.
Privacy PolicyYou cannot copy content of this page
워드프레스 엔폴테마에서 fullpage.js 적용하는 방법
/카테고리: 배움의길 (Week I Learned), 워드프레스 (Wordpress), 웹디자인 (Web design)/작성자: sheldon워드프레스에서 Enfold 테마에 fullPage.js를 적용하는 과정은 몇 가지 단계로 구성됩니다. fullPage.js는 전체 화면을 섹션으로 나누어 스크롤을 각 섹션으로 이동시키는 JavaScript 라이브러리입니다. 아래는 Enfold 테마에 fullPage.js를 적용하는 기본적인 단계입니다.
Ajax 로드 방법
/카테고리: 배움의길 (Week I Learned), 웹디자인 (Web design)/작성자: sheldonAjax(Asynchronous JavaScript and XML)는 웹 페이지에서 비동기적으로 서버와 데이터를 교환하기 위한 기술입니다. Ajax를 사용하면 웹 페이지의 새로고침 없이 서버로부터 데이터를 요청하고 응답을 받아와 동적으로 페이지를 갱신할 수 있습니다.
빅데이터의 개요에 대해 알아보자
/카테고리: 기술 (Technology), 배움의길 (Week I Learned)/작성자: sheldon빅데이터는 많은 양의 데이터를 말합니다. 이 데이터는 기존의 데이터베이스 관리 도구로는 처리하기 어려운 규모와 다양성을 가지고 있습니다. 빅데이터는 주로 3가지 특징을 가지고 있습니다.
자주 사용하는 메서드에 대해 알아보자
/카테고리: 기술 (Technology), 배움의길 (Week I Learned)/작성자: sheldon자바스크립트에서는 배열과 객체를 다루는 다양한 메서드를 제공합니다. 이러한 메서드를 사용하면 데이터를 추가, 삭제, 수정 및 검색하는 등의 작업을 더 쉽게 수행할 수 있습니다. 아래에 자주 사용되는 몇 가지 메서드를 소개하겠습니다.
자바스크립트 개념잡기
/카테고리: 기술 (Technology), 배움의길 (Week I Learned)/작성자: sheldon자바스크립트는 웹 개발에서 가장 널리 사용되는 프로그래밍 언어 중 하나입니다. 아래에서 자바스크립트의 개념과 특징을 간단히 살펴보겠습니다.
스토리보드란
/카테고리: 배움의길 (Week I Learned)/작성자: sheldon스토리보드는 구체화할 내용을 선정하고, 개별 프레임을 만들어 작성하는 것을 의미한다. 사용자 경험과 관련되어 다른 이들에게 많은 논점이 제기된 스토리를 중심으로 스토리보드를 만들어야한다.
Html 선택자에 대해 알아보자
/카테고리: 기술 (Technology), 배움의길 (Week I Learned), 웹디자인 (Web design)/작성자: sheldon선택자(Selector)는 CSS에서 HTML 요소를 선택하여 스타일을 적용하는 데 사용되는 패턴입니다. 선택자는 HTML 문서의 요소를 식별하기 위해 사용되며, 해당 요소에 스타일 규칙을 적용할 수 있습니다.
Html에서 ID와 CLASS 대해 알아보자
/카테고리: 기술 (Technology), 배움의길 (Week I Learned), 웹디자인 (Web design)/작성자: sheldonID와 CLASS는 HTML 요소에 고유한 식별자를 부여하여 스타일이나 스크립트에서 해당 요소를 선택하고 조작하는 데 사용되는 속성입니다.
html 에서 box-size에 대한 정리
/카테고리: 기술 (Technology), 배움의길 (Week I Learned), 웹디자인 (Web design)/작성자: sheldonhtml 코딩중에 개체 (오브젝트) 등을 구성하는 box 들에 대한 넓이(widht) 와 높이(height) 에 대한 부분과 box의 padding(box의 안쪽 공간) margin(box의 밖같 공간)의 크기를 의미하며, padding 과 margin 의 사이에는 테두리(bording)가 존재 합니다. 각 속성은 크기(size)를 정의하여 사용하며, 수치를 정의하기 때문에 해당 부분에 px, rem등의 단위를 적용 할 수 있습니다.
웹 폰트 사이즈 가변크기 단위
/카테고리: 배움의길 (Week I Learned), 웹디자인 (Web design)/작성자: sheldon웹 폰트 사이즈를 가변 크기 단위로 지정할 수 있는 몇 가지 옵션이 있습니다. 이러한 가변 크기 단위를 사용하면 사용자의 화면 크기나 설정에 따라 폰트 크기가 자동으로 조정됩니다.
워드프레스 업데이트시 FTP 연결정보 우회하기
/카테고리: 배움의길 (Week I Learned), 워드프레스 (Wordpress)/작성자: sheldon워드프레스상에서 업데이트를 진행시에 FTP 연결정보를 요구하는 팝업창이 뜨는 경우가 있습니다. 해당경우에 FTP 정보 업데이트 없이 플러그인 업데이트를 하는 팁입니다.
css를 이용한 이미지 multiply 효과 주기
/카테고리: 기술 (Technology), 배움의길 (Week I Learned), 웹디자인 (Web design)/작성자: sheldon적용 필요 조건으로는 같은 위치에 있는 두개의 이미지 (겹친 이미지) 에서 적용 가능하며 여러가지 활용이 가능합니다.