<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>CluelessAbout</title>
	<link>http://cluelessabout.com</link>
	<description>Answers To Your Burning Questions</description>
	<pubDate>Mon, 04 Feb 2008 19:27:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>How do I use PHP in .html files?</title>
		<link>http://cluelessabout.com/php-html/</link>
		<comments>http://cluelessabout.com/php-html/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 19:27:38 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[.htaccess]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://cluelessabout.com/php-html/</guid>
		<description><![CDATA[PHP is a wonderful scripting language for adding dynamic features to your web pages. But most web servers are only configured to look for an process PHP commands in files that end with a .php extension. What if you wanted to include PHP commands in .html files, essentially treating them the same as .php files?
If [...]]]></description>
		<wfw:commentRss>http://cluelessabout.com/php-html/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I interact with Google AdSense support?</title>
		<link>http://cluelessabout.com/how-do-i-interact-with-google-adsense-support/</link>
		<comments>http://cluelessabout.com/how-do-i-interact-with-google-adsense-support/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 20:17:21 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
		
		<category><![CDATA[AdSense]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[polite]]></category>

		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://cluelessabout.com/how-do-i-interact-with-google-adsense-support/</guid>
		<description><![CDATA[Receiving an email from the Google AdSense support team is rarely cause for joy, but neither is it the end of the world. If you&#8217;re a publisher in good standing and there&#8217;s some kind of problem with one of your pages or sites, Google will usually contact you before taking drastic action and give you [...]]]></description>
		<wfw:commentRss>http://cluelessabout.com/how-do-i-interact-with-google-adsense-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I use anti-aliased fonts in Java?</title>
		<link>http://cluelessabout.com/java-anti-aliasing/</link>
		<comments>http://cluelessabout.com/java-anti-aliasing/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 15:58:58 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[anti-aliasing]]></category>

		<category><![CDATA[fonts]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Swing]]></category>

		<guid isPermaLink="false">http://cluelessabout.com/java-anti-aliasing/</guid>
		<description><![CDATA[Anti-aliasing is a graphical technique used to smooth jagged edges. Although it takes longer to draw things when anti-aliasing is used, the result is usually well worth the extra processing power required. Anti-aliasing is especially useful with text &#8212; anti-aliased fonts are much cleaner, better-looking, and more readable.
In Java, there are two ways to enable [...]]]></description>
		<wfw:commentRss>http://cluelessabout.com/java-anti-aliasing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How can I avoid being banned from AdSense?</title>
		<link>http://cluelessabout.com/adsense-ban-avoidance/</link>
		<comments>http://cluelessabout.com/adsense-ban-avoidance/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 15:31:29 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
		
		<category><![CDATA[AdSense]]></category>

		<category><![CDATA[banning]]></category>

		<category><![CDATA[click fraud]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://cluelessabout.com/adsense-ban-avoidance/</guid>
		<description><![CDATA[Google&#8217;s AdSense program is a popular way to monetize content-rich sites. 


 When you start making real money from it (see The AdSense Crapshoot) you naturally worry about being banned from AdSense and losing that income stream. Here are some tips to follow to avoid AdSense banning.





1. Don&#8217;t Click Your Own Ads
This seems obvious, but [...]]]></description>
		<wfw:commentRss>http://cluelessabout.com/adsense-ban-avoidance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I convert a Microsoft Word document to a PDF file?</title>
		<link>http://cluelessabout.com/word-to-pdf/</link>
		<comments>http://cluelessabout.com/word-to-pdf/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 12:11:57 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
		
		<category><![CDATA[Publishing]]></category>

		<category><![CDATA[conversion]]></category>

		<category><![CDATA[doc]]></category>

		<category><![CDATA[microsoft word]]></category>

		<category><![CDATA[openoffice]]></category>

		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://cluelessabout.com/word-to-pdf/</guid>
		<description><![CDATA[While Microsoft Word is arguably the most popular word processor for professional use, distributing Word documents on the Internet is problematic for two reasons:






Not everyone runs Microsoft Word
Word documents are easily changed

The standard format for document distribution on the Internet is Adobe PDF (PDF stands for &#8220;portable document format&#8221;). So if you&#8217;re writing an ebook, [...]]]></description>
		<wfw:commentRss>http://cluelessabout.com/word-to-pdf/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
