<?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>MediaFresh News:</title>
	<atom:link href="http://blog.mediafresh.net/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.mediafresh.net</link>
	<description>All over the place...</description>
	<lastBuildDate>Fri, 02 Jul 2010 21:23:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Node.js rocks</title>
		<link>http://blog.mediafresh.net/?p=226</link>
		<comments>http://blog.mediafresh.net/?p=226#comments</comments>
		<pubDate>Fri, 02 Jul 2010 21:23:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=226</guid>
		<description><![CDATA[I&#8217;m absolutely loving Node.js.  Running Ubuntu on my lappy and building the new version of Fresher on it.  Looks like I might even be able to run it on our Windows servers too:
http://blog.dtrejo.com/how-to-install-nodejs-on-windows
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m absolutely loving Node.js.  Running Ubuntu on my lappy and building the new version of Fresher on it.  Looks like I might even be able to run it on our Windows servers too:</p>
<div id="_mcePaste"><a href="http://blog.dtrejo.com/how-to-install-nodejs-on-windows" target="_blank">http://blog.dtrejo.com/how-to-install-nodejs-on-windows</a></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=226</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too much tech, too little time</title>
		<link>http://blog.mediafresh.net/?p=224</link>
		<comments>http://blog.mediafresh.net/?p=224#comments</comments>
		<pubDate>Sun, 11 Apr 2010 22:48:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fresher]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Node.js]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=224</guid>
		<description><![CDATA[It has been a while since I&#8217;ve posted because I&#8217;ve been a busy lad.  I&#8217;ve become a huge fan of GitHub and I&#8217;ve been keeping up with new technologies.  Since then a few new and very interesting projects have come up where I get to work with these new technologies especially node.js which [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a while since I&#8217;ve posted because I&#8217;ve been a busy lad.  I&#8217;ve become a huge fan of GitHub and I&#8217;ve been keeping up with new technologies.  Since then a few new and very interesting projects have come up where I get to work with these new technologies especially node.js which I have previously written about.  I can&#8217;t talk about the new projects until they&#8217;re done.</p>
<p>In the meantime, we&#8217;ve added new features to the music vertical for Fresher.  The widgets are now fully integrated with Google Analytics.  We track loading/play/stop and can tell where the tracks are most heard.  We&#8217;re also working on tracking all transactions so that we know where the sales are coming from and produce valuable reports for our clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=224</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE trouble</title>
		<link>http://blog.mediafresh.net/?p=216</link>
		<comments>http://blog.mediafresh.net/?p=216#comments</comments>
		<pubDate>Wed, 20 Jan 2010 19:01:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=216</guid>
		<description><![CDATA[Quick fix in Fresher* for Internet Explorer downloads.  When attempting to download a file in IE, the link would lag out and IE complains.  Fix in ASP:  Response.CacheControl = &#8220;private&#8221;
]]></description>
			<content:encoded><![CDATA[<p>Quick fix in Fresher* for Internet Explorer downloads.  When attempting to download a file in IE, the link would lag out and IE complains.  Fix in ASP:  Response.CacheControl = &#8220;private&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=216</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Node.js and CouchDB FTW?</title>
		<link>http://blog.mediafresh.net/?p=154</link>
		<comments>http://blog.mediafresh.net/?p=154#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:43:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[SSJS]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=154</guid>
		<description><![CDATA[I&#8217;ve been digging deep these days getting up to speed on technology and I found two things that I find extremely exciting.  As I mentioned in a previous post, I&#8217;ve been looking for a scalable back end in SSJS (server side Javascript) trying to avoid the allure of RoR.  I think I might [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been digging deep these days getting up to speed on technology and I found two things that I find extremely exciting.  As I mentioned in a previous post, I&#8217;ve been looking for a scalable back end in SSJS (server side Javascript) trying to avoid the allure of RoR.  I think I might have found my killer combo: CouchDB and Node.js.</p>
<p>CouchDB is written in Erlang (telco grade language), uses a document based model that&#8217;s so close to Fresher I could literally port our client&#8217;s data to it (we&#8217;re using an SQL Server),  AND switched from XML to JSON earlier this year as native output through a RESTful HTTP API.</p>
<p>Node.js is an SSJS server but built around the Javascript event model (addListener for sockets) and uses V8 (The Chrome Javascript engine).</p>
<p>So I&#8217;m drooling at the possibilities here.  What&#8217;s more is I can test run a CouchDB instance at cloudant.com (if they accept my application for a beta account).</p>
<p>I still might want some SQL for things like logs, orders, and CRM &#8211; but then again, we&#8217;ll see once I get my hands dirty&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=154</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JSONP and jQuery</title>
		<link>http://blog.mediafresh.net/?p=151</link>
		<comments>http://blog.mediafresh.net/?p=151#comments</comments>
		<pubDate>Mon, 14 Dec 2009 02:22:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JSONP]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=151</guid>
		<description><![CDATA[Nice little trick I just found out about the getJSON function in jQuery.  If you add an extra &#8220;?&#8221; to the end of the url, it&#8217;ll read it as JSONP.  JSONP simply wraps the server&#8217;s response (JSON object) in a function.  It&#8217;s a way to work around cross domain issues.  We can [...]]]></description>
			<content:encoded><![CDATA[<p>Nice little trick I just found out about the getJSON function in jQuery.  If you add an extra &#8220;?&#8221; to the end of the url, it&#8217;ll read it as JSONP.  JSONP simply wraps the server&#8217;s response (JSON object) in a function.  It&#8217;s a way to work around cross domain issues.  We can finally use the widget creator anywhere, no just on the artist&#8217;s own site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=151</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Gears vs HTML5</title>
		<link>http://blog.mediafresh.net/?p=149</link>
		<comments>http://blog.mediafresh.net/?p=149#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:12:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Gears]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=149</guid>
		<description><![CDATA[One feature I hadn&#8217;t discovered about HTML5 is the ability to cache files like Gears and run in offline mode.  It in fact has local store with SQL&#8230; Huge.  A colleague recently explained that Google was dropping Gears in favor of these new features in HTML5.  See:
http://digitizor.com/2009/02/22/google-prefers-html5-over-its-own-homegrown-google-gears/
]]></description>
			<content:encoded><![CDATA[<p>One feature I hadn&#8217;t discovered about HTML5 is the ability to cache files like Gears and run in offline mode.  It in fact has local store with SQL&#8230; Huge.  A colleague recently explained that Google was dropping Gears in favor of these new features in HTML5.  See:</p>
<p><a href="http://digitizor.com/2009/02/22/google-prefers-html5-over-its-own-homegrown-google-gears/">http://digitizor.com/2009/02/22/google-prefers-html5-over-its-own-homegrown-google-gears/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=149</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wave</title>
		<link>http://blog.mediafresh.net/?p=148</link>
		<comments>http://blog.mediafresh.net/?p=148#comments</comments>
		<pubDate>Sat, 05 Dec 2009 01:11:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=148</guid>
		<description><![CDATA[Gotta say that I&#8217;m really digging Google Wave.  I love the technology behind it and I think it&#8217;ll change the way we build apps for the web.  It looks like real time but all done in micro requests web style.  Very very cool.
]]></description>
			<content:encoded><![CDATA[<p>Gotta say that I&#8217;m really digging Google Wave.  I love the technology behind it and I think it&#8217;ll change the way we build apps for the web.  It looks like real time but all done in micro requests web style.  Very very cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=148</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Frame</title>
		<link>http://blog.mediafresh.net/?p=147</link>
		<comments>http://blog.mediafresh.net/?p=147#comments</comments>
		<pubDate>Fri, 04 Dec 2009 20:28:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=147</guid>
		<description><![CDATA[Was going to activate my Wave account today (which is turning out to be a pain) and had the wrong browser open.

Hilarious.  So much for the open web.
a.
]]></description>
			<content:encoded><![CDATA[<p>Was going to activate my Wave account today (which is turning out to be a pain) and had the wrong browser open.</p>
<p><img class="alignnone size-full wp-image-146" title="Chrome-Frame" src="http://blog.mediafresh.net/wp-content/uploads/2009/12/Chrome-Frame.gif" alt="Chrome-Frame" width="469" height="364" /></p>
<p>Hilarious.  So much for the open web.</p>
<p>a.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=147</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eLearning</title>
		<link>http://blog.mediafresh.net/?p=142</link>
		<comments>http://blog.mediafresh.net/?p=142#comments</comments>
		<pubDate>Sun, 29 Nov 2009 19:23:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SCORM]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=142</guid>
		<description><![CDATA[I haven&#8217;t done an eLearning project in a while and having done so much Web 2.0 stuff recently, I&#8217;d forgotten how horrible XML and SCORM are.  Blows my mind how much time is wasted writing manifest files and breaking things up into &#8220;reusable learning objects&#8221; when no one ever reuses them.  It&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t done an eLearning project in a while and having done so much Web 2.0 stuff recently, I&#8217;d forgotten how horrible XML and SCORM are.  Blows my mind how much time is wasted writing manifest files and breaking things up into &#8220;reusable learning objects&#8221; when no one ever reuses them.  It&#8217;s a glorious make work program.  I think they need a major revamp and need to move towards AJAX/JSON.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=142</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking more like Fresher every day&#8230;</title>
		<link>http://blog.mediafresh.net/?p=140</link>
		<comments>http://blog.mediafresh.net/?p=140#comments</comments>
		<pubDate>Sun, 29 Nov 2009 19:14:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Fresher]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.mediafresh.net/?p=140</guid>
		<description><![CDATA[Updated my WordPress and was surprised to see how much the back end of WordPress looks like Fresher.  Not only that but WP also got an award recently for best OS CMS&#8230; I still don&#8217;t think WP is a CMS.  Sorry folks.  Too many things still missing.
]]></description>
			<content:encoded><![CDATA[<p>Updated my WordPress and was surprised to see how much the back end of WordPress looks like Fresher.  Not only that but WP also got an award recently for best OS CMS&#8230; I still don&#8217;t think WP is a CMS.  Sorry folks.  Too many things still missing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mediafresh.net/?feed=rss2&amp;p=140</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
