web design
-
- Level 2
- Posts: 69
- Joined: Mon Aug 20, 2007 11:32 pm
- Location: On the coast of Southern California USA
web design
does anybody know a good linux mint web design program?
Re: web design
You mean web design applications for Linux - there are a few. I use and like "Bluefish" as it is simple, fast and lightweight. Try it out - use the package manager to install it.
How to Ask Smart Questions: http://catb.org/~esr/faqs/smart-questions.html
Re: web design
Actually you might want to be a little more specific. What kind of web design program? Many people who use Linux like to do a lot of coding by hand--actually using HTML not using a WYSIWYG program. I assume you used to use a program in whatever-land you came from... PC-land? What program did you use? Suggest that and we can tell if what program is like it.goldstar1 wrote:does anybody know a good linux mint web design program?
-
- Level 1
- Posts: 33
- Joined: Sun Jul 26, 2009 1:30 pm
- Contact:
Re: web design
I will second Bluefish. You may also want to have a go at gPHPEdit if you are interested in doing some backend coding.lagagnon wrote:You mean web design applications for Linux - there are a few. I use and like "Bluefish" as it is simple, fast and lightweight. Try it out - use the package manager to install it.
Re: web design
Hi, if you don't like a textual editor, you can try Kompozer that's a WYSIWYG (What You See IS What You Get) editor.
I use Bluefish since my first Linux operating system. Also Quanta+ is a good editor textual/WYSIWYG, but tailored for KDE.
There are also Screem, and Amaya (recommended by W3C).
Ciao
I use Bluefish since my first Linux operating system. Also Quanta+ is a good editor textual/WYSIWYG, but tailored for KDE.
There are also Screem, and Amaya (recommended by W3C).
Ciao

- Zwopper
- Level 10
- Posts: 3078
- Joined: Fri Nov 30, 2007 12:20 pm
- Location: Deep in the Swedish woods
- Contact:
Re: web design
+1 for Kompozer and Quanta+

My artwork at deviantART | My Band - Electric Alchemea
CREA DIEM!
Lenovo U330P | i5 | 16GB | 128GB - SSD | Elemantary OS 0.4
-
- Level 1
- Posts: 1
- Joined: Wed Feb 16, 2011 10:16 am
Re: web design
I'm used to using Dreamweaver and want to know what my options are when I move over to Mint.
I mostly hand code (and like the suggestions as I type), need built in file manager and a quick upload shortcut (In dreamweaver it's Ctrl+Shift+U)
Any recommendations?
Thank you
I mostly hand code (and like the suggestions as I type), need built in file manager and a quick upload shortcut (In dreamweaver it's Ctrl+Shift+U)
Any recommendations?
Thank you
-
- Level 3
- Posts: 114
- Joined: Fri Oct 24, 2008 4:08 pm
- Location: Romania
Re: web design
Hy!
I recommend you give Netbeans a try - it has some built-in html completition and a style builder , file browser is built in , but it is project based, and you can upload files through ftp with it , didn't see a shortcut but i think you can make one.
I recommend you give Netbeans a try - it has some built-in html completition and a style builder , file browser is built in , but it is project based, and you can upload files through ftp with it , didn't see a shortcut but i think you can make one.
Re: web design
I will add my vote for the Bluefish and Kompozer recommendations above. I switch back and forth between them.
Re: web design
I've had good experiences with Kompozer and NetBeans, though nowadays I only ever use gedit. Then again I build almost all the website I do in Drupal so I have little use for an IDE as most all of the coding is simply tweaking a few css and php files.
Former Mint Fluxbox/LXDE and Peppermint OS guy.
Senior developer for Ringfree Communications Inc.
Avid trail and ultra runner.
Senior developer for Ringfree Communications Inc.
Avid trail and ultra runner.
- Arenalgarden
- Level 1
- Posts: 48
- Joined: Mon Feb 21, 2011 4:09 am
- Location: Costa Rica
- Contact:
Re: web design
Holy Macintrash !!! They have internet in Asheville ?Kendall wrote:I've had good experiences with Kompozer and NetBeans, though nowadays I only ever use gedit. Then again I build almost all the website I do in Drupal so I have little use for an IDE as most all of the coding is simply tweaking a few css and php files.
I'm old. All I remember was water snakes and trout.

Pura Vida
Lake Arenal, Costa Rica.
Lake Arenal, Costa Rica.
Re: web design
Not to dive farther off topic or anything, but Asheville has become quite the booming tech market in recent years. All sorts of good things happening.Arenalgarden wrote:Holy Macintrash !!! They have internet in Asheville ?
I'm old. All I remember was water snakes and trout.
Former Mint Fluxbox/LXDE and Peppermint OS guy.
Senior developer for Ringfree Communications Inc.
Avid trail and ultra runner.
Senior developer for Ringfree Communications Inc.
Avid trail and ultra runner.
- DataMan
- Level 6
- Posts: 1234
- Joined: Thu Dec 04, 2008 6:47 am
- Location: Carmel, Midwest USA at /var/www
- Contact:
Re: web design
Pick one of the CMS packages mentioned above and install on your LAMP server. Each CMS is supported by a rich environment of assistance to get you started.
-DataMan
-DataMan
Linux'd since 2005 Linux ID 422356 Ubuntu ID 15015
- chi-kitory
- Level 2
- Posts: 89
- Joined: Mon Jul 27, 2009 1:43 pm
Re: web design
There is also vim and your personal skills. That always works out the best in the end! ^_^
I used Quanta, it was okay but i personally like the ability to program everything your self. and refresh your browser every update!
I used Quanta, it was okay but i personally like the ability to program everything your self. and refresh your browser every update!
Want to learn more about linux? Follow my blog! I cover distro reviews, games, howtos, and more.
http://pastelinux.wordpress.com/
... then the Unix-Gods created "man" ...
http://pastelinux.wordpress.com/
... then the Unix-Gods created "man" ...
Re: web design
having a local LAMP server is gold.DataMan wrote:Pick one of the CMS packages mentioned above and install on your LAMP server. Each CMS is supported by a rich environment of assistance to get you started.
-DataMan
for a CMS check out ravennuke. its not bad.
LMDE XFCE pae-kernel since 8/12/12
Re: web design
I am a big fan of ocPortal and use it to develop locally in Mint. http://ocportal.com/start.htm Check out the learn more page for the feature list.