<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>답글 : 중/대형 웹사이트 기획 팁</title>
	<atom:link href="http://hooney.net/2006/04/26/266/feed/" rel="self" type="application/rss+xml" />
	<link>http://hooney.net/2006/04/26/266/</link>
	<description>웹으로 떠나는 밀월여행. 이웃집 후니네 훔쳐보기!</description>
	<pubDate>Thu, 20 Nov 2008 09:26:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>일모리가 만듬</title>
		<link>http://hooney.net/2006/04/26/266/#comment-1128</link>
		<dc:creator>일모리</dc:creator>
		<pubDate>Wed, 26 Apr 2006 06:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://hooney.net/wp/?p=266#comment-1128</guid>
		<description>최근글들이 다 뫼산css 관련글이군요~  책쓰시라니까요 ㅎㅎ</description>
		<content:encoded><![CDATA[<p>최근글들이 다 뫼산<abbr title="Cascading Style Sheets">CSS</abbr> 관련글이군요~  책쓰시라니까요 ㅎㅎ</p>
]]></content:encoded>
	</item>
	<item>
		<title>Hooney가 만듬</title>
		<link>http://hooney.net/2006/04/26/266/#comment-1127</link>
		<dc:creator>Hooney</dc:creator>
		<pubDate>Wed, 26 Apr 2006 05:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://hooney.net/wp/?p=266#comment-1127</guid>
		<description>글 속에 주관적인 견해가 들어갔네요. class/id 네이밍에 대소문자를 적절히 사용하는 분들도 많던데, 저는 '-'를 주로 사용하다보니 이런 글이 써졌네요~ ^^;

&lt;a href="http://www.stuffandnonsense.co.uk/archives/naming_conventions_table.html" rel="nofollow"&gt;해외에서 잘만들어진(기준은 웹표준) 사이트들의 class/id 네이밍&lt;/a&gt;도 확인해 보세요~ 

그리고, 이 글의 의도는 "웹표준을 준수하여 개발하기 위해서는 사이트 기획안 작성부터 신경써야 한다"는 것이랍니다. 아무래도 의도와 어긋난 글이 된듯 싶네요. ㅠ.ㅠ</description>
		<content:encoded><![CDATA[<p>글 속에 주관적인 견해가 들어갔네요. class/id 네이밍에 대소문자를 적절히 사용하는 분들도 많던데, 저는 &#8216;-&#8217;를 주로 사용하다보니 이런 글이 써졌네요~ ^^;</p>
<p><a href="http://www.stuffandnonsense.co.uk/archives/naming_conventions_table.html" rel="nofollow">해외에서 잘만들어진(기준은 웹표준) 사이트들의 class/id 네이밍</a>도 확인해 보세요~ </p>
<p>그리고, 이 글의 의도는 &#8220;웹표준을 준수하여 개발하기 위해서는 사이트 기획안 작성부터 신경써야 한다&#8221;는 것이랍니다. 아무래도 의도와 어긋난 글이 된듯 싶네요. ㅠ.ㅠ</p>
]]></content:encoded>
	</item>
	<item>
		<title>nmind가 만듬</title>
		<link>http://hooney.net/2006/04/26/266/#comment-1126</link>
		<dc:creator>nmind</dc:creator>
		<pubDate>Wed, 26 Apr 2006 05:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://hooney.net/wp/?p=266#comment-1126</guid>
		<description>소문자 대문자를 주의하므로 -&#62; 소문자 대문자를 구별하므로
(^-^;)</description>
		<content:encoded><![CDATA[<p>소문자 대문자를 주의하므로 -&gt; 소문자 대문자를 구별하므로<br />
(^-^;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>nmind가 만듬</title>
		<link>http://hooney.net/2006/04/26/266/#comment-1125</link>
		<dc:creator>nmind</dc:creator>
		<pubDate>Wed, 26 Apr 2006 05:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://hooney.net/wp/?p=266#comment-1125</guid>
		<description>html 코드는 소문자로 표시하는 것을 기본으로 하고 있지만 id나 class에 알파벳 대문자를 사용해도 되는 걸로 알고 있습니다. 다만 소문자 대문자를 주의하므로 css에서는 대문자로 정의하고 html에서는 소문자로 적을경우 css가 적용되지 않기 때문에 그 점에 주의할 필요가 있습니다.
회사에서 작업할때도 거의 id나 클래스명을 정할 경우 단어의 구분을 위해 중간에 대문자를 넣는 경우가 많습니다. 이를테면, "contentsArea" 이런식으로 사용하고 있습니다.

덧붙여. id나 class는 숫자로 시작하면 안되는 걸로 알고있습니다.</description>
		<content:encoded><![CDATA[<p><abbr title="HyperText Markup Language">HTML</abbr> 코드는 소문자로 표시하는 것을 기본으로 하고 있지만 id나 class에 알파벳 대문자를 사용해도 되는 걸로 알고 있습니다. 다만 소문자 대문자를 주의하므로 <abbr title="Cascading Style Sheets">CSS</abbr>에서는 대문자로 정의하고 <abbr title="HyperText Markup Language">HTML</abbr>에서는 소문자로 적을경우 <abbr title="Cascading Style Sheets">CSS</abbr>가 적용되지 않기 때문에 그 점에 주의할 필요가 있습니다.<br />
회사에서 작업할때도 거의 id나 클래스명을 정할 경우 단어의 구분을 위해 중간에 대문자를 넣는 경우가 많습니다. 이를테면, &#8220;contentsArea&#8221; 이런식으로 사용하고 있습니다.</p>
<p>덧붙여. id나 class는 숫자로 시작하면 안되는 걸로 알고있습니다.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
