<?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"
	>

<channel>
	<title>Psycho Fox</title>
	<atom:link href="http://psycho-fox.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://psycho-fox.co.uk</link>
	<description>William Li, author and creator of this site is currently playing with web design and standards.</description>
	<pubDate>Sun, 28 Sep 2008 10:36:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Replace text with an image while still being search engine friendly</title>
		<link>http://psycho-fox.co.uk/technology/replace-text-with-an-image-while-still-being-search-engine-friendly/</link>
		<comments>http://psycho-fox.co.uk/technology/replace-text-with-an-image-while-still-being-search-engine-friendly/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 10:36:51 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://psycho-fox.co.uk/?p=13</guid>
		<description><![CDATA[
Headers such as h1 tags are an important process for your webpage. It is also necessary if you want to be coding towards correct web semantics. People with sight problems may use screenreaders which will scan your webpage and look for headers to lead them.
Whatever it is - it is important to use the correct [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://psycho-fox.co.uk/wp-content/uploads/2008/09/google.jpg" alt="Google" width="500" height="147" /></p>
<p>Headers such as h1 tags are an important process for your webpage. It is also necessary if you want to be coding towards correct web semantics. <span id="more-13"></span>People with sight problems may use screenreaders which will scan your webpage and look for headers to lead them.</p>
<p>Whatever it is - it is important to use the correct markup wherever possible and a header should use a header tag.</p>
<p>But what if you want something more attractive than standard large web text? There are certain scripts available such as <a href="http://www.mikeindustries.com/blog/sifr/">sIFR</a>, which uses a holding .swf file and converts your header text into any embedded font  while still being search engine friendly.</p>
<p>There are other instances where you will want to use a graphic rather than text. Rather than using the &lt;img&gt; tag which has no header attributes try this trick which will benefit both worlds.</p>
<p><strong>CSS code:</strong></p>
<p>h1 {<br />
font: 1.2em/1em verdana;<br />
position: relative;<br />
background: url(http://www.google.co.uk/intl/en_uk/images/logo.gif) no-repeat;<br />
width: 276px;<br />
height: 110px;<br />
}</p>
<p>h1 span {<br />
position: absolute;<br />
top: -2000px;<br />
left: -2000px<br />
}</p>
<p><strong>HTML code:</strong></p>
<p>&lt;h1&gt;&lt;span&gt;Google!&lt;/span&gt;&lt;/h1&gt;</p>
<p>The benefits of this is that you still have your text in the background and is much more noticeable if you turn your css off. It is more powerful than using an alt tag too.</p>
]]></content:encoded>
			<wfw:commentRss>http://psycho-fox.co.uk/technology/replace-text-with-an-image-while-still-being-search-engine-friendly/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The best web design blogs</title>
		<link>http://psycho-fox.co.uk/inspiration/the-best-web-design-blogs/</link>
		<comments>http://psycho-fox.co.uk/inspiration/the-best-web-design-blogs/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 12:40:01 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://psycho-fox.co.uk/?p=12</guid>
		<description><![CDATA[
I have been known to waste hours of time reading other blogs, for research purposes, cough cough , and would like to share with you my most regular reads. The top 5 are the sites I find myself using for inspiration but I have also listed a few others that I visit quite frequently. Hope [...]]]></description>
			<content:encoded><![CDATA[<h3><img src="http://psycho-fox.co.uk/wp-content/uploads/2008/07/best_blogs.jpg" alt="" width="500" height="147" /></h3>
<p>I have been known to waste hours of time reading other blogs, for research purposes, <em>cough cough</em> , and would like to share with you my most regular reads. The top 5 are the sites I find myself using for inspiration but I have also listed a few others that I visit quite frequently. Hope this list provides as much use to you as it has done for me.<span id="more-12"></span></p>
<h3><a href="http://www.smashingmagazine.com/">Smashing Magazine</a></h3>
<p><img class="alignnone size-full wp-image-14" title="Smashing_magazine" src="http://psycho-fox.co.uk/wp-content/uploads/2008/07/smashing_maazine.jpg" alt="Smashing Magazine" title="Smashing_magazine" width="500" height="110" /><br />
A daily updated blog with great content. Features plenty of lists full of goodness, free icons and the occasional giveaways.</p>
<h3><a href="http://www.webdesignerwall.com/">Web Designer Wall</a></h3>
<p><img class="alignnone size-full wp-image-15" title="web_designer_wall" src="http://psycho-fox.co.uk/wp-content/uploads/2008/07/web_designer_wall.jpg" alt="Web designer wall" title="web_designer_wall" width="500" height="110" /></p>
<p>Frequently updated with excellent content. Features great tutorials involving all web design from PhotoShop, Flash and CSS.</p>
<h3><a href="http://designreviver.com/">Design Reviver</a></h3>
<p><img class="alignnone size-full wp-image-16" title="design_reviver" src="http://psycho-fox.co.uk/wp-content/uploads/2008/07/design_reviver.jpg" alt="Design Reviver" title="design_reviver" width="500" height="110" /></p>
<p>A recent discovery and great resource. A sprinkling of Smashing Magazine and a drop of Web Designer Wall creates Design Reviver. Great tutorials and resources.</p>
<h3><a href="http://www.viget.com/inspire/">Viget Inspire</a></h3>
<p><img class="alignnone" src="http://psycho-fox.co.uk/wp-content/uploads/2008/07/viget.jpg" alt="Viget" width="500" height="110" /></p>
<p>Great blog that explores the current trends and situation of the web.</p>
<h3><a href="http://veerle.duoh.com/">Veerles Blog</a></h3>
<p><img class="alignnone" src="http://psycho-fox.co.uk/wp-content/uploads/2008/07/veerles.jpg" alt="Veerles" width="500" height="110" /></p>
<p>Some great easy to follow PhotoShop tutorials. Give it a try.</p>
<p>If there are any other blogs that you feel I should know about, please tell me about them.</p>
<ul>
<li><a href="http://www.bittbox.com">Bittbox</a></li>
<li><a href="http://freelanceswitch.com/">Freelanceswitch</a></li>
<li><a href="http://justcreativedesign.com/">Justcreativedesign</a></li>
<li><a href="http://elliotjaystocks.com/blog/">Elliot Jay Stocks</a></li>
<li><a href="http://www.olliekav.com/">Ollie Kav</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://psycho-fox.co.uk/inspiration/the-best-web-design-blogs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lets trash ie6 once and for all</title>
		<link>http://psycho-fox.co.uk/technology/lets-trash-ie6-once-and-for-all/</link>
		<comments>http://psycho-fox.co.uk/technology/lets-trash-ie6-once-and-for-all/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 20:46:09 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://psycho-fox.co.uk/?p=8</guid>
		<description><![CDATA[
When I set off redesigning this website I had plans to make it the most accessible website across all browsers. How things change. Call it laziness or call it ignorance but I prefer to call it a duty towards web designers. For the last two years working at The Lancashire Evening Post, I have spent [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-11" title="kill_ie6" src="http://psycho-fox.co.uk/wp-content/uploads/2008/06/kill_ie6.jpg" alt="Kill ie6" width="500" height="147" /></p>
<p>When I set off redesigning this website I had plans to make it the most accessible website across all browsers. How things change. Call it laziness or call it ignorance but I prefer to call it <em>a duty towards web designers</em>. For the last two years working at The Lancashire Evening Post, I have spent significant time looking for hacks and workarounds for ie6 such as png fixes and multiple style sheets.<span id="more-8"></span></p>
<p>Unfortunately, The Lancashire Evening Post receives around 60% of there traffic from visitors still using Internet Explorer 6. Although much of my site is ie6 compliant, some of it is not. And that is by choice. Repeated transparent pngs are not hackable so a gif replacement was in order, some kooky margins here and there but nothing too dramatic, but i feel confident that any readers i&#8217;m trying to attract to my site will already be using at least ie7, FireFox or Safari.</p>
<p>As web designers, we are wasting too much of our time hacking around to make our websites look good in crap &#8216;n old browsers when really we should be concentrating on making our users upgrade to available newer and better browsers. I&#8217;m not completely ignorant to the fact that many users are abit scared and confused into installing new browsers. I too remember when I had my first computer and didn&#8217;t see the need to upgrade any software, <em>what&#8217;s not broke, don&#8217;t fix it,</em> but it should be our challenge to get users to upgrade.</p>
<p>As a first step, i&#8217;m going to start by adding a conditional statement in my CSS that detects any browser still using ie6 which in turn will place a graphic in the header encouraging an upgrade. Not much, but it&#8217;s a start&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://psycho-fox.co.uk/technology/lets-trash-ie6-once-and-for-all/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fook the iPhone, N95 8GB rocks</title>
		<link>http://psycho-fox.co.uk/phones/fook-the-iphone-n95-8gb-rocks/</link>
		<comments>http://psycho-fox.co.uk/phones/fook-the-iphone-n95-8gb-rocks/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 21:05:07 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Phones]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://psycho-fox.co.uk/?p=9</guid>
		<description><![CDATA[
I can easily see why it&#8217;s so attractive to become an Apple fanboy. The gorgeous, sexy looking hardware, the sense of community and the general disgust of Microsoft. I too have recently bought a MacBook so i know how appealing Apple products can be. 
When I first held an iPhone, I have to admit that I [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://psycho-fox.co.uk/images/n95.jpg" alt="N95" width="500" height="146" /></p>
<p>I can easily see why it&#8217;s so attractive to become an Apple fanboy. The gorgeous, sexy looking hardware, the sense of community and the general disgust of Microsoft. I too have recently bought a MacBook so i know how appealing Apple products can be. <span id="more-9"></span></p>
<p>When I first held an iPhone, I have to admit that I was mesmerised. The perfect weight, the touchscreen, web browsing and Google maps - all in one device! But what&#8217;s this? £169 pounds on an 18 month contract at a minimum of £35 per month, no thanks. If like me you can&#8217;t quite afford an iPhone then get yourself an Nokia N95 8GB. It simply has everything a 3g iPhone has and more. What it lacks in touchscreen it makes up for in tactile feedback.</p>
<p>Anyway, the things I&#8217;m most impressed with by my new phone are being able to upload straight to Flickr at a touch of a button after taking amazing looking photos thanks to the 5 mega-pixel Carl Zeis camera. Another amazing feature is using Sports tracker which uses the built in GPS to calculate how many miles you have covered during exercise outdoors, but most impressive is being able to upload the data into Google Maps which will so the route you have taken.</p>
<p>Applications like <a href="http://www.mobitubia.com/" target="_blank">Mobitubia</a> allows you to stream youTube content onto your phone and even allow you to save them on your phone for offline viewing. Also, the ever impressive looking <a href="http://www.n-gage.com" target="_blank">N-gage</a> platform looks like it will provide some hours of entertainment value.</p>
<p>To compete with iPhone, Nokia has increased the storage space to 8gb. Plenty for music, videos and photos. The music player is impressive and adequate enough for me. Anyway, this isn&#8217;t meant to be a review of my phone, if you want to find out more visit <a href="http://www.nokia.co.uk/A4515025" target="_blank">Nokia</a>.</p>
<p>To finish off the post, I feel phones like this are quite important tools for web designers. Having a decent camera in my pocket at all times is handy and being able to surf the internet anytime either using 3g or WiFi  is liberating.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://psycho-fox.co.uk/phones/fook-the-iphone-n95-8gb-rocks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to Psycho-fox.co.uk</title>
		<link>http://psycho-fox.co.uk/uncategorized/welcome-to-psycho-foxcouk/</link>
		<comments>http://psycho-fox.co.uk/uncategorized/welcome-to-psycho-foxcouk/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 20:38:17 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://psycho-fox.co.uk/?p=7</guid>
		<description><![CDATA[
Hi and welcome to my first blog. Recently, i was inspired to update my own webspace and was caught in a big decision whether to create a new website or to start a blog. The decision was made quite simple in the end and here are my reasons  for opting for a blog.

Firstly, I discovered [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://psycho-fox.co.uk/images/Jesse_george.jpg" alt="Welcome" width="500" height="146" /></p>
<p>Hi and welcome to my first blog. Recently, i was inspired to update my own webspace and was caught in a big decision whether to create a new website or to start a blog. The decision was made quite simple in the end and here are my reasons  for opting for a blog.<span id="more-7"></span></p>
<ul>
<li>Firstly, I discovered Wordpress.</li>
<li>Secondly I wanted to do something dynamic but I do not have much knowledge in programming. Wordpress gave me the perfect opportunity to start learning.</li>
<li>Thirdly, I wanted something easily updatable.</li>
<li>And finally, I liked the prospect of a new challenge <em>(I just love new toys).</em></li>
</ul>
<p>In this blog, anyone with similar interests as my self will probably find something useful or entertaining in here. There will be posts relating to web design, technology, gadgets, games the occasional rant and maybe even the mighty boro.</p>
<p>Hope to see you soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://psycho-fox.co.uk/uncategorized/welcome-to-psycho-foxcouk/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
