<?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>HD-Trailers.net Blog &#187; Development</title>
	<atom:link href="http://blog.hd-trailers.net/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hd-trailers.net</link>
	<description>Easiset way to download HD (High Definition) movie trailers!</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:11:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Figured Out How New Yahoo! Movies Site Works</title>
		<link>http://blog.hd-trailers.net/2012/01/21/figured-out-how-new-yahoo-movies-site-works/</link>
		<comments>http://blog.hd-trailers.net/2012/01/21/figured-out-how-new-yahoo-movies-site-works/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 10:34:05 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24463</guid>
		<description><![CDATA[The good news: We&#8217;ve figured out how the new Yahoo! Movies site works. The bad news: Not everything is rosy. The biggest difference is the new HD trailers are encoded in MP4 instead of MOV. I actually prefer MP4, but &#8230; <a href="http://blog.hd-trailers.net/2012/01/21/figured-out-how-new-yahoo-movies-site-works/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The good news: We&#8217;ve figured out how the new Yahoo! Movies site works.<br />
The bad news: Not everything is rosy.</p>
<p>The biggest difference is the new HD trailers are encoded in MP4 instead of MOV. I actually prefer MP4, but the biggest issue is the quality has severely dropped. We typically encode 1080p @ 10Mbps. The new Yahoo! 1080p MP4 encodes are at 4Mbps, less than half the original quality of the old MOVs. This is almost if not as bad as YouTube encodes, and YouTube encodes aren&#8217;t watermarked. It saddens me Yahoo! has taken this path.</p>
<p>Another problem is Yahoo! trailers/clips aren&#8217;t always associated with a movie. For example, a new trailer they released yesterday was for <a href="http://www.hd-trailers.net/movie/cirkus-columbia/">Cirkus Columbia</a>. If you tried to <a href="http://movies.search.yahoo.com/search?p=cirkus+columbia">search for that movie</a>, it&#8217;s not even listed in their database.</p>
<p>We weren&#8217;t able to automate posting new Yahoo! trailers that didn&#8217;t have a movie associated with it. Those will be done manually for now, which means delays.</p>
<p>As for instructions on how to find the download links for Yahoo! trailers on its new site, I&#8217;ll be updating our <a href="http://blog.hd-trailers.net/tutorials/how-to-download-hd-trailers-from-yahoo/">Download from Yahoo!</a> tutorial when I have some free time. The process is a lot more complicated than before, so it may take some time before I publish it.</p>
<p><ins datetime="2012-01-21T11:47:29+00:00">Update</ins>: I&#8217;ve posted a rough draft of the <a href="http://blog.hd-trailers.net/tutorials/how-to-download-hd-trailers-from-yahoo/"><strong>new instructions</strong></a>. If you have any questions regarding the instructions, feel free to ask in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2012/01/21/figured-out-how-new-yahoo-movies-site-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Category: Most Watched Trailers</title>
		<link>http://blog.hd-trailers.net/2012/01/11/new-category-most-watched-trailers/</link>
		<comments>http://blog.hd-trailers.net/2012/01/11/new-category-most-watched-trailers/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 07:02:07 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24440</guid>
		<description><![CDATA[We&#8217;ve added a new category to our homepage: Most Watched Trailers This Week. For awhile now, I&#8217;ve always wanted to display trailers that were popular with our fans. I finally found some time to look into how to call into &#8230; <a href="http://blog.hd-trailers.net/2012/01/11/new-category-most-watched-trailers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve added a new category to our homepage: <a href="http://www.hd-trailers.net/most-watched/">Most Watched Trailers This Week</a>.</p>
<p>For awhile now, I&#8217;ve always wanted to display trailers that were popular with our fans. I finally found some time to look into how to call into Google Analytics&#8217; API. Here&#8217;s a very good starting point: <a href="https://code.google.com/apis/analytics/docs/gdata/gdataExplorer.html">Google Analytics &#8211; Data Feed Query Explorer</a>. After fiddling with the explorer, I got the query that would generate the results I wanted.</p>
<p>The next obstacle appears that I need to authenticate with OAuth in order to execute the query from my webserver. I found this useful tutorial on how to get an OAuth token from Google: <a href="http://www.ioncannon.net/programming/1443/google-oauth-for-installed-apps-php-example/">Google OAuth for Installed Apps PHP Example</a>. Initially I was getting a weird error that said my site was not registered:</p>
<blockquote><p>The site “http://hd-trailers.net” has not been registered.</p></blockquote>
<p>After a quick search, I found the page where I&#8217;m suppose to register my website: <a href="https://accounts.google.com/ManageDomains">Manage your domains</a>. Registration was pretty straight forward. For the &#8220;Target URL path prefix&#8221;, make sure it matches the domain you&#8217;ll be requesting the OAuth token from.</p>
<p>After generating the OAuth token and secret, I injected the OAuth token into my request and things worked pretty much immediately.</p>
<p>Hope you enjoy the new category!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2012/01/11/new-category-most-watched-trailers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New @Netflix</title>
		<link>http://blog.hd-trailers.net/2012/01/08/new-netflix/</link>
		<comments>http://blog.hd-trailers.net/2012/01/08/new-netflix/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 11:39:21 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Netflix]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24428</guid>
		<description><![CDATA[Just wanted to announce that we&#8217;ve added a new page to our site. Now you can see what blu-rays Netflix is releasing this week as well as what&#8217;s new to watch instantly! http://www.hd-trailers.net/netflix-new-releases/]]></description>
			<content:encoded><![CDATA[<p>Just wanted to announce that we&#8217;ve added a new page to our site. Now you can see what blu-rays Netflix is releasing this week as well as what&#8217;s new to watch instantly! http://www.hd-trailers.net/netflix-new-releases/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2012/01/08/new-netflix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem Fixed: New Facebook Likes Not Showing Up</title>
		<link>http://blog.hd-trailers.net/2012/01/08/problem-fixed-new-facebook-likes-not-showing-up/</link>
		<comments>http://blog.hd-trailers.net/2012/01/08/problem-fixed-new-facebook-likes-not-showing-up/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 09:05:40 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Open Graph]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24422</guid>
		<description><![CDATA[For the past few weeks, I&#8217;ve noticed that new Facebook likes weren&#8217;t showing up on our site. The funny thing was old pages which had likes previously would increment correctly. New pages would register your like, but not reflect that &#8230; <a href="http://blog.hd-trailers.net/2012/01/08/problem-fixed-new-facebook-likes-not-showing-up/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the past few weeks, I&#8217;ve noticed that new Facebook likes weren&#8217;t showing up on our site. The funny thing was old pages which had likes previously would increment correctly. New pages would register your like, but not reflect that on the page once you refresh. I did some research online, but only a few people were experiencing the issue and no one really had much clue what was happening.</p>
<p>Obviously it wasn&#8217;t affecting everyone or else you&#8217;d have tons of websites complaining. I had sent in a bug report as well as contacted my friend who works at Facebook who forwarded my issue to the appropriate department, but I never heard back.</p>
<p>I&#8217;m happy to announce that the problem has been fixed. I took some time this weekend to investigate the issue and found out it was related to the open graph changes I made in the middle of November. It turns out that if you include og:tags, the like button behaves differently. When I removed the og:tags from the site, the likes were incrementing correctly and even showing the previous like count.</p>
<p>After a bit of searching I landed on this page: <a href="http://developers.facebook.com/docs/opengraph/">Open Graph Protocol</a> on Facebook. The real useful thing was the <a href="http://developers.facebook.com/tools/debug">Facebook URL Linter</a>, a debug tool to show you what Facebook sees when it parses your website. It turns out I was missing fb:admins or fb:app_id from my meta properties. After adding the app id (which you can <a href="http://developers.facebook.com/apps/">register for one here</a>), things started working again.</p>
<p>Another really useful trick I learned was that you can force Facebook to clear its cache and re-parse your page by using the <a href="http://developers.facebook.com/tools/debug">Facebook URL Linter</a> tool. Sometimes Facebook fails to fetch your thumbnail or if you decide to change the title/description, new people liking your page will still get the old data. But if you run your page through that debug tool, it&#8217;ll refresh.</p>
<p>Hope this helps anyone else who&#8217;s hitting a similar issue!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2012/01/08/problem-fixed-new-facebook-likes-not-showing-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embed HD trailers on your website!</title>
		<link>http://blog.hd-trailers.net/2012/01/02/embed-hd-trailers-on-your-website/</link>
		<comments>http://blog.hd-trailers.net/2012/01/02/embed-hd-trailers-on-your-website/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 12:41:05 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[embed]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24397</guid>
		<description><![CDATA[Now you can embed HD trailers onto your own website! You&#8217;ll probably notice a new &#8216;embed&#8217; link on the right of each trailer under the source icon. If you click on it, you&#8217;ll get embed code similar to below for &#8230; <a href="http://blog.hd-trailers.net/2012/01/02/embed-hd-trailers-on-your-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Now you can embed HD trailers onto your own website!</p>
<p><iframe src="http://www.hd-trailers.net/embed/marvel-s-the-avengers/3-trailer-no-1-480p/" width="852px" height="500px"></iframe></p>
<p>You&#8217;ll probably notice a new &#8216;embed&#8217; link on the right of each trailer under the source icon. If you click on it, you&#8217;ll get embed code similar to below for each resolution:</p>
<p><code>&lt;iframe src="http://www.hd-trailers.net/embed/marvel-s-the-avengers/3-trailer-no-1-480p/" width="852px" height="500px"&gt;&lt;/iframe&gt;</code></p>
<p>Let us know if you hit into any issues. Any feedback would also be appreciated. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2012/01/02/embed-hd-trailers-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickTime Fallback</title>
		<link>http://blog.hd-trailers.net/2011/12/27/quicktime-fallback/</link>
		<comments>http://blog.hd-trailers.net/2011/12/27/quicktime-fallback/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 13:09:25 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[quicktime]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24387</guid>
		<description><![CDATA[We&#8217;ve also altered our video player selection algorithm. Previously if you didn&#8217;t have an HTML5 browser capable of playing MP4 video or didn&#8217;t have Adobe Flash installed, we would show an error. Now, we also check to see if you &#8230; <a href="http://blog.hd-trailers.net/2011/12/27/quicktime-fallback/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve also altered our video player selection algorithm. Previously if you didn&#8217;t have an HTML5 browser capable of playing MP4 video or didn&#8217;t have Adobe Flash installed, we would show an error. Now, we also check to see if you have QuickTime installed and if you do, we fallback to QuickTime.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/12/27/quicktime-fallback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New URLs</title>
		<link>http://blog.hd-trailers.net/2011/12/27/new-urls/</link>
		<comments>http://blog.hd-trailers.net/2011/12/27/new-urls/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 12:43:57 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24384</guid>
		<description><![CDATA[We&#8217;ve made some changes to our homepage links (e.g. /TopMovies/ -&#62; /top-movies/). For most people, impact should be minimal. We&#8217;ve also redirected the old links to the new ones. If you noticed some broken links or a previous link doesn&#8217;t &#8230; <a href="http://blog.hd-trailers.net/2011/12/27/new-urls/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve made some changes to our homepage links (e.g. /TopMovies/ -&gt; /top-movies/). For most people, impact should be minimal. We&#8217;ve also redirected the old links to the new ones. If you noticed some broken links or a previous link doesn&#8217;t redirect correctly, do leave a comment below with the details.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/12/27/new-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old Yahoo! HD clips imported into homepage</title>
		<link>http://blog.hd-trailers.net/2011/12/25/old-yahoo-hd-clips-imported-into-homepage/</link>
		<comments>http://blog.hd-trailers.net/2011/12/25/old-yahoo-hd-clips-imported-into-homepage/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 18:02:31 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[clips]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24376</guid>
		<description><![CDATA[One thing that was missing on our homepage (previously referred to as the main catalog) was Yahoo! HD clips. I just want to announce that we&#8217;ve imported (hopefully) all the Yahoo! HD clips onto our homepage. Enjoy and Merry Christmas! &#8230; <a href="http://blog.hd-trailers.net/2011/12/25/old-yahoo-hd-clips-imported-into-homepage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One thing that was missing on our homepage (previously referred to as the main catalog) was Yahoo! HD clips. I just want to announce that we&#8217;ve imported (hopefully) all the Yahoo! HD clips onto our homepage. Enjoy and Merry Christmas! (^_^x)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/12/25/old-yahoo-hd-clips-imported-into-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>*** IMPORTANT NOTICE ***</title>
		<link>http://blog.hd-trailers.net/2011/12/23/important-notice/</link>
		<comments>http://blog.hd-trailers.net/2011/12/23/important-notice/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 03:27:35 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24366</guid>
		<description><![CDATA[For those of you who are wondering why no new trailers have been posted on our blog in over a month, it&#8217;s because the blog was merely a stopgap solution until we were able to automate our RSS feed for &#8230; <a href="http://blog.hd-trailers.net/2011/12/23/important-notice/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For those of you who are wondering why no new trailers have been posted on our blog in over a month, it&#8217;s because the blog was merely a stopgap solution until we were able to automate our RSS feed for all the trailers on our <a href="http://www.hd-trailers.net/">homepage</a>.</p>
<p>We have accomplished that and have stopped posting new trailers on the blog. The blog will remain as to provide new development news.</p>
<p>If you&#8217;re looking for our new RSS feed, please read <a href="http://blog.hd-trailers.net/2011/11/20/blog-movie-rss-feed-is-now-officially-discontinued/">this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/12/23/important-notice/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Blog Template</title>
		<link>http://blog.hd-trailers.net/2011/12/21/new-blog-template/</link>
		<comments>http://blog.hd-trailers.net/2011/12/21/new-blog-template/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 06:54:24 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Twenty Eleven]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24348</guid>
		<description><![CDATA[You may have noticed that our blog template has been changed! And I think it&#8217;s for the better! I got sick and tired of templates going out of date and having bugs which I needed to fix every time the &#8230; <a href="http://blog.hd-trailers.net/2011/12/21/new-blog-template/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may have noticed that our blog template has been changed! And I think it&#8217;s for the better!</p>
<p>I got sick and tired of templates going out of date and having bugs which I needed to fix every time the template got updated. That&#8217;s one of the main reasons why I decided to go with <a href="https://theme.wordpress.com/themes/twentyeleven/">Twenty Eleven</a>. For the past 2 years, WordPress has released a new template each year to showcase the new abilities of the WordPress platform. I figured that the default WordPress template would most likely be up to date and have the cool new trinkets that older templates don&#8217;t have.</p>
<p>I&#8217;ve also been thinking of redesigning our homepage and I really like the header and navigation bar of this template.</p>
<p>Let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/12/21/new-blog-template/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More RSS Feeds!</title>
		<link>http://blog.hd-trailers.net/2011/12/21/more-rss-feeds/</link>
		<comments>http://blog.hd-trailers.net/2011/12/21/more-rss-feeds/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 06:43:52 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[rss feeds]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24346</guid>
		<description><![CDATA[There&#8217;s been a couple feature requests to have differentiated RSS feeds and I&#8217;m here to announce that the feature is completed. 480p 720p 1080p Trailers Only Clips Only The resolution-based RSS feeds will contain only download links and enclosures of &#8230; <a href="http://blog.hd-trailers.net/2011/12/21/more-rss-feeds/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been a couple feature requests to have differentiated RSS feeds and I&#8217;m here to announce that the feature is completed.</p>
<ul>
<li><a href="http://feeds.hd-trailers.net/hd-trailers/480p">480p</a></li>
<li><a href="http://feeds.hd-trailers.net/hd-trailers/720p">720p</a></li>
<li><a href="http://feeds.hd-trailers.net/hd-trailers/1080p">1080p</a></li>
<li><a href="http://feeds.hd-trailers.net/hd-trailers/trailers">Trailers Only</a></li>
<li><a href="http://feeds.hd-trailers.net/hd-trailers/clips">Clips Only</a></li>
</ul>
<p>The resolution-based RSS feeds will contain only download links and enclosures of that particular resolution. If that resolution isn&#8217;t available, it&#8217;ll fallback to the next highest resolution available.</p>
<p>The trailers / clips only RSS feeds are as the name indicates, it&#8217;ll contain only trailers or only clips. I know a bunch of you don&#8217;t really care about the clips, so the trailers feed should help you filter those out.</p>
<p>I haven&#8217;t found a good way to expose these RSS feeds yet, so for the time being they&#8217;ll be displayed on this blog post as well as alternative links inside the &lt;head&gt; of our homepage.</p>
<p>Let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/12/21/more-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Video in Chrome and Safari</title>
		<link>http://blog.hd-trailers.net/2011/12/05/html5-video-in-chrome-and-safari/</link>
		<comments>http://blog.hd-trailers.net/2011/12/05/html5-video-in-chrome-and-safari/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 11:05:31 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24206</guid>
		<description><![CDATA[We&#8217;ve been looking to switch to HTML5 video for sometime, but because Firefox doesn&#8217;t support video/mp4 (H.264), we&#8217;ve been waiting to see what the final outcome for HTML5 video is. Anyway, I decided to see if there was a way &#8230; <a href="http://blog.hd-trailers.net/2011/12/05/html5-video-in-chrome-and-safari/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been looking to switch to HTML5 video for sometime, but because Firefox doesn&#8217;t support video/mp4 (H.264), we&#8217;ve been waiting to see what the final outcome for HTML5 video is. Anyway, I decided to see if there was a way to fall back to Flash if HTML5 mp4 video wasn&#8217;t supported.</p>
<p>JW player recently announced that it <a href="http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/22644/using-the-html5-video-tag">now supports HTML5 video</a>, with fallback to flash. In concept, it&#8217;s a really cool idea. You define if you want to use HTML5 as default and fallback to Flash or vice versa. I created some test pages, but unfortunately, there still seems to be some issues as I was hitting into different bugs running on different browsers.</p>
<p>I then started searching online on how other people dealt with HTML5 video with Flash fallback. Lots of sites recommend including the Flash <code>&lt;embed&gt;</code> or <code>&lt;object&gt;</code> inside the <code>&lt;video&gt;</code> element, but it turns out only browsers that don&#8217;t recognize the video tag would render that. In other words if I provided a mp4 video source, it won&#8217;t fallback to Flash in Firefox because Firefox recognizes the <code>&lt;video&gt;</code> tag.</p>
<p>After digging around a bit more, the correct logic in JavaScript appears to be:</p>
<p><code>if( !!document.createElement('video').canPlayType )<br />
{<br />
&nbsp; &nbsp; var can_play_type = document.createElement('video').canPlayType('video/mp4');<br />
&nbsp; &nbsp; var browser_supports_mp4 = can_play_type == 'probably' || can_play_type == 'maybe';<br />
}</code></p>
<p>Initially I had it to return true to only probably, but Chrome, Safari, and IE all returned &#8216;maybe&#8217; instead of probably. I wonder if I included an audio codec, the return value would be different. Only Firefox returned an empty string which is the correct response if a browser doesn&#8217;t support the given codec. The problem with this is that IE also returns maybe, but it can&#8217;t seem to actually play trailers from Yahoo! or MovieFone.</p>
<p>In the midst of researching, I landed on <a href="http://videojs.com/">VideoJS</a>, and remember Derek had mentioned about it. It&#8217;s very similar to JW Player, but backed by the open source community. So I started looking into it and doing a test page. It pretty much worked right out of the box. I did make a couple tweaks here and there to get it to behave the way I want. Looking at it&#8217;s logic, it pretty much did the same thing I suggested above.</p>
<p>One of the tweaks we added was in the event neither HTML5 video or Flash was available, we would display the following error:</p>
<p><a href="http://blog.hd-trailers.net/wp-content/uploads/2011/12/unsupported-browser.png"><img class="aligncenter size-medium wp-image-24221" title="unsupported browser" src="http://blog.hd-trailers.net/wp-content/uploads/2011/12/unsupported-browser-300x190.png" alt="unsupported browser" width="300" height="190" /></a></p>
<p>Given that it had the same logic as I did, that also meant the IE issue was there, which meant I had to special case Internet Explorer, and make it always use Flash.</p>
<p>There has been another issue I&#8217;ve been trying to deal with and that is it&#8217;s practically impossible to escape from full screen mode in Chrome. If you missed the initial flash that says to exit full screen mode, hit F11 (or ⌘⇧F in Mac), you&#8217;re pretty much stuck. Hitting esc won&#8217;t work. It doesn&#8217;t seem to use the custom skin which has the toggle full screen mode key. When I first hit this issue, I ended giving up and quitting the app. The next time, I found opening a new tab forces the video exit full screen mode.</p>
<p>So if you&#8217;re using Chrome or Safari, let us know what you think of the new HTML5 video player.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/12/05/html5-video-in-chrome-and-safari/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blog Movie RSS Feed is now officially discontinued</title>
		<link>http://blog.hd-trailers.net/2011/11/20/blog-movie-rss-feed-is-now-officially-discontinued/</link>
		<comments>http://blog.hd-trailers.net/2011/11/20/blog-movie-rss-feed-is-now-officially-discontinued/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 20:26:46 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24185</guid>
		<description><![CDATA[Just wanted to remind you if you haven&#8217;t already switched to our new movie RSS feed, you should do it now! Because as of right now, the blog movie RSS feed is officially discontinued. New movie trailers will no longer &#8230; <a href="http://blog.hd-trailers.net/2011/11/20/blog-movie-rss-feed-is-now-officially-discontinued/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left; margin-left: 10px; margin-right: 10px;" title="The Death of RSS" src="http://blog.hd-trailers.net/wp-content/uploads/2011/11/the-death-of-rss.jpg" alt="The Death of RSS" width="180" height="180" />Just wanted to remind you if you haven&#8217;t already switched to our <a href="http://feeds.hd-trailers.net/hd-trailers">new movie RSS feed</a>, you should do it <strong>now</strong>! Because as of right now, the blog movie RSS feed is officially discontinued. New movie trailers will no longer be posted to the blog, meaning if you&#8217;re depending on the blog RSS feed for movie trailer updates, they&#8217;ll no longer appear. Instead the blog will be kept mainly for development news announcements.</p>
<p><strong>New RSS Feed</strong>: <a href="http://feeds.hd-trailers.net/hd-trailers">http://feeds.hd-trailers.net/hd-trailers</a></p>
<p>You also have the option of following us on <a href="https://www.facebook.com/pages/HD-Trailersnet/270425625146">Facebook</a> and <a href="http://twitter.com/hdtrailers">Twitter</a> for new trailer announcements.</p>
<p><em>Image courtesy of <a href="https://com125isaac.wordpress.com/">Isaac&#8217;s COM125</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/11/20/blog-movie-rss-feed-is-now-officially-discontinued/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Please Point To Our New RSS Feed Location</title>
		<link>http://blog.hd-trailers.net/2011/11/12/please-point-to-our-new-rss-feed-location/</link>
		<comments>http://blog.hd-trailers.net/2011/11/12/please-point-to-our-new-rss-feed-location/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 05:26:28 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[rss feed]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24028</guid>
		<description><![CDATA[We&#8217;ve finally gotten around to automating our RSS feed and will shortly stop posting movie trailers to our blog. The current scheduled cut off date is Saturday 11/19. So for the next week, we&#8217;ll still be posting trailers to our &#8230; <a href="http://blog.hd-trailers.net/2011/11/12/please-point-to-our-new-rss-feed-location/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left; margin-left: 10px; margin-right: 10px;" src="http://static.hd-trailers.net/images/Rss.png" alt="RSS Icon" width="65" height="65" />We&#8217;ve finally gotten around to automating our RSS feed and will shortly stop posting movie trailers to our blog. The current <strong>scheduled cut off date is Saturday 11/19</strong>. So for the next week, we&#8217;ll still be posting trailers to our blog, giving any application or service that uses our blog feed a chance to update.</p>
<p>Previously we used the blog to post HD clips and trailers from other sources, but with the most recent set of updates we&#8217;ve made, it&#8217;s rendered all movie trailer blog postings as duplicates.</p>
<p>The new feed location is at: <a href="http://feeds.hd-trailers.net/hd-trailers">http://feeds.hd-trailers.net/hd-trailers</a></p>
<p>The formatting of the new feed should be pretty much identical. If you hit into issues, please let us know.</p>
<p>Our blog will remain as a source of development news afterwards.</p>
<p>If you have any suggestions, please feel free to <a href="http://blog.hd-trailers.net/contact-us/">contact us</a>.</p>
<p>We&#8217;ll post a final update on 11/19.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/11/12/please-point-to-our-new-rss-feed-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClipConverter.cc (YouTube Video Downloads / Converter)</title>
		<link>http://blog.hd-trailers.net/2011/11/11/clipconverter-cc-youtube-video-downloads-converter/</link>
		<comments>http://blog.hd-trailers.net/2011/11/11/clipconverter-cc-youtube-video-downloads-converter/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 04:20:59 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ClipConverter.cc]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[File2HD.com]]></category>
		<category><![CDATA[KeepVid]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=24003</guid>
		<description><![CDATA[So for the longest time, I&#8217;ve tried to avoid posting YouTube videos because there wasn&#8217;t a simple and easy solution to download them. Sure there were a bunch of browser add-ons and extensions that one can use, but I don&#8217;t &#8230; <a href="http://blog.hd-trailers.net/2011/11/11/clipconverter-cc-youtube-video-downloads-converter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.clipconverter.cc/images/converter.png" alt="ClipConverter.cc" width="350" height="85" style="background-color:#252525" /></p>
<p>So for the longest time, I&#8217;ve tried to avoid posting YouTube videos because there wasn&#8217;t a simple and easy solution to download them. Sure there were a bunch of browser add-ons and extensions that one can use, but I don&#8217;t consider installing an extension simple and easy.</p>
<p>However, I finally gave in and began to include YouTube videos, while also including a link to KeepVid. But KeepVid was horrible, requiring you to use Java and who knows what other crap they install on your machine, but there just wasn&#8217;t a better solution at that time.</p>
<p>There&#8217;s also a bunch of smart Javascript bookmarklets that reveal the video download links, but I couldn&#8217;t easily expose them since you have run the script after loading the YouTube page first.</p>
<p><a href="http://www.twitter.com/boxofficeBUZ">@boxofficeBUZ</a> suggested I check out <a href="http://file2hd.com/">File2HD.com</a> and it was awesome. The interface was exactly what I was looking for, but it didn&#8217;t include the HD versions (480p/720p/1080p) of the videos, which is the main purpose of this site.</p>
<p>I did some more searching and ended up with <a href="http://www.clipconverter.cc/">ClipConverter.cc</a>. It was elegant and simple to use. Provide it with the YouTube url and it&#8217;ll give you the option to download or choose from 11 different formats to convert it to (mp3, aac, wma, m4a, ogg, mp4, 3pg, avi, mpg, wmv, flv).</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/11/11/clipconverter-cc-youtube-video-downloads-converter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Search to Include Thumbnail Images?</title>
		<link>http://blog.hd-trailers.net/2011/11/10/google-search-to-include-thumbnail-images/</link>
		<comments>http://blog.hd-trailers.net/2011/11/10/google-search-to-include-thumbnail-images/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 03:10:43 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=23976</guid>
		<description><![CDATA[So I was doing a random search on our site and noticed that Google now began including thumbnail images in custom search results. An example: I tried a similar search on Google&#8217;s main search engine, but the thumbnails didn&#8217;t show, &#8230; <a href="http://blog.hd-trailers.net/2011/11/10/google-search-to-include-thumbnail-images/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I was doing a random search on our site and noticed that Google now began including thumbnail images in custom search results. <a href="http://www.hd-trailers.net/search?cx=partner-pub-0559071095567784%3Aaxv0su-iipx&amp;cof=FORID%3A10&amp;ie=ISO-8859-1&amp;q=elite+squad&amp;sa=Search&amp;siteurl=www.hd-trailers.net%2F">An example</a>:</p>
<p><img class="aligncenter size-full wp-image-23977" title="Google search results with thumbnail images" src="http://blog.hd-trailers.net/wp-content/uploads/2011/11/google-search-results-with-thumbnails.png" alt="Google search results with thumbnail images" width="533" height="693" /></p>
<p>I tried a similar search on Google&#8217;s main search engine, but the thumbnails didn&#8217;t show, so I&#8217;m guessing it&#8217;s something they&#8217;re experimenting on custom search and may or may not bring to their main search engine in the future.</p>
<p>At first I thought Google had some deeper integration with WordPress, since the results only seemed to show thumbnails for my blog results. But I&#8217;ve noticed a small amount of pages on our main site also had a thumbnail images (as the 1st search result above shows).</p>
<p>As you probably noticed, some of those images are obviously wrong and the purpose of this post is to see if anyone knows what Google is keying off of or if we can provide better guidance as to what the thumbnail image should be. The rest of the internet seems to refer to the image_src link tag for thumbnail guidance, but Google doesn&#8217;t appear to be using that.</p>
<p><code>&lt;link rel="image_src" href="http://static.hd-trailers.net/images/the-darkest-hour-8f0-4aa2fcd932500-poster.jpg" /&gt;</code></p>
<p>If anyone has any idea, I&#8217;m all ears!</p>
<p><ins datetime="2011-11-11T04:37:43+00:00">Update</ins>: Found the answer: <a href="https://www.google.com/support/customsearch/bin/answer.py?answer=1626955">Custom Search Help: Specify thumbnails</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/11/10/google-search-to-include-thumbnail-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quicker Yahoo! Updates and HD Clips!</title>
		<link>http://blog.hd-trailers.net/2011/11/02/quicker-yahoo-updates-and-hd-clips/</link>
		<comments>http://blog.hd-trailers.net/2011/11/02/quicker-yahoo-updates-and-hd-clips/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 13:14:20 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=23846</guid>
		<description><![CDATA[For anyone that&#8217;s been monitoring Yahoo&#8217;s High Definition Trailers Page, you&#8217;ve probably noticed they&#8217;ve really been slacking off, only updating once or twice a week, while new HD trailers come out everyday. I&#8217;ve decided to go a different route and &#8230; <a href="http://blog.hd-trailers.net/2011/11/02/quicker-yahoo-updates-and-hd-clips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://l.yimg.com/a/images/mo/hd_sherlockholmesagameofshadowsfeature.jpg" alt="Yahoo High Definition Trailers" width="427" height="250" /></p>
<p>For anyone that&#8217;s been monitoring <a href="http://movies.yahoo.com/feature/hdtrailers.html">Yahoo&#8217;s High Definition Trailers Page</a>, you&#8217;ve probably noticed they&#8217;ve really been slacking off, only updating once or twice a week, while new HD trailers come out everyday.</p>
<p>I&#8217;ve decided to go a different route and monitor their recently added trailers page instead and this should provide quicker updates to new trailer releases.</p>
<p>Another good thing that came out of this is now the main catalog will also include HD clips from Yahoo!, something I had been planning to do for some time.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/11/02/quicker-yahoo-updates-and-hd-clips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube HD Trailers</title>
		<link>http://blog.hd-trailers.net/2011/05/12/youtube-hd-trailers/</link>
		<comments>http://blog.hd-trailers.net/2011/05/12/youtube-hd-trailers/#comments</comments>
		<pubDate>Fri, 13 May 2011 04:46:53 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=20417</guid>
		<description><![CDATA[As some of you may have already noticed, we&#8217;ve posted a couple YouTube trailers on our site this week (e.g. Donkeys). Many have suggested their inclusion in the past, but I&#8217;ve always been against it due to 2 main reasons: &#8230; <a href="http://blog.hd-trailers.net/2011/05/12/youtube-hd-trailers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As some of you may have already noticed, we&#8217;ve posted a couple YouTube trailers on our site this week (e.g. <a href="http://www.hd-trailers.net/movie/donkeys/">Donkeys</a>). Many have suggested their inclusion in the past, but I&#8217;ve always been against it due to 2 main reasons:</p>
<ol>
<li>The quality tends to be lower due to the way YouTube does compression</li>
<li>There isn&#8217;t an easy way for us to provide you with a download link</li>
</ol>
<p>We can fix reason #2 by downloading the trailers ourselves and hosting it, but because of reason #1, we prefer to wait for official releases with higher quality. However, we have come to realize that certain HD trailers will only be on YouTube. With that in mind and wanting our site to be the central hub for all movie HD trailers, we came to a decision to include them.</p>
<p><ins datetime="2011-05-13T10:13:02+00:00"><strong>Update</strong></ins>: To make our intentions a bit clearer, the only YouTube trailers we&#8217;ll be posting are for trailers we cannot find a higher quality for. Secondly, we won&#8217;t stop posting trailers from Apple, Yahoo, etc. This will only be in addition to what we&#8217;re currently doing.</p>
<p>Unfortunately we can&#8217;t provide direct download links to YouTube videos, but we have provided a link to <a href="http://keepvid.com/">KeepVid</a>, which will provide you with direct download links. It&#8217;s a bit annoying when you get that Java prompt, but I notice even if you click NO, the download links will still be provided.</p>
<p>There are also other browser extensions/add-ons and download utilities that one can use which will make downloading YouTube videos easier. I&#8217;ll probably be writing up a tutorial on how to download from YouTube sometime later. I&#8217;m also looking into getting JavaScript to download the video you&#8217;re watching.</p>
<p>One might argue why anyone would come here to search for YouTube trailers. Our reply would be our target audience isn&#8217;t really searching for that trailer, but instead is browsing our website checking out new trailers for movies they&#8217;ve never heard of.</p>
<p>We won&#8217;t be posting these YouTube trailers on our blog, but if there&#8217;s enough demand, we might reconsider. If you have any questions, comments, or suggestions, please do leave them below. We&#8217;d love to hear from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2011/05/12/youtube-hd-trailers/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Found The Culprit!</title>
		<link>http://blog.hd-trailers.net/2010/12/31/found-the-culprit/</link>
		<comments>http://blog.hd-trailers.net/2010/12/31/found-the-culprit/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 12:00:50 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=17837</guid>
		<description><![CDATA[After re-enabling my site, I immediately saw our site getting hammered and our CPU usage spike up. A quick look at our access logs revealed that 90% of the load is being generated by XBMC clients. All their queries appear &#8230; <a href="http://blog.hd-trailers.net/2010/12/31/found-the-culprit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After re-enabling my site, I immediately saw our site getting hammered and our CPU usage spike up. A quick look at our access logs revealed that 90% of the load is being generated by XBMC clients. All their queries appear to be search related, so for the time being, I&#8217;ve disabled the internal WordPress search engine and switched to using our Google custom search engine.</p>
<p>Can someone who works on the HD-Trailers.net plug-in for XBMC or if you know someone who does, please get in touch with us? Our email can be found on our <a href="http://blog.hd-trailers.net/contact-us/">contact page</a>.</p>
<p>I&#8217;ve gone ahead and reverted all the things I disabled.</p>
<p>I also found out the Lightword Theme doesn&#8217;t actually have a 404 page, and it was returning a 200 even when no page was found. Apparently all you have to do is create a 404.php in the theme folder and WordPress would use that. So I quickly whipped one out using their single.php as a template:</p>
<p><code>&lt;?php header(&quot;HTTP/1.0 404 Not Found&quot;); ?&gt;<br />
&lt;?php get_header(); ?&gt;<br />
&lt;div id=&quot;content-body&quot;&gt;<br />
&lt;?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('&lt;p id=&quot;breadcrumbs&quot;&gt;','&lt;/p&gt;'); } ?&gt;<br />
<br />
&lt;h2&gt;&lt;?php _e('Not Found','lightword'); ?&gt;&lt;/h2&gt;<br />
&lt;p&gt;&lt;?php  _e(&quot;Sorry, but you are looking for something that isn't here.&quot;,&quot;lightword&quot;); ?&gt;&lt;/p&gt;<br />
<br />
&lt;/div&gt;<br />
&lt;?php get_sidebar(); ?&gt;<br />
&lt;?php get_footer(); ?&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2010/12/31/found-the-culprit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Maintenance</title>
		<link>http://blog.hd-trailers.net/2010/12/31/blog-maintenance/</link>
		<comments>http://blog.hd-trailers.net/2010/12/31/blog-maintenance/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 09:50:59 +0000</pubDate>
		<dc:creator>Krunk</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.hd-trailers.net/?p=17827</guid>
		<description><![CDATA[As some of you may have noticed, our blog was under maintenance for a little over a day. Turns out it was using too much CPU and we were notified that our site would be disabled and told us to &#8230; <a href="http://blog.hd-trailers.net/2010/12/31/blog-maintenance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As some of you may have noticed, our blog was under maintenance for a little over a day. Turns out it was using too much CPU and we were notified that our site would be disabled and told us to come up with a plan on lowering our CPU usage.</p>
<p>Our blog will be running with a bunch of features disabled while we investigate how to lower our CPU usage. We have some ideas on how to do this, but the gist of it is WordPress turns out to be a major CPU hog and DreamHost has told us we needed lower our CPU usage. Turns out our blog was using ~15000 CP minutes per day. For comparison, our main catalog library is only using ~300 CP minutes a day.</p>
<p>Our main catalog services 3x the # of visitors a day more than our blog, yet use only 2% of the CPU that our WordPress blog is using.</p>
<p>We already had <a href="http://wordpress.org/extend/plugins/hyper-cache/">Hyper Cache</a> and we only had a small set of plug-ins enabled . I have been searching and going through tons of suggestions on how to lower the CPU usage. A couple things we did:</p>
<ul>
<li>Confirmed that our MYSQL DB had the correct caching enabled</li>
<li>Verfied settings in Hyper Cache</li>
<li>Installed <a href="http://wordpress.org/extend/plugins/wp-optimize/">WP-Optimize</a> and optimized the DBs</li>
<li>Disabled new comments from being posted (Akismet was catching 5000+ spams a month)</li>
<li>Disabled <a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a> plug-in</li>
<li>Disabled <a href="http://wordpress.org/extend/plugins/twitter-tools/">Twitter Tools</a> plug-in</li>
<li>Disabled <a href="http://cufon.shoqolate.com/generate/">Cufón</a></li>
<li>Enabled <a href="https://code.google.com/speed/page-speed/">mod_pagespeed</a></li>
<li>Removed recent comments from our side bar</li>
<li>Trying out different lightweight themes (our old theme was making 30-40 queries per page)</li>
</ul>
<p>If you noticed any issues, please do let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hd-trailers.net/2010/12/31/blog-maintenance/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

