<?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</title>
	<atom:link href="http://www.ultimatenewmedia.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultimatenewmedia.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 09 Feb 2010 19:38:28 +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>jQuery and JSONP for Cross Domain Requests</title>
		<link>http://www.ultimatenewmedia.com/blog/jquery-and-jsonp-for-cross-domain-requests/</link>
		<comments>http://www.ultimatenewmedia.com/blog/jquery-and-jsonp-for-cross-domain-requests/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 19:37:56 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cross domain]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[JSONP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/blog/?p=46</guid>
		<description><![CDATA[If you have ever had issues making AJAX calls between two servers (domains) then I strongly suggest you check out this post and jQuery ajax method.
I went through a considerable amount of headbanging before finally figuring this out and the post above is the only solution I could find that even came close to pointing [...]]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/jquery-and-jsonp-for-cross-domain-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Zoom Reset Option</title>
		<link>http://www.ultimatenewmedia.com/blog/magento-zoom-reset-option/</link>
		<comments>http://www.ultimatenewmedia.com/blog/magento-zoom-reset-option/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:04:16 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/blog/?p=40</guid>
		<description><![CDATA[When recently working on a Magento Enterprise project, a client requested a reset button be added for the product zoom feature because while switching between different product images, a new image would load in the current zoom state.  As it turns out, adding this feature is quite simple.
1. Add a button (or trigger of your [...]]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/magento-zoom-reset-option/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>IE Browser Testing to the Max</title>
		<link>http://www.ultimatenewmedia.com/blog/ie-browser-testing-to-the-max/</link>
		<comments>http://www.ultimatenewmedia.com/blog/ie-browser-testing-to-the-max/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 12:38:25 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser testing]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/?p=32</guid>
		<description><![CDATA[Ever needed to test your website in IE 6 but currently have IE 7 (or soon IE 8) installed?
Check out this website: http://tredosoft.com/Multiple_IE
You can install all versions of IE prior to IE 7 (IE 6.0, IE 5.5, IE 5.01, IE 4.01 and IE 3.0) &#8211; pretty useful tool for testing.
]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/ie-browser-testing-to-the-max/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>
		<item>
		<title>TinyMCE error: &#8216;Permission denied to get property Window.tinymce&#8217;</title>
		<link>http://www.ultimatenewmedia.com/blog/tinymce-error-permission-denied-to-get-property-windowtinymce/</link>
		<comments>http://www.ultimatenewmedia.com/blog/tinymce-error-permission-denied-to-get-property-windowtinymce/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 19:40:54 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[wywiwyg]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/?p=25</guid>
		<description><![CDATA[TinyMCE editor is a great piece of software that I use a lot in my CMS projects. For a recent project I was working with a custom file browser for inserting hyperlinks into my content and I ran into an error that I figured I would document and share because I had a difficult time [...]]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/tinymce-error-permission-denied-to-get-property-windowtinymce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launched! Expressions Dance Center</title>
		<link>http://www.ultimatenewmedia.com/blog/launched-expressions-dance-center/</link>
		<comments>http://www.ultimatenewmedia.com/blog/launched-expressions-dance-center/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 01:48:20 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[dance]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[ma]]></category>
		<category><![CDATA[weymouth]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/?p=24</guid>
		<description><![CDATA[The new Expressions Dance Center website was launched last week.  Expressions Dance Center is a new dance center located in Weymouth, MA that features dance classes for all ages &#8211; 2 yrs old to adults.
View Website »
]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/launched-expressions-dance-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launched! R&amp;R Steering Columns</title>
		<link>http://www.ultimatenewmedia.com/blog/launched-rr-steering-columns/</link>
		<comments>http://www.ultimatenewmedia.com/blog/launched-rr-steering-columns/#comments</comments>
		<pubDate>Thu, 01 May 2008 14:00:22 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[dc metro]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[md]]></category>
		<category><![CDATA[waldorf]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/?p=20</guid>
		<description><![CDATA[The new R&#38;R Steering Columns website was launched today.  R&#38;R Steering Columns is a steering column repair business based in Waldorf, MD that services customers in the DC metro region (MD, DC, VA).
View Website »
]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/launched-rr-steering-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expressions Dance Center</title>
		<link>http://www.ultimatenewmedia.com/blog/expressions-dance-center/</link>
		<comments>http://www.ultimatenewmedia.com/blog/expressions-dance-center/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 14:00:07 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[dance]]></category>
		<category><![CDATA[ma]]></category>
		<category><![CDATA[new client]]></category>
		<category><![CDATA[weymouth]]></category>

		<guid isPermaLink="false">http://www.ultimatenewmedia.com/?p=21</guid>
		<description><![CDATA[Expressions Dance Center, a new dance studio in Weymouth, MA, has selected Ultimate New Media, Inc to build their new company website.
]]></description>
		<wfw:commentRss>http://www.ultimatenewmedia.com/blog/expressions-dance-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
