<?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>S1 Team Blog &#187; Hacks</title>
	<atom:link href="http://team.sanctuaryone.com/category/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://team.sanctuaryone.com</link>
	<description>Add Links, Tips, Tricks, &#38; News!</description>
	<lastBuildDate>Fri, 14 Aug 2009 09:01:58 +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>Creating a phptest.php File</title>
		<link>http://team.sanctuaryone.com/2009/03/01/creating-a-phptestphp-file/</link>
		<comments>http://team.sanctuaryone.com/2009/03/01/creating-a-phptestphp-file/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 23:52:08 +0000</pubDate>
		<dc:creator>straderade</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://team.sanctuaryone.com/?p=218</guid>
		<description><![CDATA[1) Create a plain notepad file
2) Insert this code:&#160;&#160; &#60;?php echo phpinfo(); ?&#62;
3) Save as phptest.php
4) Upload then visit the path I.E. www.yourdomain.com/phptest.php


]]></description>
			<content:encoded><![CDATA[<p>1) Create a plain notepad file</p>
<p>2) Insert this code:&nbsp;&nbsp; &lt;?php echo phpinfo(); ?&gt;</p>
<p>3) Save as phptest.php</p>
<p>4) Upload then visit the path I.E. www.yourdomain.com/phptest.php</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=e6c6b300-5b89-47e4-bd1a-c4db0fc1de7b" /></div>
]]></content:encoded>
			<wfw:commentRss>http://team.sanctuaryone.com/2009/03/01/creating-a-phptestphp-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack to Handle Old IE Browser Issues</title>
		<link>http://team.sanctuaryone.com/2009/02/26/hack-to-handle-old-ie-browser-issues/</link>
		<comments>http://team.sanctuaryone.com/2009/02/26/hack-to-handle-old-ie-browser-issues/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 23:57:52 +0000</pubDate>
		<dc:creator>AzAkers</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://team.sanctuaryone.com/?p=216</guid>
		<description><![CDATA[CSS Hacks- The good, the bad, and the ugly- Conditional comments
Conditional comments allows you to tell IE to ignore certain code, and then tells it to render some other code that is written specifically for the older IE browsers. Interesting way to work around crummy old browsers that people refuse to upgrade.


]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.javascriptkit.com/dhtmltutors/csshacks.shtml">CSS Hacks- The good, the bad, and the ugly- Conditional comments</a></p>
<p>Conditional comments allows you to tell IE to ignore certain code, and then tells it to render some other code that is written specifically for the older IE browsers. Interesting way to work around crummy old browsers that people refuse to upgrade.<br />
<blockquote></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=0edae18a-6e7e-4a61-bd52-662c382f304f" /></div>
]]></content:encoded>
			<wfw:commentRss>http://team.sanctuaryone.com/2009/02/26/hack-to-handle-old-ie-browser-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
