<?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>Kevin Deldycke &#187; Template</title> <atom:link href="http://kevin.deldycke.com/tag/template/feed/" rel="self" type="application/rss+xml" /><link>http://kevin.deldycke.com</link> <description>Free software engineer &#38; wannabe videomaker</description> <lastBuildDate>Fri, 03 Feb 2012 19:08:27 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Auto-advance WordPress&#8217; TwentyEleven showcase slides</title><link>http://kevin.deldycke.com/2011/12/auto-advance-wordpress-twentyeleven-showcase-slides/</link> <comments>http://kevin.deldycke.com/2011/12/auto-advance-wordpress-twentyeleven-showcase-slides/#comments</comments> <pubDate>Tue, 27 Dec 2011 11:44:02 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[English]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[showcase]]></category> <category><![CDATA[Template]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[twentyeleven]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://kevin.deldycke.com/?p=4227</guid> <description><![CDATA[WordPress default theme, TwentyEleven, has a built-in showcase mode that is displaying a set a slides (composed of sticky posts) at the top of a page. This mode can be activated by creating a static page and set its Template &#8230; <a href="http://kevin.deldycke.com/2011/12/auto-advance-wordpress-twentyeleven-showcase-slides/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>WordPress default theme, <a href="http://theme.wordpress.com/themes/twentyeleven/">TwentyEleven</a>, has a built-in <a href="http://twentyelevendemo.wordpress.com/showcase/">showcase mode</a> that is displaying a set a slides (composed of sticky posts) at the top of a page. This mode can be activated by creating a static page and set its <em>Template</em> page attribute to <em>Showcase Template</em>.</p><p>The problem with this mode to me was the lack of an auto-advance feature that will cycle through the slides every X seconds. Luckily I <a href="http://pastebin.com/s6JEthVi">found a way</a> to automate implement this with some lines of JavaScript:</p><pre class="brush: xml; title: ; notranslate">
&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
    // Auto-advance the showcase slider
    // Source: http://pastebin.com/s6JEthVi
    jQuery(document).ready(function(){
        var change_every = 5; // The number of seconds that the slider will auto-advance in
        var current = 1;
        function auto_advance(){
            if(current == -1) return false;
            jQuery('.feature-slider a').eq(current % jQuery('.feature-slider a').length).trigger('click', [true]);
            current++;
        };
        setInterval(function(){auto_advance()}, change_every * 1000);
    });
&lt;/script&gt;
</pre><p>All you have to do is to embed this snippet of code within your home page. It could either be in the static page you use as a showcase template or in a showcase widget. The latter is the exact same method I used earlier that year to <a href="http://kevin.deldycke.com/2011/01/new-blog-header-and-tiny-wordpress-theme-customizations/">customize CSS in WordPress without messing with the original code</a>.</p><p>And of course this code is currently live at the front page of that very blog.</p> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2011/12/auto-advance-wordpress-twentyeleven-showcase-slides/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Cool Cavemen WebDesign Retrospective</title><link>http://kevin.deldycke.com/2011/06/cool-cavemen-webdesign-retrospective/</link> <comments>http://kevin.deldycke.com/2011/06/cool-cavemen-webdesign-retrospective/#comments</comments> <pubDate>Tue, 14 Jun 2011 10:38:26 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[English]]></category> <category><![CDATA[Cool Cavemen]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[e107]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Template]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[webdesign]]></category><guid isPermaLink="false">http://kevin.deldycke.com/?p=3302</guid> <description><![CDATA[Here is a collection of all themes I created for the Cool Cavemen website over the years. Before settling on its current name, the Cool Cavemen project was referred to by its members as The Ultimate Band (talk about rock-star &#8230; <a href="http://kevin.deldycke.com/2011/06/cool-cavemen-webdesign-retrospective/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Here is a collection of all themes I created for the <a href="http://coolcavemen.com">Cool Cavemen website</a> over the years.</p><p>Before settling on its current name, the Cool Cavemen project was referred to by its members as <em>The Ultimate Band</em> (talk about rock-star egos&#8230;). Here is a screenshot of the theme I did for e107:<br /> <a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/2004_11_13.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/2004_11_13-233x300.png" alt="" title="2004_11_13" width="233" height="300" class="aligncenter size-medium wp-image-3303" /></a></p><p>In fact the <a href="http://coolcavemen.com/2004_11_01-first-cavemen/index.html">original HTML mockup</a> this theme is based on still exists. It is dated back to November 1st, 2004, which is now the official <a href="http://coolcavemen.com/2005/joyeux-anniversaire-cool-cavemen-bientot-le-premier-cd/">Cool Cavemen anniversary</a>. The theme above was created two weeks later.</p><p>When I created the Cool Cavemen&#8217;s site, I choose e107. Back then I perceived it to be the only Open Source PHP-based CMS having the best balance between a clean and a powerful theme engine. That was my opinion before decided to <a href="http://kevin.deldycke.com/2006/08/e107-to-wordpress-migration-here-is-why/">switch to WordPress</a>.</p><p>At the end of November &#8217;04, our theme was updated to this:<br /> <a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/2004_11_28.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/2004_11_28-300x283.png" alt="" title="2004_11_28" width="300" height="283" class="aligncenter size-medium wp-image-3305" /></a></p><p>The header above is based on a photo of a green laser, that was taken by <a href="http://coolcavemen.com/biography/steve-canett/">Cool Cavemen&#8217;s guitarist</a>.</p><p>2005 started with an updated version of the theme, featuring a photo of Cool Cavemen&#8217;s first gig. They were only three on stage, <a href="http://coolcavemen.com/biography/guiguit/">our bass player</a> was still drumming at the time:<br /> <a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_01_021.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_01_021-300x275.png" alt="" title="2005_01_02" width="300" height="275" class="aligncenter size-medium wp-image-3308" /></a></p><p>In February we finally had our official photo featuring all members of the band ! But it was cold outside so we added some fur to keep our website warm:<br /> <a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_02_27.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_02_27-267x300.png" alt="" title="2005_02_27" width="267" height="300" class="aligncenter size-medium wp-image-3309" /></a></p><p>I spent the next months trying to build my own version of <a href="http://www.alistapart.com/articles/holygrail/">the Holy Grail</a>: a perfect CSS-based 3-columns fluid layout (with a middle column placed in the top of the HTML). This explain <a href="http://en.wikipedia.org/wiki/Eric_Meyer">Eric Mayer</a>&#8216;s quote in these mockups and the references to the <a href="http://ruthsarian.wordpress.com/2004/08/20/stgargoyles/">Skidoo Too template</a>:<br /> <a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_03_06.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_03_06-300x300.png" alt="" title="2005_03_06" width="300" height="300" class="aligncenter size-medium wp-image-3310" /></a></p><p><a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_04_01.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_04_01-300x291.png" alt="" title="2005_04_01" width="300" height="291" class="aligncenter size-medium wp-image-3311" /></a></p><p>I never found the Holy Grail, and the tests above remained unseen by the public. Tired by this journey, I never touched the theme again.</p><p>Until September 2005 when I updated it to this:<br /> <a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_09_06.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/2005_09_06-268x300.png" alt="" title="2005_09_06" width="268" height="300" class="aligncenter size-medium wp-image-3312" /></a></p><p>Notice the box in the top of the right column, which was designed to publish a new track every week. The <a href="http://kevin.deldycke.com/2007/02/delayed-cd-tracks-publishing-with-php/">code behind this box</a> is available in another article.</p><p>So that was the last major version of the theme. Basically our e107 site looked that way for most of its life.</p><p>In November 2005 I attempted to reboot the theme. I made these 3 propositions to the band:<br /> <a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/new_look_11.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/new_look_11-223x300.png" alt="" title="new_look_1" width="223" height="300" class="aligncenter size-medium wp-image-3315" /></a></p><p><a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/new_look_2.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/new_look_2-234x300.png" alt="" title="new_look_2" width="234" height="300" class="aligncenter size-medium wp-image-3316" /></a></p><p><a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/new_look_3.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/new_look_3-202x300.png" alt="" title="new_look_3" width="202" height="300" class="aligncenter size-medium wp-image-3317" /></a></p><p>The last one had an interactive header, with tiny sketches showing up on mouse over:<br /> <a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/new_look_3_mouseover.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/new_look_3_mouseover-300x73.png" alt="" title="new_look_3_mouseover" width="300" height="73" class="aligncenter size-medium wp-image-3329" /></a></p><p>Unfortunately we didn&#8217;t found any of these themes matching the Cool Cavemen spirit (whatever that is). If these <a href="http://coolcavemen.com/forums/topic/nouveaux-look-du-site/">alternatives were publicly discussed</a>, we decided that no one was going to replace our previous theme.</p><p>The final update we made was when our <a href="http://coolcavemen.com/discography/raw/">Raw EP</a> was released. We basically applied filters on the header to match Raw&#8217;s cover. We also updated our logo to use the one designed for us by <a href="http://qpx.coolcavemen.com">QPX</a>:<br /> <a href="http://kevin.deldycke.com/wp-content/uploads/2011/06/coolcavemen.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2011/06/coolcavemen-284x300.png" alt="" title="coolcavemen" width="284" height="300" class="aligncenter size-medium wp-image-3313" /></a></p> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2011/06/cool-cavemen-webdesign-retrospective/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>My PuTTY profile template</title><link>http://kevin.deldycke.com/2010/04/putty-profile-template/</link> <comments>http://kevin.deldycke.com/2010/04/putty-profile-template/#comments</comments> <pubDate>Mon, 19 Apr 2010 21:49:40 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[English]]></category> <category><![CDATA[PuTTY]]></category> <category><![CDATA[shell]]></category> <category><![CDATA[SSH]]></category> <category><![CDATA[Template]]></category> <category><![CDATA[terminal]]></category> <category><![CDATA[windows]]></category><guid isPermaLink="false">http://kevin.deldycke.com/?p=1301</guid> <description><![CDATA[Inspired by a recent friend&#8217;s post about an annoying PuTTY behavior (fix included), here is my template for PuTTY profiles. It&#8217;s just a slightly modified version of Ilya Grigorik&#8217;s &#8220;Desert&#8221; color theme, with some tweaks that suit my needs.]]></description> <content:encoded><![CDATA[<p><a href="http://kevin.deldycke.com/wp-content/uploads/2010/04/putty-template-preview.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2010/04/putty-template-preview-150x150.png" alt="" title="putty-template-preview" width="150" height="150" class="alignleft size-thumbnail wp-image-1307" /></a> Inspired by a recent friend&#8217;s post about an <a href="http://www.think-underground.com/post/2010/04/13/Supprimer-le-comportement-%C3%A9trange-du-pav%C3%A9-num%C3%A9rique-dans-Putty">annoying PuTTY behavior (fix included)</a>, here is <a href="http://kevin.deldycke.com/static/documents/putty-template.reg">my template for PuTTY profiles</a>.</p><p>It&#8217;s just a slightly modified version of <a href="http://www.igvita.com/2008/04/14/custom-putty-color-themes/">Ilya Grigorik&#8217;s &#8220;Desert&#8221; color theme</a>, with some tweaks that suit my needs.</p> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2010/04/putty-profile-template/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sapphire 0.3 for K2 WordPress Theme</title><link>http://kevin.deldycke.com/2007/06/sapphire-03-for-k2-wordpress-theme/</link> <comments>http://kevin.deldycke.com/2007/06/sapphire-03-for-k2-wordpress-theme/#comments</comments> <pubDate>Sat, 16 Jun 2007 15:22:16 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[English]]></category> <category><![CDATA[K2]]></category> <category><![CDATA[style]]></category> <category><![CDATA[Template]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://kevin.deldycke.com/2007/06/sapphire-03-for-k2-wordpress-theme/</guid> <description><![CDATA[I&#8217;ve updated my Sapphire adaptation for the new K2 v0.9.6 release. Sapphire 0.3 is now compatible with K2 sidebars, which mean that the header and footer of the theme will be expanded or reduced according to the number of sidebars. &#8230; <a href="http://kevin.deldycke.com/2007/06/sapphire-03-for-k2-wordpress-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I&#8217;ve updated <a href="http://kevin.deldycke.com/2007/03/sapphire-style-for-k2-wordpress-theme/">my Sapphire adaptation</a> for the <a href="http://getk2.com/2007/06/k2-v096-released/">new K2 v0.9.6 release</a>.</p><p><a href="http://kevin.deldycke.com/wp-content/uploads/2007/04/sapphire-style-for-k2-03-wordpress-theme.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2007/04/sapphire-style-for-k2-03-wordpress-theme-300x179.png" alt="" title="Wordpress Theme: Sapphire Style for K2 in action (v0.3)" width="300" height="179" class="aligncenter size-medium wp-image-2450" /></a></p><p>Sapphire 0.3 is now compatible with K2 sidebars, which mean that the header and footer of the theme will be expanded or reduced according to the number of sidebars. To achieve this flexibility, I had to redo all images included in the original Sapphire theme. All Inkscape and Gimp source files can be found in the &#8220;<code>sources</code>&#8221; folder of the <a href="http://kevin.deldycke.com/static/wordpress/wordpress-k2-style-sapphire-0.3.zip">Sapphire v0.3 zip file</a>. This total rework also mean that I no longer use any file or code from the legacy sapphire theme.</p> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2007/06/sapphire-03-for-k2-wordpress-theme/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Sapphire v0.2 for K2</title><link>http://kevin.deldycke.com/2007/04/sapphire-v02-for-k2/</link> <comments>http://kevin.deldycke.com/2007/04/sapphire-v02-for-k2/#comments</comments> <pubDate>Thu, 19 Apr 2007 14:45:29 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[K2]]></category> <category><![CDATA[Template]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://kevin.deldycke.com/2007/04/sapphire-v02-for-k2/</guid> <description><![CDATA[I&#8217;ve just release a new version of my Sapphire adaptation for K2 theme. This second release not only fix margins regarding the main layout, but also styles of blockquotes and lists (to render them consistently in comments). Here is a &#8230; <a href="http://kevin.deldycke.com/2007/04/sapphire-v02-for-k2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><img src='http://kevin.deldycke.com/wp-content/uploads/2007/04/sapphire-for-k2-in-action.png' alt='Sapphire style for K2 in action' class="center"/></p><p>I&#8217;ve just release a new version of <a href="http://kevin.deldycke.com/2007/03/sapphire-style-for-k2-wordpress-theme/">my Sapphire adaptation for K2 theme</a>. This second release not only fix margins regarding the main layout, but also styles of blockquotes and lists (to render them consistently in comments).</p><p>Here is a <a href="http://kevin.deldycke.com/static/wordpress/wordpress-k2-style-sapphire-0.2.zip">direct download link to this v0.2</a>.</p> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2007/04/sapphire-v02-for-k2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sapphire style for K2 WordPress theme</title><link>http://kevin.deldycke.com/2007/03/sapphire-style-for-k2-wordpress-theme/</link> <comments>http://kevin.deldycke.com/2007/03/sapphire-style-for-k2-wordpress-theme/#comments</comments> <pubDate>Wed, 21 Mar 2007 11:49:41 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[K2]]></category> <category><![CDATA[Template]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://kevin.deldycke.com/2007/03/sapphire-style-for-k2-wordpress-theme/</guid> <description><![CDATA[Yesterday I&#8217;ve build a new K2 style based on the legacy Sapphire 1.0 WordPress theme by Michael Martine. This is the result of my love to the blue bend of Sapphire and the versatility of K2. As you can see &#8230; <a href="http://kevin.deldycke.com/2007/03/sapphire-style-for-k2-wordpress-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><a href='http://kevin.deldycke.com/wp-content/uploads/2007/03/k2-sapphire.png' title='Sapphire custom style for K2 WordPress Theme'><img src='http://kevin.deldycke.com/wp-content/uploads/2007/03/k2-sapphire.png' alt='Sapphire custom style for K2 WordPress Theme' /></a></p><p>Yesterday I&#8217;ve build a new <a href="http://getk2.com">K2</a> style based on <a href="http://www.michaelmartine.com/free-wordpress-themes/free-wordpress-theme-sapphire/">the legacy Sapphire 1.0 WordPress theme</a> by <a href="http://www.michaelmartine.com">Michael Martine</a>. This is the result of my love to the blue bend of Sapphire and the versatility of K2.</p><p>As you can see in the footer of that blog, I&#8217;m using my Sapphire 0.1 style right now. So if you like the look and feel of that blog, don&#8217;t ask yourself and <a href="http://kevin.deldycke.com/static/wordpress/wordpress-k2-style-sapphire-0.1.zip">download Sapphire 0.1 for for K2</a> !</p><p>To install it, unzip the archive to your <code>/wp-content/themes/k2/styles/</code> folder.</p> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2007/03/sapphire-style-for-k2-wordpress-theme/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>My First WordPress Patch !</title><link>http://kevin.deldycke.com/2007/02/my-first-wordpress-patch/</link> <comments>http://kevin.deldycke.com/2007/02/my-first-wordpress-patch/#comments</comments> <pubDate>Wed, 14 Feb 2007 21:27:14 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[kubrick]]></category> <category><![CDATA[patch]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Template]]></category> <category><![CDATA[Theme]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://kevin.deldycke.com/2007/02/my-first-wordpress-patch/</guid> <description><![CDATA[Last week I&#8217;ve submitted a patch to the WordPress open souce project. This tiny patch fix a little bug on Kubrick default theme which didn&#8217;t display the list of comments associated with a page. I&#8217;ve spotted that bug some months &#8230; <a href="http://kevin.deldycke.com/2007/02/my-first-wordpress-patch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Last week I&#8217;ve submitted a patch to the WordPress open souce project. This <a href="http://trac.wordpress.org/attachment/ticket/3753/wp-default-theme-show-comments-on-pages.diff">tiny patch</a> fix a little bug on Kubrick default theme which didn&#8217;t display the list of comments associated with a page. I&#8217;ve <a href="http://kevin.deldycke.com/2006/11/wordpress-to-e107-v05-static-pages-import-added/">spotted that bug some months ago</a> when working on my e107 to WordPress import script. As you can see in the <a href="http://trac.wordpress.org/ticket/3753">trac ticket</a>, my patch was committed in the trunk of the project, and you can expect to see it in the next 2.2 version release.</p> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2007/02/my-first-wordpress-patch/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New CD Jewel Case Template ready to Print !</title><link>http://kevin.deldycke.com/2006/11/new-cd-jewel-case-template-ready-to-print/</link> <comments>http://kevin.deldycke.com/2006/11/new-cd-jewel-case-template-ready-to-print/#comments</comments> <pubDate>Tue, 14 Nov 2006 22:47:21 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[English]]></category> <category><![CDATA[cd]]></category> <category><![CDATA[Creative Commons]]></category> <category><![CDATA[inkscape]]></category> <category><![CDATA[Music]]></category> <category><![CDATA[svg]]></category> <category><![CDATA[Template]]></category><guid isPermaLink="false">http://kevin.deldycke.com/2006/11/new-cd-jewel-case-template-ready-to-print/</guid> <description><![CDATA[I&#8217;ve added two new documents to my CD Templates for Jewel Case in SVG. The new versions are a leaflet and a back cover with margin markers only. This version is designed for final printing: thanks to markers it&#8217;s easy &#8230; <a href="http://kevin.deldycke.com/2006/11/new-cd-jewel-case-template-ready-to-print/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><a href="http://kevin.deldycke.com/wp-content/uploads/2006/11/cd-template-jewel-case-back-print-margin1.png"><img src="http://kevin.deldycke.com/wp-content/uploads/2006/11/cd-template-jewel-case-back-print-margin1-150x150.png" alt="cd-template-jewel-case-back-print-margin1" title="cd-template-jewel-case-back-print-margin1" width="150" height="150" class="alignleft size-thumbnail wp-image-572" /></a> I&#8217;ve added two new documents to my <a href="http://kevin.deldycke.com/2006/09/cd-templates-for-jewel-case-in-svg/">CD Templates for Jewel Case in SVG</a>. The new versions are <a href="http://kevin.deldycke.com/static/documents/cd-template-jewel-case-leaflet-print-margin.svg">a leaflet</a> and <a href="http://kevin.deldycke.com/static/documents/cd-template-jewel-case-back-print-margin.svg">a back cover</a> with margin markers only. This version is designed for final printing: thanks to markers it&#8217;s easy to cut and fold the paper with high precision.</p><p>Published under a <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution licence</a>, SVG files are <a href="http://kevin.deldycke.com/static/documents/">available in my document repository</a>.</p> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2006/11/new-cd-jewel-case-template-ready-to-print/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>CD Templates for Jewel Case in SVG</title><link>http://kevin.deldycke.com/2006/09/cd-templates-for-jewel-case-in-svg/</link> <comments>http://kevin.deldycke.com/2006/09/cd-templates-for-jewel-case-in-svg/#comments</comments> <pubDate>Mon, 25 Sep 2006 22:25:57 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[English]]></category> <category><![CDATA[Cool Cavemen]]></category> <category><![CDATA[Creative Commons]]></category> <category><![CDATA[inkscape]]></category> <category><![CDATA[Music]]></category> <category><![CDATA[svg]]></category> <category><![CDATA[Template]]></category><guid isPermaLink="false">http://kevin.deldycke.com/2006/09/cd-templates-for-jewel-case-in-svg/</guid> <description><![CDATA[My friends, the Cool Cavemen band, are on the way to complete the sound recording phase of their next LP. Now come the time to think about the CD artwork, and to package the music they&#8217;ve choose the standard Jewel &#8230; <a href="http://kevin.deldycke.com/2006/09/cd-templates-for-jewel-case-in-svg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>My friends, the <a href="http://coolcavemen.com">Cool Cavemen band</a>, are on the way to complete the sound recording phase of their next LP. Now come the time to think about the CD artwork, and to package the music they&#8217;ve choose the standard <a href="http://en.wikipedia.org/wiki/Jewel_case">Jewel Case format</a>.</p><p><a href="http://www.amazon.com/gp/product/B000FECBSA/ref=as_li_tf_il?ie=UTF8&#038;tag=kevideld-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399381&#038;creativeASIN=B000FECBSA"><img src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;Format=_SL110_&#038;ASIN=B000FECBSA&#038;MarketPlace=US&#038;ID=AsinImage&#038;WS=1&#038;tag=kevideld-20&#038;ServiceVersion=20070822" class="alignleft"/></a> Jewel Cases are made of a part which hold the CD itself. This part is <a href="http://www.amazon.com/gp/product/B000FECBSA/ref=as_li_tf_tl?ie=UTF8&#038;tag=kevideld-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399381&#038;creativeASIN=B000FECBSA">usually black and opaque</A> and it remain visible on the left of the front side when the CD case is closed.<img src="http://www.assoc-amazon.com/e/ir?t=kevideld-20&#038;l=as2&#038;o=1&#038;a=B000FECBSA&#038;camp=217145&#038;creative=399381" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><img src="http://www.assoc-amazon.com/e/ir?t=kevideld-20&#038;l=as2&#038;o=1&#038;a=B000FECBSA&#038;camp=217145&#038;creative=399381" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p><div style="clear:both;"></div><p><a href="http://www.amazon.com/gp/product/B002ROGCG8/ref=as_li_tf_il?ie=UTF8&#038;tag=kevideld-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=B002ROGCG8"><img src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;Format=_SL110_&#038;ASIN=B002ROGCG8&#038;MarketPlace=US&#038;ID=AsinImage&#038;WS=1&#038;tag=kevideld-20&#038;ServiceVersion=20070822" class="alignleft"/></a> Sometimes this black <a href="http://www.amazon.com/gp/product/B002ROGCG8/ref=as_li_tf_tl?ie=UTF8&#038;tag=kevideld-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=B002ROGCG8">strip is made of transparent polystyrene</a>, which let you see the reverse of the back cover. You can use this to make some easthetic design. So I&#8217;ve created some templates in Inkscape, because all templates I found on the web didn&#8217;t taken care of that transparent strip.<img src="http://www.assoc-amazon.com/e/ir?t=kevideld-20&#038;l=as2&#038;o=1&#038;a=B002ROGCG8&#038;camp=217145&#038;creative=399373" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><img src="http://www.assoc-amazon.com/e/ir?t=kevideld-20&#038;l=as2&#038;o=1&#038;a=B002ROGCG8&#038;camp=217145&#038;creative=399373" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p><div style="clear:both;"></div><p>You can download those templates as SVG files under the <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution licence</a>. Here is the <a href="http://kevin.deldycke.com/static/documents/">direct link to the SVG versions of the templates</a>. Below are PNG versions for convenience :</p><p><a class="imagelink" href="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-jewel-case-leaflet.png" title="CD Jewel Case Template - Leaflet"><img id="image57" src="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-jewel-case-leaflet.thumbnail.png" alt="CD Jewel Case Template - Leaflet" /></a><a class="imagelink" href="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-jewel-case-back.png" title="CD Jewel Case Template - Back Cover"><img id="image58" src="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-jewel-case-back.thumbnail.png" alt="CD Jewel Case Template - Back Cover" /></a><a class="imagelink" href="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-cd-face.png" title="CD Template - CD Face"><img id="image59" src="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-cd-face.thumbnail.png" alt="CD Template - CD Face" /></a><a class="imagelink" href="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-jewel-case-inside-back-cover.png" title="CD Jewel Case Template - Inside Back Cover"><img id="image60" src="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-jewel-case-inside-back-cover.thumbnail.png" alt="CD Jewel Case Template - Inside Back Cover" /></a><a class="imagelink" href="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-jewel-case-front-back-composition.png" title="CD Jewel Case Template - Front + Back Composition"><img id="image61" src="http://kevin.deldycke.com/wp-content/uploads/2006/09/cd-template-jewel-case-front-back-composition.thumbnail.png" alt="CD Jewel Case Template - Front + Back Composition" /></a></p> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2006/09/cd-templates-for-jewel-case-in-svg/feed/</wfw:commentRss> <slash:comments>27</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/44 queries in 0.017 seconds using apc
Object Caching 944/1040 objects using apc

Served from: kevin.deldycke.com @ 2012-02-08 10:44:48 -->
