<?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>Painted Pixels Blog &#187; Web Development</title>
	<atom:link href="http://blog.paintedpixels.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paintedpixels.com</link>
	<description>News, tips, tricks and great resources</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:52:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Set Up Virtual Hosts in Xampp on Ubuntu</title>
		<link>http://blog.paintedpixels.com/2010/web-development/how-to-set-up-virtual-hosts-in-xampp-on-ubuntu/</link>
		<comments>http://blog.paintedpixels.com/2010/web-development/how-to-set-up-virtual-hosts-in-xampp-on-ubuntu/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 14:19:53 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=510</guid>
		<description><![CDATA[Over a year ago I discovered how to set up virtual hosts in Xampp and posted my method in the Ubuntu forum. Today I had to do it again. My memory is not very good and as it is not something I do every day I could not remember the precise details. I had to [...]]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2010/web-development/how-to-set-up-virtual-hosts-in-xampp-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First impressions of CodeIgniter</title>
		<link>http://blog.paintedpixels.com/2010/web-development/first-impressions-of-codeigniter/</link>
		<comments>http://blog.paintedpixels.com/2010/web-development/first-impressions-of-codeigniter/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 02:09:02 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=505</guid>
		<description><![CDATA[These last few weeks I have been trying out CodeIgniter and so far I have been very impressed. For those who do not know, CodeIgniter is an open source PHP framework. It is very easy to set up, works with version 4 and 5 of PHP, uses the MVC approach which separates logic from presentation [...]]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2010/web-development/first-impressions-of-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking to stylesheets and favicons</title>
		<link>http://blog.paintedpixels.com/2008/css/linking-to-stylesheets-and-favicons/</link>
		<comments>http://blog.paintedpixels.com/2008/css/linking-to-stylesheets-and-favicons/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 01:49:13 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=47</guid>
		<description><![CDATA[Link to a favicon: &#60;link rel=&#8221;shortcut icon&#8221; href=&#8221;/favicon.ico&#8221; /&#62; Link to a stylesheet: &#60;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;style.css&#8221; /&#62; Importing a stylesheet: In the head section put: &#60;style type=&#8221;text/css&#8221;&#62; @import &#8220;import.css&#8221;; &#60;/style&#62; Importing a stylesheet from another stylesheet: In the stylesheet have: @import url(import.css); Link to stylesheet for Iphone: &#60;!&#8211;[if !IE]&#62;&#8211;&#62; &#60;link media=&#8221;only screen and (max-device-width: [...]]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2008/css/linking-to-stylesheets-and-favicons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera Web Standards Curriculum</title>
		<link>http://blog.paintedpixels.com/2008/web-development/opera-web-standards-curriculum/</link>
		<comments>http://blog.paintedpixels.com/2008/web-development/opera-web-standards-curriculum/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 03:53:08 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=15</guid>
		<description><![CDATA[The Opera Web Standards Curriculum is a complete course to teach standards-based web development, including HTML, CSS, design principles and background theory, and JavaScript basics. An interesting read for both beginners and more advanced web developers. &#169;2012 Painted Pixels Blog. All Rights Reserved..]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2008/web-development/opera-web-standards-curriculum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Generator</title>
		<link>http://blog.paintedpixels.com/2008/web-development/text-generator/</link>
		<comments>http://blog.paintedpixels.com/2008/web-development/text-generator/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 00:52:19 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=11</guid>
		<description><![CDATA[I always seem to need filler text for various things, especially web design. I have various pieces of filler text in text files but it&#8217;s never convenient to stop what I&#8217;m doing and hunt out the text files so I was very please to come across this great resource: Dummy Text Generator It will generate [...]]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2008/web-development/text-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagination</title>
		<link>http://blog.paintedpixels.com/2008/web-development/pagination/</link>
		<comments>http://blog.paintedpixels.com/2008/web-development/pagination/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 22:14:46 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=7</guid>
		<description><![CDATA[I&#8217;ve been thinking of pagination recently and looked to the web to see what inspirations there were there. I have bookmarked these sites: Pagination 101 Pagination CSS Styles Pagination Gallery Hopefully, I will now be inspired to improve the pagination on my own sites. &#169;2012 Painted Pixels Blog. All Rights Reserved..]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2008/web-development/pagination/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Favourite Firefox Extensions</title>
		<link>http://blog.paintedpixels.com/2008/web-development/my-favourite-firefox-extensions/</link>
		<comments>http://blog.paintedpixels.com/2008/web-development/my-favourite-firefox-extensions/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 12:55:51 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=6</guid>
		<description><![CDATA[Here are my favourite extensions for Firefox: British English Dictionary &#8211; enables me to check my spelling for typos when filling in forms online. ColorZilla &#8211; Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies. DownThemAll &#8211; Great for downloading lots of files. HTML Validator &#8211; adds HTML validation inside Firefox. IE View &#8211; Enables [...]]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2008/web-development/my-favourite-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing web page in multiple browsers</title>
		<link>http://blog.paintedpixels.com/2008/web-development/testing-web-page-in-multiple-browsers/</link>
		<comments>http://blog.paintedpixels.com/2008/web-development/testing-web-page-in-multiple-browsers/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 11:28:27 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.paintedpixels.com/?p=5</guid>
		<description><![CDATA[I found this great utility which enables you to check a web page in multiple browsers: Browsershots It is very useful for checking pages in browsers you don&#8217;t have installed on your computer. &#169;2012 Painted Pixels Blog. All Rights Reserved..]]></description>
		<wfw:commentRss>http://blog.paintedpixels.com/2008/web-development/testing-web-page-in-multiple-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

