|
Re: Wich is the best php editor [message #12629 is a reply to message #12499] |
Tue, 19 August 2003 00:46 |
gbjbaanb
Messages: 41 Registered: February 2003 Location: UK
Karma: 0
|
Member |
|
|
any of them
I view one of my forum pages, then (in IE at least), I 'view source' from the menu. I cut and paste all the html source into a html page sitting on my local pc (editing the path of the .css file to remove the url of the css file - so it is picked up from the current directory), copy the forum.css from the server to my local pc (get the directory right).
Then, you can edit the .css as much as you want, reload the locally-held html page, and it will show with the new css styles.
when you're happy, copy the .css to the server.
You might want to do the checks with several pages - the front page, a page of topics, and a user profile page for example, just to exercise all the css styles you're changing.
|
|
|
|
|
Re: Wich is the best php editor [message #14115 is a reply to message #13440] |
Wed, 05 November 2003 20:48 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
I use Anjuta for editing my php stuff. It's a pretty complete IDE for C/C++ including project/cvs management, as well as automatic generation of makefile stuff, but is able to show syntax highlightinng for a couple of languages, including perl, php, python, sql etc. Future versions will support project management for webstuff too, then it will be perfect for GNOME, but I'm already satisfied with it.
For Windoze land, however I wouldn't use maguma. The versions I saw were crappy stuff with faulty highlighting, sluggish behaviour and crashes every few minutes. Maybe they improved it meanwhile, but it left a poor impression considering that it's proprietary software.
Much better and Free Software (Qt public license) is PHPEdit. The recommended version is 0.8.0.25 (devel version). That's a nice feature complete IDE, however its default settings don't reveal its capacities, so you need to adjust them at first (ie. the settings for syntax highlighting, some unnecessary autocomplete/autoinsert stuff).
Olliver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|