<?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; Resources</title>
	<atom:link href="http://www.wppro.org/category/resources/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>Site Hacked: Site Name Changed to &quot;Cheap Viagra&quot;</title>
		<link>http://www.wppro.org/2010/04/site-hacked-site-name-changed-to-cheap-viagra/</link>
		<comments>http://www.wppro.org/2010/04/site-hacked-site-name-changed-to-cheap-viagra/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 12:18:18 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.wppro.org/?p=178</guid>
		<description><![CDATA[I have been pretty behind on keeping up with all things WP and might have missed the boat on the latest WP pitfalls, but found it the hard way that my site(s) were hacked on my new server for the first time since WordPress 2.5. I have been up to speed on all upgrades, all [...]]]></description>
			<content:encoded><![CDATA[<p>I have been pretty behind on keeping up with all things WP and might have missed the boat on the latest WP pitfalls, but found it the hard way that my site(s) were hacked on my new server for the first time since <a "target=_blank" href="http://www.headsetoptions.org/2008/04/28/wordpress-25-upgrade-wordpress-251-is-available-please-update-now-message-appears-after-upgrade-troubleshooting/">WordPress 2.5</a>.</p>
<p><img src="http://www.wppro.org/wp-content/uploads/2010/04/wppro-hacked.jpg" alt="" title="wppro-hacked" width="515" height="292" class="alignleft size-full wp-image-179" /></p>
<p>I have been up to speed on all upgrades, all within 24 hours of release and never over 48 hours. So I am not suggesting the issue is/was related to WordPress, but the only common component of all the sites that were hacked was WP. The way to identify if your site is hacked is to Google the name or a keyword that will pull your site in the SERP, if in the list of names your site appears with a name other than what you have set it to be (in my case it turned out to be Cheap viagra) then you know you are in trouble. One other thing I noticed is that it prevents one from uploading images or media via the built in WordPress Upload/Insert feature while writing or editing a post/page.</p>
<p>The only thing I found that I do not recall adding is an “addhandler php4-script .php” tag in my .htaccess file. Not sure if that was the source of the exploit but I did restore the htaccess files to the original (pre-hack) state and hope for the problem to go away.</p>
<p>If you find you site has similar issues then look in the htaccess file (if you have one) for something like “addhandler php4-script .php”, there is no way for me to tell that is the problem but there seem to be no issue with deleting that line from the file. Hope it helps, leave a comment if you know more on this topic or have had similar experience. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2010/04/site-hacked-site-name-changed-to-cheap-viagra/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Anatomy of a Magazine Style Premium WordPress Theme &#8211; Part 3.2 &quot;Conditional Navigation Menus&quot;</title>
		<link>http://www.wppro.org/2008/04/anatomy-of-a-magazine-style-premium-wordpress-theme-part-32-conditional-navigation-menus/</link>
		<comments>http://www.wppro.org/2008/04/anatomy-of-a-magazine-style-premium-wordpress-theme-part-32-conditional-navigation-menus/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 16:07:41 +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[PHP]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/?p=530</guid>
		<description><![CDATA[The navigational aspect of a site, especially one that is database driven, should have menus that are dynamically generated as well- just like the rest of the sites content, but is seldom the case. The reason is not the lack of technique, but rather the importance of effective navigation and its attribution to the success [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i71.photobucket.com/albums/i136/headsetop/conditionalmenu.jpg" alt="conditional menu" width="400" height="170" />The navigational aspect of a site, especially one that is database driven, should have menus that are dynamically generated as well- just like the rest of the sites content, but is seldom the case. The reason is not the lack of technique, but rather the importance of effective navigation and its attribution to the success of the site as a whole.</p>
<p>A site with poor navigation is just as bad as or worse than a site with poor content. Magazine style themes have overcome this barrier using JavaScript dropdown menus. But there is a simpler yet seldom used method that can be used and involves only the use of conditional WordPress tags.</p>
<h3>Conditional Navigation</h3>
<p>We will use the same <a href="http://www.headsetoptions.org/test/?wptheme=mag4style" target="_blank">demo theme we created</a> during the <a href="http://www.wppro.org/2008/02/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%E2%80%93-second-level-menu/">previous tutorial</a>.  As you can see it has conditional page tags built in, just like many of our other <a href="http://www.headsetoptions.org/support/">new themes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2008/04/anatomy-of-a-magazine-style-premium-wordpress-theme-part-32-conditional-navigation-menus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Anatomy of a Magazine Style Premium WordPress Theme &#8211; Part 3.1 &quot;Navigation – Second Level Menu&quot;</title>
		<link>http://www.wppro.org/2008/02/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%e2%80%93-second-level-menu/</link>
		<comments>http://www.wppro.org/2008/02/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%e2%80%93-second-level-menu/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 03:22:47 +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[JavaScript]]></category>
		<category><![CDATA[Magazine Style WordPress Themes]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Sites]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2008/02/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%e2%80%93-second-level-menu/</guid>
		<description><![CDATA[This tutorial is running longer than we initially anticipated, we will break section 3 further into sub-sections. In our ongoing exercise to learn the nuts and bolts of a magazine style WordPress theme, we examine what has become by far the most ignored part of a theme design, the navigation menu. As important as they [...]]]></description>
			<content:encoded><![CDATA[<p class="note">This tutorial is running longer than we initially anticipated, we will break section 3 further into sub-sections.</p>
<p>In our ongoing <a href="http://www.wppro.org/2008/01/04/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/">exercise</a> to learn the <a href="http://www.wppro.org/2008/01/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/">nuts</a> and <a href="http://www.wppro.org/2008/01/19/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/">bolts</a> of a magazine style WordPress theme, we examine what has become by far the most ignored part of a theme design, the navigation menu.</p>
<p><img src="http://i71.photobucket.com/albums/i136/headsetop/menuexample2.jpg" alt="revolution magazine style theme menu" align="left" />As important as they are, they are often found floating in the header or worse the sidebar and almost never used to its fullest. Today we will attempt to change that. We are dedicating the next few sections just to discuss navigation menus, its varied uses, and the various methods of using it. So why wait, let&#8217;s get started.</p>
<h3>Why are Navigation Menus Important?</h3>
<p>There are three important roles of navigation menus, they are listed below in no particular order:</p>
<ul>
<li>It acts as the gateway to sections of the site you want your visitors/users to explore</li>
<li>When designed correctly, it aids as a visual sitemap</li>
<li>When used correctly, it enhances usability of your site and helps in SEO</li>
</ul>
<h3>How are Navigation Menus in Magazine Style Themes Different from Regular Themes?</h3>
<p>If you notice closely, most regular themes have pages listed in blocks in the header or the sidebar and call it navigation. For all practical purpose, it works, and we are all complacent with it. In WordPress, there are numerous pages that are dynamically created like the archives, category pages, paginated pages, search pages and so on that are traditionally are not considered pages when you create a list using the template tag such as the one below:</p>
<pre name="code" class="xhtml">
	&lt;?php wp_list_pages('sort_column=menu_order&amp;depth=1&amp;title_li='); ?&gt;
</pre>
<p>In fact, the above tag does not display any child pages! So how do overcome this limitation?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2008/02/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%e2%80%93-second-level-menu/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<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>Top Reasons to not use Yahoo! Hosting</title>
		<link>http://www.wppro.org/2007/11/top-reasons-to-not-use-yahoo-hosting/</link>
		<comments>http://www.wppro.org/2007/11/top-reasons-to-not-use-yahoo-hosting/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 16:57:51 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2007/11/29/top-reasons-to-not-use-yahoo-hosting/</guid>
		<description><![CDATA[I try not to write such posts, but the frustrations expressed by my clients who hosts on Yahoo! Small Business compels me to point out the obvious shortcomings of a popular host. This non-exhaustive list is in no particular order, it’s just the top 4 reasons why I would not recommend or host any on [...]]]></description>
			<content:encoded><![CDATA[<div class="span-8">
<p>I try not to write such posts, but the frustrations expressed by my clients who hosts on Yahoo! Small Business compels me to point out the obvious shortcomings of a popular host. This non-exhaustive list is in no particular order, it’s just the top 4 reasons why I would not recommend or host any on my sites on Yahoo!</p>
<h3>One-Click-Install of Outdated Software</h3>
<p>A client recently used the one click install feature to add WordPress to her site, within days it was hacked and she lost everything she had moved from another CMS (luckily she still had her backups). The problem was the defunct version of WordPress that Yahoo! installed; WP version 2.0.2, which beats <a title="al gore wp version" href="http://www.headsetoptions.org/2007/11/27/al-gores-wordpress-powered-site-hacked/">Al Gore&#8217;s hacked sites WordPress version</a>. Yahoo! claims to be partners with WordPress.org and provide search capabilities for the official WordPress sites, yet the version they install on thousands of user sites is full of holes prone to malicious attacks and hijacks.</p>
</div>
<div class="span-8 last">
<img src="http://i71.photobucket.com/albums/i136/headsetop/antiyahooad.jpg" alt="yahoo hosting magic" />
</div>
<div class="clear"></div>
<h3>Forces to use Yahoo! Mail, no PHPMail</h3>
<p>This is somewhat funny and restrictive setup that Yahoo! Hosting has in place to screw users from using phpMail functions. The most common addon on any new WordPress site is the contact form, yet Yahoo! wont allow you to use one. The only situation when it would work is if the from email ID entered in the Contact Form is from the <a title="php main on yahoo" rel="nofollow" href="http://help.yahoo.com/l/us/yahoo/smallbusiness/webhosting/php/php-17.html" target="_blank">same domain as the site you are on</a>. For example, if you are hosting the domain example.com on Yahoo! Hosting, the only people who can use the contact form are those with emails like someone@example.com, essentially email ID&#8217;s set with the same domain! Does that even make sense? Their reason is, if you had access to send emails to and from your site, you might use the privilege to spam someone else. Privilege to Spam? Yahoo! assume that its subscribers are spammers and treat them like one irrespective of if you really are one or not. While there are ways around this issue, it is not worth the time and effort.</p>
<h3>Restrictive Controls and no .htaccess Access</h3>
<p>Although this feature is mostly used by advanced users, they don&#8217;t let users have access to their own .htaccess files. What this could mean is, you are not allowed to set up redirects, and if you do manage to set one up from within the WP install, Yahoo! will delete the file and if you are the &#8216;unlucky types&#8217;, it might even kick you out of the system completely without the opportunity to restore or reverse the .htaccess edits. Lame.</p>
<h3>Customer Support</h3>
<p>I ended up calling Yahoo! on behalf of my client and was on hold for a good 50+ minutes just to hear the guy on the other end tell me he will &#8220;<em>get the engineers to look at the issue the next morning</em>&#8221; and that &#8220;<em>the issue will be resolved in 3 to 5 days</em>&#8220;. I replied (in astonishment) &#8220;3 to 5 days?&#8221; and he replied very calmly, &#8220;that&#8217;s less than a week&#8221; (almost as if service in &#8220;less than a week&#8221; should make me feel special!). Obviously Yahoo! Hosting thinks your site is not important and can be down 5 days, after all, why bother rushing their engineer to look into petty matters when they could be spending it on keeping up the <a title="alexa ranking for yahoo" rel="nofollow" href="http://www.alexa.com/site/ds/top_sites?ts_mode=global&amp;lang=none" target="_blank">number 1 site in the world</a>.</p>
<h3>Need more?</h3>
<p>I&#8217;ll let the readers add the rest using the comment form below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2007/11/top-reasons-to-not-use-yahoo-hosting/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Notepad++ for Better Design</title>
		<link>http://www.wppro.org/2007/11/notepad-for-better-design/</link>
		<comments>http://www.wppro.org/2007/11/notepad-for-better-design/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 07:55:54 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[Site Validation]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2007/11/24/notepad-for-better-design/</guid>
		<description><![CDATA[I gave up on Notepad a while ago and switched to Notepad++, which among other things allows one to format a file in UTF-8 without BOM, in turn cleaning up your XHTML files for validation (no &#8220;Byte-Order Mark found in UTF-8 File&#8221; warnings).]]></description>
			<content:encoded><![CDATA[<p>I gave up on Notepad a while ago and switched to <a href="http://notepad-plus.sourceforge.net/uk/site.htm" title="notepad++" rel="nofollow">Notepad++</a>, which among other things allows one to format a file in UTF-8 without BOM, in turn cleaning up your XHTML files for validation (no &#8220;Byte-Order Mark found in UTF-8 File&#8221; warnings). </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2007/11/notepad-for-better-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Magazine Style WordPress Themes are &quot;In&quot;</title>
		<link>http://www.wppro.org/2007/10/magazine-style-wordpress-themes-are-in/</link>
		<comments>http://www.wppro.org/2007/10/magazine-style-wordpress-themes-are-in/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 02:55:18 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Magazine Style WordPress Themes]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2007/10/10/magazine-style-wordpress-themes-are-in/</guid>
		<description><![CDATA[Lately, there is a growing trend in the WordPress theme design community to produce high-end, premium, magazine (or webzine) style work. This was to happen sooner or later, it was only a matter of time before users discovered the full potential of WordPress to power sites outside of their blogs and when that happened, the [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, there is a growing trend in the WordPress theme design community to produce high-end, premium, magazine (or webzine) style work. This was to happen sooner or later, it was only a matter of time before users discovered the full potential of WordPress to power sites outside of their blogs and when that happened, the quest for better themes followed. The obvious progression for designers was towards themes that looked and worked like anything but Kubrick, the result is this new trend. So in recognizing some of the fine work out there, I wish to list in chronological order a few of my personal favorite magazine styled WordPress themes. Note that I personally never got my hands into either creating or using any of these themes (at least as of now), I&#8217;ll let my friends at <a href="http://www.wpsnap.com/" title="wpSnap- the very best of wrodpress" target="_blank">wpSnap</a> dissect it for you in terms of usage and codes.</p>
<h3>What is currently out there?</h3>
<p>If my memory serves me right, Eston (Bond) of Hyalineskies was one of the earliest to venture into uncharted waters. His &#8220;<a href="http://hyalineskies.com/wordpress/gridlock/" title="gridlock theme" target="_blank">Gridlock</a>&#8221; theme did not receive as much attention from the rest of the design community, but users no doubt caught on to it and fondly continue using it to this day.</p>
<p><img src="http://i71.photobucket.com/albums/i136/headsetop/gridlock.jpg" title="gridlocks" alt="gridlocks" align="middle" /></p>
<div class="clear"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2007/10/magazine-style-wordpress-themes-are-in/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Painless Upgrade Technique for WordPress 2.1 &quot;Ella&quot;</title>
		<link>http://www.wppro.org/2007/01/painless-upgrade-technique-for-wordpress-21-%e2%80%9cella%e2%80%9d/</link>
		<comments>http://www.wppro.org/2007/01/painless-upgrade-technique-for-wordpress-21-%e2%80%9cella%e2%80%9d/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 03:53:34 +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[WordPress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://headsetoptions.org/2007/01/27/painless-upgrade-technique-for-wordpress-21-%e2%80%9cella%e2%80%9d/</guid>
		<description><![CDATA[This &#8220;how to&#8221; was written in January 2007, but the techniques applies to modern day WordPress upgrades as well. Users who have better things to do with their time than to upgrade their WordPress install once every few weeks, or those who are overwhelmed with the information presented below and would like someone else to [...]]]></description>
			<content:encoded><![CDATA[<p class="note">This &#8220;how to&#8221; was written in January 2007, but the techniques applies to modern day WordPress upgrades as well.</p>
<p><img class="alignright size-full wp-image-137" title="wordpress-logo" src="http://www.wppro.org/wp-content/uploads/2008/11/wordpress-logo.png" alt="" width="140" height="141" />Users who have better things to do with their time than to upgrade their WordPress install once every few weeks, or those who are overwhelmed with the information presented below and would like someone else to do the dirty job for a meager fee, <a title="contact" href="http://www.wppro.org/contact/">contact me</a>.</p>
<h3>Who should upgrade?</h3>
<p>If you use WordPress at least once a day, go right ahead and upgrade. Casual user can refer the list below to check if it fits your bill:</p>
<ol>
<li>You run a business online using WP to power your site</li>
<li>You run multiple sites using both WP and other CMS and would one day like to merge them all into one mega site</li>
<li>You are happy with your current install but like the new features <a title="wp21" href="http://wordpress.org/development/2007/01/ella-21/">WP 2.1</a> has to offer</li>
</ol>
<h3>Who should not?</h3>
<ol>
<li><del datetime="2008-11-21T00:47:34+00:00">If you have WP on your site but is seldom used as your site is all static</del></li>
<li><del datetime="2008-11-21T00:47:34+00:00">Your site is a <a title="wiki" href="http://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)">Mashup</a></del></li>
<li><del datetime="2008-11-21T00:47:34+00:00">You are happy with your current install and do not feel the need to upgrade</del></li>
<li>No one</li>
</ol>
<h3>How do you upgrade?</h3>
<p>If you decide to upgrade, here are two ways to go about it. Remember this is my personal opinion based on my experiences, there might be easier ways to go about, even plugins, but I think I have nailed the most painless and fool proof technique.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2007/01/painless-upgrade-technique-for-wordpress-21-%e2%80%9cella%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

