<?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>JournalXtra&#187; Website Advice</title>
	<atom:link href="http://journalxtra.com/category/websiteadvice/feed/" rel="self" type="application/rss+xml" />
	<link>http://journalxtra.com</link>
	<description>Web development and marketing solutions presented in easy to follow guides with handy tips for WordPress, Linux and Apache.</description>
	<lastBuildDate>Sat, 19 May 2012 12:51:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>HowTo: Add New Widgets to Genesis Child Themes</title>
		<link>http://journalxtra.com/websiteadvice/wordpress/howto-add-widgets-genesis-child-themes-4876/</link>
		<comments>http://journalxtra.com/websiteadvice/wordpress/howto-add-widgets-genesis-child-themes-4876/#comments</comments>
		<pubDate>Wed, 16 May 2012 00:08:57 +0000</pubDate>
		<dc:creator>Lee hodson</dc:creator>
				<category><![CDATA[EasyGuides]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Adding Footer Widgets]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[name]]></category>

		<guid isPermaLink="false">http://journalxtra.com/?p=4876</guid>
		<description><![CDATA[Easier to do than adding a new custom menu to a Genesis child theme. Just a few lines of code in the child theme&#8217;s functions.php file is all you need to add a new widget area anywhere within your WordPress site. Genesis uses &#8216;hooks&#8217; to make it easy to latch code into the theme. A [...]<p>Continue... <a href="http://journalxtra.com/websiteadvice/wordpress/howto-add-widgets-genesis-child-themes-4876/">HowTo: Add New Widgets to Genesis Child Themes</a></p>
]]></description>
		<wfw:commentRss>http://journalxtra.com/websiteadvice/wordpress/howto-add-widgets-genesis-child-themes-4876/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Browser and OS Detection with PHP</title>
		<link>http://journalxtra.com/websiteadvice/howto-browser-os-detection-php-2-4834/</link>
		<comments>http://journalxtra.com/websiteadvice/howto-browser-os-detection-php-2-4834/#comments</comments>
		<pubDate>Tue, 15 May 2012 16:52:21 +0000</pubDate>
		<dc:creator>Lee hodson</dc:creator>
				<category><![CDATA[EasyGuides]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website Advice]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://journalxtra.com/?p=4834</guid>
		<description><![CDATA[A very quick PHP script for detecting browser/device and OS agent strings from the HTTP User Agent variable. This is not 100% reliable because surfers and bots sometimes hide or falsify the user agent string so please use with caution. Browser and OS Detection Script This script detects whether the OS/Device is Linux, MacOS, iPad, [...]<p>Continue... <a href="http://journalxtra.com/websiteadvice/howto-browser-os-detection-php-2-4834/">HowTo: Browser and OS Detection with PHP</a></p>
]]></description>
		<wfw:commentRss>http://journalxtra.com/websiteadvice/howto-browser-os-detection-php-2-4834/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Add New Menus to Genesis Themes</title>
		<link>http://journalxtra.com/websiteadvice/add-menu-genesis-themes-4830/</link>
		<comments>http://journalxtra.com/websiteadvice/add-menu-genesis-themes-4830/#comments</comments>
		<pubDate>Tue, 15 May 2012 14:19:22 +0000</pubDate>
		<dc:creator>Lee hodson</dc:creator>
				<category><![CDATA[EasyGuides]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Website Advice]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://journalxtra.com/?p=4830</guid>
		<description><![CDATA[Adding additional navigation menus to Genesis themes is easy. This method creates custom navigation menus that you can customize as you would any other WordPress custom menu by visiting Appearance &#62; Menus. We use a two-step method: Create a custom nav file Register the custom nav file in your child theme&#8217;s functions.php file By repeating [...]<p>Continue... <a href="http://journalxtra.com/websiteadvice/add-menu-genesis-themes-4830/">HowTo: Add New Menus to Genesis Themes</a></p>
]]></description>
		<wfw:commentRss>http://journalxtra.com/websiteadvice/add-menu-genesis-themes-4830/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Make Free Mobile Web Apps</title>
		<link>http://journalxtra.com/websiteadvice/free-mobile-web-apps-4766/</link>
		<comments>http://journalxtra.com/websiteadvice/free-mobile-web-apps-4766/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 02:06:00 +0000</pubDate>
		<dc:creator>Lee hodson</dc:creator>
				<category><![CDATA[Website Advice]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://journalxtra.com/?p=4766</guid>
		<description><![CDATA[There are 1.2 BILLION mobile web users in the world. A staggering 25 out of every 100 potential US visitors to your website will never see it with a desktop computer, at least. Statistics collected in 2010 suggest that 25% of US people DO NOT access or infrequently access the desktop web. That figure was higher in China [...]<p>Continue... <a href="http://journalxtra.com/websiteadvice/free-mobile-web-apps-4766/">How To Make Free Mobile Web Apps</a></p>
]]></description>
		<wfw:commentRss>http://journalxtra.com/websiteadvice/free-mobile-web-apps-4766/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Won&#8217;t Update!!! What Do I Do?</title>
		<link>http://journalxtra.com/websiteadvice/wordpress/wordpress-update-do-4768/</link>
		<comments>http://journalxtra.com/websiteadvice/wordpress/wordpress-update-do-4768/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 18:01:57 +0000</pubDate>
		<dc:creator>Lee hodson</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://journalxtra.com/?p=4768</guid>
		<description><![CDATA[Being a WordPress developer, I often meet WordPress sites that do not auto update. There are four main reasons WordPress will not update:
<ol>
	<li>The upgrade folder has the wrong permissions set</li>
	<li>Its server's PHP is below version 5</li>
	<li>WordPress was installed using Fantastico or something similar</li>
	<li>A plugin is preventing upgrades</li>
	<li>The server has a very low PHP memory limit</li>
</ol>
Other, less common reasons include:
<ol>
	<li>You're doing it all wrong</li>
	<li>WordPress doesn't like you</li>
	<li>WordPress is in a bad mood, or</li>
	<li>It's just not your day</li><p>Continue... <a href="http://journalxtra.com/websiteadvice/wordpress/wordpress-update-do-4768/">WordPress Won&#8217;t Update!!! What Do I Do?</a></p>
]]></description>
		<wfw:commentRss>http://journalxtra.com/websiteadvice/wordpress/wordpress-update-do-4768/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  journalxtra.com/category/websiteadvice/feed/ ) in 1.25670 seconds, on May 22nd, 2012 at 12:46 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 1:46 am UTC -->
