<?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>Page Strength &#187; Tips &amp; Tutorials</title>
	<atom:link href="http://www.pagestrength.com/category/tips-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pagestrength.com</link>
	<description>Web Design Perth...</description>
	<lastBuildDate>Tue, 08 Dec 2009 17:08:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP: If Number Negative Then Make Zero</title>
		<link>http://www.pagestrength.com/2009/12/php-if-number-negative-then-make-zero/</link>
		<comments>http://www.pagestrength.com/2009/12/php-if-number-negative-then-make-zero/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 06:49:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[negative]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zero]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=175</guid>
		<description><![CDATA[In PHP, checking if a integer is negative and if it is then setting it to zero is easy, but I was looking for something shorter (and potentially faster) than:
if ($x &#60; 0) $x = 0;
Well, this is a very quick check and reset, but there is a function max that does this too and [...]]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/12/php-if-number-negative-then-make-zero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Shorthand IF &#8211; ELSE Statement</title>
		<link>http://www.pagestrength.com/2009/09/php-shorthand-if-else-statement/</link>
		<comments>http://www.pagestrength.com/2009/09/php-shorthand-if-else-statement/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 05:29:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=168</guid>
		<description><![CDATA[The IF &#8211; ELSE statement in PHP has a shorthand version if you are comparing two values. A conditional operator &#8220;?:&#8221; (or ternary) operator is used to shorten this statement down to one line. The expression (expr1) ? (expr2) : (expr3) evaluates to expr2 if      expr1 evaluates to TRUE, and [...]]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/09/php-shorthand-if-else-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counting Distinct Domains in Email List</title>
		<link>http://www.pagestrength.com/2009/09/counting-distinct-domains-in-email-list/</link>
		<comments>http://www.pagestrength.com/2009/09/counting-distinct-domains-in-email-list/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 02:06:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=165</guid>
		<description><![CDATA[I found this MySQL query that counts the number of emails that have the same domain name in a table. This is handy when you want to check which domain, in your list of emails in a table in the database,  is the most popular or even the top group of domains. My first guess [...]]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/09/counting-distinct-domains-in-email-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter for Business</title>
		<link>http://www.pagestrength.com/2009/07/twitter-for-business/</link>
		<comments>http://www.pagestrength.com/2009/07/twitter-for-business/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 08:51:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Arb Stuff]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=161</guid>
		<description><![CDATA[As Twitter becomes more and more popular, more businesses are using it as a marketing tool. This social marketing tool can potentially reach millions of people&#8230; depending on the topic of course. Twitter recently starting culling spamming accounts, so make sure that you are not spamming but rather providing interest and informative info.
Twitter has just [...]]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/07/twitter-for-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Screenshots</title>
		<link>http://www.pagestrength.com/2009/07/browser-screenshots/</link>
		<comments>http://www.pagestrength.com/2009/07/browser-screenshots/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 08:56:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=154</guid>
		<description><![CDATA[Now and then you may have a client that users a combination of OS and browser that you cannot test a site design on. I found this great resource that provides screenshots from browsers on different platforms.
Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by [...]]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/07/browser-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding an Email Account to Outlook 2007</title>
		<link>http://www.pagestrength.com/2009/06/adding-an-email-account-to-outlook-2007/</link>
		<comments>http://www.pagestrength.com/2009/06/adding-an-email-account-to-outlook-2007/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:34:53 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=144</guid>
		<description><![CDATA[Things you will need before you will be able to set up your email account in any email client:

Username (in this case, your full email address)
Password (********)
Your domain&#8217;s mail server address

I am going to demonstrate setting up an email account in MS Outlook 2007 and the previous versions of Outlook are similar. In this example, [...]]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/06/adding-an-email-account-to-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Equal Height Columns in Website Layouts</title>
		<link>http://www.pagestrength.com/2009/05/equal-height-columns-in-website-layouts/</link>
		<comments>http://www.pagestrength.com/2009/05/equal-height-columns-in-website-layouts/#comments</comments>
		<pubDate>Thu, 28 May 2009 17:14:43 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[w3c standards]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=139</guid>
		<description><![CDATA[There have been a number of times when I have had the issue of columns not lining up at the bottom of the website (or section of page). I always like using CSS to create these columns; it&#8217;s better for the environment. The issue that I could never work out was how to make them [...]]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/05/equal-height-columns-in-website-layouts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Image Search Colour Filter</title>
		<link>http://www.pagestrength.com/2009/04/googles-image-search-colour-filter/</link>
		<comments>http://www.pagestrength.com/2009/04/googles-image-search-colour-filter/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 06:28:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=133</guid>
		<description><![CDATA[Google has recently added a great addition to their image search. Well I think it is a nice little addition..
&#8220;The option that lets you filter images by the predominant color has been added to Google Image Search&#8217;s interface. Just click on &#8220;All colors&#8221; above the search results and you can choose one of the 12 [...]]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/04/googles-image-search-colour-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug &#8211; Helpful Firefox Tool</title>
		<link>http://www.pagestrength.com/2009/03/firebug-helpful-firefox-tool/</link>
		<comments>http://www.pagestrength.com/2009/03/firebug-helpful-firefox-tool/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 03:25:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.pagestrength.com/?p=77</guid>
		<description><![CDATA[
Firebug &#8211; web development evolved.
&#8220;Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.&#8221; &#8211; Firebug Site.
This is a great tool for all you web developers! It is great to be able to [...]]]></description>
		<wfw:commentRss>http://www.pagestrength.com/2009/03/firebug-helpful-firefox-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
