<?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; computers</title>
	<atom:link href="http://www.khankennels.com/blog/index.php/archives/category/computers/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>Tek</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2011/05/16/tek/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2011/05/16/tek/#comments</comments>
		<pubDate>Mon, 16 May 2011 00:01:24 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=829</guid>
		<description><![CDATA[Man time goes by fast. Only about a week left before Tek. I have to admit to being rather excited about it. I will be giving a tutorial on Optimizing MySQL Essentials that will cover many areas including queries and the server. I also have a regular session called &#8220;Why be Normal&#8221; that will be [...]]]></description>
			<content:encoded><![CDATA[<p>Man time goes by fast.  Only about a week left before <a href="http://tek11.phparch.com/">Tek</a>.  I have to admit to being rather excited about it. I will be giving a tutorial on <a href="http://tek11.phparch.com/talk-synopses/#Optimizing-MySQL-Essentials">Optimizing MySQL Essentials</a> that will cover many areas including queries and the server.  I also have a regular session called &#8220;<a href="http://tek11.phparch.com/talk-synopses/#Why-be-Normal-Introduction-to-Normalization">Why be Normal</a>&#8221; that will be an intro into data normalization.  </p>
<p>Both of these talks are new for me, so it has been quite a lot of fun putting things together.  I hope you will come out and join me and others of the PHP Community at Tek. If you haven&#8217;t <a href="http://tek11.phparch.com/signup/">registered</a> for it yet, there is still time. So get out there!</p>
<p><img src="http://phptek.s3.amazonaws.com/tek11/tek11_SPEAKER_badge_150x150.png" alt="Tek Speaker Badge" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2011/05/16/tek/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>Dutch PHP Conference 2011</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2011/02/17/dutch-php-conference-2011/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2011/02/17/dutch-php-conference-2011/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 01:50:05 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=806</guid>
		<description><![CDATA[I am pleased and proud to announce that I will be presenting at this years Dutch PHP Conference from May 19th to the 21st in Amsterdam, Netherlands. I will be giving a tutorial on the basics of optimizing MySQL along with a session on character sets. I, in particular, look forward to the tutorial since [...]]]></description>
			<content:encoded><![CDATA[<p>I am pleased and proud to announce that I will be presenting at this years <a href="http://www.phpconference.nl/">Dutch PHP Conference</a> from May 19th to the 21st in Amsterdam, Netherlands.</p>
<p>I will be giving a tutorial on <a href="http://www.phpconference.nl/tutorials#optimizing-mysql-essentials">the basics of optimizing MySQL</a> along with a session on <a href="http://www.phpconference.nl/talks#character-sets-suck">character sets</a>.  I, in particular, look forward to the tutorial since it covers areas that I find fascinating &#8211; query and server optimization.  </p>
<p>On a personal note, neither I or my husband have ever been to Amsterdam before.  So since we have never yet had the opportunity to play tourist there, my husband plans to join me on the trip for the conference.  We hope to play tourist while there and at least see the Van Gogh museum.  Though hopefully we will get to see much more then just that.</p>
<p><a href="http://www.phpconference.nl/" target="_NEW" ><img src="http://khankennels.com/logos/DPCspeaker.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2011/02/17/dutch-php-conference-2011/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BarCamp Orlando is announced!</title>
		<link>http://www.khankennels.com/blog/index.php/archives/2011/02/01/barcamp-orlando-is-announced/</link>
		<comments>http://www.khankennels.com/blog/index.php/archives/2011/02/01/barcamp-orlando-is-announced/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 18:51:02 +0000</pubDate>
		<dc:creator>lig</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.khankennels.com/blog/?p=801</guid>
		<description><![CDATA[I missed last years BarCamp Orlando since it was being held Easter weekend. This year I am hoping to make it! This year it will be Saturday, April 2, 2011 from 9:30 am to 6:00 pm at: Wall St. Cantina 19 N Orange Ave Orlando, FL 32801 Not sure if I will present yet.. But [...]]]></description>
			<content:encoded><![CDATA[<p>I missed last years <a href="http://barcamporlando.org/">BarCamp Orlando</a> since it was being held Easter weekend.  This year I am hoping to make it!</p>
<p>This year it will be Saturday, April 2, 2011 from 9:30 am to 6:00 pm at:</p>
<p>Wall St. Cantina<br />
19 N Orange Ave<br />
Orlando, FL 32801</p>
<p>Not sure if I will present yet.. But thinking about it.</p>
<p><a href="http://barcamporlando.org" title="Badge"><img src="http://barcamporlando.org/images/content/barcamp_blog_badge.png"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.khankennels.com/blog/index.php/archives/2011/02/01/barcamp-orlando-is-announced/feed/</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>

