<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:blip="http://blip.tv/dtd/blip/1.0" xmlns:yv="http://video.yahooapis.com/v2/video/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:amp="http://www.adobe.com/amp/1.0" xmlns:dcterms="http://purl.org/dc/terms" xmlns:gm="http://www.google.com/schemas/gm/1.1" xmlns:mediaad="http://blip.tv/dtd/mediaad/1.0" version="2.0">
  <channel>
    <title>Recent Posts - Blip</title>
    <link>http://blip.tv</link>
    <description>Recent Posts - Blip - Blip</description>
    <language>en-us</language>
    <generator>http://blip.tv</generator>
    <lastBuildDate>Tue, 15 May 2007 05:16:58 +0000</lastBuildDate>
    <pubDate>Tue, 15 May 2007 05:16:58 +0000</pubDate>
    <item>
      <guid isPermaLink="false">817EDF74-02A3-11DC-8A43-88DB5B4F10B3</guid>
      <link>http://blip.tv/kentbyetech/live-debugging-drupal-with-komodo-ide-233842</link>
      <title>Live Debugging Drupal with Komodo IDE</title>
      <blip:user>kentbye_tech</blip:user>
      <blip:userid>58404</blip:userid>
      <blip:safeusername>kentbyetech</blip:safeusername>
      <blip:showpath>kentbyetech</blip:showpath>
      <blip:show>kentbye_tech</blip:show>
      <blip:showpage>http://blip.tv/kentbyetech</blip:showpage>
      <blip:picture>http://blip.tv/skin/blipnew/placeholder_user.gif</blip:picture>
      <blip:posts_id>233842</blip:posts_id>
      <blip:item_id>229420</blip:item_id>
      <blip:item_type>file</blip:item_type>
      <blip:contentRating>TV-UN</blip:contentRating>
      <blip:rating>0.0</blip:rating>
      <blip:datestamp>2007-05-15T05:16:58Z</blip:datestamp>
      <blip:language>English</blip:language>
      <blip:adChannel/>
      <blip:recommendations>0</blip:recommendations>
      <blip:recommendable>0</blip:recommendable>
      <blip:core>0</blip:core>
      <blip:adminRating/>
      <blip:runtime>159</blip:runtime>
      <blip:embedLookup>AY6jVgI</blip:embedLookup>
      <blip:embedUrl type="application/x-shockwave-flash">http://blip.tv/play/AY6jVgI</blip:embedUrl>
      <wfw:commentRss>http://blip.tv/comments/?attached_to=post233842&amp;skin=rss</wfw:commentRss>
      <blip:thumbnail_src>Kentbye_tech-LiveDebuggingDrupalWithKomodoIDE333-835.jpg</blip:thumbnail_src>
      <blip:puredescription>Preferences -&amp;gt; System Preferences -&amp;gt; MySQL -&amp;gt; Start MySQL ServerOpen Komodo Go to Komodo -&amp;gt; Preferences -&amp;gt; PHP -&amp;gt; Debugger Configuration should read &amp;quot;WARNING PHP is not configured for debugging. You can use the configuration wizard to configure PHP for debugging.&amp;quot;Open Finder -&amp;gt; /users/kent/komodo/iniDelete php.iniOpen Finder -&amp;gt; /users/kent/komodo/extensionsDelete xdebug.soGo to Komodo -&amp;gt; Preferences -&amp;gt; PHP -&amp;gt; Debugger Configuration -&amp;gt; * Click &amp;quot;Debugger Config Wizard &amp;quot;* Click Continue* Keep PHP path set to /usr/local/php5/bin/php* Click Continue* INI file to be copied: &amp;quot;/usr/local/php5/lib/php.ini&amp;quot; &amp;amp; Put debug version of ini at: &amp;quot;/Users/kent/komodo/ini&amp;quot;* Click ContinueChange use this extensions directory to &amp;quot;/Users/kent/komodo/extensions&amp;quot;* Click Continue* Ready to Install -- Click Continue* Finished with Installation -- Click DoneClick &amp;quot;Okay&amp;quot; to Close PreferencesGo to Komodo -&amp;gt; Preferences -&amp;gt; PHP -&amp;gt;Debugger Configuration should now read &amp;quot;PHP is configured for debugging. You can use the configuration wizard to reconfigure if you have changed our primary ini file.&amp;quot;Place phpinfo.php file that calls phpinfo() in / library/webserver/documentsOpen Firefox and go to x/phpinfo.php?XDEBUG_SESSION_START=1This will initialize KomodoGo to Komodo -&amp;gt; Debug -&amp;gt; &amp;quot;Listen for Debugging Connections&amp;quot;Replace &amp;quot;/users/kent/komodo/extensions/xdebug.so&amp;quot; with &amp;quot;/usr/local/bin/xdebug-2.0.0RC3/xdebug-2.0.0RC3/modules/xdebug.so&amp;quot;cp /usr/local/bin/xdebug-2.0.0RC3/xdebug-2.0.0RC3/modules/xdebug.so /users/kent/komodo/extensions/</blip:puredescription>
      <blip:smallThumbnail>http://a.images.blip.tv/Kentbye_tech-LiveDebuggingDrupalWithKomodoIDE333-835-370.jpg</blip:smallThumbnail>
      <blip:license>Creative Commons Attribution 2.0</blip:license>
      <description>

&lt;iframe src="http://blip.tv/play/AY6jVgI.html?p=1" width="480" height="403" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AY6jVgI" style="display:none"&gt;&lt;/embed&gt;
&lt;br /&gt;

Preferences -&amp;gt; System Preferences -&amp;gt; MySQL -&amp;gt; Start MySQL ServerOpen Komodo Go to Komodo -&amp;gt; Preferences -&amp;gt; PHP -&amp;gt; Debugger Configuration should read &amp;quot;WARNING PHP is not configured for debugging. You can use the configuration wizard to configure PHP for debugging.&amp;quot;Open Finder -&amp;gt; /users/kent/komodo/iniDelete php.iniOpen Finder -&amp;gt; /users/kent/komodo/extensionsDelete xdebug.soGo to Komodo -&amp;gt; Preferences -&amp;gt; PHP -&amp;gt; Debugger Configuration -&amp;gt; * Click &amp;quot;Debugger Config Wizard &amp;quot;* Click Continue* Keep PHP path set to /usr/local/php5/bin/php* Click Continue* INI file to be copied: &amp;quot;/usr/local/php5/lib/php.ini&amp;quot; &amp;amp; Put debug version of ini at: &amp;quot;/Users/kent/komodo/ini&amp;quot;* Click ContinueChange use this extensions directory to &amp;quot;/Users/kent/komodo/extensions&amp;quot;* Click Continue* Ready to Install -- Click Continue* Finished with Installation -- Click DoneClick &amp;quot;Okay&amp;quot; to Close PreferencesGo to Komodo -&amp;gt; Preferences -&amp;gt; PHP -&amp;gt;Debugger Configuration should now read &amp;quot;PHP is configured for debugging. You can use the configuration wizard to reconfigure if you have changed our primary ini file.&amp;quot;Place phpinfo.php file that calls phpinfo() in / library/webserver/documentsOpen Firefox and go to x/phpinfo.php?XDEBUG_SESSION_START=1This will initialize KomodoGo to Komodo -&amp;gt; Debug -&amp;gt; &amp;quot;Listen for Debugging Connections&amp;quot;Replace &amp;quot;/users/kent/komodo/extensions/xdebug.so&amp;quot; with &amp;quot;/usr/local/bin/xdebug-2.0.0RC3/xdebug-2.0.0RC3/modules/xdebug.so&amp;quot;cp /usr/local/bin/xdebug-2.0.0RC3/xdebug-2.0.0RC3/modules/xdebug.so /users/kent/komodo/extensions/

</description>
      <yv:adTargeting>
        <yv:adData>
          <yv:id>YahooPartnerVideoID</yv:id>
          <yv:name>Blip post id</yv:name>
          <yv:value>233842</yv:value>
        </yv:adData>
      </yv:adTargeting>
      <comments>http://blip.tv/file/229420</comments>
      <category>Default Category</category>
      <pubDate>Tue, 15 May 2007 05:16:58 +0000</pubDate>
      <enclosure url="http://blip.tv/file/get/Kentbye_tech-LiveDebuggingDrupalWithKomodoIDE333.flv" type="video/x-flv" length="15196009"/>
      <itunes:keywords/>
      <itunes:image>http://a.images.blip.tv/Kentbye_tech-LiveDebuggingDrupalWithKomodoIDE333-835.jpg</itunes:image>
      <media:keywords/>
      <media:group>
        <media:content url="http://blip.tv/file/get/Kentbye_tech-LiveDebuggingDrupalWithKomodoIDE333.mov" blip:role="Source" blip:vcodec="ffh264" blip:acodec="faad" expression="full" fileSize="10678044" height="896" isDefault="true" type="video/quicktime" width="1152"/>
        <media:content url="http://blip.tv/file/get/Kentbye_tech-LiveDebuggingDrupalWithKomodoIDE333.flv" blip:role="web" blip:vcodec="" blip:acodec="" expression="full" fileSize="15196009" height="896" isDefault="false" type="video/x-flv" width="1152"/>
      </media:group>
      <media:player url="http://blip.tv/file/229420">&lt;iframe src="http://blip.tv/play/AY6jVgI.html?p=1" width="480" height="403" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#AY6jVgI" style="display:none"&gt;&lt;/embed&gt;</media:player>
      <media:title>Live Debugging Drupal with Komodo IDE</media:title>
      <media:thumbnail url="http://a.images.blip.tv/Kentbye_tech-LiveDebuggingDrupalWithKomodoIDE333-835.jpg"/>
      <creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
    </item>
  </channel>
</rss>

