<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
	<channel>
		<title>정상을 위한 독주2 - 블루비</title>
		<link>http://blueb.net/blog/</link>
		<description>Web Developer</description>
		<language>ko</language>
		<pubDate>Thu, 09 Jul 2009 17:55:45 +0900</pubDate>
		<generator>Textcube 1.7.8 : Con moto</generator>
		<image>
		<title>정상을 위한 독주2 - 블루비</title>
		<url>http://blueb.net/blog/attach/1/1000664658.png</url>
		<link>http://blueb.net/blog/</link>
		<width>128</width>
		<height>128</height>
		<description>Web Developer</description>
		</image>
		<itunes:explicit>no</itunes:explicit><itunes:subtitle>Web Developer</itunes:subtitle><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/blueb" type="application/rss+xml" /><item>
			<title>[CakePHP] multiple language url connection :  /lang/controller/action</title>
			<link>http://blueb.net/blog/1439</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;CakePHP 를 다국어로 접속가능 하도록 하기 위한 설정내용입니다.일반적으로 uri 접속시 /controller/action 으로 접속하게 됩니다.언어별 접속을을 위해 /lang/controller/action 과 같이 controller가 아닌 language로 시작할 수 있습니다.언어별 약어 표현은 ISO 639-2 Language Code 참조 하세요1. 기본 언어를 설정하기 위해 core.php 파일에 아래 코드를 추가합니다.app/con...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1439"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>CakePHP</category>
			<category>CakePHP</category>
			<category>language</category>
			<category>uri</category>
			<category>url</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1439</guid>
			<comments>http://blueb.net/blog/1439#entry1439comment</comments>
			<pubDate>Wed, 08 Jul 2009 10:13:35 +0900</pubDate>
		</item>
		<item>
			<title>i18n (국제화) ,  l10n (지역화)</title>
			<link>http://blueb.net/blog/1438</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;Internationalization ( i18n ) : 번역하기를 "국제화" 라고 한다. 이 단어는 패키지화 된 프로그램이 있을때 그 프로그램이 다양한 언어를 지원하도록 만들어진 것을 의미한다. 이는 다시말해 영어로 된 문자열을 사용하여 이루어지는 행동과, 영어 이외의 다른 언어로 이루어지는 행동이 "차이 없는" 일반화 과정(Generalization process)이라고 할 수 있다. 프로그램 개발자는 자신의 프로그램에 국제화를 적용할때 다양한...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1438"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>개발자료</category>
			<category>i18n</category>
			<category>l10n</category>
			<category>국제화</category>
			<category>지역화</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1438</guid>
			<comments>http://blueb.net/blog/1438#entry1438comment</comments>
			<pubDate>Mon, 06 Jul 2009 21:24:55 +0900</pubDate>
		</item>
		<item>
			<title>(주) 플랜아이 개발자 정규직 채용공고 ~ 09.07.10</title>
			<link>http://blueb.net/blog/1436</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;(주) 플랜아이(http://plani.co.kr) 채용공고1. 채용분야 : PHP 웹 프로그래머 * 경력 2년이상, * PHP(or Java, JSP) 개발자 (1명) * 제출 서류에 참여프로젝트를 구체적으로 기재바람 * 정규직 * 남/녀 구분 없음 * 근무부서 : e-Biz 사업 본부 Project 1 Team 2. 유의 사항 및 이력서 제출 방법(가급적 이메일 제출 요망) * 면접 시 연봉협상 ( 이력지원시 희망연봉 기재바랍니다.) * 이력서...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1436"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>플랜아이</category>
			<category>php</category>
			<category>개발자</category>
			<category>채용공고</category>
			<category>플랜아이</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1436</guid>
			<comments>http://blueb.net/blog/1436#entry1436comment</comments>
			<pubDate>Thu, 02 Jul 2009 12:45:03 +0900</pubDate>
		</item>
		<item>
			<title>Regular Expressions Cheat Sheet</title>
			<link>http://blueb.net/blog/1434</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;정규표현식 시트 자료입니다.유용하게 사용하세요~~!!RegularExpressions출처 : Added Bytes&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1434"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>개발자료</category>
			<category>cheat</category>
			<category>RegExp</category>
			<category>Regular Expressions</category>
			<category>sheet</category>
			<category>정규표현식</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1434</guid>
			<comments>http://blueb.net/blog/1434#entry1434comment</comments>
			<pubDate>Thu, 02 Jul 2009 10:09:42 +0900</pubDate>
		</item>
		<item>
			<title>[JAVA] RegExp (정규 표현식)</title>
			<link>http://blueb.net/blog/1433</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&amp;lt;%import! java.util.regex.*; // Pattern과 Matcher가 속한 패키지 class RegularEx5 { public static void main(String[] args) { String source = "23123()asdawe()23123()asdawe()23123()asdawe()"; String pattern = "\\d+\\(\\)";// 숫자(\\d)뒤에오는 괄호를 패턴으로 지정 // \d는 숫자를...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1433"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>JSP,JAVA</category>
			<category>java</category>
			<category>RegExp</category>
			<category>정규표현식</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1433</guid>
			<comments>http://blueb.net/blog/1433#entry1433comment</comments>
			<pubDate>Wed, 01 Jul 2009 21:45:06 +0900</pubDate>
		</item>
		<item>
			<title>[JSP] web.xml - &lt;error-page&gt; 에러에 페이지 설정</title>
			<link>http://blueb.net/blog/1432</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;JSP 에서 HTTP 에러 페이지를 설정을 위한 설정 입니다./WEB-INF/web.xml 파일에 다음과 같이 추가&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schem...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1432"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>JSP,JAVA</category>
			<category>404</category>
			<category>500</category>
			<category>error</category>
			<category>error-page</category>
			<category>JASP</category>
			<category>WAS</category>
			<category>web.xml</category>
			<category>에러</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1432</guid>
			<comments>http://blueb.net/blog/1432#entry1432comment</comments>
			<pubDate>Tue, 30 Jun 2009 20:44:56 +0900</pubDate>
		</item>
		<item>
			<title>언어별 Redirect</title>
			<link>http://blueb.net/blog/1431</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;언어별 Redirect JSP&amp;lt;% response.sendRedirect("http://blueb.net/blog"); %&amp;gt; ASP&amp;lt;% Response.Redirect "http://blueb.net/blog" %&amp;gt; PHP&amp;lt;? header("Location: http://blueb.net/blog"); exit; ?&amp;gt; HTML&amp;lt;meta http-equiv='refresh' content='0;url=http:/...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1431"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>JSP,JAVA</category>
			<category>ASP</category>
			<category>html</category>
			<category>javascript</category>
			<category>JSP</category>
			<category>php</category>
			<category>redirect</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1431</guid>
			<comments>http://blueb.net/blog/1431#entry1431comment</comments>
			<pubDate>Tue, 30 Jun 2009 20:37:58 +0900</pubDate>
		</item>
		<item>
			<title>애플 아이폰 이제 나오는거냐?</title>
			<link>http://blueb.net/blog/1430</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;애플 아이폰이 수많은 루머속에서 드디어 대한민국에 상륙합니다.때는 7월...전세계적으로 출시를 하는 애플 아이폰이 국내 출시가 늦어진 이유는 통신사업자들의 자기 잇속을 채우기 위한 딜을 하고 있었기 때문이었네요!대충 감은 잡고 있었지만 이건 너무 하지 않나 싶습니다."얼마나 더 퍼 드실라고.. 그러다 배 터지시겠어요~!!"어찌되었건 KT는7월 SKT는 9월 하지만 아이폰 3GS(iPhone 3GS) 출시에 관련된 내용은 나오지 않고 있습니다.아마도...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1430"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>아이폰,미라지폰</category>
			<category>apple</category>
			<category>iphone</category>
			<category>아이폰</category>
			<category>애플</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1430</guid>
			<comments>http://blueb.net/blog/1430#entry1430comment</comments>
			<pubDate>Wed, 24 Jun 2009 13:08:51 +0900</pubDate>
		</item>
		<item>
			<title>CakePHP를 위한 OpenID component</title>
			<link>http://blueb.net/blog/1429</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;CakePHP 에서 사용할 수 있는 OpenID 컴포넌트 입니다. 설치 방법 OpenID component 를 다운받습니다.“app/controllers/components” 위치에 다운받은 openid.php 파일을 복사 합니다.PHP OpenID Library 2.1.x 를 다운 받습니다.“Auth” 디렉토리를 “vendors” 디렉토리에 복사합니다.“Auth/OpenID/Consumer.php” 파일 소스을 변경해주세요if (Auth_Open...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1429"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>CakePHP</category>
			<category>CakePHP</category>
			<category>OpenID</category>
			<category>오픈아이디</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1429</guid>
			<comments>http://blueb.net/blog/1429#entry1429comment</comments>
			<pubDate>Thu, 18 Jun 2009 11:16:14 +0900</pubDate>
		</item>
		<item>
			<title>[CakePHP] Dynamic validation rules</title>
			<link>http://blueb.net/blog/1428</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;모델에서 선언된 validate 를 변경하고 싶다면, 다음과 같이 Controller 에서 Set::merge() 를 통해 재정의 해주면 됩니다.$this-&amp;gt;Profile-&amp;gt;validate = Set::merge($this-&amp;gt;Profile-&amp;gt;validate, array( 'name'=&amp;gt;array( 'required'=&amp;gt;true, 'rule'=&amp;gt;array('alphaNumeric') )));&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1428"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>CakePHP</category>
			<category>CakePHP</category>
			<category>Controller</category>
			<category>merge</category>
			<category>Model</category>
			<category>validate</category>
			<category>validation</category>
			<category>검증</category>
			<category>모델</category>
			<category>컨트롤러</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1428</guid>
			<comments>http://blueb.net/blog/1428#entry1428comment</comments>
			<pubDate>Tue, 16 Jun 2009 20:45:54 +0900</pubDate>
		</item>
		<item>
			<title>플랜아이 - 개발팀 워크샵</title>
			<link>http://blueb.net/blog/1427</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;플랜아이(http://plani.co.kr) 개발팀 워크샵일시 : 2009. 06. 13(토) ~ 2009. 06. 14(일, 1박 2일)장소 : 블루하이츠 펜션개발팀의 정신과 마음을 재정비하고 신규모듈의 현 문제점과 개선사항 그리고 좀더 체계화된 관리를 위해 개발팀만의 워크샵을 진행하였습니다.출발 부터 오타군의 시간개념 부제로 인해 시간이 조금은 딜레이 되긴 했지만 예정된 스케줄에는 크게 지장없이 진행 할 수 있었습니다.펜션 입실이 2시 30분인...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1427"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>플랜아이</category>
			<category>개발팀</category>
			<category>대천항</category>
			<category>대천해수욕장</category>
			<category>블루하이츠</category>
			<category>워크샵</category>
			<category>펜션</category>
			<category>플랜아이</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1427</guid>
			<comments>http://blueb.net/blog/1427#entry1427comment</comments>
			<pubDate>Mon, 15 Jun 2009 21:14:04 +0900</pubDate>
		</item>
		<item>
			<title>야외 나드리</title>
			<link>http://blueb.net/blog/1426</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;친구들과 함께한 야외 나드리.대둔산 계곡을 가려고 계획 했으나 아침에 목적지를 급 수정하여달려간 무주군 설천면(다음맵 위치확인) 고목의 그늘아래 돗자리를 펴고 숯에 불을 지펴 목살을 지글 지글 구워 먹는 이맛.. 역시 쵝오~!!어쩜 바람이 그렇게도 시원하던지.. 신선이 따로 없었다는.. ㅎㅎ물에 발도 담구고 수영도 하고 싶은 생각은 간절하였지만,초여름이라 그런지 물도 많이 없고 아직은 수영할 만한 때가 아니라 아쉽게도 수영하고픈 마음은 접어야 했다...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1426"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>Diary</category>
			<category>나드리</category>
			<category>라제통문</category>
			<category>볶음밥</category>
			<category>야외</category>
			<category>친구</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1426</guid>
			<comments>http://blueb.net/blog/1426#entry1426comment</comments>
			<pubDate>Sun, 07 Jun 2009 20:28:00 +0900</pubDate>
		</item>
		<item>
			<title>[CakePHP] 조인문 추가 작성을 위한 bindModel tip</title>
			<link>http://blueb.net/blog/1425</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;CakePHP 테이블 조인을 추가로 작성 하기 위해 bindModel()을 이용하여 작성할 수 있습니다.하지만, 페이징(paginate) 처리시 bindModel()을 이용하게 되면 적상 적으로 조인문에 대한 쿼리가 적용되지 않습니다.$this-&amp;gt;Board-&amp;gt;bindModel(array( 'hasOne'=&amp;gt;array('[ClassName]'=&amp;gt;array('foreignKey'=&amp;gt;'id'))));원인은 bind/unbind...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1425"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>CakePHP</category>
			<category>bindModel</category>
			<category>CakePHP</category>
			<category>join</category>
			<category>paginate</category>
			<category>Query</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1425</guid>
			<comments>http://blueb.net/blog/1425#entry1425comment</comments>
			<pubDate>Tue, 02 Jun 2009 15:44:54 +0900</pubDate>
		</item>
		<item>
			<title>애플 넷북 2009년도 상반기 출시 예정</title>
			<link>http://blueb.net/blog/1424</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;그간 루머로 멤돌던 애플의 넷북 출시가 기정 사실화 되고 있습니다.정보기술(IT) 시장 전문가인 진 먼스터의 분석에 따르면 내년 상반기에 아이팟 터치형 테블릿 PC 를 내 놓을거라는 전망입니다.스크린 크기는 7~10인치 정도이고 가격대는 500~700 달러를 예상한다고 하네요이정도 가격이면 구입할 만한 제품입니다. 그간 넷북하나 구입하려고 많은 고민을 하고 있었지만, 이렇다할 제품에 눈에 들어 오지 않아 계속 예의 주시하던차에 드디어 나오게 되는군...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1424"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>넷북</category>
			<category>멀티터치</category>
			<category>애플</category>
			<category>터치스크린</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1424</guid>
			<comments>http://blueb.net/blog/1424#entry1424comment</comments>
			<pubDate>Tue, 26 May 2009 09:27:00 +0900</pubDate>
		</item>
		<item>
			<title>[행경] 행복한 세상을 만드는 간단한 방법</title>
			<link>http://blueb.net/blog/1423</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;행복한 세상을 만드는 간단한 방법 이제 우리는 아주 쉽게 이 세상의 행복수치를 증가시킬 수 있다.어떻게 그렇게 할 수 있냐고?외롭거나 용기를 잃은 누군가에게 진심으로 존중하는 몇 마디의 말을 건네는 것,그것으로 충분하다.오늘 누군가에게 무심코 건넨 친절한 말을,당신은 내일이면 잊어버릴지도 모른다.하지만 그 말을 들은 사람은 일생 동안 그것을 소중하게 기억할 것이다.- 데일 카네기(Dale Carnegie) 촌철살인 이 세상을 바꾸는 것, 다른 사람...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1423"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>좋은글</category>
			<category>데일 카네기</category>
			<category>행경</category>
			<category>행복</category>
			<category>행복한 경영이야기</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1423</guid>
			<comments>http://blueb.net/blog/1423#entry1423comment</comments>
			<pubDate>Thu, 21 May 2009 13:23:06 +0900</pubDate>
		</item>
		<item>
			<title>[CakePHP] radio 버튼 checked 옵션 사용법</title>
			<link>http://blueb.net/blog/1421</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;CakePHP Form Helper 에서 지원하는 radio 메쏘드에는 checked 옵션이 포함되어 있지 않습니다.그래서 $form-&amp;gt;radio() 아닌 $form-&amp;gt;input() 을 사용하여 해결해야 합니다.아래 코드와 같이 $form-&amp;gt;input() 의 옵션에 default 옵션을 추가 하여 해당 값을 지정함으로 checked 가 되어 집니다.$form-&amp;gt;input('Model.field',array ( 'legend'=...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1421"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>CakePHP</category>
			<category>CakePHP</category>
			<category>프레임웍</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1421</guid>
			<comments>http://blueb.net/blog/1421#entry1421comment</comments>
			<pubDate>Mon, 18 May 2009 09:12:53 +0900</pubDate>
		</item>
		<item>
			<title>[플래쉬게임] 개구리 옮기기</title>
			<link>http://blueb.net/blog/1420</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;개구리 옮기기연두색 개구리와 갈색 개구리의 위치를 바꾸시면 게임 오버~~!!30초 안에 성공하신 분은 멘사 ㅋㅋ &lt;--&gt;[Flash] /blog/attach/1/1390413583.swf&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1420"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>개구리</category>
			<category>게임</category>
			<category>플래시</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1420</guid>
			<comments>http://blueb.net/blog/1420#entry1420comment</comments>
			<pubDate>Wed, 13 May 2009 21:30:04 +0900</pubDate>
		</item>
		<item>
			<title>jQuery.each break continue</title>
			<link>http://blueb.net/blog/1419</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;jQuery.each(callback)each 메소드를 하는 하는 경우 for문과 같은 제어 문에서 사용되는 break , continue 의 쓰임이 필요 하다.each에서는 return true(continue) 와 return false(break) 를 이용해서 break, continue와 같은 동작을 일으킬수 있다.$('#loop').each(function(i){ if( i == 0 ) return true; //continue; retu...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1419"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>jQuery, Javascript</category>
			<category>break</category>
			<category>continue</category>
			<category>each</category>
			<category>jQuery</category>
			<category>loop</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1419</guid>
			<comments>http://blueb.net/blog/1419#entry1419comment</comments>
			<pubDate>Mon, 11 May 2009 09:45:51 +0900</pubDate>
		</item>
		<item>
			<title>[행경] 개인의 차이를 중시할 때 팀워크가 살아난다</title>
			<link>http://blueb.net/blog/1418</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;개인의 차이를 중시할 때 팀워크가 살아난다 개인의 특성이 무시되는 획일화된 조직 보다개인의 차이를 중시할 때 팀워크를 기대할 수 있다.팀의 성공을 위해서는조직 구성원들이 지닌 성향과 능력의 차이를 인정하는 것만으로는 부족하다.그러한 차이를 강조하고 상호 교류로 시너지를 내도록 함으로써팀 성과를 높이는 힘을 얻을 수 있다.- 그레고리 후츠소 박사(Toos for team excellence) 촌철활인다양한 사람이 모이면 크고 작은 문제와 갈등은 극히...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1418"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>좋은글</category>
			<category>갈등</category>
			<category>개인</category>
			<category>조직</category>
			<category>팀워크</category>
			<category>행경</category>
			<category>행복한 경영이야기</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1418</guid>
			<comments>http://blueb.net/blog/1418#entry1418comment</comments>
			<pubDate>Wed, 29 Apr 2009 09:19:47 +0900</pubDate>
		</item>
		<item>
			<title>파일 다운로드 후 플래시 링크 오류 해결 법</title>
			<link>http://blueb.net/blog/1417</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;웹상에서 파일 다운로드 후 플래시 링크를 클릭하는 경우 IE 에서만 경고창이 뜨면서 링크가 먹통이 되는 경우가 발생이 됩니다. 이 문제를 해결하기 위해서는 기존에 플래시 링크 사용시 사용되는 getUrl 함수대신에아래와 같이 ExternalInterface 를 사용하여 해결 할 수 있습니다. import flash.external.ExternalInterface ; //항상 최상단에 있어야 됨 _root.menu0.rect.onRelease = f...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1417"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>Flex,AIR,Flash</category>
			<category>flash</category>
			<category>다운로드</category>
			<category>링크</category>
			<category>오류</category>
			<category>파일</category>
			<category>플래시</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1417</guid>
			<comments>http://blueb.net/blog/1417#entry1417comment</comments>
			<pubDate>Fri, 24 Apr 2009 12:03:43 +0900</pubDate>
		</item>
		<item>
			<title>49가지 jQuery 플러그인</title>
			<link>http://blueb.net/blog/1416</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;출처 : http://www.smashingmagazine.com/2009/01/15/45-new-jquery-techniques-for-a-good-user-experience/JavaScipt libraries have made huge leaps and bounds in helping developers write code and develop products more quickly. jQuery is one of the most popula...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1416"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>jQuery, Javascript</category>
			<category>javascript</category>
			<category>jQuery</category>
			<category>plugins</category>
			<category>자바스크립트</category>
			<category>플러그인</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1416</guid>
			<comments>http://blueb.net/blog/1416#entry1416comment</comments>
			<pubDate>Thu, 23 Apr 2009 19:49:36 +0900</pubDate>
		</item>
		<item>
			<title>나를 잃어 버리다.</title>
			<link>http://blueb.net/blog/1415</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;언제 부터인가 나 자신을 잃어 가고 있는듯 하다.나는 누구인가?다시 태어나고 싶다.다시...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1415"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>Diary</category>
			<category>나</category>
			<category>다시</category>
			<category>자신</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1415</guid>
			<comments>http://blueb.net/blog/1415#entry1415comment</comments>
			<pubDate>Thu, 23 Apr 2009 13:01:57 +0900</pubDate>
		</item>
		<item>
			<title>[PHP] short open tag</title>
			<link>http://blueb.net/blog/1414</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;PHP 코드를 사용하기 위해서는&amp;lt;?php echo $var;?&amp;gt; &amp;lt;?=$var;?&amp;gt;위와 같이 두가지 타입으로 사용할 수 있습니다.후자 코드가 아무래도 간결하고 편하겠죠..후자와 같은 코드를 사용하기 위해서는 php.ini 파일의 short_open_tag 설정을 On 으로 변경을 해주시면 후자와 같은 코드를 사용하실 수 있습니다.만약 off 상태에서 후자와 같은 코드를 사용시 코드가 웹상에 그대로 노출이 됩니다. php.ini...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1414"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>PHP, ASP</category>
			<category>php</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1414</guid>
			<comments>http://blueb.net/blog/1414#entry1414comment</comments>
			<pubDate>Wed, 15 Apr 2009 16:51:04 +0900</pubDate>
		</item>
		<item>
			<title>[행경] 희망은 말하는 대로 이루어진다</title>
			<link>http://blueb.net/blog/1413</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;희망은 말하는 대로 이루어진다 나는 매일 스스로에게 두 가지 말을 반복합니다.그 하나는 ‘왠지 오늘은 나에게 큰 행운이 생길 것 같다’이고,다른 하나는 ‘나는 무엇이든 할 수 있다’라는 것입니다. - 빌 게이츠 촌철 활인세계 제일의 부자가 된 비결을 묻는 한 기자의 질문에 대한 빌 게이츠 회장의 답입니다.차동엽 신부는 근저 ‘뿌리 깊은 희망’에서 다음과 같이 말합니다. "희망을 말하라. 될 수 있는 대로 자주 떠벌려라. 희망을 글로 적어라. 가능한...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1413"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>좋은글</category>
			<category>행경</category>
			<category>행복한 경영이야기</category>
			<category>희망</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1413</guid>
			<comments>http://blueb.net/blog/1413#entry1413comment</comments>
			<pubDate>Wed, 08 Apr 2009 08:50:48 +0900</pubDate>
		</item>
		<item>
			<title>XSS (Cross Site Scription) 다양한 스크립트 유형</title>
			<link>http://blueb.net/blog/1412</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;XSS 다양한 스크립트 유형출처 : http://ha.ckers.org/xss.htmlXSS more..출처 : http://ha.ckers.org/xss.htmlXSS (Cross Site Scripting):&amp;gt;$2&amp;gt;$2&amp;gt;$2XSS locator. Inject this string, and in most cases where a script is vulnerable with no special XSS vector requireme...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1412"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>JSP,JAVA</category>
			<category>XSS</category>
			<category>보안</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1412</guid>
			<comments>http://blueb.net/blog/1412#entry1412comment</comments>
			<pubDate>Tue, 31 Mar 2009 16:57:52 +0900</pubDate>
		</item>
		<item>
			<title>개발툴 넷빈즈(NetBeans) 갈아 타 볼까?</title>
			<link>http://blueb.net/blog/1411</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;그동안 에디트플러스(editplus)를 사용하다가 잠깐 이클립스(eclipse)를 사용을 사용해봤지만이상하게 이클립스는 정이 가질 않는다.. 뭐가 2%로 부족한 느낌이랄까...어쩌다 넷빈즈(NetBeans)를 접하게 되었는데 의외로 괜찮아 보인다.이클립스보다 안정성이 있어 보이고 무료 툴이고, Java, PHP, Ruby, C/C++, JSP... 는 기본 지원을 하다 보니 은근히 끌린다...이제 부터 넷빈즈(NetBeans)와 함께.. ^^ 클릭...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1411"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>NetBeens</category>
			<category>IDE</category>
			<category>NetBeans</category>
			<category>개발툴</category>
			<category>넷빈즈</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1411</guid>
			<comments>http://blueb.net/blog/1411#entry1411comment</comments>
			<pubDate>Tue, 31 Mar 2009 14:25:27 +0900</pubDate>
		</item>
		<item>
			<title>MCM HAUS 오픈 기념 이벤트! 가방과 지갑을 공짜로 얻을 수 있는 기회 ^^</title>
			<link>http://blueb.net/blog/1409</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;MCM 이벤트 상품이 꾀 좋은데요.. ^^상품으로 MCM 가방과 지갑회원가입하시면 1만원 할인 쿠폰과 운이 좋은면 MCM 지갑까지 받아 볼 수 있답니다. ^^ 1,000개의 MCM 받기 GO!! 클릭!&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1409"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>이벤트</category>
			<category>MCM</category>
			<category>가방</category>
			<category>이벤트</category>
			<category>지갑</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1409</guid>
			<comments>http://blueb.net/blog/1409#entry1409comment</comments>
			<pubDate>Sat, 28 Mar 2009 14:22:28 +0900</pubDate>
		</item>
		<item>
			<title>플랜아이 2009 상반기 워크샵</title>
			<link>http://blueb.net/blog/1410</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;2009년 3월 20일 ~ 21일 1박 2일 플랜아이(http://plani.co.kr) 2009년 상반기 워크샵 태안 오키드 식물원에서... 돌아오는길 몽산포 해수욕장에서 발야구&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1410"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>플랜아이</category>
			<category>plani</category>
			<category>SI</category>
			<category>오키드랜드</category>
			<category>워크샵</category>
			<category>웹에이전시</category>
			<category>플랜아이</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1410</guid>
			<comments>http://blueb.net/blog/1410#entry1410comment</comments>
			<pubDate>Sat, 28 Mar 2009 14:21:29 +0900</pubDate>
		</item>
		<item>
			<title>escape 된 문자열 PHP uncscape 함수</title>
			<link>http://blueb.net/blog/1408</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;자바스크립트에서 escape 함수를 통해 데이터를 받을 경우 '%uC548%uB155%uD558%uC138%uC694' 형태의 문자열로 인코딩되어서 오게 됩니다.PHP 에서는 unescape 함수가 없기 때문에 직접 만들어 주어 사용할 수 있습니다.아래 코드를 참고 하세요function tostring($text) { return iconv('UTF-16LE', 'UTF-8', chr(hexdec(substr($text[1], 2, 2))).chr...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1408"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>PHP, ASP</category>
			<category>escape</category>
			<category>iconv</category>
			<category>php</category>
			<category>rawurldecode</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1408</guid>
			<comments>http://blueb.net/blog/1408#entry1408comment</comments>
			<pubDate>Wed, 25 Mar 2009 21:23:34 +0900</pubDate>
		</item>
		<item>
			<title>CakePHP DB 커넥션 Character Set 설정</title>
			<link>http://blueb.net/blog/1407</link>
			<description>&lt;table width="200" height="200" align="right" border="0" cellpadding="0" cellspacing="0" style="background-image:url(); background-repeat:no-repeat"&gt;
    &lt;tr&gt;
        &lt;td valign="top" style="padding-top:0px; padding-left:5px;"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 300x250, 작성됨 08. 6. 29 */
google_ad_slot = "2477246784";
google_ad_width = 300;
google_ad_height = 250;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;CakePHP DB 커넥션 Character Set 설정 var $default = array( 'driver' =&amp;gt; 'mysql', 'connect' =&amp;gt; 'mysql_connect', 'host' =&amp;gt; 'localhost', 'login' =&amp;gt; 'id', 'password' =&amp;gt; 'passwd', 'database' =&amp;gt; 'dbname', 'encoding' =&amp;gt; 'UTF8', 'prefix' =&amp;gt; '...&lt;div style='text-align:center'&gt;
&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7837870281700467";
/* 468x60, 작성됨 08. 12. 28 */
google_ad_slot = "5308289761";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;
&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://blueb.net/blog/1407"&gt;글 전체보기&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description>
			<category>CakePHP</category>
			<category>CakePHP</category>
			<category>connection</category>
			<category>DB</category>
			<category>데이터베이스</category>
			<category>커넥션</category>
			<author>(블루비)</author>
			<guid>http://blueb.net/blog/1407</guid>
			<comments>http://blueb.net/blog/1407#entry1407comment</comments>
			<pubDate>Tue, 17 Mar 2009 23:52:16 +0900</pubDate>
		</item>
	<media:rating>nonadult</media:rating></channel>
</rss>
