<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>MovieLandmarks</title>
	
	<link>http://blog.movielandmarks.com</link>
	<description>Movie Mashup</description>
	<lastBuildDate>Sat, 11 Jul 2009 18:51:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/MovieLandmarks" type="application/rss+xml" /><item>
		<title>Adding Movies works!</title>
		<link>http://feedproxy.google.com/~r/MovieLandmarks/~3/jRzsuvdnrao/</link>
		<comments>http://blog.movielandmarks.com/?p=16#comments</comments>
		<pubDate>Sat, 11 Jul 2009 18:44:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.movielandmarks.com/?p=16</guid>
		<description><![CDATA[I have slowly been making progress on the new site at http://movielandmarks.appspot.com, I now have the movie add code working, the picker searches amazon.com for matches and displays their covers for you to pick from.
Next up is getting the add media dialog created. I think I&#8217;m going to use the http://www.oembed.com APIs from Youtube, Hulu, [...]]]></description>
			<content:encoded><![CDATA[<p>I have slowly been making progress on the new site at <a href="http://movielandmarks.appspot.com">http://movielandmarks.appspot.com</a>, I now have the movie add code working, the picker searches amazon.com for matches and displays their covers for you to pick from.</p>
<p>Next up is getting the add media dialog created. I think I&#8217;m going to use the <a href="http://www.oembed.com">http://www.oembed.com</a> APIs from Youtube, Hulu, Flickr, etc. to manage adding the embedded media. It looks like a good standard, and it can return json, making it alot easier to parse the results.</p>
<img src="http://feeds.feedburner.com/~r/MovieLandmarks/~4/jRzsuvdnrao" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.movielandmarks.com/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.movielandmarks.com/?p=16</feedburner:origLink></item>
		<item>
		<title>Moving to Google AppEngine</title>
		<link>http://feedproxy.google.com/~r/MovieLandmarks/~3/B3RrXR5b3MY/</link>
		<comments>http://blog.movielandmarks.com/?p=8#comments</comments>
		<pubDate>Thu, 30 Apr 2009 14:58:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[movielandmarks]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[google appengine]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.movielandmarks.com/?p=8</guid>
		<description><![CDATA[I&#8217;ve decided to rewrite the back-end of MovieLandmarks in Python and move it over to Google&#8217;s AppEngine. This should allow me to focus on developing features for the site without having to worry (too much) about scalability and reliability of the servers it is running on. 
I have plans to re-activate user submissions for content, as [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to rewrite the back-end of M<a href="http://www.movielandmarks.com">ovieLandmarks</a> in <a href="http://www.python.org">Python</a> and move it over to <a href="http://code.google.com/appengine/">Google&#8217;s AppEngine</a>. This should allow me to focus on developing features for the site without having to worry (too much) about scalability and reliability of the servers it is running on. </p>
<p>I have plans to re-activate user submissions for content, as well as extensive use of <a href="http://jquery.com/">jQuery</a> for the User Interface dialogs. The basic clean design will remain the same, with dialogs being used for adding and editing the content of the site.</p>
<p>The landmark clustering will also be rewritten from scratch in <a href="http://www.python.org">Python</a>, with the goal to improve its speed and my understanding of how it actually works. I will be blogging about this as I work through it since Google Map object clustering seems to be a subject that alot of people are interested in.</p>
<img src="http://feeds.feedburner.com/~r/MovieLandmarks/~4/B3RrXR5b3MY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.movielandmarks.com/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.movielandmarks.com/?p=8</feedburner:origLink></item>
		<item>
		<title>Adding jQuery</title>
		<link>http://feedproxy.google.com/~r/MovieLandmarks/~3/fuUktCy1cl4/</link>
		<comments>http://blog.movielandmarks.com/?p=7#comments</comments>
		<pubDate>Thu, 12 Feb 2009 16:16:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[movielandmarks]]></category>

		<guid isPermaLink="false">http://blog.movielandmarks.com/?p=7</guid>
		<description><![CDATA[I&#8217;ve started adding jquery to the development version. I&#8217;ll be using it for UI elements and themes.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started adding <a href="http://www.jquery.com">jquery</a> to the development version. I&#8217;ll be using it for UI elements and themes.</p>
<img src="http://feeds.feedburner.com/~r/MovieLandmarks/~4/fuUktCy1cl4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.movielandmarks.com/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.movielandmarks.com/?p=7</feedburner:origLink></item>
		<item>
		<title>Fixed a Bug for IE7</title>
		<link>http://feedproxy.google.com/~r/MovieLandmarks/~3/4880uLQb5-s/</link>
		<comments>http://blog.movielandmarks.com/?p=5#comments</comments>
		<pubDate>Sat, 31 Jan 2009 07:07:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[movielandmarks]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://blog.movielandmarks.com/?p=5</guid>
		<description><![CDATA[I had an undeclared map variable which caused IE7 to choke with a cryptic error message. Seems to be fixed now, but you really should use Firefox or Chrome instead of IE.
]]></description>
			<content:encoded><![CDATA[<p>I had an undeclared map variable which caused IE7 to choke with a cryptic error message. Seems to be fixed now, but you really should use Firefox or Chrome instead of IE.</p>
<img src="http://feeds.feedburner.com/~r/MovieLandmarks/~4/4880uLQb5-s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.movielandmarks.com/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.movielandmarks.com/?p=5</feedburner:origLink></item>
		<item>
		<title>MovieLandmarks Updates for January 30, 2009</title>
		<link>http://feedproxy.google.com/~r/MovieLandmarks/~3/8J17ZjLwWCI/</link>
		<comments>http://blog.movielandmarks.com/?p=3#comments</comments>
		<pubDate>Sat, 31 Jan 2009 04:15:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[movielandmarks]]></category>

		<guid isPermaLink="false">http://blog.movielandmarks.com/?p=3</guid>
		<description><![CDATA[I&#8217;ve been working on some improvements to the site the last few days. The default display mode is now just maps instead of satellite &#8212; it loads faster and you can always switch. Eventually there will be a cookie to remember user prefrences.
I&#8217;ve fixed the URLs so that you can email links to your favorite [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on some improvements to the site the last few days. The default display mode is now just maps instead of satellite &#8212; it loads faster and you can always switch. Eventually there will be a cookie to remember user prefrences.</p>
<p>I&#8217;ve fixed the URLs so that you can email links to your favorite movies (<a href="http://www.movielandmarks.com/#movie-B0009UC810">Blues Brothers</a>) and landmarks (<a href="http://www.movielandmarks.com/#landmark-B0009UC810-105">Bridge Jump</a>). This makes it alot easier to share things with your friends.</p>
<p>I&#8217;ve moved the blog from blogspot to a wordpress blog. I forgot the login and google changes things around and its just easier to start over. I&#8217;ll copy the old posts over sometime this weekend.</p>
<img src="http://feeds.feedburner.com/~r/MovieLandmarks/~4/8J17ZjLwWCI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.movielandmarks.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.movielandmarks.com/?p=3</feedburner:origLink></item>
	</channel>
</rss>
