PDA

View Full Version : What do you use?



wwwgame
November 6th, 2005, 20:01
What do you use to edit your site? Like example Dreamweaver.

mpco
November 6th, 2005, 20:02
everything

WL-Michael
November 6th, 2005, 20:06
Notepad, CuteFTP (Fast Edits), HomeSite and sometimes Dreamweaver

wwwgame
November 6th, 2005, 20:08
Wats Everything?

sexychick
November 6th, 2005, 20:15
Dreamweaver of course! The best coding tool on the planet :)

<3
~SexyChick

mpco
November 6th, 2005, 20:29
Flash, Dreamweaver, Java, HTML, All Macromedia, PHP, Action Script,....everything

Aznvu
November 10th, 2005, 12:29
Flash MX, Dreamweaver MX, Fireworks MX, Photoshop 7.0 and nuke portals

Tree
November 10th, 2005, 21:19
Site Design (graphics):
ImageReady, PhotoShop 7.0,

Site Design (HTML/JS related):
EditPlus, FileZilla (for quick changes)

PHP:
EditPlus, FileZilla (quick changes), Zend Studio Server Client Edition 5 beta

JS/CSS/All other coding:
EditPlus, FileZilla (quick changes), NotePad

rolly
November 10th, 2005, 23:43
Generally dreamweaver and sometimes notepad when i am feeling quite happy ! :P

Mr.X
November 11th, 2005, 00:08
Dreamweaver, for graphics adobe photoshop& imageready 9 CS2, for on the fly edit: WS ftp pro,flash fxp & ofcourse notepad too;)

rhianna
November 11th, 2005, 00:34
In addition to Dreamweaver MX, I've discovered TopStyle Lite (http://www.bradsoft.com/topstyle/tslite/fullver.asp) I find that useful. I haven't tried TopStyle Pro yet.

You can download TopStyle Lite 3.10 (http://www.bradsoft.com/download/index.asp) for free :banana:

martin ewing
November 11th, 2005, 09:04
IMO, Dreamweaver and notepad are nice tools for web development. For designing, flash, photoshop and GIMP are good. If you need to learn more for web designing w3schools.com is very nice site. :-)

themoose
November 11th, 2005, 11:09
Notepad. Thats it. Sometimes i borrow hex codes from paint shop pro though.

incript_tech
November 11th, 2005, 14:05
Dreamweaver,
Photoshop,
Flash

This are the main elements.

iBrightDev
November 11th, 2005, 14:12
Dreamweaver
Photoshop
Image Ready
Flash MX
Fireworks
Swish
Trendy Flash Creator
Notepad (when I am not feeling rushed)
Cute FTP
sometime log in to my site FTP manually
and of course ask FWS members for help when needed :)

R4g1ng
November 12th, 2005, 01:35
EditPad Lite and Photoshop, Firefox and IE to test how it looks.

rhianna
November 12th, 2005, 01:46
R4g1ng,

Out of curiosity, do you ever test in Opera to see how the webpage looks?

I like to use Opera to see how quickly the page loads.

The only problem is the other day I was working on a webpage that looked great in Opera & Firefox but the layout appeared broken on Microsoft IE when I was at someone else's computer.

themoose
November 12th, 2005, 06:34
thats IE for you - If you have a css based website, just put the word

!important

after details to make that bit friendly, ie:



{
width: 800px !important; /**Firefox & Opera**/
width: 400px; /**IE**/
}

this is most useful with margins etc.

Welcome to IE hell :)

robert allen
November 12th, 2005, 09:18
I use this software daily;

Notepad ++
pixia
paint.NET
Filezilla
K-Meleon
foobar2000
Ip Ad Sender
AIM
MSN 4.7
gTalk
AOl

nameslave
November 12th, 2005, 20:13
Notepad, and if the file is too large, Microsoft Word.

ryza
November 12th, 2005, 21:23
Windows:
EditPlus www.editplus.com

Linux:
Fish, Gedit, Pico, Nano, etc

XRated
November 12th, 2005, 21:32
HTML - text editor (pico) + keyboard
PHP - text editor (pico) + keyboard

I don't believe much in software that does the work for you :p

rhianna
November 14th, 2005, 11:58
HTML - text editor (pico) + keyboard
PHP - text editor (pico) + keyboard

I don't believe much in software that does the work for you :p

Are you using this editor (http://www.indiana.edu/~ucspubs/b103/) for both text and PHP or are there two separate editors?

themoose
November 14th, 2005, 12:05
Oh woops - when i said i used Notepad, i meant Notepad2 :P

http://www.flos-freeware.ch/notepad2.html

its really good actually :)

ServiceUptime
November 15th, 2005, 00:53
I use EditPlus, Dreamweaver, Photoshop CS2, Flash MX.
Also when there is some simple dumb coding I use CodeCharge to speed up the process. It is sometimes helpful when you don't want to write the code from the scratch.

R4g1ng
November 22nd, 2005, 11:06
R4g1ng,

Out of curiosity, do you ever test in Opera to see how the webpage looks?

I like to use Opera to see how quickly the page loads.

The only problem is the other day I was working on a webpage that looked great in Opera & Firefox but the layout appeared broken on Microsoft IE when I was at someone else's computer.
Nope ><" I really do need to get Opera but I've been too lazy lately.