<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>Code Snippets / Daniel&apos;s 개인저장소</title>
        <link>http://www.webmake.ca/codes</link>
        <description></description>
        <language>ko</language>
        <pubDate>Sun, 05 Feb 2012 13:53:31 -0500</pubDate>
        <lastBuildDate>Sun, 05 Feb 2012 13:53:31 -0500</lastBuildDate>
        <generator>XpressEngine 1.4.5.7</generator>
                                <item>
            <title>Easily change webfont your site. (Use google webfonts your site)</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/3724</link>
            <guid isPermaLink="true">http://www.webmake.ca/3724</guid>
                        <comments>http://www.webmake.ca/3724#comment</comments>
                                    <description>Google Web Fonts lets you browse all the fonts available via the Google Web Fonts ...</description>
                        <pubDate>Sat, 02 Apr 2011 20:26:45 -0500</pubDate>
                                </item>
                <item>
            <title>How to Activate Windows XP Without a Genuine Product Key</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2843</link>
            <guid isPermaLink="true">http://www.webmake.ca/2843</guid>
                        <comments>http://www.webmake.ca/2843#comment</comments>
                                    <description></description>
                        <pubDate>Sat, 04 Dec 2010 12:57:48 -0500</pubDate>
                                </item>
                <item>
            <title>How To Put Picture In Front Of Flash Movie</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2768</link>
            <guid isPermaLink="true">http://www.webmake.ca/2768</guid>
                        <comments>http://www.webmake.ca/2768#comment</comments>
                                    <description>With Object&amp;lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&amp;gt;
With embed&amp;lt;embed src=&quot;http://www.y...</description>
                        <pubDate>Wed, 17 Nov 2010 19:19:25 -0500</pubDate>
                                </item>
                <item>
            <title>Leverage browser caching</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2310</link>
            <guid isPermaLink="true">http://www.webmake.ca/2310</guid>
                        <comments>http://www.webmake.ca/2310#comment</comments>
                                    <description>Insert this into your .htaccess file or Apache config, restarting Apache if you ch...</description>
                        <pubDate>Mon, 11 Oct 2010 09:36:35 -0500</pubDate>
                                </item>
                <item>
            <title>게시판 내용하단 기본형태를 원하는 형태로 바꾸기</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2291</link>
            <guid isPermaLink="true">http://www.webmake.ca/2291</guid>
                        <comments>http://www.webmake.ca/2291#comment</comments>
                                    <description>옵션처리로 편하게 할 수도 있다.&amp;lt;!--@if(!Context::get(&apos;document_srl&apos;) &amp;amp;&amp;amp; $module_in...</description>
                        <pubDate>Wed, 06 Oct 2010 07:39:37 -0500</pubDate>
                                </item>
                <item>
            <title>Get Directions Form (Google Maps)</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2279</link>
            <guid isPermaLink="true">http://www.webmake.ca/2279</guid>
                        <comments>http://www.webmake.ca/2279#comment</comments>
                                    <description>&amp;lt;form action=&quot;http://maps.google.com/maps&quot; method=&quot;get&quot; target=&quot;_blank&quot;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;lab...</description>
                        <pubDate>Fri, 01 Oct 2010 08:33:58 -0500</pubDate>
                                </item>
                <item>
            <title>Basic Link Rollover as CSS Sprite image</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2267</link>
            <guid isPermaLink="true">http://www.webmake.ca/2267</guid>
                        <comments>http://www.webmake.ca/2267#comment</comments>
                                    <description>a {display:block; background:url(sprite.png) no-repeat; background-position: center top; hei...</description>
                        <pubDate>Fri, 01 Oct 2010 07:21:21 -0500</pubDate>
                                </item>
                <item>
            <title>The Common DOCTYPES</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2253</link>
            <guid isPermaLink="true">http://www.webmake.ca/2253</guid>
                        <comments>http://www.webmake.ca/2253#comment</comments>
                                    <description>HTML 4.01 Strict&amp;lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3....</description>
                        <pubDate>Fri, 01 Oct 2010 03:39:26 -0500</pubDate>
                        <category>DOCTYPES</category>
                                </item>
                <item>
            <title>Make IE6 Crash</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2249</link>
            <guid isPermaLink="true">http://www.webmake.ca/2249</guid>
                        <comments>http://www.webmake.ca/2249#comment</comments>
                                    <description>This is absolutely NOT recommended for use in any sort of “real” website scenario...</description>
                        <pubDate>Fri, 01 Oct 2010 03:32:33 -0500</pubDate>
                        <category>IE6</category>
                                </item>
                <item>
            <title>“Go Back” Button</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2237</link>
            <guid isPermaLink="true">http://www.webmake.ca/2237</guid>
                        <comments>http://www.webmake.ca/2237#comment</comments>
                                    <description>Input button with inline JavaScript&amp;lt;input type=&quot;button&quot; value=&quot;Go Back!&quot; onclick=&quot;his...</description>
                        <pubDate>Fri, 01 Oct 2010 03:10:53 -0500</pubDate>
                        <category>Go Back</category>
                                </item>
                <item>
            <title>Custom Error Pages</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2234</link>
            <guid isPermaLink="true">http://www.webmake.ca/2234</guid>
                        <comments>http://www.webmake.ca/2234#comment</comments>
                                    <description>ErrorDocument 400 /errors/400.shtmlErrorDocument 401 /errors/401.shtmlErrorDocument 403 /er...</description>
                        <pubDate>Fri, 01 Oct 2010 02:55:15 -0500</pubDate>
                        <category>Error</category>
                                </item>
                <item>
            <title>Set Expires</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2232</link>
            <guid isPermaLink="true">http://www.webmake.ca/2232</guid>
                        <comments>http://www.webmake.ca/2232#comment</comments>
                                    <description>Set ExpiresSetting “expires” tells browsers downloading these files that they don...</description>
                        <pubDate>Fri, 01 Oct 2010 02:52:39 -0500</pubDate>
                        <category>Expire</category>
                                </item>
                <item>
            <title>WWW / No-WWW</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/2229</link>
            <guid isPermaLink="true">http://www.webmake.ca/2229</guid>
                        <comments>http://www.webmake.ca/2229#comment</comments>
                                    <description>Force the www.RewriteEngine OnRewriteCond %{HTTP_HOST} ^your-site.com [NC]Rewrite...</description>
                        <pubDate>Fri, 01 Oct 2010 02:48:46 -0500</pubDate>
                                </item>
                <item>
            <title>웹 폰트</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1966</link>
            <guid isPermaLink="true">http://www.webmake.ca/1966</guid>
                        <comments>http://www.webmake.ca/1966#comment</comments>
                                    <description>사실상 웹 폰트는 CSS2를 위해 제안되었으며 Microsoft Internet Explorer 버전 5 이후부터...</description>
                        <pubDate>Thu, 23 Sep 2010 02:14:51 -0500</pubDate>
                        <category>웹 폰트</category>
                                </item>
                <item>
            <title>Popup Code</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1684</link>
            <guid isPermaLink="true">http://www.webmake.ca/1684</guid>
                        <comments>http://www.webmake.ca/1684#comment</comments>
                                    <description>&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;// Popup codefunction newPopup(url) {popupWindow = ...</description>
                        <pubDate>Wed, 25 Aug 2010 21:34:44 -0500</pubDate>
                        <category>popup</category>
                                </item>
                <item>
            <title>닉네임 길이 제한방법</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1681</link>
            <guid isPermaLink="true">http://www.webmake.ca/1681</guid>
                        <comments>http://www.webmake.ca/1681#comment</comments>
                                    <description>{cut_str($oDocument-&amp;gt;getNickName(),7)}</description>
                        <pubDate>Wed, 25 Aug 2010 21:32:16 -0500</pubDate>
                        <category>닉네임</category>
                                </item>
                <item>
            <title>확장변수의 textarea에 Html 태그 사용</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1654</link>
            <guid isPermaLink="true">http://www.webmake.ca/1654</guid>
                        <comments>http://www.webmake.ca/1654#comment</comments>
                                    <description>자동 줄 바꿈//case &apos;textarea&apos; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; default :&amp;nbsp;&amp;nbsp;&amp;nb...</description>
                        <pubDate>Wed, 25 Aug 2010 20:45:37 -0500</pubDate>
                        <category>확장변수</category>
                        <category>textarea</category>
                                </item>
                <item>
            <title>게시판내 링크 색상과 확장변수 url 색상 바꾸기</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1652</link>
            <guid isPermaLink="true">http://www.webmake.ca/1652</guid>
                        <comments>http://www.webmake.ca/1652#comment</comments>
                                    <description>수정할 파일 board.cssView Source게시판내 링크 색상 바꾸기.boardReadBody .xe_content a {...</description>
                        <pubDate>Wed, 25 Aug 2010 19:53:21 -0500</pubDate>
                                </item>
                <item>
            <title>회원가입시 원하는 레이아웃에서 나타나게 하기</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1649</link>
            <guid isPermaLink="true">http://www.webmake.ca/1649</guid>
                        <comments>http://www.webmake.ca/1649#comment</comments>
                                    <description>예)&amp;lt;a href=&quot;{getUrl(&quot;act&apos;,&apos;dispMemberSignUpForm&apos;)}&quot;&amp;gt;Join Member&amp;lt;/a&amp;gt; 에서 아래처럼&amp;...</description>
                        <pubDate>Wed, 25 Aug 2010 19:29:30 -0500</pubDate>
                        <category>회원가입</category>
                                </item>
                <item>
            <title>내용값을 입력하지 않아도 글작성이 되게 하는 법</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1645</link>
            <guid isPermaLink="true">http://www.webmake.ca/1645</guid>
                        <comments>http://www.webmake.ca/1645#comment</comments>
                                    <description>modules/board/tpl/filter/insert.xml 에서&amp;lt;node target=&quot;content&quot; required=&quot;true&quot; /&amp;gt; 빨간색...</description>
                        <pubDate>Wed, 25 Aug 2010 19:20:14 -0500</pubDate>
                        <category>내용값</category>
                        <category>글작성</category>
                                </item>
                <item>
            <title>댓글 프로필 이미지 사이즈 줄이기</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1607</link>
            <guid isPermaLink="true">http://www.webmake.ca/1607</guid>
                        <comments>http://www.webmake.ca/1607#comment</comments>
                                    <description>댓글 프로필 이미지 사이즈 줄이기관리자 기본설정에서 조정 가능하나 서명쪽과 댓글쪽의 프로필 ...</description>
                        <pubDate>Wed, 25 Aug 2010 09:19:58 -0500</pubDate>
                        <category>댓글</category>
                        <category>프로필</category>
                        <category>proflie</category>
                                </item>
                <item>
            <title>CSS Menu with a image</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1586</link>
            <guid isPermaLink="true">http://www.webmake.ca/1586</guid>
                        <comments>http://www.webmake.ca/1586#comment</comments>
                                    <description>&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTM...</description>
                        <pubDate>Tue, 24 Aug 2010 21:58:28 -0500</pubDate>
                        <category>Menu</category>
                                </item>
                <item>
            <title>Simple Drop Down Menu</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1579</link>
            <guid isPermaLink="true">http://www.webmake.ca/1579</guid>
                        <comments>http://www.webmake.ca/1579#comment</comments>
                                    <description>&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTM...</description>
                        <pubDate>Tue, 24 Aug 2010 21:44:19 -0500</pubDate>
                        <category>Menu</category>
                                </item>
                <item>
            <title>IE Double Margin Float Bug</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1532</link>
            <guid isPermaLink="true">http://www.webmake.ca/1532</guid>
                        <comments>http://www.webmake.ca/1532#comment</comments>
                                    <description>/* Instead of this */
#content {float: left; width: 500px; padding: 10px 15px; margin...</description>
                        <pubDate>Mon, 23 Aug 2010 22:03:37 -0500</pubDate>
                        <category>Double Margin</category>
                        <category>Float</category>
                        <category>Bug</category>
                                </item>
                <item>
            <title>IE CSS - Conditional</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1529</link>
            <guid isPermaLink="true">http://www.webmake.ca/1529</guid>
                        <comments>http://www.webmake.ca/1529#comment</comments>
                                    <description>&amp;lt;!--[if IE 5.0]&amp;gt;
Conditional Internet Explorer 5.0&amp;lt;br /&amp;gt;
&amp;lt;![endif]--&amp;g...</description>
                        <pubDate>Mon, 23 Aug 2010 21:57:21 -0500</pubDate>
                        <category>IE CSS Conditional</category>
                                </item>
                <item>
            <title>Simple Scalable CSS Based Breadcrumbs</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1524</link>
            <guid isPermaLink="true">http://www.webmake.ca/1524</guid>
                        <comments>http://www.webmake.ca/1524#comment</comments>
                                    <description>&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTM...</description>
                        <pubDate>Mon, 23 Aug 2010 21:34:54 -0500</pubDate>
                        <category>Breadcrumbs</category>
                                </item>
                <item>
            <title>Vertical Align JQuery Plugin</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1520</link>
            <guid isPermaLink="true">http://www.webmake.ca/1520</guid>
                        <comments>http://www.webmake.ca/1520#comment</comments>
                                    <description>&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTM...</description>
                        <pubDate>Mon, 23 Aug 2010 20:35:09 -0500</pubDate>
                        <category>Vertical Align</category>
                        <category>JQuery</category>
                                </item>
                <item>
            <title>Font Family List</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1515</link>
            <guid isPermaLink="true">http://www.webmake.ca/1515</guid>
                        <comments>http://www.webmake.ca/1515#comment</comments>
                                    <description>/* New/Updated List */font-family: Arial,Helmet,Freesans,sans-serif;font-family: &apos;Arial Nar...</description>
                        <pubDate>Mon, 23 Aug 2010 20:20:10 -0500</pubDate>
                        <category>Font</category>
                                </item>
                <item>
            <title>Popup Center</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1509</link>
            <guid isPermaLink="true">http://www.webmake.ca/1509</guid>
                        <comments>http://www.webmake.ca/1509#comment</comments>
                                    <description>Popup Centerfunction popup(url,name,windowWidth,windowHeight){
&amp;nbsp;&amp;nbsp;&amp;nbsp; myleft=...</description>
                        <pubDate>Mon, 23 Aug 2010 20:14:45 -0500</pubDate>
                        <category>Popup</category>
                                </item>
                <item>
            <title>IE6 Fixed Position Fix</title>
            <dc:creator>Daniel</dc:creator>
            <link>http://www.webmake.ca/1505</link>
            <guid isPermaLink="true">http://www.webmake.ca/1505</guid>
                        <comments>http://www.webmake.ca/1505#comment</comments>
                                    <description>IE6 Fixed Position Fix* { margin:0; padding:0; }html, body {&amp;nbsp;&amp;nbsp;&amp;nbsp; heig...</description>
                        <pubDate>Mon, 23 Aug 2010 20:09:51 -0500</pubDate>
                        <category>IE6</category>
                        <category>Fixed Position</category>
                                </item>
            </channel>
</rss>

