<?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>goldfries &#187; XHTML &amp; CSS Guides</title>
	<atom:link href="http://www.goldfries.com/category/websites-blogging/guides/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goldfries.com</link>
	<description>tech blog with a difference</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:33:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Line Height for Text Content</title>
		<link>http://www.goldfries.com/websites-blogging/line-height-for-text-content/</link>
		<comments>http://www.goldfries.com/websites-blogging/line-height-for-text-content/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 00:10:32 +0000</pubDate>
		<dc:creator>goldfries</dc:creator>
				<category><![CDATA[Websites & Blogging]]></category>
		<category><![CDATA[XHTML & CSS Guides]]></category>

		<guid isPermaLink="false">http://www.goldfries.com/?p=387</guid>
		<description><![CDATA[Spacing between lines is one thing that should never be overlooked, this factor alone could make or break the reading experience. Setting the line height is easy. The following is an example CSS commonly used to style text content. P.sampletext{font-size:14px;font-family:arial;color:#0f0;} P.sampletext2{font-size:14px;font-family:arial;color:#0f0;line-height:28px;} P.artistic{font-size:88px;font-family:times new roman;color:#444;line-height:42px;} 1 2 3 4 5 6 P.sampletext &#123; font-size:14px; font-family:arial; color:#0f0; [...]]]></description>
		<wfw:commentRss>http://www.goldfries.com/websites-blogging/line-height-for-text-content/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Script : Server Load</title>
		<link>http://www.goldfries.com/websites-blogging/script-server-load/</link>
		<comments>http://www.goldfries.com/websites-blogging/script-server-load/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 20:34:23 +0000</pubDate>
		<dc:creator>goldfries</dc:creator>
				<category><![CDATA[Websites & Blogging]]></category>
		<category><![CDATA[XHTML & CSS Guides]]></category>

		<guid isPermaLink="false">http://www.goldfries.com/?p=219</guid>
		<description><![CDATA[Here&#8217;s another script that may interest some of you &#8211; the SERVER LOAD script. Yup, what more a convenient way to monitor the load of the server you&#8217;re on! Many have requested this script so here it is&#8230;&#8230; The Script 1 2 3 4 5 6 7 8 9 &#60;?$loadresult = @exec('uptime'); preg_match&#40;&#34;/averages?: ([0-9\.]+),[\s]+([0-9\.]+),[\s]+([0-9\.]+)/&#34;, $loadresult,$avgs&#41;; [...]]]></description>
		<wfw:commentRss>http://www.goldfries.com/websites-blogging/script-server-load/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Script : Age of Website</title>
		<link>http://www.goldfries.com/websites-blogging/script-age-of-website/</link>
		<comments>http://www.goldfries.com/websites-blogging/script-age-of-website/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 18:25:58 +0000</pubDate>
		<dc:creator>goldfries</dc:creator>
				<category><![CDATA[Websites & Blogging]]></category>
		<category><![CDATA[XHTML & CSS Guides]]></category>

		<guid isPermaLink="false">http://www.goldfries.com/?p=218</guid>
		<description><![CDATA[Some of you would probably be wondering how the &#8220;# of days old&#8221; at the footer of this site is done. Here&#8217;s the script for you guys to try out. Just make sure PHP is supported on your site and it&#8217;s all well. Copy and paste the following script into the page or section where [...]]]></description>
		<wfw:commentRss>http://www.goldfries.com/websites-blogging/script-age-of-website/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Widen WordPress Content Writing Area</title>
		<link>http://www.goldfries.com/websites-blogging/widen-wordpress-content-writing-area/</link>
		<comments>http://www.goldfries.com/websites-blogging/widen-wordpress-content-writing-area/#comments</comments>
		<pubDate>Sat, 03 May 2008 19:29:53 +0000</pubDate>
		<dc:creator>goldfries</dc:creator>
				<category><![CDATA[Websites & Blogging]]></category>
		<category><![CDATA[XHTML & CSS Guides]]></category>

		<guid isPermaLink="false">http://www.goldfries.com/?p=123</guid>
		<description><![CDATA[I was using WordPress 2.3.x fine but I upgraded to WordPress 2.5.1 today and despite the nice interface I found that the writing area is a tad narrow for my preference. So here&#8217;s what I did&#8230;. Firstly, you need to find the correct CSS file to edit. And that CSS file is named global.css, it&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.goldfries.com/websites-blogging/widen-wordpress-content-writing-area/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>CSS Controlled Background</title>
		<link>http://www.goldfries.com/websites-blogging/css-controlled-background/</link>
		<comments>http://www.goldfries.com/websites-blogging/css-controlled-background/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 17:29:45 +0000</pubDate>
		<dc:creator>goldfries</dc:creator>
				<category><![CDATA[Websites & Blogging]]></category>
		<category><![CDATA[XHTML & CSS Guides]]></category>

		<guid isPermaLink="false">http://www.goldfries.com/websites-blogging/css-controlled-background/</guid>
		<description><![CDATA[Would you like the blockquotes on your sites to look like this? HOME OF THE ORIGINAL PC BUYING GUIDE &#8211; goldfries.com focuses on publishing articles, reviews and guides on Computer Hardware, Computer Games, Web Design and Blog Development, Digital Photography and various Computing Technology. It&#8217;s all a matter of controlling the image used in background [...]]]></description>
		<wfw:commentRss>http://www.goldfries.com/websites-blogging/css-controlled-background/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Corner Placed Highlights</title>
		<link>http://www.goldfries.com/websites-blogging/corner-placed-highlights/</link>
		<comments>http://www.goldfries.com/websites-blogging/corner-placed-highlights/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 16:01:20 +0000</pubDate>
		<dc:creator>goldfries</dc:creator>
				<category><![CDATA[Websites & Blogging]]></category>
		<category><![CDATA[XHTML & CSS Guides]]></category>

		<guid isPermaLink="false">http://www.goldfries.com/websites-blogging/corner-placed-highlights/</guid>
		<description><![CDATA[A few weeks ago, a friend of mine asked me how the floating banner on the upper right corner was done (refer to the title image for this article). I explained the details to him already but I think it&#8217;ll be great for everyone else know how it is done, so here it is! By [...]]]></description>
		<wfw:commentRss>http://www.goldfries.com/websites-blogging/corner-placed-highlights/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

