Home > Archive > PHP Language > November 2007 > PHP editor?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Is there a free download php editor anywhere to he had, that will
browser-display php code?
I downloaded Davor's PHP Editor. Although it looks nicely done, I find
the manual unreadable. Is there an alternative?
Zach
| |
| Onideus Mad Hatter 2007-11-21, 10:00 pm |
| On Wed, 21 Nov 2007 16:45:16 +0100, Zach <zach@xx.xx> wrote:
>Is there a free download php editor anywhere to he had, that will
>browser-display php code?
>
>I downloaded Davor's PHP Editor. Although it looks nicely done, I find
>the manual unreadable. Is there an alternative?
>
>Zach
Yeah...Notepad.
Ctrl+S to save changes
Alt+Tab to an FTP proggie
Drag 'n Drop over to the server
Alt+Tab to a browser
F5
Easy breezy.
....oh, I did use this other proggie for awhile...PHP Expert Editor I
think it was called...it was okay I guess, I mainly used it when I was
working offline and didn't have access to my server.
--
Onideus Mad Hatter
mhm ¹ x ¹
http://www.backwater-productions.net
http://www.backwater-productions.net/hatter-blog
Hatter Quotes
-------------
"You're only one of the best if you're striving to become one of the
best."
"I didn't make reality, Sunshine, I just verbally XXXXX slapped you
with it."
"I'm not a professional, I'm an artist."
"Your Usenet blinders are my best friend."
"Usenet Filters - Learn to shut yourself the XXXX up!"
"Drugs killed Jesus you know...oh wait, no, that was the Jews, my
bad."
"There are clingy things in the grass...burrs 'n such...mmmm..."
"The more I learn the more I'm killing my idols."
"Is it wrong to incur and then use the hate ridden, vengeful stupidity
of complete strangers in random Usenet froups to further my art?"
"Freedom is only a concept, like race it's merely a social construct
that doesn't really exist outside of your ability to convince others
of its relevancy."
"Next time slow up a lil, then maybe you won't jump the gun and start
creamin yer panties before it's time to pop the champagne proper."
"Reality is directly proportionate to how creative you are."
"People are pretty XXXXing high on themselves if they think that
they're just born with a soul. *snicker*...yeah, like they're just
givin em out for free."
"Quible, quible said the Hare. Quite a lot of quibling...everywhere.
So the Hare took a long stare and decided at best, to leave the rest,
to their merry little mess."
"There's a difference between 'bad' and 'so earth shatteringly
horrible it makes the angels scream in terror as they violently rip
their heads off, their blood spraying into the faces of a thousand
sweet innocent horrified children, who will forever have the terrible
images burned into their tiny little minds'."
"How that you're such a poor judge of style that you can't even
properly gauge the artistic worth of your own efforts."
"Those who record history are those who control history."
"I am the living embodiment of hell itself in all its tormentive rage,
endless suffering, unfathomable pain and unending horror...but you
don't get sent to me...I come for you."
"Ideally in a fight I'd want a BGM-109A with a W80 250 kiloton
tactical thermonuclear fusion based war head."
"Tell me, would you describe yourself more as a process or a
function?"
"Apparently this group has got the market cornered on stupid.
Intelligence is down 137 points across the board and the forecast
indicates an increase in Webtv users."
"Is my .sig delimiter broken? Really? You're sure? Awww,
gee...that's too bad...for YOU!" `, )
| |
|
| Hi,
eclipse+phpeclipse
http://docs.schuetzengau-freising.d...lipse.automated
timo
Zach schrieb:
> Is there a free download php editor anywhere to he had, that will
> browser-display php code?
>
> I downloaded Davor's PHP Editor. Although it looks nicely done, I find
> the manual unreadable. Is there an alternative?
>
> Zach
>
| |
| Michael 2007-11-21, 10:00 pm |
| Zach wrote:
> Is there a free download php editor anywhere to he had, that will
> browser-display php code?
>
> I downloaded Davor's PHP Editor. Although it looks nicely done, I find
> the manual unreadable. Is there an alternative?
>
> Zach
>
I personally prefer Vim or even gVim. I like to keep the browser
separate, that way I can check things in Firefox, IE, Opera, ... Etc.
If your wanting a 'FREE' IDE, I'd suggest checking out Eclipse PDT.
If you are after a 'GOOD' IDE: Zend Studio would have to be my favorite
for PHP, although MPSOFTWARE's phpDesigner 2008 has progressed a lot
over the last year or two. It is often updated, and quite cheap.
- Michael
| |
|
|
|
|
| Jonas Werres 2007-11-22, 7:00 pm |
| Zach schrieb:
> Is there a free download php editor anywhere to he had, that will
> browser-display php code?
>
> I downloaded Davor's PHP Editor. Although it looks nicely done, I find
> the manual unreadable. Is there an alternative?
>
> Zach
>
Aptana?
| |
|
| Hi,
I am astonished as to the good stuff that is available for free. I
downloaded Aptana and am amazed. I have a number of products on the
market and have some idea of what it takes to reach that level of
appearance.
Thank you for the reference,
Regards,
Zach.
Jonas Werres wrote:
> Zach schrieb:
>
> Aptana?
| |
| Jonas Werres 2007-11-23, 6:59 pm |
| > I am astonished as to the good stuff that is available for free. I
> downloaded Aptana and am amazed. I have a number of products on the
> market and have some idea of what it takes to reach that level of
> appearance.
I was also quite supprised, as I found just a few w s ago, shortly
before 1.0 release.
Just the missing FTPS support is annoying, but the developers said they
are using a proprietary, bought library in the pay version, so it's
not their fault.
| |
|
| I know it is *much* simpler, but Crimson Editor has an FTP facility
allowing you to flip flop back and forth between the editor and the
browser + F5. The point is that when you are coding in php you don't
really need anything more elaborate than C.E. That said, the editor you
referred me to is really amazing, so did others think so, to whom I
passed on your reference. Many thanks again.
Zach.
Jonas Werres wrote:
> I was also quite supprised, as I found just a few w s ago, shortly
> before 1.0 release.
> Just the missing FTPS support is annoying, but the developers said they
> are using a proprietary, bought library in the pay version, so it's not
> their fault.
| |
| Charles A. Landemaine 2007-11-24, 6:59 pm |
| On Wed, 21 Nov 2007 16:45:16 +0100, Zach wrote:
> Is there a free download php editor anywhere to he had, that will
> browser-display php code?
I like...
1. On Linux: Bluefish, Screem, gedit (Gnome), and kdevelop, kate (KDE)
2. On Windows: TextPad (with PHP synthax highlighting plugin), EditPad
PRO, ConText, phpDevelop, Zend Studio (none of them are free, though)
Cheers,
--
Charles A. Landemaine
http://landemaine.blogspot.com
| |
|
| Thank you for pointing out these resources to me!
C'est bien juste que vous habitez en France?
Ã_+
Zach
Charles A. Landemaine wrote:
> On Wed, 21 Nov 2007 16:45:16 +0100, Zach wrote:
>
> I like...
>
> 1. On Linux: Bluefish, Screem, gedit (Gnome), and kdevelop, kate (KDE)
> 2. On Windows: TextPad (with PHP synthax highlighting plugin), EditPad
> PRO, ConText, phpDevelop, Zend Studio (none of them are free, though)
> Cheers,
>
|
|
|
|
|