<?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>CFConcepts</title>
	<atom:link href="http://www.cfconcepts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cfconcepts.com</link>
	<description>Coldfusion and PHP Programming Blog</description>
	<lastBuildDate>Fri, 13 Aug 2010 18:17:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Flex In a Week Day 1</title>
		<link>http://www.cfconcepts.com/2010/08/flex-in-a-week-day-1/</link>
		<comments>http://www.cfconcepts.com/2010/08/flex-in-a-week-day-1/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 18:17:00 +0000</pubDate>
		<dc:creator>randy</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.cfconcepts.com/2010/08/flex-in-a-week-day-1/</guid>
		<description><![CDATA[Today I started Learn Flex In a Week&#160; Today I was able to get through the first 4 videos. &#160;I combine my breaks at work into one so I can use the time to learn new things. Here are the first 4 videos I watched today. Introducing Adobe Flex 4 Introducing Flex and the Adobe [...]]]></description>
			<content:encoded><![CDATA[<p>Today I started Learn <a title="Learn Flex in a week" href="http://www.adobe.com/devnet/flex/videotraining/" target="_blank">Flex In a Week&nbsp;</a></p>
<p>Today I was able to get through the first 4 videos. &nbsp;I combine my breaks at work into one so I can use the time to learn new things.</p>
<p>Here are the first 4 videos I watched today.</p>
<h4>Introducing Adobe Flex 4</h4>
<ul class="link-list">
<li><a class="icon play" href="http://www.adobe.com/devnet/flex/videotraining/xml/fiaw_v1_01.html" target="_blank">Introducing Flex and the Adobe Flash Platform</a> <span class="stamp-fileinfo">(4:49)</span></li>
<li><a class="icon play" href="http://www.adobe.com/devnet/flex/videotraining/xml/fiaw_v1_02.html" target="_blank">Incorporating Flex into the client/server world</a> <span class="stamp-fileinfo">(2:54)</span></li>
</ul>
<h4>Setting up Flash Builder</h4>
<ul class="link-list">
<li><a class="icon play" href="http://www.adobe.com/devnet/flex/videotraining/xml/fiaw_v1_03.html" target="_blank">Exploring Flash Builder and Flash Player</a> <span class="stamp-fileinfo">(6:02)</span></li>
<li><a class="icon play" href="http://www.adobe.com/devnet/flex/videotraining/xml/fiaw_v1_04.html" target="_blank">Using Flash Builder</a> <span class="stamp-fileinfo">(19:22)</span></li>
</ul>
<p>&nbsp;</p>
<p>Thoughts: &nbsp;I am an impatient person when it comes to learning something new. &nbsp;I tend to want to skip the beginning videos and get right to it. &nbsp;I decided today with FLEX training that I would watch each video and not skip. &nbsp;It has been awhile since I learned something new of this magnitude.</p>
<p>I thought the speaker was easy to listen to. &nbsp;She doesn&#8217;t speak to slow or too fast and she is clear and concise.</p>
<p>My goal is to finish the whole training in 30 days or less. &nbsp;I only have 39 days left on my Flex Builder trial but that will be more than enough time to finish the training and decide if Flex and Flex Builder are for me.</p>
<p>I hope my future posts are a little more in depth about the information I am learning.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfconcepts.com/2010/08/flex-in-a-week-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resetting a form with jQuery</title>
		<link>http://www.cfconcepts.com/2010/06/resetting-a-form-with-jquery/</link>
		<comments>http://www.cfconcepts.com/2010/06/resetting-a-form-with-jquery/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 20:22:36 +0000</pubDate>
		<dc:creator>randy</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[form reset]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://cfconcepts.com/?p=29</guid>
		<description><![CDATA[I been experimenting with different ways to clear a form after an ajax submit.  An add form to be specific. I found a post from the old jQuery Google Group by Brandon Aaron. jQuery('#myForm')[0].reset(); I tested it out and it works great.]]></description>
			<content:encoded><![CDATA[<p>I been experimenting with different ways to clear a form after an ajax submit.  An add form to be specific.</p>
<p>I found a <a href="http://groups.google.com/group/jquery-dev/msg/2e0b7435a864beea?pli=1">post</a> from the old jQuery Google Group by Brandon Aaron.</p>
<p><code> jQuery('#myForm')[0].reset(); </code></p>
<p>I tested it out and it works great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfconcepts.com/2010/06/resetting-a-form-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the VNC port in Ubuntu</title>
		<link>http://www.cfconcepts.com/2010/06/changing-the-vnc-port-in-ubuntu/</link>
		<comments>http://www.cfconcepts.com/2010/06/changing-the-vnc-port-in-ubuntu/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 14:39:38 +0000</pubDate>
		<dc:creator>randy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://cfconcepts.com/?p=26</guid>
		<description><![CDATA[Today I had to install Ubuntu in a Virtual Box on one of our servers. Accessing the Ubuntu desktop via the remote desktop connection was rather slow, so I decided to enable the remote desktop on VNC. I enabled it without any problem. They make it really easy. The issue I had was the default [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had to install Ubuntu in a Virtual Box on one of our servers.  Accessing the Ubuntu desktop via the remote desktop connection was rather slow, so I decided to enable the remote desktop on VNC.  I enabled it without any problem.  They make it really easy.  The issue I had was the default port 5900 was not opened in the company firewall.  I did have another port available so I went to change it.  All the documentation I found said there should be an advanced tab but there wasn&#8217;t.  Finally after some Google searching I found this link:</p>
<p><a href="http://davestechsupport.com/blog/2009/06/14/howto-change-vncs-listen-port-in-ubuntu/">Dave&#8217;s Tech Support Blog</a></p>
<p>The brief summary is:  You open up the gconf-editor and set an alternative port, check the checkbox that says &#8220;use alternative port&#8221; and then reboot. Easy as that!</p>
<p>Dave is my hero today.  Thanks Dave!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfconcepts.com/2010/06/changing-the-vnc-port-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to my new blog</title>
		<link>http://www.cfconcepts.com/2010/05/welcome-to-my-new-blog/</link>
		<comments>http://www.cfconcepts.com/2010/05/welcome-to-my-new-blog/#comments</comments>
		<pubDate>Sat, 29 May 2010 05:33:24 +0000</pubDate>
		<dc:creator>randy</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://cfconcepts.com/?p=4</guid>
		<description><![CDATA[Hi and welcome to my website. This is my corner of the web where I share a little about myself and the work I do. I specialize in web application programming using CFML often referred to as Coldfusion programming as well as PHP programming. I am pretty handy with jQuery too. I stay pretty busy [...]]]></description>
			<content:encoded><![CDATA[<p>Hi and welcome to my website. This is my corner of the web where I share a little about myself and the work I do. I specialize in web application programming using CFML often referred to as Coldfusion programming as well as PHP programming. I am pretty handy with jQuery too. I stay pretty busy and only take on a handfull of freelance projects every year. I will however offer my expertise and advice any time, so shoot me an email or give me a call. If I cannot help you I will point you in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfconcepts.com/2010/05/welcome-to-my-new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.cfconcepts.com/2010/05/hello-world/</link>
		<comments>http://www.cfconcepts.com/2010/05/hello-world/#comments</comments>
		<pubDate>Thu, 13 May 2010 02:57:29 +0000</pubDate>
		<dc:creator>randy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cfconcepts.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfconcepts.com/2010/05/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

