option 1: Aptana Studio
http://www.aptana.org/
option 2: Eclipse Pulse
http://www.poweredbypulse.com/
option 3: how to install sftp on any eclipse
help->install new
[wait for the catalog to update
select : -- Alla Avaliable Sites --
search : target managment
help->install new
[wait for the catalog to update
select : -- Alla Avaliable Sites --
search : remote system
Friday, December 11, 2009
how to install eclipse with sftp on ubuntu linux
Sunday, February 8, 2009
ubuntu linux visual directory compare / diff tools
sudo apt-get install meld
meld dir1 dir2
sudo apt-get install kompare
kompare dir1 dir2
sudo apt-get install kdelibs4c2a
wget http://launchpadlibrarian.net/10679965/kdiff3_0.9.92-2ubuntu1_i386.deb
wget http://launchpadlibrarian.net/13473685/libkonq4_3.5.9-0ubuntu7_i386.deb
wget http://launchpadlibrarian.net/10679966/kdiff3-doc_0.9.92-2ubuntu1_all.deb
dpkg -i *.deb
kdiff3 dir1 dir2
http://www.sourcegear.com/diffmerge/
http://www.scootersoftware.com/index.php
Saturday, June 14, 2008
Programming fonts
Envy Code R :
http://damieng.com/blog/category/design/fonts
Progy :
http://www.proggyfonts.com/index.php?menu=download
Consolas :
http://www.microsoft.com/downloads/details.aspx?familyid=22e69ae4-7e40-4807-8a86-b3d36fab68d3&displaylang=en
Linux fixed :
http://www.hassings.dk/lars/fonts.html
And more :
http://www.codinghorror.com/blog/archives/000157.html
Friday, May 9, 2008
eclipe plugin : sftp to edit remote files
Install the RSE (remote system explorer) from here
Thursday, May 8, 2008
Best free editor(s) for remote PHP developments
The only editors that i found which has the ability to open remote files via sftp and also have completion for smarty are:
1. Komodo Edit - FREE
2. UlrtaEdit + the Smarty plugin ftom the extras page
Monday, May 5, 2008
linux xterm fixed font for windows
Downloads the fixed font from http://www.chiark.greenend.org.uk/~sgtatham/fonts/
Sunday, April 20, 2008
How to develop remotely on a website with eclipse
Use the "Target Management" eclipse plugin - here is a tutorial :
http://eclipsewebmaster.blogspot.com/2007/01/remote-editing-using-eclipse.html
Monday, March 31, 2008
Tuesday, March 11, 2008
Trace perl script (like bash -x)
Install :
$ sudo cpan Devel::Trace
Run:
$ perl -d:Trace [filename.pl]
Friday, February 22, 2008
php/html editors for windows and linux
Some editors for php/html development :
Linux - Bluefish (apt-get install bluefish / yum install bluefish)
Windows - NuSphere PhpED - seach in emule "phped yag"