<br><br><div><span class="gmail_quote">On 6/19/07, <b class="gmail_sendername">Donovan Niesen</b> &lt;<a href="mailto:dniesen@gmail.com">dniesen@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I do a significant amount of work in with HTML, CSS and PHP/MySQL.<br>Most of my time is spent inside Dreamweaver on my Windows partition.<br>While Dreamweaver has been good to me, I would like to see what others<br>are using on a daily basis in Linux.&nbsp;&nbsp;Is there anything with some of
<br>the handier features in Dreamweaver (uploading pages to remote/testing<br>sites, MySQL integration)?</blockquote><div><br><br>I&#39;ve always been a fan of Eclipse + PHPEclipse and Phing (Ant clone).
You can do remote deployments with Phing through either an SCP task or
an Exec task that invokes SCP; an added bonus is that you can set it up
so deployment only happens if all unit tests pass ;). With&nbsp; &quot;External
Tools&quot; you can also run Phing from within Eclipse, but I usually just
have a shell open to my working directory (PuttyCYG when on Windows).
You can also use Eclipse&#39;s debugger locally or remotely. <br><br>As for database, I use pgAdminIII through a tunnel that&#39;s
open on my SSH connection (-D5432 localhost:5432), that can also be
accomplished with PuTTY: Connection &gt; SSH &gt; Tunnels - Source
port: 5432, Destination: localhost:5432, (*) Remote. I&#39;m sure a similar
setup will work with MySQL.
<br><br>I hope that helps :)<br><br>Harlan&nbsp;</div><br></div><br>