<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>CSS tutorials and more</title>
	
	<link>http://jamesowers.co.uk</link>
	<description>CSS &amp; other web developer stuff</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:22:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JamesOwers" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="jamesowers" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><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>0</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>Free Stuff From MediaLoot</title>
		<link>http://jamesowers.co.uk/freebies/479/free-stuff-from-medialoot/</link>
		<comments>http://jamesowers.co.uk/freebies/479/free-stuff-from-medialoot/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:39:35 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=479</guid>
		<description><![CDATA[If you haven&#8217;t already come across it, Media Loot is a coming soon site that will allow you to subscribe for access to loads of icons and other web design resources instead of paying for every set you use.




Although the site isn&#8217;t up yet, they are offering a few free teasers in the MediaLoot blog.
Free [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t already come across it, Media Loot is a coming soon site that will allow you to subscribe for access to loads of icons and other web design resources instead of paying for every set you use.</p>
<p><a href="http://medialoot.com/"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/ml/ml1.jpg" alt="MediaLoot Splash Page" /><br />
</a></p>
<p><span id="more-479"></span></p>
<p>Although the site isn&#8217;t up yet, they are offering a few free teasers in the <a href="http://medialoot.com/blog/">MediaLoot blog</a>.</p>
<h2>Free Icons</h2>
<p><a href="http://medialoot.com/blog/incredibly-detailed-free-icons-set/"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/ml/mlicons.jpg" alt="MediaLoot Free Icons" /><br />
</a></p>
<h2>Free Corporate Identities</h2>
<p><a href="http://medialoot.com/blog/two-free-corporate-identity-sets-basic-style-ultra-minimal/"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/ml/mlid.jpg" alt="MediaLoot Free Corporate Identities" /><br />
</a></p>
<h2>Free UI Set</h2>
<p><a href="http://medialoot.com/blog/freebie-massive-web-ui-button-set/"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/ml/mlui.jpg" alt="MediaLoot UI Set" /><br />
</a></p>
<p>On their splash page it says they&#8217;re launching Feb 2010 (which has already been and gone) so I guess they&#8217;re not too far away from launching now. If you stick your email address in the box on their splash page they will keep you up to date with what&#8217;s going on.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/freebies/479/free-stuff-from-medialoot/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>A feeble update</title>
		<link>http://jamesowers.co.uk/general/465/a-feeble-update/</link>
		<comments>http://jamesowers.co.uk/general/465/a-feeble-update/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:43:25 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=465</guid>
		<description><![CDATA[I&#8217;d love to be able to update this site a lot more than I do however my day job and customers must come first! In the little free work time I&#8217;ve had over the past few months, I&#8217;ve managed to get most of my new portfolio website done which you can see if you go [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d love to be able to update this site a lot more than I do however my day job and customers must come first! In the little free work time I&#8217;ve had over the past few months, I&#8217;ve managed to get most of my new portfolio website done which you can see if you go to <a href="http://www.gotwebsites.co.uk/">GotWebsites</a>.</p>
<p>I&#8217;ve been learning loads about CodeIgniter and Doctrine when I&#8217;ve had time aswell and I&#8217;d really like to write a few blog posts on that when I&#8217;m not as busy but it looks like I&#8217;m going to have loads of work on for the next month or two at least. </p>
<p>Hopefully when I get back to having time to post here I&#8217;ll come back with loads of great ideas for articles.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/465/a-feeble-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software to get things done</title>
		<link>http://jamesowers.co.uk/software/443/software-to-get-things-done/</link>
		<comments>http://jamesowers.co.uk/software/443/software-to-get-things-done/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 11:37:57 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=443</guid>
		<description><![CDATA[I&#8217;ve been looking for some good &#8216;Get Things Done&#8217; (GTD) software for a while now. I&#8217;ve looked at loads of different options but nothing has done exactly what I want it to do whilst running on my Windows computer, my Mac and my Android phone and being relatively inexpensive.
Here&#8217;s a rundown on the software I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for some good &#8216;Get Things Done&#8217; (GTD) software for a while now. I&#8217;ve looked at loads of different options but nothing has done exactly what I want it to do whilst running on my Windows computer, my Mac and my Android phone and being relatively inexpensive.</p>
<p>Here&#8217;s a rundown on the software I found and the good and bad bits.</p>
<p><span id="more-443"></span></p>
<h2>Things</h2>
<p><a href="http://culturedcode.com/things/" title="Things"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/gtd/things.png" alt="Things" /><br />
</a></p>
<p>First off, there are some excellent programs out there for OSX. Things is a great example of this. It works well and looks great, but only on a Mac and an iPhone. This isn&#8217;t a problem for some people but since I develop stuff for Windows Smartphones I also need a Windows computer for work and Things won&#8217;t work on that, there also isn&#8217;t an Android app yet, maybe sometime in the future! </p>
<p>At $49.95 Things is also quite expensive, although if it would work on Windows and on my phone, I&#8217;m sure I&#8217;d pay it. So if you only work on a Mac and use an iPhone, Things is probably the best it&#8217;s going to get!</p>
<h2>Remember The Milk</h2>
<p><a href="http://www.rememberthemilk.com/" title="Remember The Milk"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/gtd/rtm.png" alt="Remember The Milk" /><br />
</a></p>
<p>Now I move on to web based applications. Remember The Milk is pretty awesome as well. The main online program is free, it&#8217;s browser based and does everything you need a GTD application to do. I don&#8217;t think it&#8217;s quite as pretty as a desktop app like Things, but that&#8217;s just my opinion! Because it&#8217;s browser based, it will work on Windows, OSX, Ubuntu, or whatever.</p>
<p>Their pro plan costs $25 a year which is very cheap and this allows you to get the Android or iPhone app. They also have an api which has allowed other developers to create applications to work with Remember The Milk, one of these applications that I tried out was Astrid. This means you can actually use the service on your phone without having to pay to upgrade to pro, although if you like Remember The Milk and you use it a lot, it&#8217;s worth going pro just to show your appreciation.</p>
<p>The only downside I could find for Remember The Milk was the lack of a standalone desktop application I could use. I didn&#8217;t want to have my to do list open in my browser all of the time. There are a few sort of hacks you can use to see your list somewhere other than your browser but nothing that felt natural to me.</p>
<h2>Google Tasks</h2>
<p><a href="http://mail.google.com/mail/help/tasks/" title="Google Tasks"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/gtd/gtask.png" alt="Google Tasks" /><br />
</a></p>
<p>Google have their own GTD software which is also web based. It integrates with GMail, Google Calendar and iGoogle which is pretty good and there is also a mobile version which isn&#8217;t a mobile app, just a web page optimised for your phone.</p>
<p>Again, the lack of a desktop app and the fact that there wasn&#8217;t an actual mobile app put me off using this.</p>
<h2>Doit.im</h2>
<p><a href="http://doit.im/" title="Doit.im"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/gtd/doit.png" alt="Doit.im" /><br />
</a></p>
<p>I started to think that maybe I was asking for too much from the GTD software and started to use Remember The Milk when I came across doit.im which basically does everything I need it to. There is an Adobe Air app which means it can run on my Windows PC and my Mac just like I wanted, there is also an iPhone and an Android app. All of the applications are synced to the web so all of my computers are up to date and everything works nicely and looks great!</p>
<p>I think the software is quite new so there are a few bug here and there but nothing major. The main one was when I installed it on my Mac it crashed the first few times I tried to run it which I think was something to do with their SSL certificate but it&#8217;s working now and hopefully they&#8217;ll get a better certificate soon so nobody else gets that problem.</p>
<p>Not only does Doit.im do everything I want it to, it&#8217;s also totally free and a according to their website it always will be.</p>
<h2>Other GDT software to check out</h2>
<p>This is a list of GTD software I haven&#8217;t had a chance to test myself.</p>
<p><a href="http://task.fm/"><strong>Task.fm</strong></a> &#8211; Web based software with SMS reminders and email creation of tasks. They offer a free plan and a pro one for $3.99 per month.</p>
<p><a href="http://www.nozbe.com/"><strong>Nozbe</strong></a> &#8211; Another web based one with an iPhone app.</p>
<p><a href="http://www.taskmerlin.com/gtd.aspx"><strong>TaskMerlin</strong></a> &#8211; Windows based GTD software</p>
<h2>Disclaimer</h2>
<p>I should point out here that I have nothing to do with any  of the companies that make the applications I&#8217;ve written about. I&#8217;m just giving my opinions on the software.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/software/443/software-to-get-things-done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Freelance Podcasts</title>
		<link>http://jamesowers.co.uk/general/433/freelance-podcasts/</link>
		<comments>http://jamesowers.co.uk/general/433/freelance-podcasts/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:23:46 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=433</guid>
		<description><![CDATA[I like listening to web/freelancer related podcasts on the train to work every day so I thought I&#8217;d share the ones I like best. I do have a list of other podcasts to try out so I&#8217;ll post up some other good ones when I come across them however the ones in this post should [...]]]></description>
			<content:encoded><![CDATA[<p>I like listening to web/freelancer related podcasts on the train to work every day so I thought I&#8217;d share the ones I like best. I do have a list of other podcasts to try out so I&#8217;ll post up some other good ones when I come across them however the ones in this post should be enough to keep you busy for a while!</p>
<p><span id="more-433"></span></p>
<h2>Freelance Radio</h2>
<p><a href="http://freelanceswitch.com/podcasts/" title="Freelance Radio"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/podcasts/fs.jpg" alt="Freelance Radio" /><br />
</a></p>
<p>Like all of the other Envato sites, Freelance Switch is pretty awesome and the official Freelance Switch podcast, Freelance Radio doesn&#8217;t let down either. They have talked about everything from working on the road to social networking.</p>
<p>I&#8217;ve only just started listening to this podcast but I liked it so much, I downloaded every single episode from iTunes and I&#8217;m listening to them in order.</p>
<h2>Freelance Advisor</h2>
<p><a href="http://www.freelanceadvisor.co.uk/category/podcast/" title="Freelance Advisor"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/podcasts/fa.jpg" alt="Freelance Advisor" /><br />
</a></p>
<p>This is another podcast based around freelancing. I do like this podcast a lot as it&#8217;s one of the only UK based ones I have found which means a lot of the stuff in terms of accountancy etc is more relevant to me.</p>
<p>The podcast is founded by the same people that make the Crunch accounting system, however I haven&#8217;t found it to be too promotional.</p>
<h2>Tweak</h2>
<p><a href="http://www.tweakcast.com/" title="Tweak"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/podcasts/tweak.jpg" alt="Tweak" /><br />
</a></p>
<p>Tweak is a podcast aimed at creative entrepreneurs that is created by Josh Iwata. In his podcast he goes through important things such as choosing a pricing level, how to manage a project and how his design phase works.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/433/freelance-podcasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing your site in different browsers</title>
		<link>http://jamesowers.co.uk/software/420/testing-your-site-in-different-browsers/</link>
		<comments>http://jamesowers.co.uk/software/420/testing-your-site-in-different-browsers/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 10:28:35 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=420</guid>
		<description><![CDATA[Updates have been a little slow lately, I&#8217;ve been working on a new portfolio site and setting up my own Ubuntu server at home (which there will be a guide on sooner or later), I&#8217;ve also been working on a few more, longer posts for this site. I&#8217;ve also been debating whether to try out [...]]]></description>
			<content:encoded><![CDATA[<p>Updates have been a little slow lately, I&#8217;ve been working on a new portfolio site and setting up my own Ubuntu server at home (which there will be a guide on sooner or later), I&#8217;ve also been working on a few more, longer posts for this site. I&#8217;ve also been debating whether to try out some video tutorials but I&#8217;m put off by the thought that a lot of viewers might not be able to understand my accent!</p>
<p>Anyway, on with the post. A while ago I wrote a guide on <a href="http://jamesowers.co.uk/general/84/use-ie6-and-ie7-on-the-same-computer/">installing multiple versions of IE on your computer</a> for testing purposes. </p>
<p>Since then there have been a few changes, first off IE8 has been released and a few more programs have been developed. I&#8217;m going to go through a few options you have when testing your site.</p>
<p><span id="more-420"></span></p>
<h2>Spoon Browser Sandbox</h2>
<p><a href="http://spoon.net/Browsers/" title="Spoon Browser Sandbox"><br />
<img src="http://jamesowers.co.uk/wp-content/uploads/browsers/spoon.jpg" alt="Spoon Browser Sandbox" /><br />
</a></p>
<p>The first program I want to mention is the Spoon browser sandbox. For me, this is a fantastic idea. The first time you visit the site it will ask you to install a Firefox addon (if you&#8217;re running FireFox, I&#8217;m not sure what it does for other browsers). Then it will show you a fantastic list of browsers (IE 6,7,8; FireFox 2,3,3.5; Opera 9,10; Safari 3,4 and Chrome) all you do is click on the thumbnail and it launches the browser straight from the web.</p>
<p>Unfortunately, I couldn&#8217;t get this to work with IE8 when I tried (the browser launched and then just closed again) but it did work with Safari so I&#8217;m guessing it&#8217;s either a bug with the IE8 installer on their site or something up with my computer so I&#8217;d love to hear how it works for you guys.</p>
<h2>IE Tester</h2>
<p><a href="http://my-debugbar.com/wiki/IETester/HomePage" title="IE Tester"><br />
<img src="http://jamesowers.co.uk/wp-content/uploads/browsers/ietester.jpg" alt="IE Tester" /><br />
</a></p>
<p>IE Tester is a program designed just to test sites in different versions of IE. It lets you look at your site in IE 5.5, 6, 7 and 8 which is really more than enough. The program is a little buggy and does close every now and again but it is free and I&#8217;m sure they&#8217;re looking at fixing these little bugs. I would advise you download the DebugBar aswell as you need this to view the source of the page you&#8217;re looking at.</p>
<h2>Browser Shots</h2>
<p><a href="http://browsershots.org/" title="Browser Shots"><br />
<img src="http://jamesowers.co.uk/wp-content/uploads/browsers/browsershots.jpg" alt="Browser Shots" /><br />
</a></p>
<p>This site takes the idea of cross browser testing from a slightly different angle. Instead of installing a program on your computer it takes your web URL and opens it in a number of different browsers on a number of different operating systems (you can select which ones when you add your site).</p>
<p>The downsides of this site are that it isn&#8217;t instant and you only get to see a screenshot rather than the actual page. On the other hand, you get to see your site on different operating systems so if you&#8217;re on a Windows PC, you could check your site out in Safari on OSX which really is invaluable if you don&#8217;t have access to multiple operating systems.</p>
<h2>Litmus</h2>
<p><a href="http://litmusapp.com/" title="Litmus"><br />
<img src="http://jamesowers.co.uk/wp-content/uploads/browsers/litmus.jpg" alt="Litmus" /><br />
</a></p>
<p>So far all of the options I&#8217;ve looked at have been free so to balance the whole thing out I&#8217;m going to look at a paid option (they do have a free package aswell). Litmus is an online application that lets you test how your application or website looks in a load of different browsers in either OSX or Windows. Similar to Browser Shots, Litmus will show you a screenshot of your site in the different browsers. </p>
<p>Litmus really does have some awesome features that makes paying for the app worth it if you&#8217;re serious about your application or if you&#8217;re a designer/developer. First of all, you can get screenshots of sites that are password protected, just enter a username and password the application can use and it will do the rest. Litmus will also generate a nice compatibility report that you can use to explain your findings to your boss, client or whoever!</p>
<p>Finally Litmus will also let you test how your emails will look in different email clients such as Outlook, Thunderbird, Apple Mail and some more. It also does web based clients like GMail, Yahoo Mail, AOL, Live Mail/Hotmail and a few others.</p>
<h2>Conclusion</h2>
<p>Hopefully now you will have a good idea of different ways to test your site in different browsers and even on different operating systems.</p>
<p>I&#8217;d love to hear how you&#8217;re getting on with the software I mentioned above or if you have any other suggestions!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/software/420/testing-your-site-in-different-browsers/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Rad to the power of sick</title>
		<link>http://jamesowers.co.uk/general/416/rad-to-the-power-of-sick/</link>
		<comments>http://jamesowers.co.uk/general/416/rad-to-the-power-of-sick/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:52:13 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=416</guid>
		<description><![CDATA[I found this video the other day and it really makes a good point of how making what you offer different to what everybody else is offering can help it sell, even if what you&#8217;re actually selling isn&#8217;t different at all.
 
]]></description>
			<content:encoded><![CDATA[<p>I found this video the other day and it really makes a good point of how making what you offer different to what everybody else is offering can help it sell, even if what you&#8217;re actually selling isn&#8217;t different at all.</p>
<p><embed src="http://blip.tv/play/AYGbqUAC" type="application/x-shockwave-flash" width="480" height="390" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/416/rad-to-the-power-of-sick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google releases video tutorial on Adwords Bidding</title>
		<link>http://jamesowers.co.uk/general/409/google-releases-video-tutorial-on-adwords-bidding/</link>
		<comments>http://jamesowers.co.uk/general/409/google-releases-video-tutorial-on-adwords-bidding/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 07:00:44 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=409</guid>
		<description><![CDATA[Lots of people use Google Adwords to drive targeted traffic to their website. I know from experience when you first log into Adwords it can all be a bit daunting. Now google have released a video guide on how to manage your bidding for each of your keywords to maximise your return on investment.
You can [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of people use Google Adwords to drive targeted traffic to their website. I know from experience when you first log into Adwords it can all be a bit daunting. Now google have released a video guide on how to manage your bidding for each of your keywords to maximise your return on investment.</p>
<p>You can watch the video below and read more information on it on the <a href="http://googleblog.blogspot.com/2009/09/new-adwords-bidding-tutorial.html">official google blog</a>.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/jRx7AMb6rZ0&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jRx7AMb6rZ0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/409/google-releases-video-tutorial-on-adwords-bidding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
