<?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>Wired Vision &#187; Web Programming</title>
	<atom:link href="http://www.wiredvision.com/category/web-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wiredvision.com</link>
	<description>Home to Keith McLaughlin, Freelance Web Developer from Dublin, Ireland.</description>
	<lastBuildDate>Sat, 17 Sep 2011 00:50:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WordPress + TwinHelix &#8216;IEPNGFIX&#8217;</title>
		<link>http://www.wiredvision.com/2009/06/27/wordpress-twinhelix-iepngfix/</link>
		<comments>http://www.wiredvision.com/2009/06/27/wordpress-twinhelix-iepngfix/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 12:49:14 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[ie 6]]></category>
		<category><![CDATA[iepngfix]]></category>
		<category><![CDATA[TwinHelix]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wiredvision.com/?p=545</guid>
		<description><![CDATA[If you are having trouble getting the IE PNG FIX from TwinHelix to work in your WordPress theme, make sure that you set the correct path to the .htc file in your themes stylesheet. /* To fix IE 6 or &#8230; <a href="http://www.wiredvision.com/2009/06/27/wordpress-twinhelix-iepngfix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2009/06/27/wordpress-twinhelix-iepngfix/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Profiler: Globally Enable/Disable</title>
		<link>http://www.wiredvision.com/2009/02/22/codeigniter-profiler-globally-enabledisable/</link>
		<comments>http://www.wiredvision.com/2009/02/22/codeigniter-profiler-globally-enabledisable/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 08:05:14 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[profiler]]></category>

		<guid isPermaLink="false">http://www.wiredvision.com/?p=418</guid>
		<description><![CDATA[Here is a quick tip for users of the CodeIgniter PHP Framework (and a reminder to myself). If you wish to enable or disable the profiler globally while developing your application (as opposed to changing the value in each seperate &#8230; <a href="http://www.wiredvision.com/2009/02/22/codeigniter-profiler-globally-enabledisable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2009/02/22/codeigniter-profiler-globally-enabledisable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Frameworks</title>
		<link>http://www.wiredvision.com/2007/05/25/php-frameworks/</link>
		<comments>http://www.wiredvision.com/2007/05/25/php-frameworks/#comments</comments>
		<pubDate>Fri, 25 May 2007 20:53:05 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.wiredvision.com/2007/05/25/php-frameworks/</guid>
		<description><![CDATA[Recently I&#8217;ve been toying with the idea of using a PHP framework to help with the development of my web sites. The problem is, I don&#8217;t know which one to choose Some of the frameworks I&#8217;ve been looking at include: &#8230; <a href="http://www.wiredvision.com/2007/05/25/php-frameworks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2007/05/25/php-frameworks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Object Oriented Programming in PHP</title>
		<link>http://www.wiredvision.com/2006/08/10/object-oriented-programming-in-php/</link>
		<comments>http://www.wiredvision.com/2006/08/10/object-oriented-programming-in-php/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 16:24:48 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://70.47.103.12/~wired/?p=113</guid>
		<description><![CDATA[Object Oriented Programming is the one area of PHP programming that I&#8217;m having difficulty grasping I&#8217;ve managed to come to terms with functions, regular expressions and the likes, but I just can&#8217;t seem to grasp the concept of methods, and &#8230; <a href="http://www.wiredvision.com/2006/08/10/object-oriented-programming-in-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2006/08/10/object-oriented-programming-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Code: Web Authoring Statistics</title>
		<link>http://www.wiredvision.com/2006/01/26/google-code-web-authoring-statistics/</link>
		<comments>http://www.wiredvision.com/2006/01/26/google-code-web-authoring-statistics/#comments</comments>
		<pubDate>Thu, 26 Jan 2006 15:14:33 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://70.47.103.12/~wired/?p=99</guid>
		<description><![CDATA[In December 2005 we did an analysis of a sample of slightly over a billion documents, extracting information about popular class names, elements, attributes, and related metadata. Some interesting things I picked up from the study are: A whole slew &#8230; <a href="http://www.wiredvision.com/2006/01/26/google-code-web-authoring-statistics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2006/01/26/google-code-web-authoring-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call yourself a Web Professional</title>
		<link>http://www.wiredvision.com/2005/11/16/call-yourself-a-web-professional/</link>
		<comments>http://www.wiredvision.com/2005/11/16/call-yourself-a-web-professional/#comments</comments>
		<pubDate>Wed, 16 Nov 2005 15:24:35 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://70.47.103.12/~wired/?p=90</guid>
		<description><![CDATA[Plenty of people have been talking about whether or not those that refuse to adopt web standards in web design should be entitled to call themselves web professionals. While I agree that those who design should be looking to learn &#8230; <a href="http://www.wiredvision.com/2005/11/16/call-yourself-a-web-professional/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2005/11/16/call-yourself-a-web-professional/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Top Ten Web Design Mistakes of 2005</title>
		<link>http://www.wiredvision.com/2005/10/03/top-ten-web-design-mistakes-of-2005/</link>
		<comments>http://www.wiredvision.com/2005/10/03/top-ten-web-design-mistakes-of-2005/#comments</comments>
		<pubDate>Mon, 03 Oct 2005 16:36:23 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://70.47.103.12/~wired/?p=83</guid>
		<description><![CDATA[Read Jakob Nielsen&#8217;s report on the Top Ten Web Design Mistakes of 2005. 1. Legibility Problems 2. Non-Standard Links 3. Flash 4. Content That&#8217;s Not Written for the Web 5. Bad Search 6. Browser Incompatibility 7. Cumbersome Forms 8. No &#8230; <a href="http://www.wiredvision.com/2005/10/03/top-ten-web-design-mistakes-of-2005/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2005/10/03/top-ten-web-design-mistakes-of-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Most Satisfaction?</title>
		<link>http://www.wiredvision.com/2005/06/17/the-most-satisfaction/</link>
		<comments>http://www.wiredvision.com/2005/06/17/the-most-satisfaction/#comments</comments>
		<pubDate>Fri, 17 Jun 2005 18:10:09 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://70.47.103.12/~wired/?p=63</guid>
		<description><![CDATA[While I enjoy most aspects of creating a website, the one part I enjoy the most is creating the initial design. I love tinkering about in Photoshop trying different colours, fonts, filters, and the likes. I always feel good after &#8230; <a href="http://www.wiredvision.com/2005/06/17/the-most-satisfaction/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2005/06/17/the-most-satisfaction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS, PHP &amp; Mod_Rewrite Cheat Sheets</title>
		<link>http://www.wiredvision.com/2005/06/16/css-php-mod_rewrite-cheat-sheets/</link>
		<comments>http://www.wiredvision.com/2005/06/16/css-php-mod_rewrite-cheat-sheets/#comments</comments>
		<pubDate>Thu, 16 Jun 2005 18:10:07 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://70.47.103.12/~wired/?p=62</guid>
		<description><![CDATA[Links worth bookmarking: CSS Cheat Sheet PHP Cheat Sheet Mod_Rewrite Cheat Sheet]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2005/06/16/css-php-mod_rewrite-cheat-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A HTML-Kit feature I never knew about!</title>
		<link>http://www.wiredvision.com/2005/05/31/a-html-kit-feature-i-never-knew-about/</link>
		<comments>http://www.wiredvision.com/2005/05/31/a-html-kit-feature-i-never-knew-about/#comments</comments>
		<pubDate>Tue, 31 May 2005 19:22:05 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML-Kit]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tab button]]></category>

		<guid isPermaLink="false">http://70.47.103.12/~wired/?p=58</guid>
		<description><![CDATA[While working on a site in HTML-Kit today I accidentally came across a feature that I really wish I knew about a long time ago. I was happily coding away (oddly enough) in PHP and had highlighted a few lines &#8230; <a href="http://www.wiredvision.com/2005/05/31/a-html-kit-feature-i-never-knew-about/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.wiredvision.com/2005/05/31/a-html-kit-feature-i-never-knew-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

