@ DoYouSpeakWak
This is shareware now http://www.ghisler.com/
I haven't used it in a bit but as for dealing with files and folders on windows machines I don't think you'll find much it can't do.
My workstation is Mandriva 2010.
- IDE is Eclipse with PDT (PHP support) -> you can navigate classes, it can send you to the definition of a method, etc.
- Eclipse has a subversion client, subversive, so I keep my code on an SVN server on the same machine. I can tag and branch versions, compare the current version with the previous ones, etc.
- I develop locally, sometimes on a virtual server with VirtualBox if I need say to test on a CentOS server.
- I access the remote servers with SSH (cli version) but I exchange RSA keys so as not to have to type a password and automate backups.
- I can work on remote files as if they were local, through SSHFS.
- For MySQL, either the cli client or MySQL Workbench.
Navicat is the tool that I would recommend. In it’s most basic (free) form, it does more than phpMyAdmin. If you get Navicat Premium, the tools available are simply awesome. No other SQL Manager can touch it.
Since I first used Navicat three years ago, I have never ever needed to touch phpMyAdmin for any project or client ever since. There has never been an SQL issue that I have not been able to use Navicat for, it does everything and then some.
Display CSS by media type, disable about everything you want, view CSS info, I totally love this firefox addon and it really helps me match my CSS styles
There are actually several decent SVN clients for Mac.
There was a recent [url=hhttp://code.google.com/p/svnx/]update to svnX[/url] this month that looks really nice. My personal favorite is SmartSVN, with extremely active development and the most features I’ve seen from an SVN client, it’s a fantastic tool. Free or Pro versions available.
Highway of Life wrote:There are actually several decent SVN clients for Mac.
There was a recent [url=hhttp://code.google.com/p/svnx/]update to svnX[/url] this month that looks really nice. My personal favorite is SmartSVN, with extremely active development and the most features I’ve seen from an SVN client, it’s a fantastic tool. Free or Pro versions available.
Versions does look nice, I will admit I’ve never tried it, but like you, when you purchase a good SVN client, and it is working great (and not frustrating), there is little point in buying another product.