<?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>Press Essentials</title>
	<atom:link href="http://www.pressessentials.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pressessentials.com</link>
	<description>Everything I wanted to know about Wordpress.</description>
	<lastBuildDate>Sat, 28 Aug 2010 21:15:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>FFmpeg-php support&#8230;. at last!</title>
		<link>http://www.pressessentials.com/2010/08/ffmpeg-support-at-last/</link>
		<comments>http://www.pressessentials.com/2010/08/ffmpeg-support-at-last/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 21:05:19 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[FFmpeg]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=721</guid>
		<description><![CDATA[Finally got FFMpeg-php working on my windows development server. Now i can finally start working on some real movie magic. So far i made some example code to read the Meta from the video and create thumbnails. Not sure how much I will implement it but it feels great just to have it working. Been [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got FFMpeg-php working on my windows development server. Now i can finally start working on some real movie magic. So far i made some example code to read the Meta from the video and create thumbnails. Not sure how much I will implement it but it feels great just to have it working. Been trying for weeks and it really started to get to me. In the end it was just finding the right match of ffmpeg-php and php. I&#8217;ve been using wampserver so it&#8217;s kinda hard to get the right php version.</p>
<p>It was more of a can I get it working thing then something I needed. Reading and writing video data is very resource consuming and it&#8217;s sheer lunacy to do this on a shared hosting server. Your probably kicked off the server before you finished trans-coding your first video. </p>
<p>Abridged version for the tl;dr crowd: Yay It works! and now what?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2010/08/ffmpeg-support-at-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cooliris Crossdomain issue&#8230; solved!</title>
		<link>http://www.pressessentials.com/2010/08/cooliris-crossdomain-issue-solved/</link>
		<comments>http://www.pressessentials.com/2010/08/cooliris-crossdomain-issue-solved/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 19:48:52 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=710</guid>
		<description><![CDATA[Been trying for ages but I finally solved the issue for the crossdomain.xml issue popping up and blocking my Youtube videos. The problem is NOT the crossdomain.xml file. The example feed that is given on the website is not VALID. If you add &#60;title&#62;&#60;description&#62; and &#60;link&#62; to the channel element it starts to work. So [...]]]></description>
			<content:encoded><![CDATA[<p>Been trying for ages but I finally solved the issue for the crossdomain.xml issue popping up and blocking my Youtube videos. The problem is NOT the crossdomain.xml file. The example feed that is given on the website is not VALID. If you add &lt;title&gt;&lt;description&gt; and &lt;link&gt; to the channel element it starts to work.</p>
<p>So it should be like this</p>
<pre>
<table>
<tbody>
<tr>
<td>&lt;rss version='2.0' xmlns:media='http://search.yahoo.com/mrss/' xmlns:atom='http://www.w3.org/2005/Atom'&gt;</td>
</tr>
<tr>
<td>&lt;channel&gt;</td>
</tr>
<tr>
<td>&lt;title&gt;Website&lt;/title&gt;</td>
</tr>
<tr>
<td>&lt;description&gt;Website Title&lt;/description&gt;</td>
</tr>
<tr>
<td>&lt;link&gt;http://www.website.com&lt;/link&gt;</td>
</tr>
<tr>
<td>&lt;item&gt;</td>
</tr>
<tr>
<td>&lt;title&gt;Image or Video&lt;/title&gt;</td>
</tr>
<tr>
<td>&lt;link&gt;Image or video Link&lt;/link&gt;</td>
</tr>
<tr>
<td>&lt;media:description&gt;&lt;/media:description&gt;</td>
</tr>
<tr>
<td>&lt;media:thumbnail url='url' /&gt;</td>
</tr>
<tr>
<td>&lt;media:content type='image/jpeg' url='url' /&gt;</td>
</tr>
<tr>
<td>&lt;/item&gt;</td>
</tr>
<tr>
<td>&lt;/channel&gt;</td>
</tr>
<tr>
<td>&lt;/rss&gt;</td>
</tr>
</tbody>
</table>
</pre>
<p>Wonder if I can sue for lost time&#8230; Oh well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2010/08/cooliris-crossdomain-issue-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>to Highslide or not to Highslide.</title>
		<link>http://www.pressessentials.com/2010/07/to-highslide-or-not-too-highslide/</link>
		<comments>http://www.pressessentials.com/2010/07/to-highslide-or-not-too-highslide/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:46:32 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=707</guid>
		<description><![CDATA[Of all the sliding frameworks I consider Highslide to be one of the best there is. The other commercial sliders are great too but they alll have one drawback. It&#8217;s only free for non-commercial use, so if U run ads on your site you cannot use them without paying the license fee. The open source [...]]]></description>
			<content:encoded><![CDATA[<p>Of all the sliding frameworks I consider Highslide to be one of the best there is. The other commercial sliders are great too but they alll have one drawback. It&#8217;s only free for non-commercial use, so if U run ads on your site you cannot use them without paying the license fee. The open source variants are great but lacking in some very essential features that I need for the interface.</p>
<p>I&#8217;ve been trying to find something to remove highslide from the back end so that anyone can use it without purchasing a license but I cant find any alternatives that i like. Maybe i can figure something out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2010/07/to-highslide-or-not-too-highslide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Essentials, more changes&#8230;.</title>
		<link>http://www.pressessentials.com/2010/07/media-essentials-more-changes/</link>
		<comments>http://www.pressessentials.com/2010/07/media-essentials-more-changes/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 12:01:44 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress. Media Essentials. Update]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=701</guid>
		<description><![CDATA[I&#8217;ve been working on a major revision in the underlying data model. Previously there were two tables for images and videos. This resulted in some complex constructs to incorporate both types of files in a single list. I&#8217;ve combined them into a single table to make selecting items of mixed types a lot easier. It [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a major revision in the underlying data model. Previously there were two tables for images and videos. This resulted in some complex constructs to incorporate both types of files in a single list. I&#8217;ve combined them into a single table to make selecting items of mixed types a lot easier. It allowed me to combine the image and video panels into one library panel which results in a less confusing interface.</p>
<p>Tons of fixes have been implemented as well as full gallery template with pagination and breadcrumb. Because of the single table its easy to mix and match different types and make it virtually indistinguishable from each other. Albums are displayed with full description while singles are displayed inline with only the name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2010/07/media-essentials-more-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Documentation</title>
		<link>http://www.pressessentials.com/2010/05/new-documentation/</link>
		<comments>http://www.pressessentials.com/2010/05/new-documentation/#comments</comments>
		<pubDate>Sun, 30 May 2010 10:27:14 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Media Essentials]]></category>
		<category><![CDATA[Videopress]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=668</guid>
		<description><![CDATA[I&#8217;ve updated the documentation explaining a lot of the new functions as well as more detailed info on the licensing schematics and the changes to the templating and styling functions.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the documentation explaining a lot of the new functions as well as more detailed info on the licensing schematics and the changes to the templating and styling functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2010/05/new-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
