<?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>Ultimate New Media, Inc &#187; Uncategorized</title>
	<atom:link href="http://www.ultimatenewmedia.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultimatenewmedia.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 26 Aug 2010 21:36:15 +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>Random Development/Computer Tidbits</title>
		<link>http://www.ultimatenewmedia.com/blog/random-developmentcomputer-tidbits/</link>
		<comments>http://www.ultimatenewmedia.com/blog/random-developmentcomputer-tidbits/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 21:36:15 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/blog/?p=52</guid>
		<description><![CDATA[So here are some interesting things that were learned today:

When trying to check the HTTP_REFERER using a .htaccess file links generated by JavaScript don&#8217;t set the referrer.  However, this is apparently only an issue in IE (we only tested IE and Firefox)
IE doesn&#8217;t like some JavaScript parameter names when using jQuery &#8211; but they work [...]]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/random-developmentcomputer-tidbits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer with CSS :hover</title>
		<link>http://www.ultimatenewmedia.com/blog/internet-explorer-with-css-hover/</link>
		<comments>http://www.ultimatenewmedia.com/blog/internet-explorer-with-css-hover/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 16:37:06 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/?p=35</guid>
		<description><![CDATA[I discovered an interesting thing about Internet Explorer today while trying to change the border color of an image on mouseover.  IE only recognizes :hover on links, or &#60;a&#62; tags. So, something like this, which works perfectly fine in other browsers, will not work in IE:
a img {
border:1px solid #581C00;
}
a img:hover {
border:1px solid #ffffff;
}
To make [...]]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/internet-explorer-with-css-hover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWFObject/Internet Explorer abort message and fixes</title>
		<link>http://www.ultimatenewmedia.com/blog/swfobjectinternet-explorer-abort-message-and-fixes/</link>
		<comments>http://www.ultimatenewmedia.com/blog/swfobjectinternet-explorer-abort-message-and-fixes/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 01:35:21 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[abort message]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[SWFObject]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/?p=31</guid>
		<description><![CDATA[Another issue that we ran into recently when launching a site that used Flash was an error message in Internet Explorer 7 on a PC (Vista for me).  When trying to access the home page, the following error was displayed: &#8220;Internet Explorer cannot open the Internet site . . . Operation aborted&#8221; and killed the [...]]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/swfobjectinternet-explorer-abort-message-and-fixes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why PHP should NOT be run on Windows</title>
		<link>http://www.ultimatenewmedia.com/blog/why-php-should-not-be-run-on-windows/</link>
		<comments>http://www.ultimatenewmedia.com/blog/why-php-should-not-be-run-on-windows/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 20:25:37 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mail()]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/?p=26</guid>
		<description><![CDATA[I ran into an issue today sending emails from a CMS system that was running on a WAMP installation due to the client&#8217;s request.  We were using the default PHP mail() function to send emails from the form and the emails were not sending.

The first issue we ran into was the setup of the SMTP [...]]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/why-php-should-not-be-run-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
