<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rxa2005's Blog</title>
	<atom:link href="http://rxa2005.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rxa2005.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 18:42:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rxa2005.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Rxa2005's Blog</title>
		<link>http://rxa2005.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rxa2005.wordpress.com/osd.xml" title="Rxa2005&#039;s Blog" />
	<atom:link rel='hub' href='http://rxa2005.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Dealing with Nulls in Oracle</title>
		<link>http://rxa2005.wordpress.com/2012/01/29/dealing-with-nulls-in-oracle/</link>
		<comments>http://rxa2005.wordpress.com/2012/01/29/dealing-with-nulls-in-oracle/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 18:42:37 +0000</pubDate>
		<dc:creator>rxa2005</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rxa2005.wordpress.com/?p=21</guid>
		<description><![CDATA[I&#8217;m currently working on a Cyber Security project and I forgot one major concept when working with queries and that is that a query will return only items that are in common.  Duh! Right?  What happened was that I was looking for data that was missing such as a &#8220;null&#8221; in a table.  However, since I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rxa2005.wordpress.com&amp;blog=5725238&amp;post=21&amp;subd=rxa2005&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on a Cyber Security project and I forgot one major concept when working with queries and that is that a query will return only items that are in common.  Duh! Right?  What happened was that I was looking for data that was missing such as a &#8220;null&#8221; in a table.  However, since I was only looking for data between tables, I missed out on some data that was not common between the two tables.  The answer was to add the simple (+) operator to my query such as:</p>
<p>Select * from bubba, joe where bubba.stuff (+) = joe.stuff</p>
<p>The returned dataset will show nulls where bubba.stuff doesn&#8217;t show up in joe.stuff.</p>
<p>This might seem trivial, but at the time it was a real revelation.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rxa2005.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rxa2005.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rxa2005.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rxa2005.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rxa2005.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rxa2005.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rxa2005.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rxa2005.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rxa2005.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rxa2005.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rxa2005.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rxa2005.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rxa2005.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rxa2005.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rxa2005.wordpress.com&amp;blog=5725238&amp;post=21&amp;subd=rxa2005&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rxa2005.wordpress.com/2012/01/29/dealing-with-nulls-in-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7e0b0a17d8c6c12aba64d0490911875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rxa2005</media:title>
		</media:content>
	</item>
		<item>
		<title>Diaries of a Developer using Adobe FLEX 3.0 &#8211; Part 1</title>
		<link>http://rxa2005.wordpress.com/2009/07/31/diaries-of-a-developer-using-adobe-flex-3-0-part-1/</link>
		<comments>http://rxa2005.wordpress.com/2009/07/31/diaries-of-a-developer-using-adobe-flex-3-0-part-1/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 17:26:00 +0000</pubDate>
		<dc:creator>rxa2005</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[FLEX]]></category>
		<category><![CDATA[REA]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://rxa2005.wordpress.com/?p=17</guid>
		<description><![CDATA[This is the first installment of a four part series to go over basic Adobe Flex 3.0 functionality. I started on a new project at work which uses Flex along with JAVA and some OLAP sprinkled in for good measure. I haven&#8217;t worked with FLEX or RIA (Rich Internet Applications) because I&#8217;ve been involved with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rxa2005.wordpress.com&amp;blog=5725238&amp;post=17&amp;subd=rxa2005&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the first installment of a four part series to go over basic Adobe Flex 3.0 functionality.<br />
I started on a new project at work which uses Flex along with JAVA and some OLAP sprinkled in for good measure.  I haven&#8217;t worked with FLEX or RIA (Rich Internet Applications) because I&#8217;ve been involved with developing standard corporate websites that had little or no &#8220;bells or whistles.&#8221;  It appears that Macromedia first came on the scene with RIAs in March of 2002.  I must admit, I was a bit taken a back by how simple it is to write a powerful FLEX application.  I believe that FLEX takes internet applications to a whole new level.  Microsoft tried to move into this direction with .NET and now I believe they are pushing Silverlight.  I haven&#8217;t yet gotten into Silverlight but I may want to dabble in it a bit at a later time.  For right now, Adobe Flex is on the radar screen.<br />
What I like most about Flex is how the developer gets to push out code that is more in line with traditional desktop applications.  The end user experience is not hampered by clumsy or clunky page refreshes. The other feature I like is the ability to offer real-time feedback and validation to the user, triggered by user events which is similar to JAVASCRIPT but more in line with how .NET handles user events.  Again, the only difference here is that the annoying page refresh is gone.  Only the control gets painted and it looks and acts like a windows control.<br />
So there you have it.  My first look at Flex.  I even hooked up with google maps and made a quick app that locates my house.  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rxa2005.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rxa2005.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rxa2005.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rxa2005.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rxa2005.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rxa2005.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rxa2005.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rxa2005.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rxa2005.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rxa2005.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rxa2005.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rxa2005.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rxa2005.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rxa2005.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rxa2005.wordpress.com&amp;blog=5725238&amp;post=17&amp;subd=rxa2005&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rxa2005.wordpress.com/2009/07/31/diaries-of-a-developer-using-adobe-flex-3-0-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7e0b0a17d8c6c12aba64d0490911875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rxa2005</media:title>
		</media:content>
	</item>
		<item>
		<title>The multiple personalities of ASP.NET</title>
		<link>http://rxa2005.wordpress.com/2009/07/22/the-multiple-personalities-of-asp-net/</link>
		<comments>http://rxa2005.wordpress.com/2009/07/22/the-multiple-personalities-of-asp-net/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 14:45:50 +0000</pubDate>
		<dc:creator>rxa2005</dc:creator>
				<category><![CDATA[main]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://rxa2005.wordpress.com/?p=13</guid>
		<description><![CDATA[Why is it that Microsoft just can&#8217;t stay committed to a developers harmony. I&#8217;ve had to work with ASP.NET &#8211; no, not the 3.5 version, the &#8220;classic&#8221; version. When you pick up an ASP 2.0 book, you&#8217;ll find out that the &#8220;classic&#8221; way of doing ASP pages is out dated. Can you believe that? And [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rxa2005.wordpress.com&amp;blog=5725238&amp;post=13&amp;subd=rxa2005&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Why is it that Microsoft just can&#8217;t stay committed to a developers harmony.  I&#8217;ve had to work with ASP.NET &#8211; no, not the 3.5 version, the &#8220;classic&#8221; version.  When you pick up an ASP 2.0 book, you&#8217;ll find out that the &#8220;classic&#8221; way of doing ASP pages is out dated.  Can you believe that?  And then you really need to check out the &#8220;new&#8221; features of what is available in C# and VB.  Oh, my&#8230;   Talk about JAVA envy.  Finally, with the release of VS 2008, the compiler at least can publish code that is backward compatible.  I haven&#8217;t actually used that feature yet, but I hear it&#8217;s not a bad feature.  </p>
<p>My RANT for today&#8230;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rxa2005.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rxa2005.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rxa2005.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rxa2005.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rxa2005.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rxa2005.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rxa2005.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rxa2005.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rxa2005.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rxa2005.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rxa2005.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rxa2005.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rxa2005.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rxa2005.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rxa2005.wordpress.com&amp;blog=5725238&amp;post=13&amp;subd=rxa2005&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rxa2005.wordpress.com/2009/07/22/the-multiple-personalities-of-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c7e0b0a17d8c6c12aba64d0490911875?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rxa2005</media:title>
		</media:content>
	</item>
	</channel>
</rss>
