<?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>Magnus Jepson &#187; wordpress</title>
	<atom:link href="http://www.jepson.no/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jepson.no</link>
	<description>Co-Founder of WooThemes.com</description>
	<lastBuildDate>Wed, 20 Oct 2010 07:57:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to exclude specific tag from query_posts</title>
		<link>http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/</link>
		<comments>http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 09:17:16 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[query_posts]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jepson.no/?p=436</guid>
		<description><![CDATA[On the upcoming theme I&#8217;m working on I needed to have a featured section on the left side, and normal posts on the right. Usually I would put the featured posts in a category, and excluded that from the normal posts. But for the end user, it is much easier to just tag the posts [...]]]></description>
			<content:encoded><![CDATA[<p>On the <a href="http://img2.pict.com/9e/05/28/f31e70a628e0f46bdcee8e58fc/iaKGL/test25c225a0257c25c225a0just2520.png">upcoming theme</a> I&#8217;m working on I needed to have a featured section on the left side, and normal posts on the right. Usually I would put the featured posts in a category, and excluded that from the normal posts. But for the end user, it is much easier to just tag the posts they want to be featured with &#8220;featured&#8221;. That way they don&#8217;t have to create a category called featured, select that in the options panel etc.</p>
<p>It isn&#8217;t so <a href="http://codex.wordpress.org/Template_Tags/query_posts#Tag_Parameters">well documented</a>,  so after talking to Adii we came up with the following code that does the job perfectly for the right hand side normal posts:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">get_var<span class="br0">&#40;</span><span class="st0">&quot;SELECT term_ID FROM $wpdb-&gt;terms WHERE name=&#8217;featured&#8217;&quot;</span><span class="br0">&#41;</span>;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="re0">$paged</span> = <span class="br0">&#40;</span>get_query_var<span class="br0">&#40;</span><span class="st0">&#8216;paged&#8217;</span><span class="br0">&#41;</span><span class="br0">&#41;</span> ? get_query_var<span class="br0">&#40;</span><span class="st0">&#8216;paged&#8217;</span><span class="br0">&#41;</span> : <span class="nu0">1</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="re0">$args</span>=<a href="http://www.php.net/array"><span class="kw3">array</span></a><span class="br0">&#40;</span></div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp;<span class="st0">&#8216;tag__not_in&#8217;</span> =&gt; <a href="http://www.php.net/array"><span class="kw3">array</span></a><span class="br0">&#40;</span><span class="re0">$tag</span><span class="br0">&#41;</span>,</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;<span class="st0">&#8216;paged&#8217;</span>=&gt;<span class="re0">$paged</span>,</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;<span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">query_posts<span class="br0">&#40;</span><span class="re0">$args</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">?&gt;</span></div>
</li>
</ol>
</div>
<p>The left side query is simple and just looks like this</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">&lt;?php</span> query_posts<span class="br0">&#40;</span><span class="st0">&#8216;tag=featured&#8217;</span><span class="br0">&#41;</span>; <span class="kw2">?&gt;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jepson.no/how-to-exclude-specific-tag-from-query_posts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Irresistible &amp; Groovy</title>
		<link>http://www.jepson.no/irresistible-groovy/</link>
		<comments>http://www.jepson.no/irresistible-groovy/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 10:41:27 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[WooThemes]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[woothemes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jepson.no/?p=392</guid>
		<description><![CDATA[I haven&#8217;t been designing anything new lately, since I&#8217;ve been put on the task of coding some of the themes from our WooContest held back in &#8217;08. The first theme I finished coding on (basic coding done by PSDtoWP) was Irresistible, which we release as a free theme on WooThemes. It was designed by Izzudin [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t been designing anything new lately, since I&#8217;ve been put on the task of coding some of the themes from our <a href="http://www.woothemes.com/2008/11/woocontest-winners-announced/">WooContest</a> held back in &#8217;08.</p>
<div id="attachment_393" class="wp-caption alignnone" style="width: 560px"><a href="http://www.woothemes.com/2009/02/irresistible/"><img class="size-full wp-image-393" title="irresitible" src="http://www.jepson.no/wp-content/uploads/2009/03/irresitible.jpg" alt="Irresistible" width="550" height="200" /></a><p class="wp-caption-text">Irresistible</p></div>
<p>The first theme I finished coding on (basic coding done by <a href="http://www.psdtowordpress.com">PSDtoWP</a>) was <a href="http://www.woothemes.com/2009/02/the-irresistibly-good-new-free-theme/">Irresistible</a>, which we release as a free theme on WooThemes. It was designed by <a href="http://izuddinhelmi.com/">Izzudin Helmi</a> who also designed the whole Groovy Series which I&#8217;ve now been put in charge of.</p>
<div id="attachment_394" class="wp-caption alignnone" style="width: 560px"><a href="http://www.woothemes.com/2009/03/groovy-video/"><img class="size-full wp-image-394" title="groovyvid" src="http://www.jepson.no/wp-content/uploads/2009/03/groovyvid.jpg" alt="Groovy Video" width="550" height="200" /></a><p class="wp-caption-text">Groovy Video</p></div>
<p>First up was Groovy Video which I coded from scratch to lay the foundation for the other two themes in the series. After I designed and coded <a href="http://www.woothemes.com/2009/01/wootube/">WooTube</a>, I sorta got the hang of how to do a video theme, so this was naturally my first pick to code.</p>
<p>Next themes I will be working on will be <a href="http://www.flickr.com/photos/30277124@N05/2946847787/in/pool-woothemes">Groovy Photo</a> and <a href="http://www.flickr.com/photos/30277124@N05/2941952018/in/pool-woothemes">Groovy Mag(azine)</a>, and hopefully the base work I&#8217;ve done with Groovy Video will make development time much faster for these new ones.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jepson.no/irresistible-groovy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Redesigning my first ever project</title>
		<link>http://www.jepson.no/redesigning-my-first-ever-project/</link>
		<comments>http://www.jepson.no/redesigning-my-first-ever-project/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:06:18 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[golf]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[stavanger]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jepson.no/?p=355</guid>
		<description><![CDATA[A long, long time ago, when html was html, tables were the sh*t, and hover effect on links was the hottest thing out there, I made a website. Specifically it was my first &#8220;real&#8221; project, where I would actually receive some sort of compensation, and it was for my local golf club where I actively [...]]]></description>
			<content:encoded><![CDATA[<p>A long, long time ago, when html was html, tables were the sh*t, and hover effect on links was the hottest thing out there, I made a website. Specifically it was my first &#8220;real&#8221; project, where I would actually receive some sort of compensation, and it was for my local golf club where I actively play, <a href="http://www.sgk.no">Stavanger Golf Club</a>.</p>
<div id="attachment_357" class="wp-caption alignnone" style="width: 560px"><a href="http://www.jepson.no/wp-content/uploads/2009/02/sgk-05.png"><img class="size-full wp-image-357" title="sgk-01" src="http://www.jepson.no/wp-content/uploads/2009/02/sgk-01.png" alt="sgk-01" width="550" height="200" /></a><p class="wp-caption-text">The new design of Stavanger Golfklubb</p></div>
<p><span id="more-355"></span>So what has changed then since then? Well first of all, I actually make a living of designing websites now, and I&#8217;ve made quite a few in the 3-4 years since I did the <a href="http://www.sgk.no/_oldsite/">initial design</a>. The main reason for doing the redesign was to get the site up and running on my beloved WordPress platform. The old site was built on html, tables (yuck!) and a simple php news system (CuteNews), and it just can&#8217;t compare with the brilliance of WP.</p>
<div id="attachment_358" class="wp-caption alignnone" style="width: 560px"><a href="http://www.jepson.no/wp-content/uploads/2009/02/sgk-02.png"><img class="size-full wp-image-358" title="sgk-02" src="http://www.jepson.no/wp-content/uploads/2009/02/sgk-02.png" alt="sgk-02" width="550" height="200" /></a><p class="wp-caption-text">Powered by WordPress</p></div>
<p>Surprisingly, the original design has stood it&#8217;s ground all these years, at least in my eyes. So I didn&#8217;t want to drastically change the design, since the colors and layout had done so well. My main goals were simply; Re-use the color scheme, make it 960px wide and make it easier to read. The old design was lacking in the typography department because I was heavily influenced by all the Flash sites back in 05/06 that used mini fonts. I&#8217;m glad that has worn of, and I now enjoy new design trends that allow for more white space and better typography.</p>
<div id="attachment_363" class="wp-caption alignnone" style="width: 560px"><a href="http://www.jepson.no/wp-content/uploads/2009/02/sgk-04.png"><img class="size-full wp-image-363" title="sgk-03" src="http://www.jepson.no/wp-content/uploads/2009/02/sgk-03.png" alt="sgk-03" width="550" height="200" /></a><p class="wp-caption-text">The old design</p></div>
<p>The design took about a day to finish in <a href="http://www.flickr.com/photos/magnusjepson/3278666980/">Photoshop</a>, and the coding was done the following day. The tweaking part is what take up most of the time. The production of the site took about 4 days, and although it isn&#8217;t completely propped with content yet, it is 95% done. I was quite pleased with the end result, and that always leaves a good feeling, and gets me motivated about keeping it looking good for the years to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jepson.no/redesigning-my-first-ever-project/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Popularity of Fresh News</title>
		<link>http://www.jepson.no/the-popularity-of-fresh-news/</link>
		<comments>http://www.jepson.no/the-popularity-of-fresh-news/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 07:30:16 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[WooThemes]]></category>
		<category><![CDATA[fresh news]]></category>
		<category><![CDATA[woothemes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jepson.no/?p=315</guid>
		<description><![CDATA[It&#8217;s not a secret that Fresh News is the most popular theme on WooThemes, and that it has been customized far beyond what I ever intended the theme to be when i first designed it. One of the best customizations of this theme came from GoMediaZine, who are experts in graphic design. On Monday, one [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jepson.no/the-popularity-of-fresh-news/"><img class="size-full wp-image-316 alignnone" title="thinkvitamin" src="http://www.jepson.no/wp-content/uploads/2009/01/thinkvitamin.jpg" alt="thinkvitamin" width="550" height="200" /></a></p>
<p>It&#8217;s not a <a href="http://www.adii.co.za/2008/12/21/the-woothemes-long-tail/">secret</a> that Fresh News is the most popular theme on WooThemes, and that it has been <a href="http://showcase.woothemes.com/category/fresh-news/">customized</a> far beyond what I ever intended the theme to be when i first designed it. One of the best customizations of this theme came from <a href="http://showcase.woothemes.com/2008/09/gomediazine/">GoMediaZine</a>, who are experts in graphic design.<span id="more-315"></span></p>
<p>On Monday, one of the more popular web developer magazines, <a href="http://thinkvitamin.com/">Think Vitamin</a>, changed their look to&#8230; you guessed it&#8230; Fresh News! I was very pleased to see my design on such a popular site, which is produced by the incredible <a href="http://www.carsonified.com/">Carsonified</a>, a world renowned web company who run great projects like <a href="http://futureofwebdesign.com/">Future Of Web Design</a> conference, which I&#8217;ll hopefully be attending in London later this year.</p>
<p>Although I was pleased, I wasn&#8217;t shocked, as I&#8217;ve seen this growing trend a long time now. As discussed on the <a href="http://www.woothemes.com/2009/01/how-woothemes-beats-custom-design-development/">latest post</a> on WooThemes, it is becoming very popular for web designers to use a template to cut production time and cost. This is one of the reasons that we are able to make WooThemes such a successful venture, and I think that more designers/bloggers/entrepreneurs have yet to discover this.</p>
<p>I did honestly think that Think Vitamin would customize Fresh News beyond the default look, but I understand that the focus is not on the uniqueness of the site, but more on the content.</p>
<p>So what do you think about this growing trend of using templates instead of building a site from the ground up? Have your say here or on the WooThemes blog post!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jepson.no/the-popularity-of-fresh-news/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve been a Busy Bee</title>
		<link>http://www.jepson.no/ive-been-a-busy-bee/</link>
		<comments>http://www.jepson.no/ive-been-a-busy-bee/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 07:45:34 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[WooThemes]]></category>
		<category><![CDATA[busy bee]]></category>
		<category><![CDATA[woothemes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jepson.no/?p=232</guid>
		<description><![CDATA[On friday evening, I had a little time to myself, so instead of doing the normal stuff (tv, movies or misbehaving in town), I decided to start up Photoshop. I know that sounds incredibly geeky, and I won&#8217;t deny that it is&#8230; but I enjoyed the heck out of it A couple of beers later [...]]]></description>
			<content:encoded><![CDATA[<p>On friday evening, I had a little time to myself, so instead of doing the normal stuff (tv, movies or misbehaving in town), I decided to start up Photoshop. I know that sounds incredibly geeky, and I won&#8217;t deny that it is&#8230; but I enjoyed the heck out of it <img src='http://www.jepson.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.jepson.no/wp-content/uploads/2008/11/bbn-blur.jpg"><img class="alignnone size-full wp-image-233" title="Busy Bee " src="http://www.jepson.no/wp-content/uploads/2008/11/bbn-blur.jpg" alt="Busy Bee " width="550" height="287" /></a></p>
<p>A couple of beers later and I had a new theme designed for WooThemes, and we&#8217;re planning on releasing it sometime in December. Let me know what you think!</p>
<p><span id="more-232"></span><a href="http://www.flickr.com/photos/magnusjepson/3042377769/in/photostream/"><img class="alignnone" title="Busy Bee Homepage" src="http://farm4.static.flickr.com/3008/3042377769_f5ece077ea_b.jpg" alt="" width="546" height="940" /></a></p>
<p><a href="http://www.flickr.com/photos/magnusjepson/3042372305/in/photostream/"><img class="alignnone" title="Busy Bee Single page" src="http://farm4.static.flickr.com/3013/3042372305_7e18c68733_b.jpg" alt="" width="546" height="940" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jepson.no/ive-been-a-busy-bee/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>How I designed and coded my website in 24 hours</title>
		<link>http://www.jepson.no/how-i-designed-and-coded-my-website-in-24-hours/</link>
		<comments>http://www.jepson.no/how-i-designed-and-coded-my-website-in-24-hours/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 13:51:10 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[over easy]]></category>
		<category><![CDATA[woothemes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jepson.no/?p=159</guid>
		<description><![CDATA[I thought I&#8217;d write a little post about how I actually managed to sit down in front of my new 24&#8243; monitor, boot up Photoshop and design my site in a little over 24 hours. And by 24 hours, I don&#8217;t mean 24 hours of straight working, cause that would just be silly to work [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d write a little post about how I actually managed to sit down in front of my new 24&#8243; monitor, boot up Photoshop and design my site in a little over 24 hours. And by 24 hours, I don&#8217;t mean 24 hours of straight working, cause that would just be silly to work that long. The effective work hours is probably about half of that, since I had to eat, sleep and get my daily fix of The Office US in as well <img src='http://www.jepson.no/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So how did I go about designing and coding a fully fledged WordPress theme in that short amount of time? Simple.</p>
<p><strong>I cheated</strong>.</p>
<p><a href="http://www.jepson.no/wp-content/uploads/2008/11/overeasy-full.jpg"><img class="alignright size-medium wp-image-44" title="Over Easy" src="http://www.jepson.no/wp-content/uploads/2008/11/overeasy-full-460x402.jpg" alt="Over Easy" width="276" height="241" /></a>Yep that&#8217;s right&#8230; I consider it cheating, because I didn&#8217;t code my site from scratch, but instead used <a title="Over Easy" href="http://www.woothemes.com/2008/10/overeasy/">Over Easy</a>, my latest contribution to the ever growing WooThemes <a href="http://www.woothemes.com/category/themes/">theme collection</a>. I finished making Over Easy a few weeks ago, and I liked the simple layout I had created in that theme. The only big difference between my new website and Over Easy is the front page, which took me the longest to code. But as you can see from the blog page, the layout is pretty similar, although I have changed the sidebar and the list styling.</p>
<p>This should be good proof of the usability of a standard WooThemes theme, and as you can see from our <a href="http://showcase.woothemes.com">showcase</a>, there are quite a large number of web designers doing the same as me; cutting corners. So is this kind of &#8220;cheating&#8221; a bad thing, or is this becoming the norm for designers wanting to save production time and increase profit from their clients? Let me know what you think by posting a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jepson.no/how-i-designed-and-coded-my-website-in-24-hours/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

