<?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>Web design &#38; Web development news &#124; Purplepicture News</title>
	<atom:link href="http://blog.purplepicture.co.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.purplepicture.co.uk</link>
	<description></description>
	<lastBuildDate>Tue, 05 Oct 2010 18:24:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Form validation</title>
		<link>http://blog.purplepicture.co.uk/?p=123</link>
		<comments>http://blog.purplepicture.co.uk/?p=123#comments</comments>
		<pubDate>Sun, 25 Apr 2010 11:30:25 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=123</guid>
		<description><![CDATA[Over the last couple of weeks I have had various discussions about validation. It seems some people involved in a web development project, over look what is to me a fundamental part of any kind of data submission. Its seems that quite a few websites are being complacent about their validation for data submission. Some [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last couple of weeks I have had various discussions about validation. It seems some people involved in a web development project, over look what is to me a fundamental part of any kind of data submission.</p>
<p>Its seems that quite a few websites are being complacent about their validation for data submission.  Some relying on only a captcha which doesn&#8217;t validate any of the other data submitted.  Even worse some are relying on a JavaScript alone!!</p>
<p>To points really about this, generally the data you are wanting to collect from your user is specific data not rubbish so therefore measures needs to be taken to control what data the user submits.  For example if you want the user to give their phone number in a specific format or you want your user to give you their email address, you are going to want the email address in the correct format.  The second point is security, you don&#8217;t want users submitting sql injections or JavaScript in your forms, so these as also needs to validated against.</p>
<p>Both these things can be done on both the server side and client side.  Rather than thinking either or, think both.  Client side validation should be used as convenience to tell the user they have made a mistake in their form without taking your form on a round trip to the server.  However client side validation wont help with security for the simple reason that JavaScript can be turned off! It also runs on the client not on the server so that limits your control.  Sever side validation should be the more robust part of your validation strategy this should be used to check for security issues as well rechecking what the client side as already done.</p>
<p>Simple stuff really but you will be surprised how often it is being overlooked!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=123</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 or Flash</title>
		<link>http://blog.purplepicture.co.uk/?p=118</link>
		<comments>http://blog.purplepicture.co.uk/?p=118#comments</comments>
		<pubDate>Sat, 27 Feb 2010 19:34:58 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=118</guid>
		<description><![CDATA[With the recent comments from Apple&#8217;s boss Steve Jobs, &#8220;Adobe is lazy. Apple does not support Flash because it is so buggy. Whenever a Mac crashes more often than not it&#8217;s because of Flash. No one will be using Flash. The world is moving to HTML5&#8243;. Is Flash on its way out.? Why is HTML [...]]]></description>
			<content:encoded><![CDATA[<p>With the recent comments from <a href="http://www.apple.com">Apple&#8217;s</a> boss <strong>Steve Jobs</strong>, &#8220;Adobe is lazy. Apple does not support Flash because it is so buggy. Whenever a Mac crashes more often than not it&#8217;s because of Flash. No one will be using Flash. The world is moving to HTML5&#8243;.  Is Flash on its way out.?</p>
<p>Why is <strong>HTML 5</strong> challenging Flash?  Well <strong>HTML 5</strong> brings with it new tags like the video tag which a the moment is a reason many developers use flash.  It is true that some website&#8217;s are built all in Flash, but these are few and far between.  If the displaying of videos was proven to be easier and better across multiple browsers then Flash video could be on its way out.  Speculation has spiraled as <a href="http://youtube.com">YouTube</a> announced they were testing support for HTML 5 .</p>
<p>I personally would love to have <strong>HTML 5</strong> meet all my embedding video needs.  I have never warmed to Flash mainly for its old browser compatibility problems and its poor record for supporting provision for mobile devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=118</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IE6 &#8211; how much longer should you support it?</title>
		<link>http://blog.purplepicture.co.uk/?p=115</link>
		<comments>http://blog.purplepicture.co.uk/?p=115#comments</comments>
		<pubDate>Sun, 21 Feb 2010 12:28:54 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=115</guid>
		<description><![CDATA[IE6 &#8211; Its a browser that web designer&#8217;s have been wanting to stop supporting ever since the release of IE 7. Bearing in mind we now have IE 8 why is this browser still around? In January 2010 IE6 accounted for 10.2% of all browser world wide. I think the main reason for this is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>IE6</strong> &#8211; Its a browser that web designer&#8217;s have been wanting to stop supporting ever since the release of IE 7.</p>
<p>Bearing in mind we now have IE 8 why is this browser still around?  In January 2010 <strong>IE6</strong> accounted for 10.2% of all browser world wide.</p>
<p>I think the main reason for this is business&#8217;s with large IT networks that are reluctant to upgrade a minor piece of software which to them as now massive beneifit to their network.  So how long should you support it?  Well one strong argument would suggest that we all tend to support the browsers Safari and Opera, in the same period they only accounted for 3.7% and 2.2% respectively.  So therefore we should continue to support IE6 on that basis.  However in the last 6 months some major websites such as <a href="http://www.favbrowser.com/google-to-stop-supporting-ie6-on-youtube/">youtube</a> and <a href="http://googleenterprise.blogspot.com/2010/01/modern-browsers-for-modern-applications.html" target="_blank">Google</a> have announced they will be phasing out their support for IE6.</p>
<p>My view is the view I think you should take for all your browser decisions.  Whats you target audience?</p>
<p>For example if you are a business using your website to sell business to business, then yes I think you should still support it as many of your customers may still be using it.  However if you are web 2.0 blog then no I think you can stop supporting it as your user base is likely to have up to date browsers or at least IE7 or later.</p>
<p>A good solution if you are going to support it, is to put small message some where on the page telling the user that there browser is out of date and they can upgrade for free to a new one.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=115</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook hits 400 Million users</title>
		<link>http://blog.purplepicture.co.uk/?p=108</link>
		<comments>http://blog.purplepicture.co.uk/?p=108#comments</comments>
		<pubDate>Sat, 06 Feb 2010 13:46:48 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=108</guid>
		<description><![CDATA[What a way to celebrate your 6th birthday, reaching the 400 million user mark..! Launched in 2005 as a way for Mark Zuckerberg to keep in contact with his college friends around campus, Facebook has grown to become the worlds most popular social network. Facebook have coincided this with the launch of their new page [...]]]></description>
			<content:encoded><![CDATA[<p>What a way to celebrate your 6th birthday, reaching the 400 million user mark..!</p>
<p>Launched in 2005 as a way for <a href="http://en.wikipedia.org/wiki/Mark_Zuckerberg">Mark Zuckerberg</a> to keep in contact with his college friends around campus,  Facebook has grown to become the worlds most popular <strong>social network</strong>.</p>
<p>Facebook have coincided this with the launch of their new page layout, which is said to allow us to access are friends through <strong>Facebook Chat</strong> easier and also gives more prominence to the search box.  Other features include a improved left column sub navigation bar and the notifications button has been moved to the top left.</p>
<p>Time will tell whether these changes will be greeted well by users, but as they are largely based on user feedback people should greet them in kind.</p>
<p>To me what this demonstrates is Facebooks constant need to reinvent itself, this is true of any business but particularly one in Facebook&#8217;s business sector.  The internet has changed and is changing at phenomenal rate so any company trading on he internet needs to adapt there business to cope with these.  Time will tell whether Facebook manages to stay on top, but my opinion it doesn&#8217;t seem to be showing signs of going anywhere soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=108</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO h1 tags, images or text&#8230;?</title>
		<link>http://blog.purplepicture.co.uk/?p=101</link>
		<comments>http://blog.purplepicture.co.uk/?p=101#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:09:24 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=101</guid>
		<description><![CDATA[There&#8217;s been a lot of chat around the web about whether its better to use text or images in an heading one tag, as far as search engine optimization is concerned. It is true adding alt and even title attributes to your img tags is going to help with seo, but this doesn&#8217;t stop the [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been a lot of chat around the web about whether its better to use text or images in an heading one tag, as far as search engine optimization is concerned.</p>
<p>It is true adding alt and even title attributes to your img tags is going to help with seo, but this doesn&#8217;t stop the need for just plain old text.  The h1 tag is an important tag as far as seo is concerned as Google gives a certain amount of importance.  So anything you put inside this tag Google will use to indicate what your web page is about.</p>
<p>What would happen if I put all my text in h1 tags..?!</p>
<p>Well.. the h1 tags is a fairly unique tag it should be used for the first heading of the page.  At most you should use it twice on any given page and most of the time really only once.  So the more you repeat the use of the tag on a given page the more the &#8220;value&#8221; of the tag disappears.  If all your text where inside the h1 tags then your text would have little value in seo terms.  Google may also think you are trying to deceive its robots and not index your web page at all.</p>
<p>So what about images&#8230;?</p>
<p>Heading tags are designed for just that headings&#8230;!  The alt text of an img tag does have some value but not as much value as text on its own.  So I would keep your h1 tags for text.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=101</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>German Government to Stop Using Internet Explorer</title>
		<link>http://blog.purplepicture.co.uk/?p=98</link>
		<comments>http://blog.purplepicture.co.uk/?p=98#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:41:35 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=98</guid>
		<description><![CDATA[Statement from German Government: &#8220;In Internet Explorer, there is a critical yet unknown vulnerability. The vulnerability allows attackers to inject malicious code via a specially crafted Web page into a Windows (Windows) computer to infiltrate and set up. The last week became known hacker attack on Google and other U.S. companies has probably exploited the [...]]]></description>
			<content:encoded><![CDATA[<p>Statement from German Government:</p>
<p>&#8220;In Internet Explorer, there is a critical yet unknown vulnerability. The vulnerability allows attackers to inject malicious code via a specially crafted Web page into a Windows (Windows) computer to infiltrate and set up. The last week became known hacker attack on Google and other U.S. companies has probably exploited the vulnerability.&#8221;</p>
<p>This could open the flood gates for other governments or business sectors to follow suit.  In less of course Micorsoft comes up with a security update.  Read the full article <a href="http://mashable.com/2010/01/15/german-government-stop-using-internet-explorer/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 When should you use it</title>
		<link>http://blog.purplepicture.co.uk/?p=93</link>
		<comments>http://blog.purplepicture.co.uk/?p=93#comments</comments>
		<pubDate>Fri, 04 Dec 2009 17:32:27 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=93</guid>
		<description><![CDATA[I find always find it exciting when a new way of building any kind of web app comes around. HTML 5 brings a lot of new features into HTML header, footer, article to name but 3. However I think it can be very easy to fall into the trap of thinking well I&#8217;m going to [...]]]></description>
			<content:encoded><![CDATA[<p> I find always find it exciting when a new way of building any kind of web app comes around.  HTML 5 brings a lot of new features into HTML header, footer, article to name but 3.  However I think it can be very easy to fall into the trap of thinking well I&#8217;m going to use HTML 5 because I think its cutting edge, because it will impress other web designers.  You know the feeling! HTML 5 at the time of writing is only supported in full by Opera.  So in my mind we have a little way to go until I will be writing my apps in HTML 5.</p>
<p>I hope when I do will make the decision to use HTML 5 it will be beacuse it will suit my application to do so and therefore my end user</p>
<p>For a full article check this  <a href="http://articles.sitepoint.com/article/html-5-snapshot-2009">page</a> out</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=93</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kingsmanart.co.uk launched</title>
		<link>http://blog.purplepicture.co.uk/?p=77</link>
		<comments>http://blog.purplepicture.co.uk/?p=77#comments</comments>
		<pubDate>Tue, 01 Dec 2009 14:41:45 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PurplePicture]]></category>
		<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=77</guid>
		<description><![CDATA[Gemma Kingsman is an artist from Chichester, West Sussex. She has been inspired by the arts and crafts movement and the Pre Raphealites movement with a particular interest in the artist Frederick Lord Leighton. She came to me needing a brochure website to display her work. Check out the website, www.kingsmanart.co.uk Gemma will be holding [...]]]></description>
			<content:encoded><![CDATA[<p>Gemma Kingsman is an artist from Chichester, West Sussex. She has been inspired by the arts and crafts movement and the Pre Raphealites movement with a particular interest in the artist Frederick Lord Leighton.</p>
<p>She came to me needing a brochure website to display her work.  Check out the website, <a href="http://www.kingsmanart.co.uk">www.kingsmanart.co.uk</a></p>
<p>Gemma will be holding a joint exhibition on the 4th &#038; 12th December in Arundel, Sussex <a href="http://www.kingsmanart.co.uk/exhibitions">Read more</a>..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PurplePicture working for Charities</title>
		<link>http://blog.purplepicture.co.uk/?p=69</link>
		<comments>http://blog.purplepicture.co.uk/?p=69#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:19:57 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PurplePicture]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=69</guid>
		<description><![CDATA[At PurplePicture I have endeavour to live up to my business responsibilities within the community. With this in mind. I offer a low cost web design package for charities and non-profit organisations. If you would like more details about this service or about how you can get funding to help with the cost of your [...]]]></description>
			<content:encoded><![CDATA[<p>At PurplePicture I have endeavour to live up to my business responsibilities within the community.</p>
<p>With this in mind. I offer a low cost web design package for charities and non-profit organisations.</p>
<p>If you would like more details about this service or about how you can get funding to help with the cost of your website then please <a href="http://www.purplepicture.co.uk/charities">www.purplepicture.co.uk/charities</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=69</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NEW PurplePicture site design..</title>
		<link>http://blog.purplepicture.co.uk/?p=62</link>
		<comments>http://blog.purplepicture.co.uk/?p=62#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:11:51 +0000</pubDate>
		<dc:creator>Charlie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PurplePicture]]></category>

		<guid isPermaLink="false">http://blog.purplepicture.co.uk/?p=62</guid>
		<description><![CDATA[New Purplepicture website design would welcome any comments people would like to make on it&#8230;? www.purplepicture.co.uk It is a very different design then before, so please leave your comments or email me&#8230;!]]></description>
			<content:encoded><![CDATA[<p>New Purplepicture website design would welcome any comments people would like to make on it&#8230;?</p>
<p><a href="http://www.purplepicture.co.uk">www.purplepicture.co.uk</a></p>
<p>It is a very different design then before, so please leave your comments or email me&#8230;!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.purplepicture.co.uk/?feed=rss2&#038;p=62</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

