<?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>MyTVShows Blog</title>
	<atom:link href="http://blog.mytvshows.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mytvshows.org</link>
	<description>Keep track of the features we add to MyTVShows</description>
	<lastBuildDate>Mon, 16 Aug 2010 14:35:05 +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>Posting to Twitter</title>
		<link>http://blog.mytvshows.org/posting-to-twitter/</link>
		<comments>http://blog.mytvshows.org/posting-to-twitter/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 14:35:05 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Annoucements]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=139</guid>
		<description><![CDATA[Starting today, there&#8217;s a new way to link your MyTVShows account with your Twitter account.
We no longer store your username and password, so all you have to do is click a button to link both accounts on your profile.

This is a safer way to do it.
Unfortunatelly, you will need to reactivate your Twitter account once [...]]]></description>
			<content:encoded><![CDATA[<p>Starting today, there&#8217;s a new way to link your MyTVShows account with your Twitter account.</p>
<p>We no longer store your username and password, so all you have to do is click a button to link both accounts on your profile.</p>
<p><img src="http://blog.mytvshows.org/wp-content/uploads/2010/08/twitter.png" alt="Twitter" /></p>
<p>This is a safer way to do it.</p>
<p>Unfortunatelly, you will need to reactivate your Twitter account once again so that MyTVShows can post updates to your Twitter account. For safety, all the Twitter usernames and passwords were deleted from our database</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/posting-to-twitter/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Status Update</title>
		<link>http://blog.mytvshows.org/status-update/</link>
		<comments>http://blog.mytvshows.org/status-update/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 12:18:03 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Annoucements]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=132</guid>
		<description><![CDATA[Hello!
This post is just to give all of you a status update on the new version of MyTVShows. As you know, we have been working on a completely new version of the website with lots of new features.
Unfortunately, during the last few months we didn&#8217;t had much time to work on it, so the development [...]]]></description>
			<content:encoded><![CDATA[<p>Hello!</p>
<p>This post is just to give all of you a status update on the <a href="http://blog.mytvshows.org/a-sneak-peek-of-whats-coming-to-mytvshows/">new version of MyTVShows</a>. As you know, we have been working on a completely new version of the website with lots of new features.</p>
<p>Unfortunately, during the last few months we didn&#8217;t had much time to work on it, so the development has stopped. We still don&#8217;t know when we will have the time to start working again, but we promise that we will do our best to get this new version out.</p>
<p>In the meantime, the current website is still working (sometimes it becomes a bit slow, but at least it&#8217;s working). We know there are a few bugs and some things don&#8217;t work as everyone would expect (like automatically adding new episodes to your library), but we are not going to make much more changes to this version. All the new features will be implemented on the new version.</p>
<p>We hope you can still enjoy MyTVShows and we will try to make it even better in the future&#8230; as soon as we have some free time to do it <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/status-update/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Kind of an API</title>
		<link>http://blog.mytvshows.org/kind-of-an-api/</link>
		<comments>http://blog.mytvshows.org/kind-of-an-api/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:43:51 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=110</guid>
		<description><![CDATA[Although we are still working on the new version of MyTVShows (wich has suffered a huge delay due to the lack of time we have to work on it), we are lauching (a kind of) an API.
It&#8217;s not a complete API, but just something to help you integrate MyTVShows in your own projects for the [...]]]></description>
			<content:encoded><![CDATA[<p>Although we are still working on the new version of MyTVShows (wich has suffered a huge delay due to the lack of time we have to work on it), we are lauching (a kind of) an API.</p>
<p>It&#8217;s not a complete API, but just something to help you integrate MyTVShows in your own projects for the time being, that is, until we have something better&#8230;</p>
<p>It&#8217;s quite simple, go to your <a href="http://www.mytvshows.org/api">profile</a> on MyTVShows and generate an API Key.<br />
Then you can use the following URLs to get or post information:</p>
<p>To check if an episode is marked as seen or unseen<br />
<code>http://www.mytvshows.org/api/get_status/[API Key]/[show]/[season]/[episode]</code></p>
<p>To mark an episode as <strong>Seen</strong><br />
<code>http://www.mytvshows.org/api/mark_seen/[API Key]/[show]/[season]/[episode]</code></p>
<p>To mark an episode as <strong>Unseen</strong><br />
<code>http://www.mytvshows.org/api/mark_unseen/[API Key]/[show]/[season]/[episode]</code></p>
<p>To get the current episode rating<br />
<code>http://www.mytvshows.org/api/get_rating/[API Key]/[show]/[season]/[episode]</code></p>
<p>And finally, to <strong>rate</strong> an episode<br />
<code>http://www.mytvshows.org/api/rate/[API Key]/[show]/[season]/[episode]/[rating]</code></p>
<p>Please Note, the [show] must be the same name used on the show URL, for example:<br />
http://www.mytvshows.org/show/<strong>bigbangtheory</strong> (The Big Bang Theory)</p>
<p>http://www.mytvshows.org/api/mark_seen/ABCD1234/<strong>bigbangtheory</strong>/4/4/</p>
<p><strong>Warning:</strong> Never publish your API Key. This key allows marking episodes as seen/unseen on <strong>your</strong> account. So, to avoid that others can change the status of your episodes, you should keep this API Key private and only use it on services that you trust.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/kind-of-an-api/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>A sneak peek of what&#8217;s coming to MyTVShows</title>
		<link>http://blog.mytvshows.org/a-sneak-peek-of-whats-coming-to-mytvshows/</link>
		<comments>http://blog.mytvshows.org/a-sneak-peek-of-whats-coming-to-mytvshows/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 18:44:10 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=100</guid>
		<description><![CDATA[As you may know, we are working on a completelly new version of MyTVShows. This new version will deal with the current performance problems we are having and add some long awaited functionalities to the website.
We still don&#8217;t have any deadline for the launch and it may take a little longer that we predicted a [...]]]></description>
			<content:encoded><![CDATA[<p>As you may know, we are working on a completelly new version of MyTVShows. This new version will deal with the current performance problems we are having and add some long awaited functionalities to the website.</p>
<p>We still don&#8217;t have any deadline for the launch and it may take a little longer that we predicted a few weeks ago, but here&#8217;s a sneak peek of the revamped user interface <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can keep giving us feedback here: <a href="http://getsatisfaction.com/mytvshows">http://getsatisfaction.com/mytvshows</a></p>
<p><a href="http://blog.mytvshows.org/wp-content/uploads/2009/10/index.png"><img class="alignnone size-full wp-image-102" title="Current Shows" src="http://blog.mytvshows.org/wp-content/uploads/2009/10/index.png" alt="Current Shows" width="300" /></a></p>
<p><a href="http://blog.mytvshows.org/wp-content/uploads/2009/10/show.png"><img src="http://blog.mytvshows.org/wp-content/uploads/2009/10/show.png" alt="Show homepage" title="Show homepage" width="300" class="alignnone size-full wp-image-103" /></a></p>
<p><a href="http://blog.mytvshows.org/wp-content/uploads/2009/10/season.png"><img src="http://blog.mytvshows.org/wp-content/uploads/2009/10/season.png" alt="Episode list" title="Episode list" width="300" class="alignnone size-full wp-image-104" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/a-sneak-peek-of-whats-coming-to-mytvshows/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Downtime and some temporarily disabled pages</title>
		<link>http://blog.mytvshows.org/downtime-and-some-temporarily-disabled-pages/</link>
		<comments>http://blog.mytvshows.org/downtime-and-some-temporarily-disabled-pages/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 13:26:19 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Annoucements]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=95</guid>
		<description><![CDATA[Some of you may have noticed that MyTVShows was down for most of the weekend. We had to do some maintenance to try and speed up the pages and to optimize our database (which can take a very long time).
After a few days of optimization (those scripts really take a long time) we noticed that [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you may have noticed that MyTVShows was down for most of the weekend. We had to do some maintenance to try and speed up the pages and to optimize our database (which can take a very long time).</p>
<p>After a few days of optimization (those scripts really take a long time) we noticed that the database was running a lot faster <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>However, we noticed that in some pages it still took a long time to load (and they slowed down the whole site for all users). So, in order to keep the website running smoothly, we decided to temporarily disable the following pages:</p>
<ul>
<li>New/Upcoming episodes: to check for new and/or upcoming episodes, please check them individualy for each show (you can see the upcoming episodes on the main show page and the new episodes on the season page, right after the episodes you already have);</li>
<li>Timelines: we disabled the global timeline, the friends timeline and your timeline;</li>
</ul>
<p>As you may now, we are working on a complete redesign of MyTVShows. Until we have the new version ready, these pages will stay disabled.</p>
<p>In the new version, the new episodes will be automatically added to your library, so we won&#8217;t be needing the new episodes page <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/downtime-and-some-temporarily-disabled-pages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why is MyTVShows so slow lately?</title>
		<link>http://blog.mytvshows.org/why-is-mytvshows-so-slow-lately/</link>
		<comments>http://blog.mytvshows.org/why-is-mytvshows-so-slow-lately/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 09:20:54 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Annoucements]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=84</guid>
		<description><![CDATA[If you are a new user, you may be wondering, &#8220;why is this site so slow?&#8221;.
If you are a regular user you may be asking, &#8220;why did MyTVShows become so slow?&#8221;.
The answer is simple. In the last weeks we had a major increase of traffic (over 800% more users and 1800% more pageviews than we [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a new user, you may be wondering, &#8220;why is this site so slow?&#8221;.</p>
<p>If you are a regular user you may be asking, &#8220;why did MyTVShows become so slow?&#8221;.</p>
<p>The answer is simple. In the last weeks we had a major increase of traffic (over <strong>800%</strong> more users and <strong>1800%</strong> more pageviews than we had before). In less than a week we had and increase of the number of episodes we track from 3 million episodes to 7 million episodes. It took us a year to reach 3 million episodes, and just a week to reach 7 million episodes. At it&#8217;s still growing every day <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Unfortunately, we weren&#8217;t prepared for such an increase of traffic and it all started running (very) slowly. We made a few changes to try and make the site a little faster, and although it helped us keep the site online until now, it clearly isn&#8217;t enough.</p>
<p>So we made the decision to rewrite all the code from scratch to increase the overall performance. This process may take some time (we hope it will be complete in a couple of months) and the site may go down a few times (i guess you&#8217;ve all seen the &#8220;grey screen&#8221; a few times) so, please bear with us until we fix everything <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We have high expectations for the new version of the website and, when the time is right, we will unveil some important announcements about the future of MyTVShows <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Keep tuned in.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/why-is-mytvshows-so-slow-lately/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Almost 800% new users in just 2 days</title>
		<link>http://blog.mytvshows.org/too-much-traffic/</link>
		<comments>http://blog.mytvshows.org/too-much-traffic/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 11:43:39 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=78</guid>
		<description><![CDATA[We&#8217;re happy to announce an increase of almost 800% of MyTVShows users during the past two days. Unfortunately, we weren&#8217;t prepared for such an increase in such a small time frame.
The performance issues are already being addressed and should be taken care off soon.
We&#8217;re very thankful to have you on board with us and we&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to announce an increase of <span class="positive_comparison">almost 800</span>% of MyTVShows users during the past two days. Unfortunately, we weren&#8217;t prepared for such an increase in such a small time frame.</p>
<p>The performance issues are already being addressed and should be taken care off soon.</p>
<p>We&#8217;re very thankful to have you on board with us and we&#8217;re sorry about the inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/too-much-traffic/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Password recovery problems</title>
		<link>http://blog.mytvshows.org/password-recovery-problems/</link>
		<comments>http://blog.mytvshows.org/password-recovery-problems/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 09:25:25 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Bug Fix]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=76</guid>
		<description><![CDATA[For those who where having troubles with the password recovery, we have now fixed a bug that was causing the confirmation code malfunction. It should be working fine now.
]]></description>
			<content:encoded><![CDATA[<p>For those who where having troubles with the password recovery, we have now fixed a bug that was causing the confirmation code malfunction. It should be working fine now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/password-recovery-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So many new things&#8230;</title>
		<link>http://blog.mytvshows.org/so-many-new-things/</link>
		<comments>http://blog.mytvshows.org/so-many-new-things/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:38:56 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[New Features]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=68</guid>
		<description><![CDATA[After a few weeks of development, we are updating MyTVShows with a bunch of new features, starting with a new logo (courtesy of Quodis). The old logo was more related to movies than it was with TV or TV Shows, so our friends at Quodis designed our new logo based on the RGB of the [...]]]></description>
			<content:encoded><![CDATA[<p>After a few weeks of development, we are updating MyTVShows with a bunch of new features, starting with a new logo (courtesy of <a href="http://www.quodis.com/">Quodis</a>). The old logo was more related to movies than it was with TV or TV Shows, so our friends at Quodis designed our new logo based on the RGB of the TV Screen (if you look closely to your TV Screen you&#8217;ll see a bunch of Red, Green and Blue dots).</p>
<p><img src="http://blog.mytvshows.org/wp-content/uploads/2009/06/mtvs.png" alt="MyTVShows" /></p>
<p>Other new features include:</p>
<ul>
<li><strong>Friendly URLs:</strong> you can now navigate through all pages with simpler URLs like <a href="http://www.mytvshows.org/show/prisonbreak/">http://www.mytvshows.org/show/prisonbreak/</a> or <a href="http://www.mytvshows.org/user/ivogomes/">http://www.mytvshows.org/user/ivogomes/</a> (the older URLs still work, so that you wont lose your bookmarks);</li>
<li><strong>Layout improvements:</strong> some pages were completelly changed and we made many tweaks and improvements here and there;</li>
<li><strong>Timelines:</strong> You can now check your timeline (your recently watched episodes); your friends timeline; and the global timeline. You can also subscribe the RSS Feed for a user&#8217;s timeline;</li>
<li><strong>Stats:</strong> You can now check who are the most addicted users;</li>
<li><strong>Twitter On/Off:</strong> If you configured your Twitter account on MyTVShows, you can now turn the notifications on and off with just one click;</li>
<li><strong>Internet Explorer: </strong>MyTVShows should work ok on IE7 and IE8 (we wont have support for IE6 and lower). Known issues: the language selection menu is still buggy in IE;</li>
<li><strong>New languages:</strong> We now have another language available: Slovenian! We will also have Spanish and Polish soon;</li>
<li><strong>Microformats:</strong> We added some microformats to the show pages. If you have a browser that supports microformats, you can automatically subscribe the calendar for your TV Shows;</li>
<li><strong>Many small changes:</strong>
<ul>
<li>Selecting all seasons when importing a new Show;</li>
<li>Asking for your current password when changing to a new one (for security reasons);</li>
<li>Better support for browsers with JavaScript turned off;</li>
<li>New &#8220;about&#8221; page with all the credits;</li>
<li>Added the option to mark all episodes as unseen;</li>
<li>Some speed improvements on loading images and JavaScript;</li>
</ul>
</li>
</ul>
<p>Hope you like it <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/so-many-new-things/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Translate MyTVShows into your language</title>
		<link>http://blog.mytvshows.org/translate-mytvshows-into-your-language/</link>
		<comments>http://blog.mytvshows.org/translate-mytvshows-into-your-language/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:44:20 +0000</pubDate>
		<dc:creator>Ivo Gomes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mytvshows.org/?p=62</guid>
		<description><![CDATA[

MyTVShows is currently available in English, Portuguese and French.
If you want to help us translate this website into your own language, please contact us.
We are currently looking for someone who can help us translate into these languages:

Polish
Dutch
German
Czech
Spanish

However, we are open to suggestions if you want to help us translate into any other language  
]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.mytvshows.org/img/flags.png" alt="Translate MyTVShows" /></p>
<div class="text">
<p>MyTVShows is currently available in English, Portuguese and French.<br />
If you want to help us translate this website into your own language, please <a href="http://www.mytvshows.org/contacts.php">contact us</a>.</p>
<p>We are currently looking for someone who can help us translate into these languages:</p>
<ul>
<li>Polish</li>
<li>Dutch</li>
<li>German</li>
<li>Czech</li>
<li>Spanish</li>
</ul>
<p>However, we are open to suggestions if you want to help us translate into any other language <img src='http://blog.mytvshows.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mytvshows.org/translate-mytvshows-into-your-language/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
