Eric on 19 Nov 2009 06:18:52 -0800 |
Marc Zucchelli wrote: > PLUG, > > I was wondering what tools people here use for web development. Favorite > IDE's, Editors, etc? We mainly use Adobe products for this kind of thing > at work and as I just installed openSUSE at home, I'd like to become > better acquainted with what I can run under KDE. I'll mainly be writing > php, html, javascript, and css. Thanks! > > Marc I spend more time working with the php backend interaction than the display side so favor: JEdit for editing Runs on Linux or Windows, free, syntax highlighting, SFTP, plug-ins, more. GVim for editing cannot forget the power of :%s/from/to/g Firefox with at least these add-ons: Firebug, Web developer If applicable, I use the CodeIgniter MVC framework - saves a ton of coding. I prefer PostgreSQL over MySQL (because of the not-null null problem in some earlier production versions) but use both. Eric -- # Eric Lucas # # "Oh, I have slipped the surly bond of earth # And danced the skies on laughter-silvered wings... # -- John Gillespie Magee Jr ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|