<?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>CSS tutorials and more &#187; Wordpress</title>
	<atom:link href="http://jamesowers.co.uk/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesowers.co.uk</link>
	<description>CSS &#38; other web developer stuff</description>
	<lastBuildDate>Tue, 25 May 2010 09:18:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Customizing the WordPress Admin Panel</title>
		<link>http://jamesowers.co.uk/wordpress/491/customizing-the-wordpress-admin-panel/</link>
		<comments>http://jamesowers.co.uk/wordpress/491/customizing-the-wordpress-admin-panel/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:19:45 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[panel]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=491</guid>
		<description><![CDATA[If you&#8217;re creating a website for a client you will normally find they don&#8217;t want to learn how to use everything in the WordPress admin panel. They probably hired you so that they didn&#8217;t have to learn loads of new stuff and I&#8217;m sure what they wanted was a simple admin panel that made updating [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jamesowers.co.uk/wp-content/uploads/wpadmin.png" alt="WPAdmin" /></p>
<p>If you&#8217;re creating a website for a client you will normally find they don&#8217;t want to learn how to use everything in the WordPress admin panel. They probably hired you so that they didn&#8217;t have to learn loads of new stuff and I&#8217;m sure what they wanted was a simple admin panel that made updating their site easy. </p>
<p><span id="more-491"></span></p>
<p>Unfortunately, as brilliant as WordPress is, if you simply gave them a login and left them to it the chances are they&#8217;d look at the admin panel, get scared and never go there again, or start changing all of the settings until they broke something. Luckily, there are a ton of different ways we can modify the WordPress admin panel to make it quicker and easier for our clients to use.</p>
<h2>Hiding stuff they don&#8217;t need</h2>
<p>This one is obvious, if they can&#8217;t see a button to click, then they can&#8217;t click it! I normally hide things to do with automated site backups (which you should be doing on all of your sites!), settings (for the site and plugins) etc. Basically stuff they wouldn&#8217;t normally need to use.</p>
<p>For this I use WPLite. Once installed WPLite gives you a list of all the options on the left menu in WordPress with a checkbox next to it. Simply select the ones you want to hide from the menu and that&#8217;s it! There is no editing any of WPs files and if in the future they need to see an option that they currently can&#8217;t, it&#8217;s as simple as logging in and changing some options. </p>
<p><img src="http://jamesowers.co.uk/wp-content/uploads/wplite.png" alt="WPLite" /></p>
<p>Just don&#8217;t forget not to hide the WPLite link from yourself! There is an option to show everything to admin users so it&#8217;s advisable to do that and set yourself up as admin and the other users as something else if possible.</p>
<p>A similar plugin to this that I haven&#8217;t tested is the <a href="http://wordpress.org/extend/plugins/hide-admin-panels/">Hide Admin Panels</a> plugin which says it will let you hide certain admin options from specific users. This could come in very hand for some sites.</p>
<h2>Integrating Analytics</h2>
<p>Everybody wants to know how much traffic they&#8217;re getting on their new website but giving a user some login credentials and a link to update their website and then some more credentials and another link for their web statistics can be a little overwhelming for them. Luckily there is a nice plugin for WordPress that allows you to easily integrate Google Analytics into the WordPress dashboard. No more links, no more login details, it just works! Have a look at <a href="http://ronaldheft.com/code/analyticator/">Google Analyticator</a>.</p>
<h2>Custom WordPress Option Panels</h2>
<p>If you&#8217;ve made a custom theme for a client. It might be a good idea to add some custom options to that theme to make it a better fit for the users. I wrote a post a little while back on <a href="http://jamesowers.co.uk/wordpress/471/wordpress-options-panels/">Custom WordPress Option Panels</a> that rounded up some tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/wordpress/491/customizing-the-wordpress-admin-panel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Options Panels</title>
		<link>http://jamesowers.co.uk/wordpress/471/wordpress-options-panels/</link>
		<comments>http://jamesowers.co.uk/wordpress/471/wordpress-options-panels/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 08:00:08 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[options page]]></category>
		<category><![CDATA[theme development]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=471</guid>
		<description><![CDATA[If you&#8217;re into creating WordPress themes for yourself, a client or even to sell the chances are you have thought about how you could improve your themes if they had an options page in the WordPress admin panel. This may seem a bit daunting to start with but it really doesn&#8217;t have to be, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re into creating WordPress themes for yourself, a client or even to sell the chances are you have thought about how you could improve your themes if they had an options page in the WordPress admin panel. This may seem a bit daunting to start with but it really doesn&#8217;t have to be, I&#8217;ve done a quick roundup of posts that show you how to create options panels in WordPress.</p>
<p><span id="more-471"></span></p>
<h2>Nettuts</h2>
<p><a href="http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-better-wordpress-options-panel">How to Create a Better WordPress Options Panel</a></p>
<h2>WPShout</h2>
<p><a href="http://wpshout.com/create-an-advanced-options-page-in-wordpress/">Create an advanced options page in WordPress</a></p>
<h2>ThemeForest</h2>
<p><a href="http://blog.themeforest.net/WordPress/create-an-options-page-for-your-WordPress-theme/">Create an options page for your WordPress theme</a></p>
<h2>ForTheLose</h2>
<p><a href="http://forthelose.org/how-to-create-a-theme-options-page-for-your-wordpress-theme">How to create an options page for your WordPress theme</a></p>
<h2>Vitali Software</h2>
<p><a href="http://www.vitali-software.com/web-design/wordpress-tutorial-add-an-options-page-to-your-wp-theme/">Add an options page to your WordPress theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/wordpress/471/wordpress-options-panels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AB Testing with WordPress</title>
		<link>http://jamesowers.co.uk/wordpress/467/ab-testing-with-wordpress/</link>
		<comments>http://jamesowers.co.uk/wordpress/467/ab-testing-with-wordpress/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 16:20:50 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=467</guid>
		<description><![CDATA[This is a pretty old video I came across from the Carsonified Blog. But it does cover a lot of interesting things that I&#8217;d never thought of before. It&#8217;s all to do with AB testing when you&#8217;re running your site on WordPress. Don&#8217;t worry if you don&#8217;t know what AB testing is, he goes through [...]]]></description>
			<content:encoded><![CDATA[<p>This is a pretty old video I came across from the Carsonified Blog. But it does cover a lot of interesting things that I&#8217;d never thought of before. </p>
<p>It&#8217;s all to do with AB testing when you&#8217;re running your site on WordPress. Don&#8217;t worry if you don&#8217;t know what AB testing is, he goes through it in the video.</p>
<p>I tried to embed the video in here but it didn&#8217;t want to work so here&#8217;s a link to <a href="http://vimeo.com/5775819">AB Testing in WordPress</a> from <a href="http://carsonified.com/blog">Carsonified</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/wordpress/467/ab-testing-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Cheatsheet</title>
		<link>http://jamesowers.co.uk/wordpress/405/wordpress-cheatsheet/</link>
		<comments>http://jamesowers.co.uk/wordpress/405/wordpress-cheatsheet/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 07:58:37 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=405</guid>
		<description><![CDATA[For all of you who create (or are planning to create) your own WordPress themes. Here&#8217;s an excellent cheatsheet that will come in very handy! Just print it off, stick it on a wall near your desk and I&#8217;m sure it will help. Download the WordPress cheat sheet here.]]></description>
			<content:encoded><![CDATA[<p>For all of you who create (or are planning to create) your own WordPress themes. Here&#8217;s an excellent cheatsheet that will come in very handy!</p>
<p><span id="more-405"></span></p>
<p>Just print it off, stick it on a wall near your desk and I&#8217;m sure it will help.</p>
<p><a href="http://ekinertac.com/?p=259">Download the WordPress cheat sheet here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/wordpress/405/wordpress-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Frameworks</title>
		<link>http://jamesowers.co.uk/wordpress/243/wordpress-frameworks/</link>
		<comments>http://jamesowers.co.uk/wordpress/243/wordpress-frameworks/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 10:26:48 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=243</guid>
		<description><![CDATA[Once you&#8217;ve done it a few times, creating a WordPress theme isn&#8217;t difficult, but it can be time consuming. You often have to trawl through lots of code adding and modifying bits here and there. I used to choose a simple theme as my starting point, if you choose a complicated theme to start with [...]]]></description>
			<content:encoded><![CDATA[<p>Once you&#8217;ve done it a few times, creating a WordPress theme isn&#8217;t difficult, but it can be time consuming. You often have to trawl through lots of code adding and modifying bits here and there.  I used to choose a simple theme as my starting point, if you choose a complicated theme to start with then you&#8217;re just making life more complicated for yourself.</p>
<p><span id="more-243"></span></p>
<p>Now people are taking this method further, rather than just using a simple theme as a starting point for creating a new template, there are dedicated &#8216;framework&#8217; themes which only contain the code necessary for the theme to work. This way you can start with the framework and build your theme around it. Obviously you&#8217;re going to be relying a lot on the framework so selecting the best one will be important. I&#8217;m going to go through a few WordPress frameworks in this post.</p>
<h2>Whiteboard</h2>
<p><a href="http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/" title="Whiteboard"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/whiteboard.png" alt="Whiteboard" /><br />
</a></p>
<h2>WPFramework</h2>
<p><a href="http://wpframework.com/" title="WPFramework"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/wp_framework.png" alt="WPFramework" /><br />
</a></p>
<h2>Thematic</h2>
<p><a href="http://themeshaper.com/thematic/" title="Thematic"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/thematic.png" alt="Thematic" /><br />
</a></p>
<h2>Carrington</h2>
<p><a href="http://carringtontheme.com/" title="Carrington"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/carrington.png" alt="Carrington" /><br />
</a></p>
<h2>Themehybrid</h2>
<p><a href="http://themehybrid.com/" title="Themehybrid"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/theme_hybrid.png" alt="Themehybrid" /><br />
</a></p>
<h2>Buffet</h2>
<p><a href="http://www.zy.sg/the-buffet-framework/" title="Buffet"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/buffet.png" alt="Buffet" /><br />
</a></p>
<h2>WordPress Starter Theme</h2>
<p><a href="http://wpcandy.com/articles/the-wordpress-starter-theme-project.html" title="WordPress Starter Theme"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/wp_starter.png" alt="WordPress Starter Theme" /><br />
</a></p>
<h2>Ashford</h2>
<p><a href="http://ashford.turtleinteractive.com/" title="Ashford"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/ashford.png" alt="Ashford" /><br />
</a></p>
<h2>Sandbox</h2>
<p><a href="http://www.plaintxt.org/themes/sandbox/" title="Sandbox"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/sandbox.png" alt="Sandbox" /><br />
</a></p>
<h2>OnePress</h2>
<p><a href="http://onepresscommunity.com/" title="OnePress"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/onepress.png" alt="OnePress" /><br />
</a></p>
<h2>Naked WordPress</h2>
<p><a href="http://www.siftware.co.uk/services/wordpress/blank-wordpress-theme/" title="Naked WordPress"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/naked.png" alt="Naked WordPress" /><br />
</a></p>
<h2>Starkers</h2>
<p><a href="http://elliotjaystocks.com/blog/archive/2008/free-starkers-wordpress-theme/" title="Starkers"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/frameworks/starkers.png" alt="Starkers" /><br />
</a></p>
<p>You might also want to have a look at <a href="http://codex.wordpress.org/Theme_Frameworks">what wordpress.org says about frameworks</a>.</p>
<p>I&#8217;d be interested to hear which frameworks are popular and the reasons people like and dislike certain frameworks so that in the future I could do a guide on creating a theme with the most popular framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/wordpress/243/wordpress-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress plugins to secure your blog</title>
		<link>http://jamesowers.co.uk/wordpress/359/wordpress-plugins-to-secure-your-blog/</link>
		<comments>http://jamesowers.co.uk/wordpress/359/wordpress-plugins-to-secure-your-blog/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 12:36:35 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=359</guid>
		<description><![CDATA[Making sure your website is secure is one of, if not the most important thing you should think about especially if you&#8217;re using a common script like WordPress. Because the script is so popular people find any vulnerabilities it has and exploit it on any blogs they find. Luckily, again because it is such a [...]]]></description>
			<content:encoded><![CDATA[<p>Making sure your website is secure is one of, if not the most important thing you should think about especially if you&#8217;re using a common script like WordPress. Because the script is so popular people find any vulnerabilities it has and exploit it on any blogs they find. Luckily, again because it is such a popular script, there are a lot of nice people who develop plugins to make it more secure. In this guide, I&#8217;ll go through some of these plugins with you.</p>
<p><span id="more-359"></span></p>
<h2>Backup WordPress</h2>
<p><a href="http://wordpress.designpraxis.at/plugins/backupwordpress/" title="Backup WordPress"><br />
<img src="http://jamesowers.co.uk/wp-content/uploads/wp-sec/backup.png" alt="Backup WordPress" /><br />
</a></p>
<p>Now this isn&#8217;t really a plugin that will make your blog more secure, but it is so important I thought I&#8217;d include it anyway. Your blog could go down for loads of reasons, from server failure, to hackers and if for some reason you are unable to get your data back then this plugin would be a godsend.</p>
<p>What it does is to backup your database every day and your whole installation (files and all) every week. It will store a certain amount of backups on the server (the number is definable in the admin panel) and it will even email you the backups it does. I have all the backups emailed to my hotmail account which I only really use for Xbox Live. You can also generate on demand backups whenever you want.</p>
<h2>Secure WP</h2>
<p><a href="http://bueltge.de/wordpress-login-sicherheit-plugin/652/" title="Secure WP"><br />
<img src="http://jamesowers.co.uk/wp-content/uploads/wp-sec/securewp.png" alt="Secure WP" /><br />
</a></p>
<p>Secure WP automatically performs a range of modifications to your WordPress installation to make it dramatically more secure. Simple things like creating an index.html file in your /plugins directory to stop potential hackers seeing what plugins you have installed and hiding the tooltips on the login page will make your blog a lot more hacker proof.</p>
<h2>Limit Login Attempts</h2>
<p><a href="http://devel.kostdoktorn.se/limit-login-attempts/" title="Limit Login Attempts"><br />
<img src="http://jamesowers.co.uk/wp-content/uploads/wp-sec/limitlogin.png" alt="Limit Login Attempts" /><br />
</a></p>
<p>One method hackers use to gain access to password protected areas is something called a brute force attack. This is basically where they try to guess your password again and again until eventually they get it right. The limit login attempts plugin allows you to limit the amount of times the person trying to login can get their username or password wrong. Say you set the limit to five and they get their username or password wrong five times, they will not be able to try again for a set amount of time. This seriously limits the efficiency of brute force attacks.</p>
<p>Limit login attempts can also be set to log every failed login attempt and to email the blogs admin whenever a failed login occurs.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/wordpress/359/wordpress-plugins-to-secure-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dummy Content For WordPress Development</title>
		<link>http://jamesowers.co.uk/wordpress/348/dummy-content-for-wordpress-development/</link>
		<comments>http://jamesowers.co.uk/wordpress/348/dummy-content-for-wordpress-development/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 13:32:56 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=348</guid>
		<description><![CDATA[When developing your own WordPress theme, it helps to have some content in your blog so you can see how it will look when it&#8217;s actually being used. Luckily there are a few websites which offer this content for free! These packs are also great for testing how themes you have downloaded from elsewhere will [...]]]></description>
			<content:encoded><![CDATA[<p>When developing your own WordPress theme, it helps to have some content in your blog so you can see how it will look when it&#8217;s actually being used. Luckily there are a few websites which offer this content for free!</p>
<p>These packs are also great for testing how themes you have downloaded from elsewhere will look with lots of content added.</p>
<p><span id="more-348"></span></p>
<h2>WP Dummy Content Plugin</h2>
<p>This WordPress plugin will automatically generate some dummy content into your development WordPress installation without having to import anything directly into the database. It will also give you the option of what sort of content you want to generate and everything can be removed with one click!</p>
<p><a href="http://wordpress.org/extend/plugins/wp-dummy-content/" title="WP Dummy Content Plugin"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/dummy/1.png" alt="WP Dummy Content Plugin"/><br />
</a></p>
<h2>WP Candy Sample WordPress Content</h2>
<p>The WP Candy sample content is a simple file you import into WordPress through your admin panel. The whole procedure is very simple. It includes posts with blockquotes, ordered and unordered lists, floating images, categories with sub categories and more.</p>
<p><a href="http://wpcandy.com/articles/easier-theme-development-with-the-sample-post-collection.html" title="WP Candy Sample WordPress Content"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/dummy/2.png" alt="WP Candy Sample WordPress Content"/><br />
</a></p>
<h2>Church Crunch Dummy Data</h2>
<p>Like the WP Candy import, these posts are easily imported through the WordPress admin panel. This import contains categories, sub categories, pages, sub pages, comments with gravatars and more.</p>
<p><a href="http://churchcrunch.com/2008/12/30/wordpress-dummy-data-test-that-theme/" title="Church Crunch Dummy Data"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/dummy/3.png" alt="Church Crunch Dummy Data"/><br />
</a></p>
<h2>WP .XML Test Data Import </h2>
<p>Once again this is an XML file that is imported through your WordPress admin panel. This one contains pages, posts, tags, comments with gravatars etc.</p>
<p><a href="http://designwoop.com/2008/09/wordpress-xml-import-download/" title="WP .XML Test Data Import "><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/dummy/4.png" alt="WP .XML Test Data Import"/><br />
</a></p>
<h2>Sndbx Dummy Content</h2>
<p>This one was the content used in a WordPress design competition. There is a demo of the content provided by the import <a href="http://demo.sndbx.org/">here</a>.</p>
<p><a href="http://sndbx.org/judging/" title="Sndbx Dummy Content"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/dummy/5.png" alt="Sndbx Dummy Content"/><br />
</a></p>
<h2>Think Design Lorem Ipsum Test Post Pack</h2>
<p>This is another XML file that is imported through the WordPress admin panel. We are told on the Think Design site what the pack includes categories, sub-categories, pages, sub-pages, 30 test posts, tags, thumbnails via custom fields and some more.</p>
<p><a href="http://thinkdesignblog.com/wordpress-lorem-ipsum-test-post-pack.htm" title="Think Design Lorem Ipsum Test Post Pack"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/dummy/6.png" alt="Think Design Lorem Ipsum Test Post Pack"/><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/wordpress/348/dummy-content-for-wordpress-development/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: jamesowers.co.uk @ 2010-07-29 22:44:45 by W3 Total Cache -->