<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Rainbow</title>
    <link>https://kkangsseul.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Tue, 7 Jul 2026 18:54:12 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>kkangsseul1014</managingEditor>
    <image>
      <title>Rainbow</title>
      <url>https://tistory1.daumcdn.net/tistory/4331268/attach/2b6e8768e0094cc59b395c4b1f4c5e46</url>
      <link>https://kkangsseul.tistory.com</link>
    </image>
    <item>
      <title>eq()선택자</title>
      <link>https://kkangsseul.tistory.com/100</link>
      <description>&amp;rarr; eq()선택자
&amp;nbsp;
eq(index) 선택자는 index 부분에 숫자를 넣고 숫자가 의미하는 해당태그를 선택할 때 사용한다
eq선택자를 이용하여 리스트 목록에 li태그를 선택하는 에제이다</description>
      <category>web/jquery</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/100</guid>
      <comments>https://kkangsseul.tistory.com/100#entry100comment</comments>
      <pubDate>Sun, 15 Sep 2024 12:15:36 +0900</pubDate>
    </item>
    <item>
      <title>객체 종류</title>
      <link>https://kkangsseul.tistory.com/99</link>
      <description>객체란?
여러 개의 속성(property)과 메서드를 포함하는 데이터 구조
&amp;nbsp;- 자바스크립트 객체는 프로그램에서 모두 인식할 수 있는 대상
&amp;nbsp;- 속성(프로퍼티) : 객체의 특성이나 속성&amp;nbsp;
&amp;nbsp;- 메서드(함수) : 객체에서 할 수 있는 동작
&amp;nbsp;
객체의 구조
key : 객체의 속성(property)또는 메서드(method) 이름
value : 이름에 대응되는 값 또는 함수
이름과 값은 세미콜론 (:) 한쌍이고 여러..</description>
      <category>web/javascript</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/99</guid>
      <comments>https://kkangsseul.tistory.com/99#entry99comment</comments>
      <pubDate>Mon, 12 Aug 2024 15:47:39 +0900</pubDate>
    </item>
    <item>
      <title>slick 슬라이더 옵션정리</title>
      <link>https://kkangsseul.tistory.com/98</link>
      <description>안녕하세요. 코딩웍스입니다.Swiper Slider, Slick Slider 등 슬라이더를 만드는 제이쿼리 플러그인이 여러개 있습니다.그 중에 슬릭 슬라이더 옵션을 한글로 정리했습니다. 물론 옵션이 엄청 많지만 사용하는 것들은 사실 10개 이내라고 생각됩니다. 그래도 필요한 경우가 있을 수 있으니 알아두시면 좋을 것 같습니다. 저도 처음보는 옵션이 참 많습니다.^^
슬릭 슬라이더 뿐만 아니라 거의 모든 제이쿼리 플러그인은 기본형은 예쁘지 않기 때문에 C..</description>
      <category>web/jquery</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/98</guid>
      <comments>https://kkangsseul.tistory.com/98#entry98comment</comments>
      <pubDate>Sat, 10 Aug 2024 17:06:29 +0900</pubDate>
    </item>
    <item>
      <title>Swiper.js 라이브러리 사용법</title>
      <link>https://kkangsseul.tistory.com/97</link>
      <description>&amp;lt; swiper 적용 &amp;gt;
1. 스와이퍼 슬라이드 사이트 접속
https://swiperjs.com/

&amp;nbsp;

Swiper - The Most Modern Mobile Touch Slider
Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.
swiperjs.com


2. Get..</description>
      <category>web/jquery</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/97</guid>
      <comments>https://kkangsseul.tistory.com/97#entry97comment</comments>
      <pubDate>Wed, 7 Aug 2024 15:28:31 +0900</pubDate>
    </item>
    <item>
      <title>[css] BEM :(Block, Element, Modifier) 이란?</title>
      <link>https://kkangsseul.tistory.com/96</link>
      <description>CSS 방법론 BEM 개념
BEM : Block, Element, Modifier 구성된 클래스 이름을 짓는 CSS방법론이다
Id에서 사용하지 않고 오직 CSS명에만&amp;nbsp; 활용할 수 있다
&quot;어떻게 보이는가&quot; 아니라 &quot;어떤 목적인가 에 따라 이름을 짓는다
&amp;nbsp;
BEM 방법론은 다음과 같다
&amp;nbsp;
블록(Block) : 재사용 가능한 독립적인 블록요소이고, 사용자 인터페이스(ul) 의미 있는 부분을
나타낸다 블록은 일반적으로 하이픈(--)으..</description>
      <category>web/css</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/96</guid>
      <comments>https://kkangsseul.tistory.com/96#entry96comment</comments>
      <pubDate>Wed, 17 Jan 2024 22:48:45 +0900</pubDate>
    </item>
    <item>
      <title>라이브러리/프레임워크 차이점</title>
      <link>https://kkangsseul.tistory.com/95</link>
      <description>[개발상식] 프레임워크(Framework) 와 라이브러리(Library)의 차이 :: 코딩 공부 일지 (tistory.com)

&amp;nbsp;

[개발상식] 프레임워크(Framework) 와 라이브러리(Library)의 차이
  &quot;프레임워크와 라이브러리의 차이를 아시나요?&quot;&quot; &quot;음... 프레임워크는 뼈대이고 라이브러리는 모듈 같은 것이고.... &quot; &quot;그럼 최근에 사용하신 프레임워크와 라이브러리를 알려주세요.&quot; &quot;... ex
cocoon1787.tistor..</description>
      <category>web/javascript</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/95</guid>
      <comments>https://kkangsseul.tistory.com/95#entry95comment</comments>
      <pubDate>Sat, 16 Dec 2023 20:32:12 +0900</pubDate>
    </item>
    <item>
      <title>UXUI &amp;amp; API</title>
      <link>https://kkangsseul.tistory.com/94</link>
      <description>&amp;nbsp;
UX( User experience, 사용자 경험 )
-&amp;nbsp;사용자가 어떤 시스템, 서비스, 제품 등을 직, 간접적으로 이용하면서 느끼는 총체적 경험이라고
&amp;nbsp; 할 수 있습니다. 예를 들어, 우유를 사기 위해 쇼핑앱을 사용한다고 가정해 봅시다. 앱을 처음
&amp;nbsp; 실행했을 때 우리가 보게 되는 앱의 화면에서, 내가 원하는 메뉴를 쉽게 찾을 수 있는지, 우유에
&amp;nbsp; 대한 정보(가격이나 유통기한 등)는 명확하게 제공되는지..</description>
      <category>web/jquery</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/94</guid>
      <comments>https://kkangsseul.tistory.com/94#entry94comment</comments>
      <pubDate>Sat, 16 Dec 2023 20:29:45 +0900</pubDate>
    </item>
    <item>
      <title>라이브러리 VS 프레임워크</title>
      <link>https://kkangsseul.tistory.com/93</link>
      <description>&amp;nbsp;
프레임워크 : 원하는 기능 구현에 집중하여 개발할 수 있도록 일정한 형태와 필요한 기능을 갖추고 있는
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;골격, 뼈대를 말한다
사용설명서&amp;nbsp;
- 애플리케이션 개발시 필수적인 코드, 알고리즘 DB 연동과 같은 기능들을 위해서 어느정도
&amp;nbsp; 뼈대(구조)를 제공하며 뼈대 위에 사용자 코드를 작성하여 애..</description>
      <category>web/jquery</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/93</guid>
      <comments>https://kkangsseul.tistory.com/93#entry93comment</comments>
      <pubDate>Sat, 16 Dec 2023 18:56:08 +0900</pubDate>
    </item>
    <item>
      <title>파일 쪼개서 정리 정돈 하기</title>
      <link>https://kkangsseul.tistory.com/92</link>
      <description>&amp;nbsp;
&amp;nbsp;
객체보다 더 큰 정리정돈의 도구를 배운다.파일쪼개기이것을 사용하면 아무리 웹 페이지가많아도 감당할 수 있게 된다.&amp;lt;input&amp;gt;을 옮기면 작동하지 않는다! &amp;lt;script&amp;gt;가 따라가지 않았으니까복붙복붙 반복반복1억개라면?(feat. 극단)powderblue를 수정하려면? 절망자 colors.js를 만듭니다. &amp;lt;script&amp;gt;내부를 옮겨주고, 원래 있던 script에 src=&quot;colors.js&quot; 요소를 ..</description>
      <category>web/jquery</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/92</guid>
      <comments>https://kkangsseul.tistory.com/92#entry92comment</comments>
      <pubDate>Fri, 15 Dec 2023 18:57:39 +0900</pubDate>
    </item>
    <item>
      <title>(변수) 대입 연산자</title>
      <link>https://kkangsseul.tistory.com/91</link>
      <description>5. 변수와 대입연산자- x=1;- y=1;- x+y=2- x=1000- y=1000- x+y=2000- 1=2 (1에다가 2를 대입한다는 의미. 2는 대입연산자(우항)), 1은 상수-variable vs constant- name = 'egoing'; (*실행을 유보하고 싶을 때는 쉬프트 엔터를 친다)=&amp;gt; &quot;asdfsadfsadf&quot;+name+&quot;123sadfasdfsaf&quot;+name+&quot;adsfasdfs&quot;- 변수를 설정할 때는 var을 붙인다- var..</description>
      <category>web/jquery</category>
      <author>kkangsseul1014</author>
      <guid isPermaLink="true">https://kkangsseul.tistory.com/91</guid>
      <comments>https://kkangsseul.tistory.com/91#entry91comment</comments>
      <pubDate>Tue, 12 Dec 2023 17:20:06 +0900</pubDate>
    </item>
  </channel>
</rss>