<?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>ralphz Blog &#187; VideoCast</title>
	<atom:link href="http://theorangeit.org/category/videocast/feed/" rel="self" type="application/rss+xml" />
	<link>http://theorangeit.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 07 Mar 2009 22:25:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Compiling custom ffmpeg with all bells and whistles on Ubuntu 8.10</title>
		<link>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/</link>
		<comments>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 10:14:19 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VideoCast]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[nut]]></category>
		<category><![CDATA[xvid]]></category>

		<guid isPermaLink="false">http://theorangeit.org/?p=27</guid>
		<description><![CDATA[This is first of two blog posts explaining how to compile and install ffmpeg with all supporting libraries. This tutorial is based on one of the tutorials I have found online. It would be way harder to write it without it. You can find it here: http://juliensimon.blogspot.com/2008/12/howto-compiling-ffmpeg-x264-mp3-xvid.html. I&#8217;m assuming that you are using Ubuntu 8.10 [...]]]></description>
		<wfw:commentRss>http://theorangeit.org/2009/03/01/compiling-custom-ffmpeg-with-all-bells-and-whistles-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>XDebug and Target Management for Eclipse</title>
		<link>http://theorangeit.org/2008/06/21/xdebug-and-target-management/</link>
		<comments>http://theorangeit.org/2008/06/21/xdebug-and-target-management/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 00:10:18 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[VideoCast]]></category>

		<guid isPermaLink="false">http://theorangeit.org/?p=20</guid>
		<description><![CDATA[Welcome to another exciting episode. This time you will learn: how to send your files to remote development server from within Eclipse using Target Management and secure FTP (sftp). make files sent via sftp belong to certain user group and have write permissions for this group (umask). configure and use XDebug with Eclipse PDT. You [...]]]></description>
		<wfw:commentRss>http://theorangeit.org/2008/06/21/xdebug-and-target-management/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Installing XDebug from source</title>
		<link>http://theorangeit.org/2008/05/27/installing-xdebug-from-source/</link>
		<comments>http://theorangeit.org/2008/05/27/installing-xdebug-from-source/#comments</comments>
		<pubDate>Wed, 28 May 2008 01:22:30 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[VideoCast]]></category>

		<guid isPermaLink="false">http://theorangeit.org/?p=19</guid>
		<description><![CDATA[XDebug is one of the best debugging and profiling tools for PHP. This video tutorial will show you how to compile and install XDebug on Ubuntu Hardy Haron 8.04 Server Edition. In the tutorial I have mentioned a Zend Developer series of articles about using XDebug. The link to the articles. Timeline: 00:25 Checking the [...]]]></description>
		<wfw:commentRss>http://theorangeit.org/2008/05/27/installing-xdebug-from-source/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apache with SSL</title>
		<link>http://theorangeit.org/2008/05/26/apache-with-ssl/</link>
		<comments>http://theorangeit.org/2008/05/26/apache-with-ssl/#comments</comments>
		<pubDate>Tue, 27 May 2008 02:51:35 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[VideoCast]]></category>

		<guid isPermaLink="false">http://theorangeit.org/?p=17</guid>
		<description><![CDATA[This time I will show you how to install Apache web server with SSL. In the video you will also see how to access your Subversion repository, created and configured in previous episode, via SSL and SSH from Eclipse. Whole process of configuring SSL certificates is automated using the Bash script I have prepared especially [...]]]></description>
		<wfw:commentRss>http://theorangeit.org/2008/05/26/apache-with-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion repository + Apache</title>
		<link>http://theorangeit.org/2008/05/25/subversion-repository-apache/</link>
		<comments>http://theorangeit.org/2008/05/25/subversion-repository-apache/#comments</comments>
		<pubDate>Sun, 25 May 2008 16:52:19 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[VideoCast]]></category>

		<guid isPermaLink="false">http://theorangeit.org/?p=15</guid>
		<description><![CDATA[this time I will show you how to install and configure subversion repository on your development server. We will basically start where we left off in Episode #4. Tutorial will also show you how to set up Apache to access repository via http and with authorization and authentication. Have fun. Best viewed in full screen [...]]]></description>
		<wfw:commentRss>http://theorangeit.org/2008/05/25/subversion-repository-apache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Development Server, Ubuntu 8.04</title>
		<link>http://theorangeit.org/2008/05/02/development-server-ubuntu-804/</link>
		<comments>http://theorangeit.org/2008/05/02/development-server-ubuntu-804/#comments</comments>
		<pubDate>Sat, 03 May 2008 02:46:36 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[VideoCast]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://theorangeit.org/?p=14</guid>
		<description><![CDATA[This time I will show you how to install Ubuntu 8.04 (Hardy Haron) with Apache, MySQL and PHP. Tutorial shows step by step installation and few tricks for newcomers to Linux. Have fun !!! Best viewed in full screen with scaling off !!! Episode #4 Installing Ubuntu 8.04 Hardy Haron Server from ralphz on Vimeo.]]></description>
		<wfw:commentRss>http://theorangeit.org/2008/05/02/development-server-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eclipse PDT #3</title>
		<link>http://theorangeit.org/2008/04/20/eclipse-pdt-3/</link>
		<comments>http://theorangeit.org/2008/04/20/eclipse-pdt-3/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 04:11:44 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[VideoCast]]></category>

		<guid isPermaLink="false">http://theorangeit.org/?p=12</guid>
		<description><![CDATA[This time I will show you how to install Subversion (Subclipse) plugin to Eclipse. In the tutorial I use command line. These are the commands in case you can&#8217;t see them: $sudo apt-get install libsvn-javahl $sudo ln -s /usr/lib/jni/libsvnjavahl-1.so.0.0.0 /usr/lib/libsvnjavahl-1.so $sudo ln -s /usr/lib/jni/libsvnjavahl-1.so.0.0.0 /usr/lib/libsvnjavahl-1.so.0 $sudo ldconfig Hope you like the tutorial. Any comments appreciated. [...]]]></description>
		<wfw:commentRss>http://theorangeit.org/2008/04/20/eclipse-pdt-3/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Eclipse PDT #2</title>
		<link>http://theorangeit.org/2008/04/16/eclipse-pdt-2/</link>
		<comments>http://theorangeit.org/2008/04/16/eclipse-pdt-2/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 05:39:03 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[VideoCast]]></category>

		<guid isPermaLink="false">http://blog.theorangeit.com/?p=11</guid>
		<description><![CDATA[This is second episode in the series of video tutorials about Eclipse PDT (PHP IDE). I would greatly appreciate any comments. See my other video tutorials HERE. Best viewed in full screen with scaling off !!! Eclipse PDT #2 from ralphz on Vimeo.]]></description>
		<wfw:commentRss>http://theorangeit.org/2008/04/16/eclipse-pdt-2/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Eclipse PDT #1.5</title>
		<link>http://theorangeit.org/2008/04/09/eclipse-pdt-15/</link>
		<comments>http://theorangeit.org/2008/04/09/eclipse-pdt-15/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 06:36:56 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[VideoCast]]></category>
		<category><![CDATA[Eclipse PDT]]></category>

		<guid isPermaLink="false">http://blog.theorangeit.com/?p=6</guid>
		<description><![CDATA[Last week I showed you how to install Eclipse PDT but I forgot to show you how to add its shortcut to Applications menu &#8211; this episode will correct this mistake . Sorry for short episode this week. This video was made using open source tools from A to Z on Ubuntu 7.10 Gusty Gibbon. [...]]]></description>
		<wfw:commentRss>http://theorangeit.org/2008/04/09/eclipse-pdt-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse PDT #1</title>
		<link>http://theorangeit.org/2008/04/03/eclipse-pdt-1/</link>
		<comments>http://theorangeit.org/2008/04/03/eclipse-pdt-1/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 03:42:05 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[VideoCast]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Video Tutorial]]></category>

		<guid isPermaLink="false">http://blog.theorangeit.com/?p=4</guid>
		<description><![CDATA[This is the first of the series of video tutorials I&#8217;m planning to release about Eclipse PDT. This is the first time I&#8217;m doing something like this so please be understanding Project&#8217;s homepage describes it as: This project encompasses all development components necessary to develop PHP and facilitate extensibility. It leverages the existing Web Tools [...]]]></description>
		<wfw:commentRss>http://theorangeit.org/2008/04/03/eclipse-pdt-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

