<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>php &#8211; SEO Korea</title>
	<atom:link href="https://seokorea.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://seokorea.net</link>
	<description>SEOKorea.net 은 한국인을 위한 SEO 정보와 인터넷 사업정보, 그리고 인터넷 광고 정보와 해외 우수 Merchant를 한국의 윤리적 Publisher들에게 제공해 여러분에게 수익과 유쾌한 인생을 제공합니다.</description>
	<lastBuildDate>Thu, 28 Jun 2007 20:50:14 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.4</generator>
	<item>
		<title>SEO를 위한 웹페이지 다이어트 플랜</title>
		<link>https://seokorea.net/seo%eb%a5%bc-%ec%9c%84%ed%95%9c-%ec%9b%b9%ed%8e%98%ec%9d%b4%ec%a7%80-%eb%8b%a4%ec%9d%b4%ec%96%b4%ed%8a%b8-%ed%94%8c%eb%9e%9c/</link>
					<comments>https://seokorea.net/seo%eb%a5%bc-%ec%9c%84%ed%95%9c-%ec%9b%b9%ed%8e%98%ec%9d%b4%ec%a7%80-%eb%8b%a4%ec%9d%b4%ec%96%b4%ed%8a%b8-%ed%94%8c%eb%9e%9c/#respond</comments>
		
		<dc:creator><![CDATA[seokorea]]></dc:creator>
		<pubDate>Thu, 28 Jun 2007 20:50:14 +0000</pubDate>
				<category><![CDATA[SEO 와 기술]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[온라인광고]]></category>
		<category><![CDATA[자바스크립트]]></category>
		<guid isPermaLink="false">http://seokorea.net/?p=78</guid>

					<description><![CDATA[웹페이지에 점점 다양한 기술들이 추가되고 있습니다.그 결과 여러기능들과 아름다운 외관을 갖춘 웹사이트들을 구현할수 있지만문제는 검색엔진 순위를 높이는데는 방해가 됩니다.검색엔진은&#160; HTML 구조 외에는 인식하지 못합니다. 그리고 그외의 기술은 랭킹을떨어뜨리게 됩니다. 특히 JavaScript의 많은 사용은 문제가 되고요. 이 부분의 해결을 위한 가이드입니다. &#60;head&#62; 태그 부분에 가장 JavaScript 가 많이 위치해있을겁니다.여러분 사이트의 특정기능을 위한 이 부분의 자바스크립트는 여러분의 랭킹을 떨어뜨립니다.그러나 여기 해결책이 있습니다.&#8211; 그냥 제거하면 됩니다. 제거하되 그 기능을 유지하는 두가지 방법입니다. 1. &#60;script language=&#8221;javascript&#8221;&#62;&#160; &#60;/script&#62; 부분을 선택해서, ...]]></description>
										<content:encoded><![CDATA[<p>웹페이지에 점점 다양한 기술들이 추가되고 있습니다.<br />그 결과 여러기능들과 아름다운 외관을 갖춘 웹사이트들을 구현할수 있지만<br />문제는 검색엔진 순위를 높이는데는 방해가 됩니다.<br />검색엔진은&nbsp; HTML 구조 외에는 인식하지 못합니다. 그리고 그외의 기술은 랭킹을<br />떨어뜨리게 됩니다. 특히 JavaScript의 많은 사용은 문제가 되고요.</p>
<p>이 부분의 해결을 위한 가이드입니다. &lt;head&gt; 태그 부분에 가장 JavaScript 가 많이 위치해있을겁니다.<br />여러분 사이트의 특정기능을 위한 이 부분의 자바스크립트는 여러분의 랭킹을 떨어뜨립니다.<br />그러나 여기 해결책이 있습니다.<br />&#8211; 그냥 제거하면 됩니다.</p>
<p>제거하되 그 기능을 유지하는 두가지 방법입니다.</p>
<p>1. &lt;script language=&#8221;javascript&#8221;&gt;&nbsp; &lt;/script&gt; 부분을 선택해서, 복사해 메모장등의 에디터에 붙여 넣으신후 이것을 &#8216;scripts.js&#8217; 형태로 저장하세요. 즉 외부 파일로 하는겁니다.<br />그리고는 기존 웹페이지에 이 외부파일을 다음과 같은 형태로 불러들이세요.<br />
<DIV style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; BACKGROUND-COLOR: #e4e4e4">&lt;script language=&#8221;javascript&#8221; src=&#8221;scripts.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;<WBR>/script&gt;<br /></DIV></p>
<p>이를 통해 외부의 scripts.js 가 실행되어, 여러분의 웹페이지 자체에 무겁게 들어있는<br />자바스크립트를 통한 사이트 순위의 하락을 방지합니다.</p>
<p>2. 외부 자바스크립트 파일 (scripts.js) 을 웹사이트에 올리신후 다음의<br />간단한 코드로 모두 바꾸세요.<br />
<DIV style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; BACKGROUND-COLOR: #e4e4e4">&lt;script language=&#8221;javascript&#8221; src=&#8221;scripts.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;<WBR><br />
<SCRIPT><!--
D(["mb","/script&gt;\u003cbr /\>\u003cbr /\>This example assumes that your external JavaScript page and your web pages are all being uploaded into the root directory, if they are not then you will have to check the url of the src\u003d&quot;scripts.js&quot; on each page to make sure the JavaScript is working properly.\u003cbr /\>\u003cbr /\>The advantage of having all your JavaScript on one page is that if you have to make any changes to it you only need to do it once instead of going into every page of your site and making the same change.\u003cbr /\>\u003cbr /\>If you have two sets of JavaScript code then just do this twice so you end up with the following in your &lt;head&gt; tag:\u003cbr /\>\u003cbr /\>&lt;script language\u003d&quot;javascript&quot; src\u003d&quot;scripts1.js&quot;&gt;&lt;/script&gt;\u003cbr /\> &nbsp; &nbsp; &lt;script language\u003d&quot;javascript&quot; src\u003d&quot;scripts2.js&quot;&gt;&lt;/script&gt;\u003cbr /\>\u003cbr /\>More Web Page Diet Plans\u003cbr /\>Removing other bits of code to slim your pages down and make them easier to maintain and help them perform better in the search engines can be achieved by using CSS (Cascading Style Sheets) and SSI (Server Side Includes).\u003cbr /\>\u003cbr /\>CSS code can be placed onto an external file exactly like JavaScript can. SSI can allow you to take standard elements of your web page (eg. logo, footer or navigation) and place that code onto an external file.\u003cbr /\>\u003cbr /\>So you can then update your navigation by simply modifying one file, instead of going into every page and doing it.\u003cbr /\>\u003cbr /\>To find out about CSS here are some sites to start you off gently:\u003cbr /\>. \u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://htmlgoodies.earthweb.com/beyond/css.html\" target\u003d_blank\>http://htmlgoodies.earthweb\u003cwbr /\>.com/beyond/css.html\u003c/a\>\u003cbr /\>. \u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.websitetips.com/css/index.shtml\" target\u003d_blank\>http://www.websitetips.com/css\u003cwbr /\>/index.shtml\u003c/a\>\u003cbr /\>. \u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.w3schools.com/css/default.asp\" target\u003d_blank\>http://www.w3schools.com/css\u003cwbr /\>",1]
);

//--></SCRIPT><br />
 /script&gt;<br /></DIV></p>
<p>만약 여러분이 두개의 자바스크립트 셋을 실행시키시려면 그냥 다음과 같은식으로<br />&lt;head&gt; tag에 넣으시면 됩니다.<br />
<DIV style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; BACKGROUND-COLOR: #e4e4e4">&lt;script language=&#8221;javascript&#8221; src=&#8221;scripts1.js&#8221;&gt;&lt;/script&gt;<br />&nbsp; &nbsp; &lt;script language=&#8221;javascript&#8221; src=&#8221;scripts2.js&#8221;&gt;&lt;/script&gt;<br /></DIV></p>
<p>3. 그외 더 많은 다이어트 플랜</p>
<p>그외 CSS (Cascading Style Sheets) 나 SSI (Server Side Includes)를 이용하셔서<br />여러분 웹페이지에 가급적 HTML외의 것을 최소화 하시기 바랍니다.</p>
<p>CSS 도 JavaScript 처럼 외부 파일로 두고 불러들일수 있고 SSI도 logo나 footer 나&nbsp; navigation 같은 일정 구조를 외부파일로 두고 불러들여 다이어트할수 있게 합니다.</p>
<p>이를 통해 로고나, 하단이나 메뉴네비게이션 같은 것의 수정역시 한번에 할수<br />있는 편의점도 있고요.</p>
<p>&nbsp;CSS 관련 다음 문서를 참고하세요.<br />. <A onclick="return top.js.OpenExtLink(window,event,this)" href="http://htmlgoodies.earthweb.com/beyond/css.html" target=_blank>http://htmlgoodies.earthweb<WBR>.com/beyond/css.html</A><br />. <A onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.websitetips.com/css/index.shtml" target=_blank>http://www.websitetips.com/css<WBR>/index.shtml</A><br />. <A onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.w3schools.com/css/default.asp" target=_blank>http://www.w3schools.com/css<WBR><br />
<SCRIPT><!--
D(["mb","/default.asp\u003c/a\>\u003cbr /\>\u003cbr /\>For help with SSI try:\u003cbr /\>. \u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.websitetips.com/ssi/index.html\" target\u003d_blank\>http://www.websitetips.com/ssi\u003cwbr /\>/index.html\u003c/a\>\u003cbr /\>. \u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.smartwebby.com/web_site_design/server_side_includes.asp\" target\u003d_blank\>http://www.smartwebby.com/web\u003cwbr /\>_site_design/server_side\u003cwbr /\>_includes.asp\u003c/a\>\u003cbr /\>\u003cbr /\>If you use PHP or ASP pages, then here\'s how to include includes;\u003cbr /\>. \u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.outfront.net/tutorials_02/getting_started/includes2.htm\" target\u003d_blank\>http://www.outfront.net\u003cwbr /\>/tutorials_02/getting_started\u003cwbr /\>/includes2.htm\u003c/a\>\u003cbr /\>. \u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.hardcoder.com/scripting/php/include_files.php\" target\u003d_blank\>http://www.hardcoder.com\u003cwbr /\>/scripting/php/include_files\u003cwbr /\>.php\u003c/a\>\u003cbr /\>\u003cbr /\>Tomorrow: What Are Sub-ID\'s and How Do I Use Them?\u003cbr /\>\u003cbr /\>Sincerely,\u003cbr /\>Brad Litwin\u003cbr /\>Kolimbo\u003cbr /\>\u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.kolimbo.com\" target\u003d_blank\>http://www.kolimbo.com\u003c/a\>\u003cbr /\>\u003cbr /\>To be removed from this mailing visit:\u003cbr /\>\u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.optinpro.com/scripts/remove.asp?u\u003d1004&amp;i\u003d50364177\" target\u003d_blank\>http://www.optinpro.com\u003cwbr /\>/scripts/remove.asp?u\u003d1004&amp;i\u003cwbr /\>\u003d50364177\u003c/a\>\u003cbr /\>\u003c/div\>",0]
);

//--></SCRIPT><br />
 /default.asp</A></p>
<p>&nbsp;SSI 관련 해선 다음을 참고하시고요.<br />. <A onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.websitetips.com/ssi/index.html" target=_blank>http://www.websitetips.com/ssi<WBR>/index.html</A><br />. <A onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.smartwebby.com/web_site_design/server_side_includes.asp" target=_blank>http://www.smartwebby.com/web<WBR>_site_design/server_side<WBR>_includes.asp</A></p>
<p>PHP 나&nbsp; ASP 를 이용하신다면 include 사용을 다음을 통해 공부하세요;<br />. <A onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.outfront.net/tutorials_02/getting_started/includes2.htm" target=_blank>http://www.outfront.net<WBR>/tutorials_02/getting_started<WBR>/includes2.htm</A><br />. <A onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.hardcoder.com/scripting/php/include_files.php" target=_blank>http://www.hardcoder.com<WBR>/scripting/php/include_files<WBR>.php</A><br /><script> </script></p>
]]></content:encoded>
					
					<wfw:commentRss>https://seokorea.net/seo%eb%a5%bc-%ec%9c%84%ed%95%9c-%ec%9b%b9%ed%8e%98%ec%9d%b4%ec%a7%80-%eb%8b%a4%ec%9d%b4%ec%96%b4%ed%8a%b8-%ed%94%8c%eb%9e%9c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP 와 MySQL의 버전 체크하기</title>
		<link>https://seokorea.net/php-%ec%99%80-mysql%ec%9d%98-%eb%b2%84%ec%a0%84-%ec%b2%b4%ed%81%ac%ed%95%98%ea%b8%b0/</link>
					<comments>https://seokorea.net/php-%ec%99%80-mysql%ec%9d%98-%eb%b2%84%ec%a0%84-%ec%b2%b4%ed%81%ac%ed%95%98%ea%b8%b0/#respond</comments>
		
		<dc:creator><![CDATA[seokorea]]></dc:creator>
		<pubDate>Tue, 24 Apr 2007 16:15:56 +0000</pubDate>
				<category><![CDATA[SEO 와 기술]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://seokorea.net/?p=45</guid>

					<description><![CDATA[여러분들이 해외 웹호스팅 &#160;에서 Nucleus CMS 이나, phpBB,oscommerce ,등의 소프트웨어를 설치하실때나 또는 별도로 특정 소프트웨어를 설치하실 때,자신의 서버의 &#160;PHP 와 MySQL의 버전을 체크하는 방법입니다. 아주 간단하게 다음의 PHP파일을 호스팅 계정에 올리셔서 실행시키면 됩니다.물론 localhost,username,password 에 자신의 것을 적으셔야 겠죠. &#60;?php&#160; $link = mysql_connect(&#8220;localhost&#8221;,&#8221;username&#8221;,&#8221;password&#8221;);&#160; print &#8220;&#60;p&#62;PHP Version &#8220;.phpversion().&#8221;&#60;/p&#62;&#8221;;&#160; print &#8220;&#60;p&#62;MySQL Version &#8220;.mysql_get_server_info($link).&#8221;&#60;/p&#62;&#8221;;?&#62;]]></description>
										<content:encoded><![CDATA[<p><P>여러분들이 <SPAN class=topictitle><A class=topictitle href="http://orangedigm.com/phpBB2/viewtopic.php?t=51"><STRONG><FONT color=#006699 size=2>해외 웹호스팅 </FONT></STRONG></A>&nbsp;</SPAN>에서 <STRONG><FONT color=#006699 size=2><A href="http://orangedigm.com/phpBB2/viewtopic.php?t=90"><STRONG><FONT color=#006699 size=2>Nucleus CMS </FONT></STRONG></A></FONT></STRONG>이나, <STRONG><FONT color=#006699 size=2><A href="http://orangedigm.com/phpBB2/viewtopic.php?t=18"><STRONG><FONT color=#006699 size=2>phpBB</FONT></STRONG></A></FONT></STRONG>,<STRONG><FONT color=#006699 size=2><A href="http://orangedigm.com/phpBB2/viewtopic.php?t=55"><STRONG><FONT color=#006699 size=2>oscommerce</FONT></STRONG></A></FONT></STRONG> ,등의 <br />소프트웨어를 설치하실때나 또는 별도로 특정 소프트웨어를 설치하실 때,<br />자신의 서버의 &nbsp;PHP 와 MySQL의 버전을 체크하는 방법입니다.</p>
<p>아주 간단하게 다음의 PHP파일을 호스팅 계정에 올리셔서 실행시키면 됩니다.<br />물론 localhost,username,password 에 자신의 것을 적으셔야 겠죠.</p>
<p>&lt;?php<br />&nbsp; $link = mysql_connect(&#8220;localhost&#8221;,&#8221;username&#8221;,&#8221;password&#8221;);<br />&nbsp; print &#8220;&lt;p&gt;PHP Version &#8220;.phpversion().&#8221;&lt;/p&gt;&#8221;;<br />&nbsp; print &#8220;&lt;p&gt;MySQL Version &#8220;.mysql_get_server_info($link).&#8221;&lt;/p&gt;&#8221;;<br />?&gt; <br /></P><script> </script></p>
]]></content:encoded>
					
					<wfw:commentRss>https://seokorea.net/php-%ec%99%80-mysql%ec%9d%98-%eb%b2%84%ec%a0%84-%ec%b2%b4%ed%81%ac%ed%95%98%ea%b8%b0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
