When i started i've used notepad, then webkit, but not the webkit as you might know it today ;) http://www.udel.edu/fth/pbs/webedit.gif That's a screenshot of the old ~1997 Version. After that i used Dreamweaver4 (?) for a short time and tried later six. DW6 was fat and slow in my opinion. Then i changed to Zend until i've noticed Eclipse PDT which offers all i need for free and the subclipse plugin is just great.
I never experienced that i had to reboot (!) my machine with one of the editors and eclipse performs very well in my opinion. I dont think that modern java apps are the bad memory eating monsters they where when java was introduced. And i seriously hope, without an offensive, that nobody uses dreamweaver for "writing" HTML... Look at this video in this page. http://www.adobe.com/devnet/dreamweaver/articles/styling_forms_pt3_03.html# It describes 41 steps (!!!) to arrange a form in two columns. The use of this gui is imo not less harder to learn then to read an article about css and columns and you're faster writing the code then using this editor ;) On Jun 7, 1:49 am, ZCE-guy <[EMAIL PROTECTED]> wrote: > I agree with Chris too (who doesn't??) I have used the Zend IDE, > Eclipse PDT, Dreamwaver and Notepad toi develop PHP code. > My favorite is RapidPHP 2008 (http://www.blumentals.net/rapidphp/). It > is a well rounded tool. > My experience is the same with the Java-based tools as being sluggish > and needing reboots, with the exception of the Zend IDE > which I have used for years. > Thanks, > Ron > > On Jun 6, 1:49 pm, "Timothée BRENNER" <[EMAIL PROTECTED]> > wrote: > > > > > * at the same place. > > > 2008/6/6 Timothée BRENNER <[EMAIL PROTECTED]>: > > > > Yeah Mark I noticed that today...I told myself "it is not possible that > > > such a big application doesn't allow saving files as utf8" but I was kind > > > of > > > stubborn, I wanted this function to be in the window which appears when > > > you > > > save your file or somewhere in the settings so I didn't look further :( > > > > Despite his reputation, Dreamweaver offers cool features like the > > > possibility to handle the files from your local, remote and test sites at > > > the same file. > > > > Zend Studio 5.5/Zend Studio - Eclipse must be nice but at the office > > > they've bought Dreamweaver... :/ > > > > Thanks for the tip Mark :) > > > > 2008/6/6 markfm <[EMAIL PROTECTED]>: > > > >> Nothing wrong with Dreamweaver. I've used it myself. To encode in > > >> UTF8, click "Modify" --> "Page Properties" --> "Document Encoding". > > >> Select UTF-8 (Unicode) and click "Reload". > > > >> This is how I do it in Dreamweaver MX. Your version might be > > >> different. > > > >> I prefer Zend Studio 5.5/Zend Studio - Eclipse. Never had a crash or > > >> had to reboot. Lots of cool features. > > > >> Take care, > > >> Mark > > > >> On Jun 5, 6:32 am, teum <[EMAIL PROTECTED]> wrote: > > >> > Hi, > > > >> > I use Dreamweaver as a code editor, and I can't figure out a way to > > >> > save a file as UTF8. As a result, I'm having troubles with accented > > >> > characters. In fact, I'm using the Auth component and in each > > >> > controller I have to define the error message that is displayed when > > >> > the access is denied. Depending on the controller I have troubles with > > >> > accented characters or not. > > > >> > I have tried to save my files as UTF8 with notepad but it was a big > > >> > mistake (had the "headers already sent by" error everywhere). > > > >> > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
