<?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>WP Pro - Design, Development and Professional WordPress Hosting for Serious Bloggers &#187; Tutorials</title>
	<atom:link href="http://www.wppro.org/tag/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wppro.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 07 May 2010 18:36:33 +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>Anatomy of a Magazine Style Premium WordPress Theme &#8211; Part 2: DOMTab, Tabber, more</title>
		<link>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/</link>
		<comments>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 22:43:12 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Magazine Style WordPress Themes]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2008/01/19/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/</guid>
		<description><![CDATA[In continuing our efforts of slicing and dicing a Magazine style WordPress theme, we come to a very interesting juncture with Java interfaces. This probable is the most ubiquitous feature of most all magazine themes. If you think about it, it makes sense that magazine style themes use this non-obtrusive code to help manage content. [...]]]></description>
			<content:encoded><![CDATA[<p>In continuing our <a title="anatomy of a magazine style premium wordpress theme prelude" href="http://www.wppro.org/2008/01/04/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/">efforts of slicing and dicing</a> a Magazine style WordPress theme, we come to a very interesting juncture with Java interfaces. This probable is the most ubiquitous feature of most all magazine themes. If you think about it, it makes sense that magazine style themes use this non-obtrusive code to help manage content. These sidebar tabbed interface gives you the most bang for you buck in terms of digital real-estate. </p>
<p>Granted that it will not necessarily minimize bandwidth usage by loading the page any faster, but nonetheless provides an alternative to having the entire content load on each and every page (even where not needed).</p>
<p><img src="http://i71.photobucket.com/albums/i136/headsetop/DOMtab.jpg" alt="DOMtab interface" /></p>
<p>From <a title="anatomy of a magazine style premium wordpress theme the loop" href="http://www.wppro.org/2008/01/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/">our last experiment</a>, we have a layout constructed with <a title="magazine style premium wordpress theme featured post" href="http://www.headsetoptions.org/test/?wptheme=mag1style">featured post option</a> and some borrowed styling. Now we will add the cool tabbed interface to the sidebar.</p>
<p>There are many Java options out there that can generate these tabbed interfaces, the more popular ones are DOMtab and Tabber. We will introduce one other simple tab JavaScript at the very end that has recently found its way into WP themes, but for most part, we will focus on DOMtab and Tabber.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Anatomy of a Magazine Style Premium WordPress Theme &#8211; Part 1 &quot;The Loop&quot;</title>
		<link>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/</link>
		<comments>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 21:31:20 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Magazine Style WordPress Themes]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2008/01/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/</guid>
		<description><![CDATA[Let me say it for the millionth time &#8220;content is king&#8221; and we all know that, don&#8217;t we? Since content is the most important part of a site, your WordPress powered theme must emphasis on content presentation. Most cookie cutter themes come with a post list that runs based on the time your posts were [...]]]></description>
			<content:encoded><![CDATA[<p>Let me say it for the millionth time &#8220;content is king&#8221; and we all know that, don&#8217;t we?</p>
<div class="span-8">
<img src="http://i71.photobucket.com/albums/i136/headsetop/featuredpost.jpg" alt="featured wordpress posts"/>
</div>
<div class="span-8 last">
<p>Since content is the most important part of a site, your WordPress powered theme must emphasis on content presentation. Most cookie cutter themes come with a post list that runs based on the time your posts were published, in other words a chronological list of posts irrespective of its importance. Let&#8217;s face it, not all posts are created equal. Some posts are special, some are important and then some not quite so. Why then should all posts get the same treatment?</p>
<p>Magazine styled themes do a fine job of addressing this by introducing the featured posts option. Posts of a certain category got &#8220;top of the page&#8221; real-estate, which helps the site highlight the more important content.</p>
</div>
<p>Creating such category specific presentation  on demand requires both PHP script manipulation within the <a href="http://codex.wordpress.org/The_Loop" target="_blank" rel="nofollow">WordPress Loop</a> and some changes to the CSS stylesheet. In continuing with <a href="http://www.wppro.org/2008/01/04/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/">the series on dissecting magazine style themes</a>, we will attempt three hacks that will allow you to do the following:</p>
<ol>
<li>Create a featured post that is displayed at the very top of the page, followed by regular posts; all of which happens taking into consideration the pagination aspects of the site so as to not repeat the featured post on every paginated page.</li>
<li>Create a simple featured and non-featured posts distinction using minimal PHP hack, keeping it simple enough so as to not worry about pagination.</li>
<li>Create asides to highlight useful bits of information without hogging potentially critical presentation real-estate, or in other words, creating non-intrusive side posts without using a plugin.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>How to Make your Codes &quot;Friendly&quot;</title>
		<link>http://www.wppro.org/2007/07/how-to-make-your-codes-friendly/</link>
		<comments>http://www.wppro.org/2007/07/how-to-make-your-codes-friendly/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 02:19:18 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2007/07/11/how-to-make-your-codes-friendly/</guid>
		<description><![CDATA[Have you found yourself wanting to display a piece of code in your blog post or a comment form that left you stripping off elements or re-pasting it over and over only to find that the code is actually being executed? I run in this issue a lot while replying to support questions, so I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wppro.org/wp-content/uploads/2008/10/codefriendlyconverters.jpg"><img class="alignright size-full wp-image-129" title="codefriendlyconverters" src="http://www.wppro.org/wp-content/uploads/2008/10/codefriendlyconverters.jpg" alt="" width="200" height="100" /></a>Have you found yourself wanting to display a piece of code in your blog post or a comment form that left you stripping off elements or re-pasting it over and over only to find that the code is actually being executed? I run in this issue a lot while replying to support questions, so I conveniently remove the &#8220;&lt;&#8221; and &#8220;&gt;&#8221; of all HTML tags and PHP scripts to allow the codes to to be displayed without execution, this however cause more harm than help to the novice user and the experience is never that pleasant. Help is finally here!<br />
A combination of using the &#8220;code&#8221; tag and converted the base code by using converters like <a title="postable" href="http://www.elliotswan.com/postable/" target="_blank">Postable</a> makes for a delightful toll that allows users to share, copy and paste codes without any hassles and guesswork. Here&#8217;s how you go about it.</p>
<ol>
<li>Copy your code (HTML or PHP or whatever else) and paste it in the Postable post area (which at first will read &#8220;For your copy-and-pasting pleasure.&#8221;).</li>
<li>Click the &#8220;make me friendly&#8221; button</li>
<li>The code is converted to characters, for example &lt; will be converted to &amp; l t ;</li>
<li>Copy the characters and past it on your blog post or comment within code tags</li>
<li>That’s it.</li>
</ol>
<p>In order to demonstrate how it works, I have copied and pasted a piece of code from one of our latest themes below using Postable conversion:</p>
<pre><code>
&lt;?php if (have_posts()) <img src='http://www.wppro.org/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> &gt;
&lt;?php $postCount=0; ?&gt;
&lt;?php while (have_posts()) : the_post();?&gt;
&lt;?php $postCount++;?&gt;
&lt;div class="entry entry-&lt;?php echo $postCount ;?&gt;"&gt;
&lt;h2 class="entry-title"&gt;&lt;a href="&lt;?php the_permalink(); ?&gt;" title="&lt;?php the_title(); ?&gt;" rel="bookmark"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p class="meta"&gt;
Posted &lt;?php the_time('m.d.Y'); ?&gt; at &lt;?php the_time('g:i a') ?&gt; in &lt;?php the_category(', ') ?&gt;&lt;?php if (function_exists('the_tags')) { ?&gt;&lt;?php the_tags(', ', ', ', ''); ?&gt;&lt;?php } ?&gt; received &lt;strong&gt;&lt;?php comments_popup_link('Have your say »', '1 Comment »', '% Comments »'); ?&gt;&lt;/strong&gt;.
&lt;/p&gt;
</code></pre>
<p>The code is then displayed in a format that can be copied and pasted and never executed. Works fine to me!</p>
<p class="note">Update: Two other tools of significant use are <a href="http://www.simplebits.com/cgi-bin/simplecode.pl?mode=process" target="_blank">SimpleCode</a> by Dan Cederholm which I have adopted as part of the comment form on this site and elsewhere and the user submitted <a href="http://www.jeremymartin.name/projects.php?project=asciible" target="_blank">Asciible</a> converters!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2007/07/how-to-make-your-codes-friendly/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

