<?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; Development</title>
	<atom:link href="http://www.ultimatenewmedia.com/blog/category/development/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>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>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>
	</channel>
</rss>
