<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A Couple of Podcasts About PL/SQL and Oracle Security</title>
	<atom:link href="http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<lastBuildDate>Tue, 24 Jan 2012 20:49:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/comment-page-1/#comment-50156</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Tue, 14 Nov 2006 15:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/#comment-50156</guid>
		<description>&lt;p&gt;I&#039;m afraid I do not know of any other place serving these podcasts. I&#039;m getting a 55KB/sec. Better than 20 but still not fast enough.&lt;/p&gt;

&lt;p&gt;There is a neat feature in Google Reader and Bloglines that lets you listen to podcasts inline. I have found this feature to be invaluable as it lets you listen to podcasts immediately without waiting for the whole mp3 to download.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid I do not know of any other place serving these podcasts. I&#8217;m getting a 55KB/sec. Better than 20 but still not fast enough.</p>

<p>There is a neat feature in Google Reader and Bloglines that lets you listen to podcasts inline. I have found this feature to be invaluable as it lets you listen to podcasts immediately without waiting for the whole mp3 to download.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Noons</title>
		<link>http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/comment-page-1/#comment-50155</link>
		<dc:creator>Noons</dc:creator>
		<pubDate>Tue, 14 Nov 2006 13:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/#comment-50155</guid>
		<description>&lt;p&gt;Are these podcasts available from somewhere else?  12MB at 20KB/s is w-a-a-a-y too slow but seems to be the tops searchoracle can do...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Are these podcasts available from somewhere else?  12MB at 20KB/s is w-a-a-a-y too slow but seems to be the tops searchoracle can do&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rob V</title>
		<link>http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/comment-page-1/#comment-50152</link>
		<dc:creator>Rob V</dc:creator>
		<pubDate>Fri, 10 Nov 2006 22:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/#comment-50152</guid>
		<description>&lt;p&gt;Haha - it sounds like Steven wrote his own questions! :)&lt;/p&gt;

&lt;p&gt;Or, at least someone who is intricately familiar with exactly what Steven is promoting.&lt;/p&gt;

&lt;p&gt;In any event, that doesn&#039;t negate the fact that he&#039;s a PL/SQL genius.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Haha &#8211; it sounds like Steven wrote his own questions! <img src='http://awads.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>Or, at least someone who is intricately familiar with exactly what Steven is promoting.</p>

<p>In any event, that doesn&#8217;t negate the fact that he&#8217;s a PL/SQL genius.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/comment-page-1/#comment-50149</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Fri, 10 Nov 2006 06:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/#comment-50149</guid>
		<description>&lt;p&gt;Yes, you&#039;re right vidya. Even though I have yet to implement it in my daily programming routine, I do find the &quot;test before you code&quot; programming methodology very appealing. In fact, it is &lt;a href=&quot;http://www.extremeprogramming.org/rules/testfirst.html&quot; rel=&quot;nofollow&quot;&gt;one of the Extreme Programming rules&lt;/a&gt;: Code the Unit Test First.&lt;/p&gt;

&lt;p&gt;It&#039;s very hard to change the habit of how you have been doing things for years. I guess that&#039;s one of the things that  differentiates a good programmer from a great programmer, the ability to adopt and adapt to new and better development methodologies.&lt;/p&gt;

&lt;p&gt;Of course, this requires defining the standards and the methodology and having the discipline to follow them, not to mention the support from the boss.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes, you&#8217;re right vidya. Even though I have yet to implement it in my daily programming routine, I do find the &#8220;test before you code&#8221; programming methodology very appealing. In fact, it is <a href="http://www.extremeprogramming.org/rules/testfirst.html" rel="nofollow">one of the Extreme Programming rules</a>: Code the Unit Test First.</p>

<p>It&#8217;s very hard to change the habit of how you have been doing things for years. I guess that&#8217;s one of the things that  differentiates a good programmer from a great programmer, the ability to adopt and adapt to new and better development methodologies.</p>

<p>Of course, this requires defining the standards and the methodology and having the discipline to follow them, not to mention the support from the boss.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: vidya</title>
		<link>http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/comment-page-1/#comment-50147</link>
		<dc:creator>vidya</dc:creator>
		<pubDate>Thu, 09 Nov 2006 23:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2006/11/09/a-couple-of-podcasts-about-plsql-and-oracle-security/#comment-50147</guid>
		<description>&lt;p&gt;Steven&#039;s take on design your test strategy before you code is certainly good - how much of it can I get my developers here to do is what I am not sure about - it is really getting them to change the way they do things.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Steven&#8217;s take on design your test strategy before you code is certainly good &#8211; how much of it can I get my developers here to do is what I am not sure about &#8211; it is really getting them to change the way they do things.</p>]]></content:encoded>
	</item>
</channel>
</rss>

