<?xml version="1.0" encoding="UTF-8"?>

<feed
  xmlns="http://www.w3.org/2005/Atom"
  xmlns:thr="http://purl.org/syndication/thread/1.0"
  xml:lang="en"
 >
	<title type="text">Page Affairs</title>
	<subtitle type="text">Tips on Words and Web Design</subtitle>
	<updated>2009-03-03T10:00:00+11:00</updated>
	<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/" />
	<id>http://www.pageaffairs.com/rss/atom.xml</id>
	<link rel="self" type="application/atom+xml" href="http://www.pageaffairs.com/rss/atom.xml" />



<entry>
		<title type="html">Browser Testing</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/design/browser-testing/" />
		<id>http://www.pageaffairs.com/web/design/browser-testing/</id>
        <summary type="html"><![CDATA[  <p>An overview of the various ways to test web pages in multiple browsers, from virtualization software to a number of free, online tools.</p>  ]]></summary>
	</entry>

<entry>
		<title type="html">Fluid, Elastic, Fantastic!</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/css/fluid-elastic-fantastic/" />
		<id>http://www.pageaffairs.com/web/css/fluid-elastic-fantastic/</id>
        <summary type="html"><![CDATA[  <p>A fluid-elastic web page combines the best of fixed-width and fluid layouts in a way that beautifully adapts to a range of browser conditions and user needs. This post shows how to construct a fluid-elastic layout and how to ensure that images scale nicely with the rest of the design.</p>  ]]></summary>
	</entry>

	<entry>
		<title type="html">Choosing a CMS</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/cms/choosing-a-cms/" />
		<id>http://www.pageaffairs.com/web/cms/choosing-a-cms/</id>
        <summary type="html"><![CDATA[  <p>An overview of the kinds of web content management systems that are available, how they differ conceptually, and possible reasons for choosing one over another.</p>  ]]></summary>
	</entry>
	
	<entry>
		<title type="html">Bookmarking Without JS</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/html/bookmarking-without-js/" />
		<id>http://www.pageaffairs.com/web/html/bookmarking-without-js/</id>
        <summary type="html"><![CDATA[  <p>A simple post on my experiments with adding social bookmarking links to my website without using messy JavaScript code.</p>  ]]></summary>
	</entry>

	<entry>
		<title type="html">Running PHP on HTML Pages</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/php/php-on-html-pages/" />
		<id>http://www.pageaffairs.com/web/php/php-on-html-pages/</id>
        <summary type="html"><![CDATA[  <p>A simple guide to running PHP scripts on pages with a .html or .htm file extenson.</p>  ]]></summary>
	</entry>
	
	<entry>
		<title type="html">Simple Tips on Containing Floats</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/css/containing-floats/" />
		<id>http://www.pageaffairs.com/web/css/containing-floats/</id>
        <summary type="html"><![CDATA[  <p>The float property of <acronym title="Cascading Style Sheets">CSS</acronym> is a powerful way to lay out the elements of a web page. Floating an element can cause some unexpected layout results. Floats often need to be &#8220;contained&#8221;; and, fortunately, there are some easy ways to do this, as demonstrated in this post.</p>  ]]></summary>
	</entry>
	
	<entry>
		<title type="html">Grammar vs Usage</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/words/grammar/grammar-vs-usage/" />
		<id>http://www.pageaffairs.com/words/grammar/grammar-vs-usage/</id>
        <summary type="html"><![CDATA[  <p>I was quite interested to find this old web article on the distinction between <a href="http://www.uta.edu/english/tim/courses/4301w98/nov23.html">Grammar and Usage</a>. The author acknowledges that the definitions offered in the article are somewhat &#8220;tendentious&#8221;, but they are interesting food for thought.</p>  ]]></summary>
	</entry>
	
	<entry>
		<title type="html">Enhance Your Site with PHP Includes</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/php/enhance-your-site-with-php-includes/" />
		<id>http://www.pageaffairs.com/web/php/enhance-your-site-with-php-includes/</id>
        <summary type="html"><![CDATA[  <p>A simple post on how &#8220;<acronym title="PHP: HyperText Prprocessor">PHP</acronym> includes&#8221; can be used in a similar way to external style sheets&#8212;allowing elements that appear on multiple pages to be controlled from one location.</p>  ]]></summary>
	</entry>
	
	<entry>
		<title type="html">Tips on Character Encoding</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/html/tips-on-character-encoding/" />
		<id>http://www.pageaffairs.com/web/html/tips-on-character-encoding/</id>
        <summary type="html"><![CDATA[<p>This post provides a simple introduction to character encoding, character references and entity references, so that you will be able to add any character to your web page with confidence.</p>]]></summary>
	</entry>
	
	<entry>
		<title type="html">Why I Choose HTML 4.01</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/html/why-i-choose-html401/" />
		<id>http://www.pageaffairs.com/web/html/why-i-choose-html401/</id>
        <summary type="html"><![CDATA[<p>An explanation of why I have decided to use HTML 4.01 instead of XHTML.</p>]]></summary>
	</entry>
	
	<entry>
		<title type="html">Create Your Own Simple RSS Feed</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/rss/create-your-own-rss-feed/" />
		<id>http://www.pageaffairs.com/web/rss/create-your-own-rss-feed/</id>
        <summary type="html"><![CDATA[<p>Typically, blogging software (like WordPress) and content management systems come with built-in RSS feeds that update automatically.</p>
		<p>But what if you have a simple site without either of these, and you would like to provide an RSS feed? Knowing nothing about RSS myself, I decided to have a go at creating my own simple RSS feed. It turned out to be very easy, as this post explains&#8230;</p>]]></summary>
	</entry>

	<entry>
		<title type="html">Adapting a WordPress Theme</title>
		<link rel="alternate" type="text/html" href="http://www.pageaffairs.com/web/cms/adapting-a-wordpress-theme/" />
		<id>http://www.pageaffairs.com/web/cms/adapting-a-wordpress-theme/</id>
		<updated>2009-04-30T23:00:00+10:00</updated>
		<published>2009-04-30T23:00:00+10:00</published>
		<author><name>Ralph Mason</name></author>
        <summary type="html"><![CDATA[<p>WordPress makes it ridiculously easy to set up its software on your own site. However, integrating the blog&#8217;s look into your site&#8217;s design is another matter. This post outlines, in simple terms, how the default WordPress &#8216;theme&#8217; can be adapted to match the look of your site.</p>]]></summary>
	</entry>
   
    
</feed>