<?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>More Questions Than Answers &#187; Web developing</title>
	<atom:link href="http://www.faq-it.co.uk/category/web-developing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.faq-it.co.uk</link>
	<description>Dan Atrill&#039;s blog site</description>
	<lastBuildDate>Tue, 07 Sep 2010 00:38:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Vary WordPress templates for different pages</title>
		<link>http://www.faq-it.co.uk/2010/08/05/vary-wordpress-templates-for-different-pages/</link>
		<comments>http://www.faq-it.co.uk/2010/08/05/vary-wordpress-templates-for-different-pages/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 13:46:07 +0000</pubDate>
		<dc:creator>The Boss</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme development]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=253</guid>
		<description><![CDATA[It never hurts to read a manual, an FAQ or a Help page now and again. Whatever you know about a piece of software you&#8217;d be surprised what you can find out by going back over some instructions, maybe with a specific task in mind. My task was to create a number of templates for [...]]]></description>
			<content:encoded><![CDATA[<p>It never hurts to read a manual, an FAQ or a Help page now and again. Whatever you know about a piece of software you&#8217;d be surprised what you can find out by going back over some instructions, maybe with a specific task in mind. My task was to create a number of templates for a WordPress-based website. Each template differed slightly from the other and would be used for pages in different categories.</p>
<p>So in WordPress it&#8217;s common to work with one theme or layout, with the front page possibly showing a newsfeed and then some other &#8220;pages&#8221; displaying less time-dependent content. So you might add a differing layout to the index and page elements of the theme. But then it&#8217;s possible to add other themed pages. reading the WordPress Codex page on Pages &#8211; <a href="http://codex.wordpress.org/Pages" target="_blank">http://codex.wordpress.org/Pages</a> a useful tip is to add a couple of lines of code at the top of the file:</p>
<pre><span style="color: #339966;">&lt;?php</span></pre>
<pre><span style="color: #339966;">/*
Template Name: TemplateFile
*/</span></pre>
<pre><span style="color: #339966;">?&gt;</span></pre>
<p>Where TemplateFile is the name of your template. Add some other code and formatting such as the content, then the magic. Go into Pages &gt; Add New and there&#8217;s now an option in Page Attributes for a Template in the dropdown list.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/08/05/vary-wordpress-templates-for-different-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 menus</title>
		<link>http://www.faq-it.co.uk/2010/07/25/wordpress-3-0-menus/</link>
		<comments>http://www.faq-it.co.uk/2010/07/25/wordpress-3-0-menus/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 12:38:29 +0000</pubDate>
		<dc:creator>The Boss</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[creating menus]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[menu howto]]></category>
		<category><![CDATA[menu widget]]></category>
		<category><![CDATA[wordpress 3.0]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=241</guid>
		<description><![CDATA[I&#8217;ve been working with several websites that have upgraded to WordPress 3.o and I&#8217;m loving the menu options that you get now. As with every bit of software, what is difficult in one version quickly improves in subsequent versions. I started using Flash when it was at version 3 and though I still use Flash [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-243" title="Wordpress 3.0 menu settings" src="http://www.faq-it.co.uk/wp-content/uploads/2010/07/wp-menu-grab.jpg" alt="Wordpress 3.0 menu settings" width="420" height="96" /></p>
<p>I&#8217;ve been working with several websites that have upgraded to WordPress 3.o and I&#8217;m loving the menu options that you get now. As with every bit of software, what is difficult in one version quickly improves in subsequent versions. I started using Flash when it was at version 3 and though I still use Flash CS3, it&#8217;s a much improved program. And so with WordPress. There&#8217;s a whole raft of improvements that you can read about at the <a href="http://codex.wordpress.org/Version_3.0">WordPress Codex Version3.0</a> page.</p>
<p>The questions people always ask are about making navigation that highlights when on a particular page, and making navigation for pages that have been created. So in WordPress 3.0 this is possible, using a combination of methods.</p>
<p>This article at <a href="http://thinkvitamin.com/">Think Vitamin</a> ( <a href="http://thinkvitamin.com/dev/getting-started-with-wordpress-custom-menus/">http://thinkvitamin.com/dev/getting-started-with-wordpress-custom-menus/</a> ) goes into a lot of detail, but I&#8217;ll go into a little of what I know here.</p>
<p>With WordPress 3.0 it&#8217;s possible to create a theme which is menu-enabled. This can be as simple as inserting something like the following in the functions.php script file for the theme:</p>
<pre><span style="color: #339966;">add_action( 'init', 'register_my_menus' );
   function register_my_menus() {
         register_nav_menus(
            array(
                 'menu-1' =&gt; __( 'Menu 1' ),
                 'menu-2' =&gt; __( 'Menu 2' ),
                 'menu-3' =&gt; __( 'Menu 3' )
           )
      );
}</span><span style="color: #339966;"><span style="color: #000000;">

Within the header, or wherever you want to place the menu add something like:</span></span></pre>
<p><span style="color: #339966;"><span style="color: #000000;"> </span></span></p>
<pre><span style="color: #339966;">&lt;?php wp_nav_menu( array( 'theme_location' =&gt; 'menu-1' ) ); ?&gt;</span>
</pre>
<p>This refers back to the menu you&#8217;re going to create in WordPress.</p>
<p><img class="alignnone size-full wp-image-246" title="Wordpress 3.0 Custom Menu Widget" src="http://www.faq-it.co.uk/wp-content/uploads/2010/07/wp-menu-widget-grab.jpg" alt="Wordpress 3.0 Custom Menu Widget" width="257" height="171" /></p>
<p>Finally, in WordPress, goto Appearance &gt; Menus and create your menu. Some advantages also lie in using the new Custom Menu widget from Appearances &gt; Widget whereby it&#8217;s possible to create menu groups and hierarchies. And with some CMS &#8211; specifically using the current-menu-item and current-page-item classes, you can start contextual formatting so the user knows which page they&#8217;re on from the selected menu item.</p>
<p>There&#8217;s a lot more to WordPress 3.0 I&#8217;m still exploring, but this has been an exciting development.</p>
<p>Don&#8217;t forget to read the article at <a href="http://thinkvitamin.com/dev/getting-started-with-wordpress-custom-menus/">http://thinkvitamin.com/dev/getting-started-with-wordpress-custom-menus/</a> as well!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/07/25/wordpress-3-0-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Add-Ons workshop</title>
		<link>http://www.faq-it.co.uk/2010/07/01/mozilla-add-ons-workshop/</link>
		<comments>http://www.faq-it.co.uk/2010/07/01/mozilla-add-ons-workshop/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 12:06:20 +0000</pubDate>
		<dc:creator>The Boss</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 4]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mozlondon10]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=238</guid>
		<description><![CDATA[I got to the Mozilla Add-Ons workshop at the Hub in Kings Cross, London. Great venue, free bar, plenty of friendly developers. I&#8217;m not developing Add-Ons at the moment but I am interested in Mozilla&#8217;s view that everyone wants a different experience when using the internet. So having Add-Ons that will provide those experiences, whether [...]]]></description>
			<content:encoded><![CDATA[<p>I got to the Mozilla Add-Ons workshop at the <a href="http://kingscross.the-hub.net/public/" target="_blank">Hub in Kings Cross</a>, London. Great venue, free bar, plenty of friendly developers.</p>
<p>I&#8217;m not developing Add-Ons at the moment but I am interested in Mozilla&#8217;s view that everyone wants a different experience when using the internet. So having Add-Ons that will provide those experiences, whether through accessibility, price comparison, bookmarking, helps everyone enjoy the experience.</p>
<p>Some of the coolest stuff was the talk on HTML5 and the use of SVG graphics, embedding video and canvas.</p>
<p>I didn&#8217;t take notes, but listened intently. But one man who noted, videoed and in part contributed to the evening was Chris Heilman whose notes appear on his website: <a href="http://www.wait-till-i.com/2010/07/01/mozilla-add-on-workshop-and-firefox4-with-html5-css3-and-svg/" target="_blank">www.wait-till-i.com</a> / <a href=" http://is.gd/dbeDP" target="_blank">http://is.gd/dbeDP</a></p>
<p>No idea what the Mozilla cocktail tasted like &#8211; it went too quickly!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/07/01/mozilla-add-ons-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New online prescence</title>
		<link>http://www.faq-it.co.uk/2010/06/02/new-online-prescence/</link>
		<comments>http://www.faq-it.co.uk/2010/06/02/new-online-prescence/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 10:19:26 +0000</pubDate>
		<dc:creator>The Boss</dc:creator>
				<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Web developing]]></category>
		<category><![CDATA[dja online services]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=232</guid>
		<description><![CDATA[I&#8217;ve been working hard at building the web development business, first as a freelance and now with my company, DJA Online Services. There&#8217;s many ways to get people to find your business: tell all your friends, get business cards made, create a website, spend money on advertising and very importantly go and find people who [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.djaonline.co.uk"><img class="alignnone size-full wp-image-233" title="DJA Online Services Logo" src="http://www.faq-it.co.uk/wp-content/uploads/2010/06/DJA-logo.png" alt="" width="252" height="285" /></a></p>
<p>I&#8217;ve been working hard at building the web development business, first as a freelance and now with my company, DJA Online Services. There&#8217;s many ways to get people to find your business: tell all your friends, get business cards made, create a website, spend money on advertising and very importantly go and find people who want your services. That&#8217;s harder, where do you start? What&#8217;s your market? Who are you selling to? I have an idea. But once you&#8217;ve found them, they need to know about you. So I&#8217;ve been making links to the new website by using other people&#8217;s.</p>
<p>Here&#8217;s some places you can now find DJA Online Services Ltd, provider of internet and web services to small businesses in London and the UK:</p>
<p>The company website: <a href="http://www.djaonline.co.uk" target="_blank">www.djaonline.co.uk</a><br />
A listing on the BT Trade Space website: <a href="http://djaonline.bttradespace.com/" target="_blank">http://djaonline.bttradespace.com</a><br />
A twitter page for announcements: <a href="http://twitter.com/djalondon" target="_blank">twitter.com/djalondon</a></p>
<p>We&#8217;ve got lots of new work to show off soon as well. Keep watching.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/06/02/new-online-prescence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 defined &#8211; it&#8217;s not CSS3</title>
		<link>http://www.faq-it.co.uk/2010/05/28/html5-defined-its-not-css3/</link>
		<comments>http://www.faq-it.co.uk/2010/05/28/html5-defined-its-not-css3/#comments</comments>
		<pubDate>Fri, 28 May 2010 13:29:59 +0000</pubDate>
		<dc:creator>The Boss</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[ajax / javascript]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=228</guid>
		<description><![CDATA[This has been reported elsewhere, but it&#8217;s useful to bear in mind. ExtJS has a blog entry on how people are confusing the upcoming HTML5 spec with things like CSS3. And they say this is the same confusion that brought the overuse of AJAX and Web2.0 terms. The spec is just a &#8220;broad collection of [...]]]></description>
			<content:encoded><![CDATA[<p>This has been reported elsewhere, but it&#8217;s useful to bear in mind. ExtJS has a blog entry on how people are confusing the upcoming HTML5 spec with things like CSS3. And they say this is the same confusion that brought the overuse of AJAX and Web2.0 terms. The spec is just a &#8220;broad collection of next generation technologies&#8221;.  And it lists them as:</p>
<ul>
<li>The HTML5 spec</li>
<li>Cascading Style Sheets Version 3 (CSS3)</li>
<li>Web Workers</li>
<li>Web Storage</li>
<li>Web SQL Database</li>
<li>Web Sockets</li>
<li>Geolocation</li>
<li>Microdata</li>
<li>Device API and File API</li>
</ul>
<p>Read the whole article at: <a href="http://www.extjs.com/blog/2010/05/23/html5-now-with-20-percent-more-internet/" target="_blank">http://www.extjs.com/blog/2010/05/23/html5-now-with-20-percent-more-internet/</a> and find out some useful terms, and what HTML5 is *not*.</p>
<p><strong>Update:</strong> I like this a lot &#8220;Finally, HTML5 removes many presentational markup elements that littered  earlier HTML specs, like &lt;center&gt; and &lt;font&gt;. It also  disallows direct table styling, instead, requiring the use of CSS.  Frames are also officially eliminated.&#8221; Maybe one day, when tidying someone else&#8217;s code all these things will be a distant memory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/05/28/html5-defined-its-not-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 3D tv money tree</title>
		<link>http://www.faq-it.co.uk/2010/04/05/the-3d-tv-money-tree/</link>
		<comments>http://www.faq-it.co.uk/2010/04/05/the-3d-tv-money-tree/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 10:18:54 +0000</pubDate>
		<dc:creator>The Boss</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[blu-ray]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[television]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=207</guid>
		<description><![CDATA[After this recent recession and the decline in consumer spending, it&#8217;s heartening (after a fashion) to see a new technological money spinner in the form of a &#8220;3D Ready&#8221; television. In the wake of Avatar, Beowulf and Alice In Wonderland at the cinema there will be the inevitable (quietly accepted as the better alternative to [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.flickr.com/photos/nationalarchives/3002426059/"><img src="http://www.faq-it.co.uk/wp-content/uploads/2010/04/3002426059_80015e2902-e1270462588476.jpg" alt="" title="Audience wearing special glasses watch a 3D &quot;stereoscopic film&quot; at the Telekinema on the South Bank in London during the Festival of Britain" width="460" height="351" class="size-full wp-image-215" /></a>
<p>After this recent recession and the decline in consumer spending, it&#8217;s heartening (after a fashion) to see a new technological money spinner in the form of a &#8220;3D Ready&#8221; television. In the wake of <a href="http://www.avatarmovie.com/">Avatar</a>, <a href="http://www.beowulfmovie.com/">Beowulf</a> and <a href="http://adisney.go.com/disneypictures/aliceinwonderland/">Alice In Wonderland</a> at the cinema there will be the inevitable (quietly accepted as the better alternative to HD DVD) Blu-Ray releases in stores. Raising the other inevitable question &#8211; how to enjoy the cinematic experience in your own home? </p>
<p>Electronics companies like Samsung, JVC and Sony are already touting tv&#8217;s capable of 3D presentation and a quick Google reveals 3D monitors and projectors.This <a href="http://www.amazon.co.uk/gp/product/B002K0RH5E?ie=UTF8&#038;tag=faqit-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=B002K0RH5E">Sony 22in KDL22S5500U HD Ready Digital LCD TV</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=faqit-21&#038;l=as2&#038;o=2&#038;a=B002K0RH5E" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> for example, boasts a 3D Digital Comb Filter &#8211; the 3D readiness we can now trumpet, given the success of a couple of movies.</p>
<blockquote><p>Over to TechRadar(<a href="http://www.techradar.com/news/television/hdtv/what-makes-an-hdtv-a-3d-ready-tv--666341">What makes an HDTV a 3D Ready TV?</a>): &#8220;But what does &#8217;3D Ready&#8217; mean, and what defines a 3D Ready TV? Samsung&#8217;s 3D-capable 7000, 8000 and 9000 Series HDTVs, for example, will include a proprietary 3D processor and emitter. These are designed to be compatible with multiple 3D standards, including half/full HD resolution formats and the recently finalised Blu-ray 3D specification.&#8221;</p></blockquote>
<p>In addition to the movies we already have offerings from Sky in the form of 3D football in pubs and with their HD service (<a href="http://corporate.sky.com/media/press_releases/2009/3d_tv.htm">Sky to launch 3D TV in 2010 following record Sky+HD growth</a>) and <a href="http://thenextweb.com/google/2010/04/01/google-street-view-3d/">Google Streetview</a> is offering a 3D view of your neighbourhood, provided you wear your glasses while looking at the website. This is a 3D rendering of an image however, so what about the world&#8217;s first 3D website?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/04/05/the-3d-tv-money-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hughes Design&#8217;s new web and mobile sites</title>
		<link>http://www.faq-it.co.uk/2010/03/23/hughes-designs-new-web-and-mobile-sites/</link>
		<comments>http://www.faq-it.co.uk/2010/03/23/hughes-designs-new-web-and-mobile-sites/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 11:14:23 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web developing]]></category>
		<category><![CDATA[ajax / javascript]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=195</guid>
		<description><![CDATA[I&#8217;ve been working with Hughes Design developing their new website and it&#8217;s finally live at www.hughes-design.co.uk The website has plenty of information on capabilities, the team and previous clients and work. As well as graphic design, branding and website building, Hughes Design are now providing mobile website development. I&#8217;m now part of the iPhone Development [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with Hughes Design developing their new website and it&#8217;s finally live at <a href="http://www.hughes-design.co.uk">www.hughes-design.co.uk</a></p>
<p><a href="http://www.hughes-design.co.uk" target="_blank"><img class="alignnone size-full wp-image-196" style="border: 1px solid black;" title="Hughes Design home page" src="http://www.faq-it.co.uk/wp-content/uploads/2010/03/page1.jpg" alt="Hughes Design home page" width="420" height="316" /></a></p>
<p>The website has plenty of information on capabilities, the team and previous clients and work.</p>
<p><a href="http://www.hughes-design.co.uk/casestudies.php" target="_blank"><img class="alignnone size-full wp-image-197" style="border: 1px solid black;" title="Hughes Design Case Studies" src="http://www.faq-it.co.uk/wp-content/uploads/2010/03/page2.jpg" alt="Hughes Design Case Studies" width="420" height="316" /></a></p>
<p>As well as graphic design, branding and website building, Hughes Design are now providing mobile website development. I&#8217;m now part of the <a href="http://http://developer.apple.com/iphone/index.action">iPhone Development Program</a> which means we can help your site look as good on your mobile device as it does on the web. Check out the blog post &#8211; <a href="http://http://www.hughes-design.co.uk/blog.php">Web For Mobile Devices &#8211; WMDs You Can Find</a>.</p>
<p><a href="http://www.hughes-design.co.uk/blog.php" target="_blank"><img class="alignnone size-full wp-image-198" style="border: 1px solid black;" title="Hughes Design blog page" src="http://www.faq-it.co.uk/wp-content/uploads/2010/03/page3.jpg" alt="Hughes Design blog page" width="420" height="316" /></a></p>
<p>The site was built with a combination of PHP and JavaScript, providing a neat way of loading in Case Study information without lots of new pages or refreshes of the page. We tested it across a variety of current browsers and made sure it displayed correctly in IE6 too, which is still used by some of the target audience, especially in local authorities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/03/23/hughes-designs-new-web-and-mobile-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New website for MJW</title>
		<link>http://www.faq-it.co.uk/2010/03/01/new-website-for-mjw/</link>
		<comments>http://www.faq-it.co.uk/2010/03/01/new-website-for-mjw/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 11:28:06 +0000</pubDate>
		<dc:creator>The Boss</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=190</guid>
		<description><![CDATA[I just made the new website for MJW Office Moves Ltd live and it can be found here: www.mjwofficemoves.co.uk/ The website was designed by Hughes Design and coded by Dan Atrill (DJA)]]></description>
			<content:encoded><![CDATA[<p>I just made the new website for MJW Office Moves Ltd live and it can be found here: <a href="http://www.mjwofficemoves.co.uk/">www.mjwofficemoves.co.uk/</a></p>
<p><a href="http://www.mjwofficemoves.co.uk"><img class="alignnone size-full wp-image-191" title="MJW Office Moves" src="http://www.faq-it.co.uk/wp-content/uploads/2010/03/MJWGrab.jpg" alt="MJW Office Moves" width="420" height="321" /></a></p>
<p>The website was designed by <a href="http://www.hughes-design.co.uk">Hughes Design</a> and coded by Dan Atrill (DJA)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/03/01/new-website-for-mjw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Petition to phase out IE6</title>
		<link>http://www.faq-it.co.uk/2010/02/02/petition-to-phase-out-ie6/</link>
		<comments>http://www.faq-it.co.uk/2010/02/02/petition-to-phase-out-ie6/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:05:28 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=186</guid>
		<description><![CDATA[According to BBC news ( http://news.bbc.co.uk/1/hi/technology/8492862.stm ), there&#8217;s a petition been launched calling for the phasing out of Internet Explorer 6 as a web browser. This has been a raging debate for some time, and as the petition reportedly states, the browser which was launched in 2001, &#8220;&#8230; IE6 has security flaws and uses outdated [...]]]></description>
			<content:encoded><![CDATA[<p>According to BBC news ( <a href="http://news.bbc.co.uk/1/hi/technology/8492862.stm">http://news.bbc.co.uk/1/hi/technology/8492862.stm</a> ), there&#8217;s a petition been launched calling for the phasing out of Internet Explorer 6 as a web browser. This has been a raging debate for some time, and as the petition reportedly states, the browser which was launched in 2001, &#8220;&#8230; IE6 has security flaws and uses outdated technology, creating a burden for developers&#8230;&#8221;</p>
<p><span id="more-186"></span></p>
<p>With Microsoft Updates the issue of updating to IE8 has been pushed for sometime. There&#8217;s also pressure for users of other browsers to upgrade to newer versions where bugs and security issues have been dealt with such as <a href="http://www.pushuptheweb.com/">PushUpTheWeb.com</a> who are encouraging the use of code in the websites to identify users of older browsers whether it&#8217;s IE, Firefox, Safari or Opera and <a href="http://www.ie6nomore.com/">IE6NoMore</a> in the US</p>
<p>But in addition to security, there is also the strain on developers to test across more browsers. Developing for one then testing on the others is a useful approach. I know that if I create something for Firefox and Safari it&#8217;ll work the same in both browsers, on Mac or PC, then there&#8217;s the issue of non-standards web browsers (IE) which have quirks which have to be dealt with. Removing IE6 from the equation.</p>
<p>Out of interest, looking at the stats for this site, 52% of users visited with Firefox, 25% with Safari and only 13% with IE (of which the majority used IE8).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/02/02/petition-to-phase-out-ie6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New website launch for Maylim Ltd</title>
		<link>http://www.faq-it.co.uk/2010/01/22/new-website-launch-for-maylim-ltd/</link>
		<comments>http://www.faq-it.co.uk/2010/01/22/new-website-launch-for-maylim-ltd/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 11:46:59 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Web developing]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[construction]]></category>
		<category><![CDATA[maylim]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.faq-it.co.uk/?p=180</guid>
		<description><![CDATA[The new website for construction company, Maylim Ltd, is now live at www.maylim.co.uk. Built on a CMS structure it will have easily updatable sections for projects. Coding and development by Dan Atrill, design by Hughes Design.]]></description>
			<content:encoded><![CDATA[<p>The new website for construction company, Maylim Ltd, is now live at <a href="www.maylim.co.uk" target="_blank">www.maylim.co.uk</a>. Built on a CMS structure it will have easily updatable sections for projects.</p>
<p><a href="http://www.maylim.co.uk"><img class="alignnone size-full wp-image-181" title="Maylim Ltd's website" src="http://www.faq-it.co.uk/wp-content/uploads/2010/01/maylim_site.jpg" alt="Maylim Ltd's website" width="420" height="263" /></a></p>
<p>Coding and development by Dan Atrill, design by <a href="http://www.hughes-design.co.uk">Hughes Design</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.faq-it.co.uk/2010/01/22/new-website-launch-for-maylim-ltd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
