<?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>Techmania</title>
	<atom:link href="http://techmania.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techmania.wordpress.com</link>
	<description>Life, the Universe, and Everything</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:01:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techmania.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Techmania</title>
		<link>http://techmania.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techmania.wordpress.com/osd.xml" title="Techmania" />
	<atom:link rel='hub' href='http://techmania.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Download Directories with wget</title>
		<link>http://techmania.wordpress.com/2011/10/05/download-directories-with-wget/</link>
		<comments>http://techmania.wordpress.com/2011/10/05/download-directories-with-wget/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 06:53:52 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=83</guid>
		<description><![CDATA[wget is a non-interactive download utility available in the *nix OS, which can be used to remotely download files, amongst other things. I&#8217;ve looked for the correct wget command to download a directory remotely, but couldn&#8217;t find the right one. This one, however, worked for me: wget -r --level=3 -np -nH "&#60;URL of Directory&#62;" where [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=83&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>wget is a non-interactive download utility available in the *nix OS, which can be used to remotely download files, amongst other things.</p>
<p>I&#8217;ve looked for the correct wget command to download a directory remotely, but couldn&#8217;t find the right one. This one, however, worked for me:</p>
<pre>wget -r --level=3 -np -nH "&lt;URL of Directory&gt;"</pre>
<p>where</p>
<p>r &#8211; recursive download (download recursively looping through sub directories</p>
<p>np &#8211; no parent directories (without this command, you get some weird results from the recursion working for the parent directory as well)</p>
<p>nH &#8211; no host (get rid of the host name &#8211; without this, your folder will be created with some weird name that includes the host/url</p>
<p>level=3 -upto what level/depth you want to recurse or go into. Change to an appropriate number</p>
<p>Check the man page of wget for more information</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=83&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2011/10/05/download-directories-with-wget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple Terminals in the same Session with Screen</title>
		<link>http://techmania.wordpress.com/2011/09/16/multiple-terminals-in-the-same-session-with-screen/</link>
		<comments>http://techmania.wordpress.com/2011/09/16/multiple-terminals-in-the-same-session-with-screen/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 08:30:06 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=74</guid>
		<description><![CDATA[As an administrator or unix user who has just SSH&#8217;d into a remote server, have you had the requirement to open multiple remote terminals without having to resort to re-logging in multiple times? I&#8217;ve had this one too many times, where I needed to run multiple apps, view logs etc. etc. in separate terminals, which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=74&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As an administrator or unix user who has just SSH&#8217;d into a remote server, have you had the requirement to open multiple remote terminals without having to resort to re-logging in multiple times? I&#8217;ve had this one too many times, where I needed to run multiple apps, view logs etc. etc. in separate terminals, which can be made easy using <a href="http://www.gnu.org/s/screen/">GNU Screen</a>.<br />
GNU Screen is a screen multiplexer, which can be installed via a simple apt-get install screen on your linux server. This should be available by default as well. Once that is done, the following steps should suffice</p>
<ul>
<li>Login to your remote terminal (e.g: via SSH)</li>
<li>Open Screen</li>
</ul>
<pre> user@remote&gt; screen</pre>
<ul>
<li>Use the following commands to create, navigate etc. CTRL+A (CTRL A) is the control key in my Ubuntu server by default, and this might be the case for you as well. Thus when I refer to CTRL A p, I mean holding CTRL + A down, press the &#8216;p&#8217; key</li>
<li>Create a new terminal:</li>
</ul>
<pre>user@remote&gt; CTRL A c</pre>
<ul>
<li>Move to the next terminal:</li>
</ul>
<pre>user@remote&gt; CTRL A n</pre>
<ul>
<li>Move to the previous terminal:</li>
</ul>
<pre>user@remote&gt; CTRL A p</pre>
<p>Etc. Some more commands are as follows</p>
<ul>
<li>Move to a specific terminal: CTRL A &#8220;</li>
<li>Move to the last used terminal: CTRL A A</li>
<li>Move to terminal number 0 (0-9) : CTRL A 0</li>
</ul>
<p>These commands were enough to get me going. For even further commands and to explore the power of screen in depth, here are some useful resources:</p>
<p><a href="http://duncanbrown.org/index.php/GNU_Screen">Resource 1</a>, <a href="https://wiki.archlinux.org/index.php/GNU_Screen">Resource 2</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=74&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2011/09/16/multiple-terminals-in-the-same-session-with-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Espatialy for You!</title>
		<link>http://techmania.wordpress.com/2011/08/16/espatialy-for-you/</link>
		<comments>http://techmania.wordpress.com/2011/08/16/espatialy-for-you/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 09:16:15 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gis spatial espatialy]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=72</guid>
		<description><![CDATA[Espatialy for You! is my attempt to jot down my notes, thoughts, research, my ultimate goal to advocate GIS catalog world dominance and what not from a neogeographers point of view. Head over to Espatialy for You! for more.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=72&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Espatialy for You! is my attempt to jot down my notes, thoughts, research, my ultimate goal to advocate GIS catalog world dominance and what not from a neogeographers point of view. Head over to <a title="Espatialy for You" href="http://espatialy.blogspot.com/" target="_blank">Espatialy for You!</a> for more.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=72&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2011/08/16/espatialy-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Radeon 3400 on Lenovo T400 and Ubuntu Jaunty Jackalope</title>
		<link>http://techmania.wordpress.com/2009/07/07/radeon-3400-on-lenovo-t400-and-ubuntu-jaunty-jackalope/</link>
		<comments>http://techmania.wordpress.com/2009/07/07/radeon-3400-on-lenovo-t400-and-ubuntu-jaunty-jackalope/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 10:02:35 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=69</guid>
		<description><![CDATA[Recently ran into problems with my new Lenovo Thinkpad T400 and the Video Card. Problem: The internal Intel card worked fine. The T400 contains switcheable-graphics which can switch between the Intel Card (low-performance for power saving) and the ATI radeon mobility 3400 series card (high performance). In some OS, automatic switching occurs based on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=69&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently ran into problems with my new Lenovo Thinkpad T400 and the Video Card.</p>
<p>Problem: The internal Intel card worked fine. The T400 contains switcheable-graphics which can switch between the Intel Card (low-performance for power saving) and the ATI radeon mobility 3400 series card (high performance). In some OS, automatic switching occurs based on the power status. Unfortunately, Ubuntu, and the latest version I&#8217;m using &#8211; Jaunty Jackalope a.k.a 9.04, doesn&#8217;t support this. What&#8217;s more is that since the Intel card is set as the primary card, that is what Ubuntu detects.</p>
<p>Solution: To install the ATI Mobility driver, do the following:</p>
<ol>
<li>Reboot the T400, and go into the BIOS setup</li>
<li>Under Config, select Display</li>
<li>Change from Switcheable-Graphics (both cards) to Discreet Graphics (ATI). Integrated Graphics is the Intel card.</li>
<li>Disable OS Auto-detection of Video Cards</li>
<li>Save and Exit (F10)</li>
<li>Boot into Ubuntu, go into menu: System-&gt;Administration-&gt;Hardware Drivers</li>
<li>Install the ATI driver given there &#8211; Ubuntu will automatically do this for you</li>
</ol>
<p>Everything&#8217;s up and running after this (a reboot maybe required), and ATI&#8217;s proprietary fglrx driver should be installed. The ATI Catalyst Center should be under Applications-&gt;Accessories-&gt;ATI Catalyst Control Center.</p>
<p>However, I did experience a lot of flickering &#8211; especially when Google Earth was running &#8211; I also couldn&#8217;t watch movies in the full screen mode.</p>
<p>This fix worked:</p>
<ol>
<li>Install the latest version of the ATI Catalyst Center. I installed version 9.6</li>
<li>URL: http://support.amd.com/us/gpudownload/Pages/index.aspx</li>
<li>Select the correct version for your architecture.</li>
<li>Assign permissions to your downloaded file:    sudo chmod +w &lt;filename.run&gt;</li>
<li>Run the installation:   sudo ./&lt;filename.run&gt;</li>
<li>Once finished, reboot into Linux. Everything worked fine for me hereonwards.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=69&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2009/07/07/radeon-3400-on-lenovo-t400-and-ubuntu-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Google Calendars to Evolution</title>
		<link>http://techmania.wordpress.com/2009/01/21/adding-google-calendars-to-evolution/</link>
		<comments>http://techmania.wordpress.com/2009/01/21/adding-google-calendars-to-evolution/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 10:21:46 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=65</guid>
		<description><![CDATA[Evolution Calendar offers a great way to manage tasks &#8211; reminders and all. And the popup tasklist in the taskbar is even greater. Google calendar on the other hand also offers a wide variety of benefits for an online calendar client. Here is a way to see all your Google calendar items from within Evolution [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=65&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Evolution Calendar offers a great way to manage tasks &#8211; reminders and all. And the popup tasklist in the taskbar is even greater. Google calendar on the other hand also offers a wide variety of benefits for an online calendar client. Here is a way to see all your Google calendar items from within Evolution &#8211; and thus letting you go offline with your GCal stuff in Evolution.</p>
<p>Ok &#8211; there seems to be some bugs overall which restricts 2 way sync between Google Calendar and Evolution (2.22.31) &#8211; however for simple calendars, here goes:</p>
<p>1. Create your calendar in Google Calendar<br />
2. In the Evolution (2.22) mail client, select New-&gt;Calendar<br />
3. Set the type of the calendar to Google<br />
4. Give a name for your Calendar such as &#8220;Conquest of the Shire Timeline&#8221;<br />
4. Enter your google account username in the Username section<br />
5. Click OK, and enter your Google account password in the resulting box<br />
6. Sit back and view your Google calendar in Evolution</p>
<p>There seems to be some bugs in accessing multiple calendars from the same account too. Anyways, as a workaround, you can add calendars as ICAL:</p>
<p>1. In your Google calendar account, within the specific calendar settings, copy<br />
the ICAL URL.<br />
2. In Evolution, create a new calendar of the type &#8220;On the Web&#8221;<br />
3. Enter the ICAL URL in the URL section: replace the &#8216;http://&#8217; section with &#8216;webcal://&#8217;<br />
4. The other steps are similar to the Google setup given above</p>
<p>Enjoy&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=65&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2009/01/21/adding-google-calendars-to-evolution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Maps for Advocacy: An Introduction to Geographical Mapping Techniques</title>
		<link>http://techmania.wordpress.com/2008/11/18/maps-for-advocacy-an-introduction-to-geographical-mapping-techniques/</link>
		<comments>http://techmania.wordpress.com/2008/11/18/maps-for-advocacy-an-introduction-to-geographical-mapping-techniques/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 09:51:19 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=63</guid>
		<description><![CDATA[TacticalTech recently released Maps for Advocacy: An Introduction to Geographical Mapping Techniques. This book is very informative and nicely edited, and gives an overview of mapping techiques to a new user. I had the priviledge of contributing to this wonderful piece of work, and I received my complimentary copies today. A must read for everyone. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=63&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tacticaltech.org/" target="_blank">TacticalTech</a> recently released Maps for <a href="http://www.tacticaltech.org/mapsforadvocacy">Advocacy: An Introduction to Geographical Mapping Techniques</a>. This book is very informative and nicely edited, and gives an overview of mapping techiques to a new user. I had the priviledge of contributing to this wonderful piece of work, and I received my complimentary copies today. A must read for everyone. Good work, TTC.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=63&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2008/11/18/maps-for-advocacy-an-introduction-to-geographical-mapping-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Cows Point North</title>
		<link>http://techmania.wordpress.com/2008/09/02/cows-point-north/</link>
		<comments>http://techmania.wordpress.com/2008/09/02/cows-point-north/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 08:32:35 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=61</guid>
		<description><![CDATA[Interesting article in the Telegraph about how Cows automatically point to the north. Dr Sabine Begall and colleagues from the University of Duisburg-Essen looked at thousands of images of cattle on Google Earth in Britain, Ireland, India and the USA. They also studied 3,000 deer in the Czech Republic. The deer tended to face north [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=61&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Interesting article in the Telegraph about how <a href="http://www.telegraph.co.uk/news/newstopics/howaboutthat/2623809/Cows-point-north-thanks-to-in-built-compasses.html">Cows automatically point to the north</a>. </p>
<blockquote><p>Dr Sabine Begall and colleagues from the University of Duisburg-Essen looked at thousands of images of cattle on Google Earth in Britain, Ireland, India and the USA. They also studied 3,000 deer in the Czech Republic. The deer tended to face north when resting or grazing.</p></blockquote>
<p>Wow. And to know that the cow in my backyard can be used as a very handy compass <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . This comment on <a href="http://science.slashdot.org/article.pl?sid=08/08/26/1514226">Slashdot</a> summarizes it all:</p>
<blockquote><p>
Having an edible compass would come in handy if you get lost.</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techmania.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techmania.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=61&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2008/09/02/cows-point-north/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook chat on Pidgin</title>
		<link>http://techmania.wordpress.com/2008/07/09/facebook-chat-on-pidgin/</link>
		<comments>http://techmania.wordpress.com/2008/07/09/facebook-chat-on-pidgin/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 11:33:32 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=58</guid>
		<description><![CDATA[My friend Gunith mentioned that there was a plugin to integrate Facebook chat into the Pidgin instance messenger &#8211; and obviously, I tried it the very next day, and am glad to mention that it rocks Pidgin is an all-in-one instance messenger client, formally known as GAIM. Facebook-chat is one of the latest additions to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=58&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My friend Gunith mentioned that there was a plugin to integrate Facebook chat into the Pidgin instance messenger &#8211; and obviously, I tried it the very next day, and am glad to mention that it rocks <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Pidgin is an all-in-one instance messenger client, formally known as GAIM. Facebook-chat is one of the latest additions to its ever-growing list of supported protocols. To install the Facebook plugin for Pidgin (assuming you have Pidgin in the first place), select the appropriate package from <a href="http://code.google.com/p/pidgin-facebookchat/">Google Code</a> and install it. If you use Debian/Ubuntu, then grab the .deb package, and install it via<br />
<code>sudo dpkg -i [name of package]</code><br />
Next, go into Accounts-&gt;Manage in Pidgin, and add a new IM account. You should see Facebook-chat as an option in the protocol section. Select it, enter your account details, and accept it, and hey presto, your Pidgin should be Facebook-chat enabled.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techmania.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techmania.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=58&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2008/07/09/facebook-chat-on-pidgin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>
	</item>
		<item>
		<title>qGIS on Ubuntu Hardy</title>
		<link>http://techmania.wordpress.com/2008/07/09/qgis-on-ubuntu-hardy/</link>
		<comments>http://techmania.wordpress.com/2008/07/09/qgis-on-ubuntu-hardy/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 08:19:43 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=57</guid>
		<description><![CDATA[I&#8217;m a big fan of qGIS, my favorite GIS desktop client. I recently upgraded to Ubuntu Linux 8.04 LTS, a.k.a Hardy Heron, and was amazed to find that qGIS was no longer part of the standard Ubuntu repositories, which is absolutely dissapointing &#8211; anyways, here is a workaround to getting qGIS installed on Ubuntu. Of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=57&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big fan of qGIS, my favorite GIS desktop client. I recently upgraded to Ubuntu Linux 8.04 LTS, a.k.a Hardy Heron, and was amazed to find that qGIS was no longer part of the standard Ubuntu repositories, which is absolutely dissapointing &#8211; anyways, here is a workaround to getting qGIS installed on Ubuntu. Of course, compiling from source is always an option, but I&#8217;m going with the &#8216;Ubuntu way&#8217; here.<br />
The latest version of QGIS for Ubuntu is available at  http://ppa.launchpad.net/qgis/ubuntu/. Add this entry:<br />
<code>deb http://ppa.launchpad.net/qgis/ubuntu/ hardy main</code><br />
to your Sources list, usually available at<br />
<code>/etc/apt/sources.list</code><br />
And Update your Ubuntu sources:<br />
<code>sudo apt-get update</code><br />
Now install qgis:<br />
<code>sudo apt-get install qgis</code></p>
<p>However, when I tried starting qGIS from the command line, I got the following 2 errors/warnings:</p>
<blockquote><p>Couldn&#8217;t load SIP module. Python support will be disabled</p></blockquote>
<p>And</p>
<blockquote><p>Couldn&#8217;t load PyQt bindings. Python support will be disabled.</p></blockquote>
<p>The above 2 can be corrected by installing the following packages in Ubuntu:<br />
<code>sudo apt-get install python-sip4</code><br />
<code>sudo apt-get install python-qt4</code><br />
And with the above steps completed, I now can run QGIS again. Viva GIS <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techmania.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techmania.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=57&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2008/07/09/qgis-on-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugging PHP in Eclipse using XDebug</title>
		<link>http://techmania.wordpress.com/2008/07/02/debugging-php-in-eclipse-using-xdebug/</link>
		<comments>http://techmania.wordpress.com/2008/07/02/debugging-php-in-eclipse-using-xdebug/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:44:32 +0000</pubDate>
		<dc:creator>mifan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://techmania.wordpress.com/?p=54</guid>
		<description><![CDATA[My previous post touched upon the basics of getting Eclipse PDT (PHP Development Tools) up and running for PHP development. In this post, we&#8217;ll be looking at getting PHP debugging capabilities into our PHP dev environment. Again, I&#8217;ll be focusing on Ubuntu Linux &#8211; 8.04 LTS to be specific: however, with minor changes, this can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=54&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://techmania.wordpress.com/2008/07/02/php-development-with-eclipse-pdt/">previous post</a> touched upon the basics of getting Eclipse PDT (PHP Development Tools) up and running for PHP development. In this post, we&#8217;ll be looking at getting PHP debugging capabilities into our PHP dev environment. Again, I&#8217;ll be focusing on Ubuntu Linux &#8211; 8.04 LTS to be specific: however, with minor changes, this can be used on any platform.</p>
<p>Of course, there are simpler methods of debugging PHP scripts: a var_dump is quite handy in terms of simple debugging &#8211; however, having the right tools at hand for development means that we can spend more time in actual development than writing debug statements every once in a while &#8211; anyways, that&#8217;s my take.</p>
<p>XDebug is a remote debugger. Here we&#8217;ll take a look at getting XDebug working with Eclipse PDT providing a full debugging client. The first step would of course be to get Eclipse PDT up and running (refer previous post if needed). Once done, the next step would be to get Xdebug for our PHP environment set up &#8211; in my case, PHP5. On Ubuntu, this can be achieved by:<br />
<code>apt-get install php5-xdebug</code><br />
This should install Xdebug for PHP5. Next, we&#8217;d configure Xdebug by editing the PHP configuration file. Most systems require the configuration items be added to the main php.ini, or the appropriate conf file. In Ubuntu 8.04 LTS, a separate configuration file,xdebug.ini, is created for Xdebug. Open this file using your favorite text editor (vim in my case):<br />
<code>sudo vim /etc/php5/conf.d/xdebug.ini</code><br />
Add the following lines after the zend_extension= or zend_extension_ts= conf value.<br />
<code><br />
xdebug.remote_enable=On<br />
xdebug.remote_host="localhost"<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler="dbgp"<br />
</code><br />
And restart your web-server. In my case, Apache:<br />
<code>/etc/init.d/apache2 restart</code><br />
To try out the debugger, open a PHP project in Eclipse (if you are importing an existing project via CVS, remember to add it as a PHP project using the New Project Wizard). In Window-&gt;Preferences-&gt;General-&gt;Web Browser, select external web browser, and set it to point to your default web browser. Next go into the debug section, by Window-&gt;Preferences-&gt;PHP-&gt;Debug, and set the PHP Debugger option to XDebug (by default this is set to the Zend Debugger). Note the chekbox &#8220;Break at first line&#8221; in this page as well &#8211; you can change this later on, as required. After you&#8217;ve applied your changes, go into the Debug menu, by Run-&gt;Open Debug Dialog&#8230; Here, make sure the Server Debugger is set to XDebug, and that the PHP server points to http://localhost or an appropriate server location. The file section should point to the file to be debugged, relative to your workspace (Note: if your project is missing from the list, check whether you&#8217;re project is configured as a PHP project &#8211; I&#8217;ve noticed that non-PHP projects fail to appear on this list). Thus if your file is index.php, the relative path maybe something/www/index.php etc.<br />
Next, check the URL section to see whether it points to the correct location &#8211; if not, make sure you uncheck the &#8220;Auto-Generate&#8221; check box, and enter in the correct location. Apply the changes and close the dialog box.<br />
A view of the Debug dialog is here:<br />
<a href="http://techmania.files.wordpress.com/2008/07/xdebug.png"><img src="http://techmania.files.wordpress.com/2008/07/xdebug.png?w=300&#038;h=187" alt="EclipsePDT Debug Dialog" width="300" height="187" class="alignnone size-medium wp-image-55" /></a><br />
You should now be ready to debug your application. Click on Run-&gt;Debug or F11 to enable debugging &#8211; Eclipse should switch to the Debug View, and the page should start loading in your external browser. If &#8220;Break at First Line&#8221; checkbox was checked previously, then the program would have &#8220;stopped&#8221; at the first line &#8211; you can step into or step over subsequent lines using the controls on your top left corner. Alternatively, you can place breakpoints at various locations and stop code execution there as well. The variables tab should give you the variables and their values at various times. I good guide from which I borrowed from is <a href="http://devzone.zend.com/article/2930-Debugging-PHP-applications-with-xdebug">here</a>. Get creative &#8211; start debugging.<br />
A view of the debugger in operation is here:<br />
<a href="http://techmania.files.wordpress.com/2008/07/eclipsepdtxdebug.png"><img src="http://techmania.files.wordpress.com/2008/07/eclipsepdtxdebug.png?w=300&#038;h=187" alt="EclipsePDT XDebug for PHP" width="300" height="187" class="alignnone size-medium wp-image-56" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techmania.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techmania.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techmania.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techmania.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techmania.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techmania.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techmania.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techmania.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techmania.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techmania.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techmania.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techmania.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techmania.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techmania.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techmania.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techmania.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techmania.wordpress.com&amp;blog=486187&amp;post=54&amp;subd=techmania&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techmania.wordpress.com/2008/07/02/debugging-php-in-eclipse-using-xdebug/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9d828aeddd95f2aef47d5a4d6fa4b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mifan</media:title>
		</media:content>

		<media:content url="http://techmania.files.wordpress.com/2008/07/xdebug.png?w=300" medium="image">
			<media:title type="html">EclipsePDT Debug Dialog</media:title>
		</media:content>

		<media:content url="http://techmania.files.wordpress.com/2008/07/eclipsepdtxdebug.png?w=300" medium="image">
			<media:title type="html">EclipsePDT XDebug for PHP</media:title>
		</media:content>
	</item>
	</channel>
</rss>
