<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Compiled Weekly</title>
	<atom:link href="http://www.compiledweekly.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.compiledweekly.com</link>
	<description>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.</description>
	<lastBuildDate>Tue, 29 Sep 2009 20:27:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/0.9.10" mode="advanced" entry="normal" -->
	<itunes:summary>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.

Compiled weekly will soon be covering Android SDK. Stay tuned!</itunes:summary>
	<itunes:author>Angelo Mandato</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.compiledweekly.com/wp-content/themes/angelo2/images/itunes_cw.png" />
	<itunes:owner>
		<itunes:name>Angelo Mandato</itunes:name>
		<itunes:email>compiledweekly@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>compiledweekly@gmail.com (Angelo Mandato)</managingEditor>
	<copyright>&#xA9; 2006-2008 Compiled Weekly</copyright>
	<itunes:subtitle>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.</itunes:subtitle>
	<itunes:keywords>programming, php, mysql, wxwidgets, apache, lighttpd, nsis, web design</itunes:keywords>
	<image>
		<title>Compiled Weekly</title>
		<url>http://www.compiledweekly.com/wp-content/themes/angelo2/images/rss_cw.png</url>
		<link>http://www.compiledweekly.com</link>
	</image>
	<itunes:category text="Education">
		<itunes:category text="Education Technology" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
		<itunes:category text="Software How-To" />
	</itunes:category>
		<item>
		<title>Test Post with Tweet</title>
		<link>http://www.compiledweekly.com/2009/08/18/test-post-with-tweet/</link>
		<comments>http://www.compiledweekly.com/2009/08/18/test-post-with-tweet/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:52:06 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/2009/08/18/test-post-with-tweet/</guid>
		<description><![CDATA[Test Post with Tweet
new line added.
]]></description>
			<content:encoded><![CDATA[<p>Test Post with Tweet</p>
<p>new line added.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2009/08/18/test-post-with-tweet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Silverlight: Setting Wait Cursor on Disabled Controls</title>
		<link>http://www.compiledweekly.com/2009/06/18/silverlight-setting-wait-cursor-on-disabled-controls/</link>
		<comments>http://www.compiledweekly.com/2009/06/18/silverlight-setting-wait-cursor-on-disabled-controls/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:20:47 +0000</pubDate>
		<dc:creator>heather</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[disabled]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/?p=128</guid>
		<description><![CDATA[For operations that take a long time, you&#8217;ll want to notifiy users that something is happening, and perhaps prevent them from interacting with the application during that time. One method is to make a semi-opaque rectangle covering the whole control, with a loading message of some kind.  But I wanted to just disable the controls and change the [...]]]></description>
			<content:encoded><![CDATA[<p>For operations that take a long time, you&#8217;ll want to notifiy users that something is happening, and perhaps prevent them from interacting with the application during that time. One method is to make a semi-opaque rectangle covering the whole control, with a loading message of some kind.  But I wanted to just disable the controls and change the cursor to the Wait cursor.  I tried setting IsEnabled=false and Cursor=&#8221;Wait&#8221; on my User Control, to no avail. It looks like you cannot change the cursor on disabled controls; it will just remain the Arrow cursor. And you can only set IsEnabled on controls, not containers such as Grids, which contain numerous controls. My solution was to wrap the grid in a Content Control and set IsEnabled=false there. Then set the cursor property to the parent User Control (the opposite wouldn&#8217;t work, since the Disabled would propagate down). This way you&#8217;ll need to set two different properties, but you won&#8217;t  have an extra rectangle or canvas in your page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2009/06/18/silverlight-setting-wait-cursor-on-disabled-controls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Integrating PHP Command Line Scripts with Existing Web Projects</title>
		<link>http://www.compiledweekly.com/2009/01/06/integrating-php-command-line-scripts-with-existing-web-projects/</link>
		<comments>http://www.compiledweekly.com/2009/01/06/integrating-php-command-line-scripts-with-existing-web-projects/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:17:14 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[php-cli]]></category>
		<category><![CDATA[verbose]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/?p=116</guid>
		<description><![CDATA[After reading the post on Johan Mares site about the PHP command line interface, I thought I would indulge in the details how I&#8217;ve been using the PHP cli for some of my web based applications.
First, some of my web apps have multiple configuration files which are determined by the $_SERVER['HTTP_HOST'] value. If (stricmp( $_SERVER['HTTP_HOST'],&#8217;compiledweekly&#8217;) [...]]]></description>
			<content:encoded><![CDATA[<p>After reading the post on <a title="Johan Mares" href="http://blog.johan-mares.be/ict/php/running-php-shell-scripts/" target="_blank">Johan Mares</a> site about the PHP command line interface, I thought I would indulge in the details how I&#8217;ve been using the PHP cli for some of my web based applications.</p>
<p>First, some of my web apps have multiple configuration files which are determined by the $_SERVER['HTTP_HOST'] value. If (stricmp( $_SERVER['HTTP_HOST'],&#8217;compiledweekly&#8217;) ) { // then I load compiledweekly config file }. So with that in mind, I had to add to the top of my cli scripts the following line:</p>
<p style="padding-left: 30px;">$_SERVER['HTTP_HOST'] = &#8216;compiledweekly.com&#8217;;</p>
<p>This required me to have to edit the command line script every time i used it with another site. Here&#8217;s the trick: pass arguments to your command line so your script can parse them. Here&#8217;s how I did it to also include a verbose mode.</p>
<pre>	if( count($argv) > 1 )
	{
		for( $x = 1; $x < count($argv); $x++ )
		{
			switch($argv[$x])
			{
				case '--verbose': { // Print results to std out
					$Verbose = true;
				}; break;
				case '--host': { // Print results to std out
					$_SERVER['HTTP_HOST'] = trim($argv[$x+1]);
				}; break;
			}
		}
	}

	if( $Verbose ) echo "Starting script...\n\n";
	// Continue with your script below</pre>
<p>So with the following example I can run my script for my compiledweekly.com site with verbose information. Example:</p>
<p style="padding-left: 30px;">/path/to/script.php --verbose --host compiledweekly.com</p>
<p>Now if you use your php script in a cron task, don't include the --verbose and make sure you check the $Verbose flag before printing any results. Don't forget to add to the end of the command line " &gt; /dev/null 2&gt;&amp;1" minus the quotes, this sends any std out and std error messages to a <a title="What does &gt; /dev/null 2&gt;&amp;1 mean" href="http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/" target="_blank">black hole</a>.<em><br />
</em></p>
<p>If your command line script is saved in a web accessible folder, here's a line you should add to the top so no web browser can execute your script:</p>
<p style="padding-left: 30px;">if( php_sapi_name() != 'cli' ) die('Access denied.');</p>
<p>This will take your command line apps to a new level while giving you the ability to use existing web code.</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2009/01/06/integrating-php-command-line-scripts-with-existing-web-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting URL to Local File Path in Batch MySQL INSERT Query Using SUBSTRING_INDEX() and CONCAT()</title>
		<link>http://www.compiledweekly.com/2009/01/05/converting-url-to-local-file-path-in-batch-mysql-insert-query-using-substring_index-and-concat/</link>
		<comments>http://www.compiledweekly.com/2009/01/05/converting-url-to-local-file-path-in-batch-mysql-insert-query-using-substring_index-and-concat/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 21:28:46 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[concat]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[insert from select]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[substring_index]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/?p=114</guid>
		<description><![CDATA[I wanted to quickly take a URL (e.g. http://www.compiledweekly.com/somefolder/somefile.ext) and translate it to the local path (e.g. /home/user/public_html/somefolder/somefile.ext) while inserting multiple records into a new table. My first thought was to select all the records, use PHP to trim off the path, then insert the new record in the new table. There&#8217;s a better answer, [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to quickly take a URL (e.g. http://www.compiledweekly.com/somefolder/somefile.ext) and translate it to the local path (e.g. /home/user/public_html/somefolder/somefile.ext) while inserting multiple records into a new table. My first thought was to select all the records, use PHP to trim off the path, then insert the new record in the new table. There&#8217;s a better answer, use SUBSTRING_INDEX() and CONCAT() with a INSERT INTO table SELECT statement.</p>
<p style="padding-left: 30px;">INSERT INTO new_table<br />
SELECT CONCAT(&#8216;/home/user/public_html/somefolder/&#8217;, SUBSTRING_INDEX(s.url, &#8216;/&#8217;, -1)) AS local_path<br />
FROM source_table AS s<br />
WHERE &#8230;</p>
<p>It does the job with out having to write a single line of PHP code!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2009/01/05/converting-url-to-local-file-path-in-batch-mysql-insert-query-using-substring_index-and-concat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating XP and Vista to support WebDAV Web Folders from Apache &#8211; Patch KB907306</title>
		<link>http://www.compiledweekly.com/2008/12/31/updating-xp-and-vista-to-support-webdav-web-folders-from-apache-patch-kb907306-kb90730/</link>
		<comments>http://www.compiledweekly.com/2008/12/31/updating-xp-and-vista-to-support-webdav-web-folders-from-apache-patch-kb907306-kb90730/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:45:18 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[KB90730]]></category>
		<category><![CDATA[KB907306]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/?p=112</guid>
		<description><![CDATA[If you are familiar with WebDAV or even Subversion and use Windows XP/Vista, you will appreciate this tidbit of information.
You can browse a WebDAV server in Windows XP and Vista using Windows Explorer. There is a problem though, Windows XP and Vista will try to use NTLM authentication (Active Directory) to authenticate with the server. [...]]]></description>
			<content:encoded><![CDATA[<p>If you are familiar with WebDAV or even Subversion and use Windows XP/Vista, you will appreciate this tidbit of information.</p>
<p>You can browse a WebDAV server in Windows XP and Vista using Windows Explorer. There is a problem though, Windows XP and Vista will try to use NTLM authentication (Active Directory) to authenticate with the server. If you configure your Apache WebDAV server with either no, basic or digest authentication, then you will hit a roadblock. Luckily Microsoft created the KB907306 patch. Unlucky for myself, other websites refer to the patch number missing the last digit &#8216;6&#8242;. This will drive you crazy when you know you should be able to copy/paste the KB number in Google and quickly find the download page on microsoft.com. Other documents will say to search for KB90730. You should be searching for KB907306. You can search for &#8220;<span class="quote">Software           Update for Web Folders</span>&#8220;, but you will also get a lot of other search results that are not nearly as helpful. Hopefully this blog post will save some folks the aggravation.</p>
<p>Now that you&#8217;re here, there is no need to search! The patch is available from the following link: <a title="KB907306 WebDAV Patch" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=17c36612-632e-4c04-9382-987622ed1d64&amp;DisplayLang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=17c36612-632e-4c04-9382-987622ed1d64&amp;DisplayLang=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/12/31/updating-xp-and-vista-to-support-webdav-web-folders-from-apache-patch-kb907306-kb90730/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Function HTTP Status Code Value as String</title>
		<link>http://www.compiledweekly.com/2008/12/31/php-function-http-status-code-value-as-string/</link>
		<comments>http://www.compiledweekly.com/2008/12/31/php-function-http-status-code-value-as-string/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 21:23:41 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[http codes]]></category>
		<category><![CDATA[status codes]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/?p=110</guid>
		<description><![CDATA[I&#8217;ve been working with the php CURL library and found that it would not return an error if the server returned a 500 error. After looking up 3 different status codes that I wasn&#8217;t very familiar with, I created the following function. It is very complete and includes additional WebDAV, Apache and Microsoft codes.
function http_status_code_string($code, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with the php CURL library and found that it would not return an error if the server returned a 500 error. After looking up 3 different status codes that I wasn&#8217;t very familiar with, I created the following function. It is very complete and includes additional WebDAV, Apache and Microsoft codes.</p>
<pre>function http_status_code_string($code, $include_code=false)
{
	// Source: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes

	switch( $code )
	{
		// 1xx Informational
		case 100: $string = 'Continue'; break;
		case 101: $string = 'Switching Protocols'; break;
		case 102: $string = 'Processing'; break; // WebDAV
		case 122: $string = 'Request-URI too long'; break; // Microsoft

		// 2xx Success
		case 200: $string = 'OK'; break;
		case 201: $string = 'Created'; break;
		case 202: $string = 'Accepted'; break;
		case 203: $string = 'Non-Authoritative Information'; break; // HTTP/1.1
		case 204: $string = 'No Content'; break;
		case 205: $string = 'Reset Content'; break;
		case 206: $string = 'Partial Content'; break;
		case 207: $string = 'Multi-Status'; break; // WebDAV

		// 3xx Redirection
		case 300: $string = 'Multiple Choices'; break;
		case 301: $string = 'Moved Permanently'; break;
		case 302: $string = 'Found'; break;
		case 303: $string = 'See Other'; break; //HTTP/1.1
		case 304: $string = 'Not Modified'; break;
		case 305: $string = 'Use Proxy'; break; // HTTP/1.1
		case 306: $string = 'Switch Proxy'; break; // Depreciated
		case 307: $string = 'Temporary Redirect'; break; // HTTP/1.1

		// 4xx Client Error
		case 400: $string = 'Bad Request'; break;
		case 401: $string = 'Unauthorized'; break;
		case 402: $string = 'Payment Required'; break;
		case 403: $string = 'Forbidden'; break;
		case 404: $string = 'Not Found'; break;
		case 405: $string = 'Method Not Allowed'; break;
		case 406: $string = 'Not Acceptable'; break;
		case 407: $string = 'Proxy Authentication Required'; break;
		case 408: $string = 'Request Timeout'; break;
		case 409: $string = 'Conflict'; break;
		case 410: $string = 'Gone'; break;
		case 411: $string = 'Length Required'; break;
		case 412: $string = 'Precondition Failed'; break;
		case 413: $string = 'Request Entity Too Large'; break;
		case 414: $string = 'Request-URI Too Long'; break;
		case 415: $string = 'Unsupported Media Type'; break;
		case 416: $string = 'Requested Range Not Satisfiable'; break;
		case 417: $string = 'Expectation Failed'; break;
		case 422: $string = 'Unprocessable Entity'; break; // WebDAV
		case 423: $string = 'Locked'; break; // WebDAV
		case 424: $string = 'Failed Dependency'; break; // WebDAV
		case 425: $string = 'Unordered Collection'; break; // WebDAV
		case 426: $string = 'Upgrade Required'; break;
		case 449: $string = 'Retry With'; break; // Microsoft
		case 450: $string = 'Blocked'; break; // Microsoft

		// 5xx Server Error
		case 500: $string = 'Internal Server Error'; break;
		case 501: $string = 'Not Implemented'; break;
		case 502: $string = 'Bad Gateway'; break;
		case 503: $string = 'Service Unavailable'; break;
		case 504: $string = 'Gateway Timeout'; break;
		case 505: $string = 'HTTP Version Not Supported'; break;
		case 506: $string = 'Variant Also Negotiates'; break;
		case 507: $string = 'Insufficient Storage'; break; // WebDAV
		case 509: $string = 'Bandwidth Limit Exceeded'; break; // Apache
		case 510: $string = 'Not Extended'; break;

		// Unknown code:
		default: $string = 'Unknown';  break;
	}
	if( $include_code )
		return $code . ' '.$string;
	return $string;
}</pre>
<p>HTTP Code values are taken from the Wikipedia entry found here: <a title="HTTP Codes" href="http://en.wikipedia.org/wiki/List_of_HTTP_status_codes" target="_blank">http://en.wikipedia.org/wiki/List_of_HTTP_status_codes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/12/31/php-function-http-status-code-value-as-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish test</title>
		<link>http://www.compiledweekly.com/2008/11/21/publish-test/</link>
		<comments>http://www.compiledweekly.com/2008/11/21/publish-test/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 22:45:43 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tag 6]]></category>
		<category><![CDATA[tag 7]]></category>
		<category><![CDATA[tag1]]></category>
		<category><![CDATA[tag2]]></category>
		<category><![CDATA[tag3]]></category>
		<category><![CDATA[tag4]]></category>
		<category><![CDATA[tag5]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/2008/11/21/publish-test/</guid>
		<description><![CDATA[Publish test
Download This Episode
]]></description>
			<content:encoded><![CDATA[<p>Publish test</p>
<p><a title="Download This Episode" href="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-21-17-45-08.mp3">Download This Episode</a><!--enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-21-17-45-08.mp3" length="36020384" type="audio/mpeg" duration="74:56" --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/11/21/publish-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-21-17-45-08.mp3" length="36020384" type="audio/mpeg" />
			<itunes:keywords>tag 6,tag 7,tag1,tag2,tag3,tag4,tag5</itunes:keywords>
		<itunes:subtitle>Publish test - Download This Episode</itunes:subtitle>
		<itunes:summary>Publish test

Download This Episode (http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-21-17-45-08.mp3)</itunes:summary>
		<itunes:author>Angelo Mandato</itunes:author>
		<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Compiled Weekly Recording from G1 Android Phone Try 2</title>
		<link>http://www.compiledweekly.com/2008/11/12/compiled-weekly-recording-from-g1-android-phone-try-2/</link>
		<comments>http://www.compiledweekly.com/2008/11/12/compiled-weekly-recording-from-g1-android-phone-try-2/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:33:47 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tag1]]></category>
		<category><![CDATA[tag2]]></category>
		<category><![CDATA[tag3]]></category>
		<category><![CDATA[tag7]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/2008/11/12/compiled-weekly-recording-from-g1-android-phone-try-2/</guid>
		<description><![CDATA[This is a recording of Compiled Weekly from the recorder app in the
Google G1 Android phone. It came out pretty well. What do you think? I
may start podcasting this way all the time!
Attempt 2!
The first attempt I did not save the mp3 in stereo mode, which meant flash and quicktime among other players would not [...]]]></description>
			<content:encoded><![CDATA[<p>This is a recording of Compiled Weekly from the recorder app in the<br />
Google G1 Android phone. It came out pretty well. What do you think? I<br />
may start podcasting this way all the time!</p>
<p>Attempt 2!</p>
<p>The first attempt I did not save the mp3 in stereo mode, which meant flash and quicktime among other players would not be able to play the file correctly. Problem fixed in this version.</p>
<p><a title="Download This Episode" href="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-12-13-33-44.mp3">Download This Episode</a><!--enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-12-13-33-44.mp3" length="443938" type="audio/mpeg" duration="" --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/11/12/compiled-weekly-recording-from-g1-android-phone-try-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-12-13-33-44.mp3" length="443938" type="audio/mpeg" />
			<itunes:keywords>tag1,tag2,tag3,tag7</itunes:keywords>
		<itunes:subtitle>This is a recording of Compiled Weekly from the recorder app in the Google G1 Android phone. It came out pretty well. What do you think? I may start podcasting this way all the time! - Attempt 2! - The first attempt I did not save the mp3 in stereo mode,</itunes:subtitle>
		<itunes:summary>This is a recording of Compiled Weekly from the recorder app in the
Google G1 Android phone. It came out pretty well. What do you think? I
may start podcasting this way all the time!

Attempt 2!

The first attempt I did not save the mp3 in stereo mode, which meant flash and quicktime among other players would not be able to play the file correctly. Problem fixed in this version.

Download This Episode (http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-12-13-33-44.mp3)</itunes:summary>
		<itunes:author>Angelo Mandato</itunes:author>
		<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Compiled Weekly Recording from G1 Android Phone</title>
		<link>http://www.compiledweekly.com/2008/11/12/compiled-weekly-recording-from-g1-android-phone/</link>
		<comments>http://www.compiledweekly.com/2008/11/12/compiled-weekly-recording-from-g1-android-phone/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:57:09 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tag1]]></category>
		<category><![CDATA[tag9]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/2008/11/12/compiled-weekly-recording-from-g1-android-phone/</guid>
		<description><![CDATA[This is a recording of Compiled Weekly from the recorder app in the Google G1 Android phone. It came out pretty well. What do you think? I may start podcasting this way all the time!
Download This Episode
]]></description>
			<content:encoded><![CDATA[<p>This is a recording of Compiled Weekly from the recorder app in the Google G1 Android phone. It came out pretty well. What do you think? I may start podcasting this way all the time!</p>
<p><a title="Download This Episode" href="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-12-12-57-08.mp3">Download This Episode</a><!--enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-12-12-57-08.mp3" length="832222" type="audio/mpeg" duration="" --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/11/12/compiled-weekly-recording-from-g1-android-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-12-12-57-08.mp3" length="832222" type="audio/mpeg" />
			<itunes:keywords>tag1,tag9</itunes:keywords>
		<itunes:subtitle>This is a recording of Compiled Weekly from the recorder app in the Google G1 Android phone. It came out pretty well. What do you think? I may start podcasting this way all the time! - Download This Episode</itunes:subtitle>
		<itunes:summary>This is a recording of Compiled Weekly from the recorder app in the Google G1 Android phone. It came out pretty well. What do you think? I may start podcasting this way all the time!

Download This Episode (http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-11-12-12-57-08.mp3)</itunes:summary>
		<itunes:author>Angelo Mandato</itunes:author>
		<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>CW10 &#8211; May 22, 2008 &#8211; Zend PHP 5 Certification Study Guide and Open Flash Charts</title>
		<link>http://www.compiledweekly.com/2008/05/22/cw10-may-22-2008-zend-php-5-certification-study-guide/</link>
		<comments>http://www.compiledweekly.com/2008/05/22/cw10-may-22-2008-zend-php-5-certification-study-guide/#comments</comments>
		<pubDate>Thu, 22 May 2008 21:53:45 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[tag 8]]></category>
		<category><![CDATA[tag1]]></category>
		<category><![CDATA[tag6]]></category>
		<category><![CDATA[tag7]]></category>
		<category><![CDATA[tag7.5]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/2008/05/22/cw10-may-22-2008-zend-php-5-certification-study-guide/</guid>
		<description><![CDATA[Angelo discusses the Zend PHP 5 Certification Study Guide 2nd edition and explains how to implement Open Flash Charts into your PHP project.
Don&#8217;t forget to E-mail comments and suggestions to compiledweekly AT gmail.com.
Links:

 Zend PHP 5 Certification Study Guide at Amazon
Open Flash Charts

Download This Episode
]]></description>
			<content:encoded><![CDATA[<p>Angelo discusses the <a title="Zend PHP 5 Certification Study Guide" href="http://www.zend.com/en/store/php-certification/study-guide" target="_blank">Zend PHP 5 Certification Study Guide</a> 2nd edition and explains how to implement <a title="Open Flash Charts" href="http://teethgrinder.co.uk/open-flash-chart/" target="_blank">Open Flash Charts</a> into your PHP project.</p>
<p>Don&#8217;t forget to E-mail comments and suggestions to compiledweekly AT gmail.com.</p>
<p>Links:</p>
<ul>
<li> <a title="Amazon.com" href="http://www.amazon.com/architects-Zend-Certification-Study-Guide/dp/0973862149" target="_blank">Zend PHP 5 Certification Study Guide at Amazon</a></li>
<li><a title="Open Flash Charts" href="http://teethgrinder.co.uk/open-flash-chart/" target="_blank">Open Flash Charts</a></li>
</ul>
<p><a title="Download This Episode" href="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-05-22-17-53-42.mp3">Download This Episode</a><!--enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-05-22-17-53-42.mp3" length="11046207" type="" duration="" --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/05/22/cw10-may-22-2008-zend-php-5-certification-study-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-05-22-17-53-42.mp3" length="11046207" type="audio/mpeg" />
			<itunes:keywords>tag 8,tag1,tag6,tag7,tag7.5</itunes:keywords>
		<itunes:subtitle>Angelo discusses the Zend PHP 5 Certification Study Guide 2nd edition and explains how to implement Open Flash Charts into your PHP project. - Don&#039;t forget to E-mail comments and suggestions to compiledweekly AT gmail.com.</itunes:subtitle>
		<itunes:summary>Angelo discusses the Zend PHP 5 Certification Study Guide (http://www.zend.com/en/store/php-certification/study-guide) 2nd edition and explains how to implement Open Flash Charts (http://teethgrinder.co.uk/open-flash-chart/) into your PHP project.

Don&#039;t forget to E-mail comments and suggestions to compiledweekly AT gmail.com.

Links:

	*  Zend PHP 5 Certification Study Guide at Amazon (http://www.amazon.com/architects-Zend-Certification-Study-Guide/dp/0973862149)
	* Open Flash Charts (http://teethgrinder.co.uk/open-flash-chart/)

Download This Episode (http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-05-22-17-53-42.mp3)</itunes:summary>
		<itunes:author>Angelo Mandato</itunes:author>
		<itunes:explicit>no</itunes:explicit>
	</item>
	</channel>
</rss>
