You are not logged in.

#1 2008-08-25 19:21:32

joltgen
Member
Registered: 2008-08-05
Posts: 14

Webdevelopment tools

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

#2 2008-08-25 19:49:35

Nax
Member
Registered: 2007-11-07
Posts: 7

Re: Webdevelopment tools

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

#3 2008-08-25 20:07:26

joltgen
Member
Registered: 2008-08-05
Posts: 14

Re: Webdevelopment tools

Ok, thanks I'll give bluefish a try!


"Freedom is not 'choosing between black and white,but to avoid such predetermined choice."

Offline

#4 2008-08-25 20:14:30

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: Webdevelopment tools

--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

#5 2008-08-25 21:08:03

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: Webdevelopment tools

cactus wrote:

--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

#6 2008-08-25 22:19:42

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

Re: Webdevelopment tools

I use Emacs for developing, GIMP for designing, and FileZilla for uploading smile

Offline

#7 2009-04-08 01:54:53

DaveCode
Member
Registered: 2008-08-15
Posts: 103

Re: Webdevelopment tools

Geany is good for web work.

Offline

#8 2009-04-08 09:09:24

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: Webdevelopment tools

DaveCode wrote:

Geany is good for web work.

Yes. geany.. I love the compile and execute commands..

Offline

#9 2009-04-08 09:59:47

palobo
Member
From: Leiria, Portugal
Registered: 2009-03-21
Posts: 68

Re: Webdevelopment tools

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

#10 2009-04-08 12:07:44

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: Webdevelopment tools

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

#11 2009-04-08 13:16:37

estex198
Member
Registered: 2009-02-17
Posts: 39

Re: Webdevelopment tools

check out http://www.evrsoft.com and look at 1stPage2000. As for linux kate works pretty well for me.

Offline

#12 2009-04-08 16:02:16

kano
Member
From: Michigan
Registered: 2007-05-04
Posts: 185
Website

Re: Webdevelopment tools

(g)vim for everything. smile

Git for version control. ;p


\\ archlinux on a XPS M1530 //

Offline

#13 2009-04-08 16:31:14

XFire
Member
From: UK
Registered: 2008-05-11
Posts: 192

Re: Webdevelopment tools

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

#14 2009-04-08 16:40:26

dannytatom
Member
From: Seattle, WA
Registered: 2009-02-02
Posts: 229
Website

Re: Webdevelopment tools

vim & git do all right for me. big_smile


dnyy in IRC & Urban Terror

Offline

#15 2009-04-09 01:19:49

Varreon
Member
Registered: 2008-07-03
Posts: 95

Re: Webdevelopment tools

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

#16 2009-04-10 00:57:58

N30N
Member
Registered: 2007-04-08
Posts: 273

Re: Webdevelopment tools

I'm not sure why this old thread got bumped? Since I've already typed the reply before noticing…

joltgen wrote:

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).

joltgen wrote:

also using ftp.

I mostly transfer stuff over SSH but when FTP is the only option I use lftp.

Offline

Board footer

Powered by FluxBB