You are not logged in.
Pages: 1
Hi, I'm sure there are some webdevelopers here and I'm curious which applications you use for editing (x)html, css, php, and also using ftp. I've been looking for something like pspad but for linux ofc but I haven't found any tools i feel confortable with. So I'd love some tips!
Thanks!
"Freedom is not 'choosing between black and white,but to avoid such predetermined choice."
Offline
For text-editing (xhtml, css, php, ruby, python, ...) I'm generally using Vim with a few plugins (snip-fu/snippetsEmu, tselectfile, NERD tree, taglist, ...). If you don't want to learn Vim, since it has actually a steep learning curve, you should give Bluefish a try. It's an editor, which is designed for working with html.
For image manipulation I'm using Gimp and sometimes Inkscape, since there are no real native alternatives on Linux.
For ftp stuff I'm using ncftp, which is a command line tool, which can recursively upload/download directories and store bookmarks. If you want something with a nice GUI, you should check out gftp, which is a GTK-based ftp-client.
Offline
Ok, thanks I'll give bluefish a try!
"Freedom is not 'choosing between black and white,but to avoid such predetermined choice."
Offline
--tools--
editing: vim
copy/sync: ssh/scp/sftp and rsync
scm: git at home, and at work git-svn
misc tools: firefox with firebug, webdevtoolbar, and livehttpheaders plugins
i generally dont do graphicsy stuff
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
--tools--
editing: vim
copy/sync: ssh/scp/sftp and rsync
misc tools: firefox with firebug, webdevtoolbar
Ditto for these...though we mustn't forget GNU Screen either!
Regarding graphics, I'd love to say I use only Gimp and Inkscape, but unfortunately I'm still stuck with Photoshop 7 and/or Macromedia Fireworks (both under crossover linux) for many of my clients.
I use Bluefish on occasion too, when I feel too lazy to type tags...yes, yes I should really invest some time researching tag-completion for vim.
thayer williams ~ cinderwick.ca
Offline
I use Emacs for developing, GIMP for designing, and FileZilla for uploading
Offline
Geany is good for web work.
Offline
Geany is good for web work.
Yes. geany.. I love the compile and execute commands..
Offline
For a simple editor I just love Gedit with vatious plugins.
If you prefer a full blown IDE check out either Aptana or Netbeans, now with support for PHP and Python
Then there is Gimp/Inkscape for anything graphic.
Firefox with Firebug, Web Developer, for general development and Webkit/Opera/IE for testing.
Filezilla handles my uploads/downloads.
SCM: Bazaar (Must loko into GIT or Mercurial one of theese days :-) )
Depending on your DE/WM this might also be of interest.
Cheers,
P.
" If it aint broke... Then you're not trying hard enough! "
Offline
i like vim but I haven't found a good php syntax hilighting thing for it. (I found one but it makes my vim quite unresponsive).
Ideally some IDE-alike features like not only syntax hilighting but also showing of errors would be cool.
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
check out http://www.evrsoft.com and look at 1stPage2000. As for linux kate works pretty well for me.
Offline
(g)vim for everything.
Git for version control. ;p
\\ archlinux on a XPS M1530 //
Offline
Geany for coding
PS CS3 for the images - I can't use gimp, it irks me a lot.
There is a difference between bleeding [edge] and haemorrhaging. - Allan
Offline
vim & git do all right for me.
dnyy in IRC & Urban Terror
Offline
I used to use scite for all my editing. Then I tried vim, and realized how nice it is to avoid the mouse while coding. I'll probably switch to vim after I feel more comfortable with it.
Offline
I'm not sure why this old thread got bumped? Since I've already typed the reply before noticing…
I'm curious which applications you use for editing (x)html, css, php
I do all my editing in VIM.
Some useful tools what can be configured into most editors are:
onsgmls - (found in the opensp package) for (X)HTML validation,
css-validator - (available in AUR),
jsl - a JavaScript lint tool,
pyflakes - a python lint tool (I much prefer Django over PHP).
also using ftp.
I mostly transfer stuff over SSH but when FTP is the only option I use lftp.
Offline
Pages: 1