<?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>Unnaki &#187; php</title>
	<atom:link href="http://www.unnaki.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unnaki.com</link>
	<description>Time is everything</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:54:40 +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>Remember Goto statement?</title>
		<link>http://www.unnaki.com/2009/09/remember-goto-statement/</link>
		<comments>http://www.unnaki.com/2009/09/remember-goto-statement/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 18:48:13 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=187</guid>
		<description><![CDATA[One programmer in anger says to the second programmer: - &#8220;Go to Hell!&#8221; The second programmer replies, in obvious repulsion: - &#8220;Ugh, you used goto!&#8221; LOL]]></description>
			<content:encoded><![CDATA[<p>One programmer in anger says to the second programmer:<br />
- &#8220;Go to Hell!&#8221;</p>
<p>The second programmer replies, in obvious repulsion:<br />
- &#8220;Ugh, you used goto!&#8221;</p>
<p>LOL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/09/remember-goto-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SVN with Subclipse</title>
		<link>http://www.unnaki.com/2009/05/using-svn-with-subclipse/</link>
		<comments>http://www.unnaki.com/2009/05/using-svn-with-subclipse/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:12:00 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux (most likely Debian)]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=117</guid>
		<description><![CDATA[If you want to know the basics of SVN with Subclipse there&#8217;s no need to add anymore than what this article already says. http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/ Was really helpful and clear to me.]]></description>
			<content:encoded><![CDATA[<p>If you want to know the basics of SVN with Subclipse there&#8217;s no need to add anymore than what this article already says.</p>
<p><a title="SVN with Subclipse" href="http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/" target="_blank">http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/</a></p>
<p>Was really helpful and clear to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2009/05/using-svn-with-subclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 CSS fixed footer hack</title>
		<link>http://www.unnaki.com/2008/06/ie6-css-fixed-footer-hack/</link>
		<comments>http://www.unnaki.com/2008/06/ie6-css-fixed-footer-hack/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 14:25:09 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=15</guid>
		<description><![CDATA[In order to have a fixed footer on your HTML page that stays fixed at the bottom even if the user scrolls and that it works in IE6, you should use this hack: &#60;!&#8211;[if lte IE 6]&#62; &#60;style type=&#8221;text/css&#8221;&#62; body {height:100%; overflow-y:auto;} html {overflow-x:auto; overflow-y:hidden;} * html #footer {position:absolute;} &#60;/style&#62; &#60;![endif]&#8211;&#62; Check this working example: [...]]]></description>
			<content:encoded><![CDATA[<p>In order to have a fixed footer on your HTML page that stays fixed at the bottom even if the user scrolls and that it works in IE6, you should use this hack:</p>
<p><em>&lt;!&#8211;[if lte IE 6]&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
body {height:100%; overflow-y:auto;}<br />
html {overflow-x:auto; overflow-y:hidden;}<br />
* html #footer {position:absolute;}<br />
&lt;/style&gt;<br />
&lt;![endif]&#8211;&gt;</em></p>
<p>Check this working example: <a href="http://www.pleyadechile.cl" target="_blank">http://www.pleyadechile.cl</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2008/06/ie6-css-fixed-footer-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making PDT work with Eclipse 3.2</title>
		<link>http://www.unnaki.com/2008/01/making-pdt-work-with-eclipse-32/</link>
		<comments>http://www.unnaki.com/2008/01/making-pdt-work-with-eclipse-32/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 01:00:00 +0000</pubDate>
		<dc:creator>Leandro Del Teso</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.eunaki.com/?p=5</guid>
		<description><![CDATA[Go to Help&#62;&#62;Software Updates&#62;&#62;Find and Install. And select &#8220;Search new features to install&#8221;. Click &#8220;New Remote Site&#8221; button. Enter a name and URL (http://download.eclipse.org/tools/pdt/updates/). Click &#8220;OK&#8221; and then &#8220;Finish&#8221;. Uncheck &#8220;Show the latest version of a feature only&#8221;. Expand &#8220;PDT&#8221; and select &#8220;PDT Feature 0.7.0.v200&#8230;&#8221;. Version 0.7 is the one that works with Eclipse 3.2. [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Go to Help&gt;&gt;Software Updates&gt;&gt;Find and Install. And select &#8220;Search new features to install&#8221;.</li>
<li>Click &#8220;New Remote Site&#8221; button.</li>
<li>Enter a name and URL (http://download.eclipse.org/tools/pdt/updates/). Click &#8220;OK&#8221; and then &#8220;Finish&#8221;.<br />
<a title="Making PDT work with Eclipse 3.2 Snapshot 1" href="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot.png"><img src="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-150x150.png" alt="Making PDT work with Eclipse 3.2 Snapshot 1" /></a></li>
<li>Uncheck &#8220;Show the latest version of a feature only&#8221;.<br />
<a title="Making PDT work with Eclipse 3.2 Snapshot 2" href="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-1.png"><img src="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-1-150x150.png" alt="Making PDT work with Eclipse 3.2 Snapshot 2" /></a></li>
<li>Expand &#8220;PDT&#8221; and select &#8220;PDT Feature 0.7.0.v200&#8230;&#8221;.<br />
<a title="Making PDT work with Eclipse 3.2 Snapshot 3" href="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-2.png"><img src="http://www.unnaki.com/wp-content/uploads/2008/01/screenshot-2-150x150.png" alt="Making PDT work with Eclipse 3.2 Snapshot 3" /></a><br />
Version 0.7 is the one that works with Eclipse 3.2. If you want to install a newer version you will need Eclipse platform 3.3.</li>
<li>Click &#8220;Finish&#8221; and after a few clicks more you will have PDTFeature working on Eclipse 3.2.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.unnaki.com/2008/01/making-pdt-work-with-eclipse-32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

