<?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>Thu, 18 Feb 2010 20:33:54 +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>It triggered a fatal error. Again!</title>
		<link>http://www.pressessentials.com/2010/02/it-triggered-a-fatal-error-again/</link>
		<comments>http://www.pressessentials.com/2010/02/it-triggered-a-fatal-error-again/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:32:17 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=400</guid>
		<description><![CDATA[When I deactivated my plugin and reactivated it, the following error popped up: Plugin could not be activated because it triggered a fatal error. The weird thing is that the debug frame that should show the errors causing the plugin activation to fail was blank. There were no errors in my php_error log either. 
This [...]]]></description>
			<content:encoded><![CDATA[<p>When I deactivated my plugin and reactivated it, the following error popped up: <strong>Plugin could not be activated because it triggered a fatal error</strong>. The weird thing is that the debug frame that should show the errors causing the plugin activation to fail was blank. There were no errors in my php_error log either. </p>
<p>This is the second time this lunacy had me baffled. Everytime it takes me at least 30 minutes to figure out why it happens.  When  <strong>$wpdb->show_errors();</strong> is defined in your plugin, it won&#8217;t activate. Not sure why, but it just won&#8217;t activate. Removing the line allows you to reactivate normally.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2010/02/it-triggered-a-fatal-error-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Video</title>
		<link>http://www.pressessentials.com/2010/02/wordpress-video/</link>
		<comments>http://www.pressessentials.com/2010/02/wordpress-video/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 10:42:35 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=392</guid>
		<description><![CDATA[I was working on the backend of my highslide plugin, which has never came out of beta yet, and I found that the code was very difficult to manage. So I decided to take all that i&#8217;ve learned and start over. While this will be a significant setback in terms of time it will be [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on the backend of my highslide plugin, which has never came out of beta yet, and I found that the code was very difficult to manage. So I decided to take all that i&#8217;ve learned and start over. While this will be a significant setback in terms of time it will be a great advance in terms of stability. So far i&#8217;ve been working mainly on the backend, it allows you to upload and add streams to the database. The frontend will come later. </p>
<p>The framework has been build on three classes. Album, Video and Players. By using these classes it became so much simpler to manage. The video class is at the center of it all. So far i&#8217;ve got wmv, flv, swf, mp4 and youtube(hd) support build in.<br />
Other plugins should be able to access the database by calling the video class.<br />
<code><br />
$video = new pss_video;<br />
$video->load(1);<br />
$video->create_player();<br />
</code><br />
The code above is an example of calling the API to create a video. The load function takes an ID of a video and populate the instance with data from the database. At present all videos are slided but I am working on normal embeds too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2010/02/wordpress-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Nextgen Search to V0.0.2</title>
		<link>http://www.pressessentials.com/2010/01/updated-nextgen-search-to-v0-0-2/</link>
		<comments>http://www.pressessentials.com/2010/01/updated-nextgen-search-to-v0-0-2/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:12:32 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=388</guid>
		<description><![CDATA[Ruben pointed out that I left a var_dump in the code, so I&#8217;ve taken that one out. The variable didnt do anything but it&#8217;s a bit untidy.
]]></description>
			<content:encoded><![CDATA[<p>Ruben pointed out that I left a var_dump in the code, so I&#8217;ve taken that one out. The variable didnt do anything but it&#8217;s a bit untidy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2010/01/updated-nextgen-search-to-v0-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tumbleweed&#8230; passed through here.</title>
		<link>http://www.pressessentials.com/2009/11/tumbleweed-has-passed-through-here/</link>
		<comments>http://www.pressessentials.com/2009/11/tumbleweed-has-passed-through-here/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:30:09 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=363</guid>
		<description><![CDATA[It&#8217;s been a while since I been here, development has stalled a bit but there has been some progress. First off all there&#8217;s the new design, wait wut?, yes another design. Although I was happy with the marble it looked too clunky and I can&#8217;t stand that. So another post, another design. 
Secondly i&#8217;m still [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I been here, development has stalled a bit but there has been some progress. First off all there&#8217;s the new design, wait wut?, yes another design. Although I was happy with the marble it looked too clunky and I can&#8217;t stand that. So another post, another design. </p>
<p>Secondly i&#8217;m still working on the highslide plugin. It has made some good progress as well. There hasnt been a new release in a while, because time would not permit it and I still needed to iron out some bugs. I reworked quite a bit from the 1.1 beta release to make the code more readable and expandable. A lot of video options have been added and cleaned up excessive css. There&#8217;s still some minor bugs left but I think i got the most of them. I hope to release another version soon and upgrade the documentation a bit. </p>
<p>And finally I&#8217;ve been digging through the Wordpress documentation scrounging information about Widgets. It&#8217;s suprisingly easy to do. Ill be releasing a Widget Pack with some nifty functions. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2009/11/tumbleweed-has-passed-through-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finalizing the next release</title>
		<link>http://www.pressessentials.com/2009/09/finalizing-the-next-release/</link>
		<comments>http://www.pressessentials.com/2009/09/finalizing-the-next-release/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 09:18:28 +0000</pubDate>
		<dc:creator>Patriek Jeuriens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pressessentials.com/?p=353</guid>
		<description><![CDATA[Been busy with the new release added support for inline videos so you can display them normally. As well a ton of bugfixes and unfinished odds and ends. Going to release it this weekend. Still need to work on the user interface. At present its just shortcodes but that will be the next step. The [...]]]></description>
			<content:encoded><![CDATA[<p>Been busy with the new release added support for inline videos so you can display them normally. As well a ton of bugfixes and unfinished odds and ends. Going to release it this weekend. Still need to work on the user interface. At present its just shortcodes but that will be the next step. The plugin has more functionality than I envisioned at first, really working well. </p>
<p>Changed the layout again, but this will be the basis for any further theming. The marble texture is looking great, header still needs a bit of work as well as some entourage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pressessentials.com/2009/09/finalizing-the-next-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
