[CoLoCo] Linux - Oh how I missed you.
Ken Weinert
kenw at quarter-flash.com
Tue Jan 18 16:28:28 UTC 2011
On 1/17/2011 10:07 PM, David Overcash wrote:
>
> 2 - IDEs & Editors - My job is 70% programming, so I spend a ton of
> time writing PHP, HTML, CSS, and Javascript - with a bunch of other
> time spent on Android applications. I know that Eclipse is the way to
> go for Android - but what would you suggest for working on web servers
> for code? I prefer to work directly on the server (through SSH) as we
> don't have any repositories of any sort setup.
>
One of the things that I've done for a couple of sites is to create the
site locally, use make to process files (process as in using cpp so I
can use color names in .css files, squash javascript/php files,etc) and
then use rsync to update the server. You can use whatever editor you
like, the response is usually faster, etc and since it's rsync I've not
really noticed a major/annoying delay in updating the site when you're
ready to make a change.
Just a thought.
Ken
More information about the Ubuntu-us-co
mailing list