<?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>me talking out loud &#187; General</title>
	<atom:link href="http://www.khankennels.com/blog/index.php/archives/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khankennels.com/blog</link>
	<description>Lig&#039;s accidentally overheard ramblings on MySQL/PHP and life in general</description>
	<lastBuildDate>Tue, 31 Jan 2012 12:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cha, Cha, Changes</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2011/09/13/cha-cha-changes/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2011/09/13/cha-cha-changes/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 00:10:38 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=846</guid>
		<description><![CDATA[As some know I left MySQL Support last week and started working for Kaplan Professional as their MySQL DBA. To all my old colleagues at MySQL Support &#8211; I miss you. You have been my friends, teachers, mentors and co-conspirators. Thank you for everything and don&#8217;t be strangers. To my new colleagues at Kaplan, thank [...]]]></description>
			<content:encoded><![CDATA[<p>As some know I left <a href="http://www.mysql.com/support/">MySQL Support</a> last week and started working for <a href="http://kaplanprofessional.com/">Kaplan Professional</a> as their MySQL DBA.</p>
<p>To all my old colleagues at MySQL Support  &#8211; I miss you.  You have been my friends, teachers, mentors and co-conspirators. Thank you for everything and don&#8217;t be strangers. </p>
<p>To my new colleagues at Kaplan, thank you for the wonderful opportunity you have given me.  I look forward to learning and working with you</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2011/09/13/cha-cha-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voices of the Elephpant</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2011/05/14/voices-of-the-elephpant/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2011/05/14/voices-of-the-elephpant/#comments</comments>
		<pubDate>Sat, 14 May 2011 14:52:11 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=825</guid>
		<description><![CDATA[Crazy but true &#8211; I am on Voices of the Elephpant this week. I had a great time talking with Cal about PHPWomen, so be sure to check it out! And if you know someone who is one of the unsung members of the PHP Community, be sure to nominate them for an interview at [...]]]></description>
			<content:encoded><![CDATA[<p>Crazy but true &#8211; <a href="http://voicesoftheelephpant.com/2011/05/12/interview-with-ligaya-turmelle/">I am on Voices of the Elephpant this week</a>.  I had a great time talking with Cal about PHPWomen, so be sure to check it out!</p>
<p>And if you know someone who is one of the unsung members of the PHP Community, be sure to nominate them for an interview at <a href="http://voicesoftheelephpant.com/nominate-a-voice/">http://voicesoftheelephpant.com/nominate-a-voice/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2011/05/14/voices-of-the-elephpant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL&#8217;s undo log</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2011/04/02/mysqls-undo-log/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2011/04/02/mysqls-undo-log/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 12:00:41 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=813</guid>
		<description><![CDATA[Short Braindump: &#8211; undo log == rollback segment &#8211; everything kept within the tablespace &#8211; primarily for removing data changes that had been written to disk when a crash occurred, but should not have been written, because they were for uncommitted transactions.&#8221; &#8211; &#8220;History list length 6 is number of unpurged transactions in undo space. [...]]]></description>
			<content:encoded><![CDATA[<p>Short Braindump:<br />
 &#8211; undo log == rollback segment<br />
 &#8211; everything kept within the tablespace<br />
 &#8211; primarily for removing data changes that had been written to disk when a crash occurred, but should not have been written, because they were for uncommitted transactions.&#8221;<br />
 &#8211; &#8220;History list length 6 is number of unpurged transactions in undo space. It is increased as transactions which have done updates are commited and decreased as purge runs. &#8221; &#8211; comes from <a href="http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/">http://www.mysqlperformanceblog.com/2006/07/17/show-innodb-status-walk-through/</a><br />
 &#8211; number of undo log entries for a specific transaction can also be found in the TRANSACTION section of INNODB STATUS</p>
<p>References:<br />
1) <a href="http://forge.mysql.com/wiki/MySQL_Internals_Files_In_InnoDB_Sources">http://forge.mysql.com/wiki/MySQL_Internals_Files_In_InnoDB_Sources</a> &#8211; &#8220;Some Notes About Structures&#8221;<br />
2) <a href="http://dev.mysql.com/doc/refman/5.1/en/innodb-multi-versioning.html">http://dev.mysql.com/doc/refman/5.1/en/innodb-multi-versioning.html</a><br />
3) <a href="http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-rollback-segments.html">http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-rollback-segments.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2011/04/02/mysqls-undo-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Benelux Conference</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2011/01/18/php-benelux-conference/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2011/01/18/php-benelux-conference/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 14:24:24 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=794</guid>
		<description><![CDATA[I have to admit &#8211; I am both pleased as punch, and jealous as heck that my colleague, Geert Vanderkelen, will be presenting a MySQL Performance Tuning tutorial at this years PHP Benelux Conference. Lots of stuff will be discussed, including configuration, understanding status variables, finding bad queries, schema tips, etc. Wonder if he will [...]]]></description>
			<content:encoded><![CDATA[<p>I have to admit &#8211; I am both pleased as punch, and jealous as heck that my colleague, <a href="http://geert.vanderkelen.org/post/522/">Geert Vanderkelen</a>, will be presenting a <a href="http://conference.phpbenelux.eu/2011/schedule">MySQL Performance Tuning tutorial</a> at this years <a href="http://conference.phpbenelux.eu/2011">PHP Benelux Conference</a>.</p>
<blockquote><p>Lots of stuff will be discussed, including configuration, understanding status variables, finding bad queries, schema tips, etc.</p></blockquote>
<p>Wonder if he will let me steal away in his luggage? </p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2011/01/18/php-benelux-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presenting at Day Camp for Developers</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2011/01/17/presenting-at-day-camp-for-developers/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2011/01/17/presenting-at-day-camp-for-developers/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 14:16:51 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=790</guid>
		<description><![CDATA[I am honored to announce that I will be presenting at Day Camp 4 Developers #2: Telecommuting. I will be presenting on what for me is a constant struggle &#8211; to balance your home and work life when you telecommute. I must admit that I and my family fight with this every day. If you [...]]]></description>
			<content:encoded><![CDATA[<p>I am honored to announce that I will be presenting at <a href="http://daycamp4developers.com/">Day Camp 4 Developers #2: Telecommuting</a>.</p>
<p>I will be presenting on what for me is  a constant struggle &#8211; to balance your home and work life when you telecommute. I must admit that I and my family fight with this every day.  </p>
<p>If you want learn more about telecommuting, what is involved, what tools are needed and how to talk to your boss about setting up a telecommuting program, I hope you will consider joining us!</p>
<p><a href="http://daycamp4developers.com" target="_NEW" ><img src="http://dc4d.s3.amazonaws.com/dc4d2-counselor-badge-150.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2011/01/17/presenting-at-day-camp-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collaborate 2011</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/12/20/collaborate-2011/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/12/20/collaborate-2011/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 14:57:12 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=785</guid>
		<description><![CDATA[I am very pleased to say that I have been accepted to speak at Collaborate 2011. This is an Oracle conference that is being held in Orlando, Florida and is run by the Independent Oracle Users Group (IOUG), the Oracle Applications Users Group (OAUG) and Quest International Users Group (Quest). All of my previous presentations [...]]]></description>
			<content:encoded><![CDATA[<p>I am very pleased to say that I have been accepted to speak at <a href="http://collaborate11.ioug.org/">Collaborate 2011</a>.  This is an Oracle conference that is being held in Orlando, Florida and is run by the Independent Oracle Users Group (IOUG), the Oracle Applications Users Group (OAUG) and Quest International Users Group (Quest). </p>
<p>All of my previous presentations have to this point been at conferences that are primarily targeted at the PHP coders of the world. As a member of that community, I have always felt comfortable there &#8211; talking to and with PHP coders.  </p>
<p>This however, seems to be a different kettle of fish.  </p>
<p>This Oracle conference seems to be rather large (<a href="http://collaborate11.ioug.org/WhyIOUGForum/AboutCOLLABORATEIOUGForum/tabid/157/Default.aspx">5000+ according to the site</a>) with lots of content on <a href="http://collaborate11.ioug.org/Education/EducationSessionsbyTrack/tabid/86/Default.aspx">many different subject areas</a>.  I am not sure if that is a good or bad thing, but I definitely intend to cruise through the various tracks and sit in on sessions that I normally do not have exposure to (BI/Data Warehousing, Master Data Management, and Professional Development).</p>
<p>That being said, I wish it was possible for me to also be attending the <a href="http://en.oreilly.com/mysql2011/">MySQL User Conference</a>.  It is being held the same week as Collaborate in Santa Clara, California.  I will miss catching up with many of my good friends as they attend the user conference while I am at Collaborate.  But I know that there is always next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/12/20/collaborate-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Con</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/11/08/zend-con-2/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/11/08/zend-con-2/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 15:37:28 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=768</guid>
		<description><![CDATA[I sat through a number of sessions while at Zend Con this year and they were all wonderful. As a MySQL person I have to admit a preference to anything DB related &#8211; just to give you a heads up&#8230; Day 1: - Documents, documents, documents by Matthew Weier O&#8217;Phinney. I particularly enjoyed that this [...]]]></description>
			<content:encoded><![CDATA[<p>I sat through a number of sessions while at  Zend Con this year and they were all wonderful.  As a MySQL person I have to admit a preference to anything DB related &#8211; just to give you a heads up&#8230;</p>
<p>Day 1:<br />
- <em>Documents, documents, documents</em> by <a href="http://weierophinney.net/matthew/">Matthew Weier O&#8217;Phinney</a>. I particularly enjoyed that this was focused on the software architectural design and was system agnostic for the document database.<br />
- <em>Technical Debt</em> by <a href="http://naramore.net/blog/">Elizabeth Naramore</a>.  Her no nonsense discussion and interaction with the audience kept this discussion interesting and engaging.  The ideas and concepts discussed were something that every developer and manager should understand.<br />
- <em>Demystifying PostgreSQL</em> by <a href="http://www.noloh.com/#/home/">Asher Snyder</a>.  I have been wanting to look at <a href="http://www.postgresql.org/">PostgreSQL</a> for years, I just never seem to have the time to do it.  This was a nice intro to the system and its capabilities which I have to admit, are pretty dang cool.</p>
<p>Day 2:<br />
- EXPLAIN &#8211; yeah it was my own talk, but hey &#8211; I was there!<br />
- <em>Pragmatic Guide to Git</em> by <a href="http://www.travisswicegood.com/">Travis Swicegood</a> Travis is a gifted speaker that manages to draw you in with his enthusiasm.  His clear logical walk through of the basics of <a href="http://git-scm.com/">Git</a> covers all the commands that a beginner will need.<br />
- <a href="http://www.infobright.com/"><em>Infobright DB</em></a> by Jeff Kibler This was a talk that I originally went to mostly out of curiosity.  Once they started I found myself highly interested (data warehousing and mining is an interest of mine) not just for what they did &#8211; but how they did it.<br />
- <em>Welcome to the Dark Side: We have Brownies</em> by <a href="http://www.joshholmes.com/blog/">Josh Holmes</a>. The talk was informative, engaging, and just all around fun.  Turns out Microsoft isn&#8217;t so bad after all&#8230; I mean &#8211; they had brownies even <img src='http://www.khankennels.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Day 3:<br />
Umm &#8211; slept late and then just practiced my last talk&#8230; Since it was on the last set of talks on the last day..</p>
<p>Missed a number of keynotes &#8211; did some volunteer work manning the PHP Community booth, but really enjoyed the &#8220;Dries&#8221; and &#8220;ROI&#8221; ones.</p>
<p>The various parties/after-parties  (official and otherwise) were awesome with more then a few hangovers showing up the next day.  </p>
<p>And as a minor side note &#8211; I also really enjoyed the <a href="http://www.facebook.com/home.php?#!/event.php?eid=160712450628622"><em>Running MySQL at Scale</em></a> tech talk at Facebook while I was there.  Learned quite a bit and also got to see <a href="http://mituzas.lt/">Domas</a> again.  I missed his brand of craziness.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/11/08/zend-con-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Con &#8211; Tutorial Day</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/11/02/zend-con-day-1/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/11/02/zend-con-day-1/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 13:44:00 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=769</guid>
		<description><![CDATA[Had a great day. Sat in on the ZCE bootcamp (parts 1 &#038; 2) and attended the speakers dinner. I have to admit that I am very rusty with my PHP, which is why I wanted to sit in on the ZCE Bootcamp. I figured if anything the bootcamp would at least remind me of [...]]]></description>
			<content:encoded><![CDATA[<p>Had a great day.  Sat in on the ZCE bootcamp (parts 1 &#038; 2) and attended the speakers dinner.</p>
<p>I have to admit that I am very rusty with my PHP, which is why I wanted to sit in on the ZCE Bootcamp.  I figured if anything the bootcamp would at least remind me of all that I have forgotten &#8211; and it did&#8230; it was scary how much I have forgotten.  Christian did a fantastic job, keeping what could have been bland, boring information interesting and engaging.  He has some real brain ticklers in his deck that more then showed me how much I have lost.  If you are thinking of going for your ZCE &#8211; I can not recommend his tutorials enough.</p>
<p>Afterwards I eventually made it to the Speakers dinner and again had a great time talking to old and new friends.  Had some fantastic talks through the night from the technical to the personal (Michelangelo, I promise I will keep thinking about what you said).</p>
<p>Unfortunately the timezone changes caught up with me so went up to bed at about 9PM (midnight my time).  I always forget how much the time differences can take out of you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/11/02/zend-con-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Go Pink in October!</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/10/01/go-pink-in-october/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/10/01/go-pink-in-october/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 00:01:20 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[phpw]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=634</guid>
		<description><![CDATA[In honor of the National Breast Cancer Awareness Month I am temporarily changing my blog theme to the &#8220;One Day at a Time&#8221; theme for the month of October. My family has a history with breast cancer so while I do not say much about it, this is a subject near and dear to my [...]]]></description>
			<content:encoded><![CDATA[<p>In honor of the National Breast Cancer Awareness Month I am temporarily changing my blog theme to the &#8220;One Day at a Time&#8221; theme for the month of October.</p>
<p>My family has a history with breast cancer so while I do not say much about it, this is a subject near and dear to my heart.  In my case, it was a male member of the family that was diagnosed a few years ago.  He unfortunately found out about it too late and passed away within 6 months of the diagnosis.  So men, though this is primarily discussed in association with women, you also need to take care.  </p>
<p>Since the percentage of men getting breast cancer is so low and my grandmother had ovarian cancer as well (there is a link between the two), my mother was tested for the BRCA1 and 2 genes and thankfully was cleared.  Admittedly this does not mean I can not get breast cancer, but does rule out the genetic factor &#8211; mostly.  Because of my family history, I am still checked every 6 months and get an annual mammogram even though I am younger then is normally recommended (40).</p>
<p>Breast Cancer effects us all. </p>
<p>Some links:<br />
American Cancer Society: http://www.cancer.org/docroot/home/index.asp<br />
National Cancer Institute &#8211; Breast Cancer: http://www.cancer.gov/cancertopics/types/breast<br />
Relay for Life: http://www.relayforlife.org/relay/<br />
National Breast Cancer Awareness Month: http://www.nbcam.org/<br />
Susan G Komen Foundation: http://ww5.komen.org/<br />
Save the ta-tas: http://www.savethetatas.com/index.php/mission/<br />
Genetic testing for Breast and Ovarian Cancer risk: http://www.cancer.gov/cancertopics/Genetic-Testing-for-Breast-and-Ovarian-Cancer-Risk</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/10/01/go-pink-in-october/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attending Day Camp for Developers</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2010/09/09/attending-day-camp-for-developers/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2010/09/09/attending-day-camp-for-developers/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 14:02:05 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=744</guid>
		<description><![CDATA[For a while now I have focused almost exclusively on developing my technical skills for work. This is not necessarily a bad thing, but I find that it doesn&#8217;t always help me get to that next level in my career. So to try and improve myself on all those &#8220;soft skills&#8221; that I either don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now I have focused almost exclusively on developing my technical skills for work.  This is not necessarily a bad thing, but I find that it doesn&#8217;t always help me get to that next level in my career.</p>
<p>So to try and improve myself on all those &#8220;soft skills&#8221; that I either don&#8217;t have or never thought I needed, I will be attending the <a href="http://daycamp4developers.com/">Day Camp for Developers</a> <a href="http://daycamp4developers.com/schedule/">online conference</a>.</p>
<p>It is a technology agnostic, inexpensive (only $35), one day (Saturday, November 6th), online event.  Check it out!</p>
<p><a href="http://daycamp4developers.com/"><img src="http://daycamp4developers.com/wp-content/uploads/2010/09/dc4d-twitter.png" alt="Day Camp for Devs" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2010/09/09/attending-day-camp-for-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

