• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

What do you use?

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
 
Last edited:
Dreamweaver, for graphics adobe photoshop& imageready 9 CS2, for on the fly edit: WS ftp pro,flash fxp & ofcourse notepad too;)
 
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. :)
 
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,

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.
 
thats IE for you - If you have a css based website, just put the word

!important

after details to make that bit friendly, ie:

Code:
{
width: 800px !important; /**Firefox & Opera**/
width: 400px; /**IE**/
}
this is most useful with margins etc.

Welcome to IE hell :)
 
Back
Top