[PHP] Re: PHP editor for linux

2008-08-25 Thread Swapnil Jain

Hi,

I use gPHPEdit and bluefish, it makes PHP easy.


--
Swapnil Jain
--
E-mail: [EMAIL PROTECTED]
MSN   : [EMAIL PROTECTED]
GTalk : [EMAIL PROTECTED]
Skype : sj1410
YIM   : sj1410




Shawn McKenzie wrote:

It flance wrote:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


 


I use Aptana which is based on eclipse and has built-in HTML/JS/PHP?SVN 
stuff.  Also a cool plugin that lets you easily develop for the iPhone 
and preview it.


-Shawn


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor for linux

2008-08-25 Thread Shelley
Check the result at http://phparch.cn.

And you are encouraged to make your choice.


2008/8/19 Pavel [EMAIL PROTECTED]

 I use Zend Studio (shareware, but i couldn't find better things). There are
 some plugins for Eclipse,but if you used Zend before, you will be cunfused
 by
 that plugins...

 P.S. Sorry for my English...


 --
 ===
 С уважением, Манылов Павел aka [R-k]
 icq: 949-388-0
 mailto:[EMAIL PROTECTED]
 ===
 А ещё говорят так:
 В каждом толстом человеке сидит худой и требует, чтобы его выпустили.
-- Сирил Коннолли
 [fortune]




-- 
With best regards,
Shelley Shyan
http://phparch.cn


Re: [PHP] Re: PHP editor for linux

2008-08-19 Thread Pavel
I use Zend Studio (shareware, but i couldn't find better things). There are 
some plugins for Eclipse,but if you used Zend before, you will be cunfused by 
that plugins...

P.S. Sorry for my English...


-- 
===
С уважением, Манылов Павел aka [R-k]
icq: 949-388-0
mailto:[EMAIL PROTECTED]
===
А ещё говорят так:
В каждом толстом человеке сидит худой и требует, чтобы его выпустили.
-- Сирил Коннолли
[fortune]


[PHP] Re: PHP editor for linux

2008-08-18 Thread Carlos Medina

It flance schrieb:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


  


Hi it´s allways the same: What for Editor are you using? and blah.
Please this dicussion is old and not funny anymore (i think ). The
Developer which vi or nano  on debian to can be a good programmer too.

Regards

Carlos Medina

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor for linux

2008-08-18 Thread Ashley Sheridan
To  be honest, I've always favoured KATE. It's just a plain old text
editor with syntax highlighting for most languages. There are plugins
for Eclipse which let you edit PHP code, so yu could start looking in
that direction. Oh, and it should never really matter what distro you
use. You can install any program if you have the source and are willing
to compile it yourself, which isn't as daunting as it sounds! I use
Fedora and Suse interchangeably, and have had no trouble installing what
I need on either.


Ash
www.ashleysheridan.co.uk
---BeginMessage---

It flance schrieb:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


  


Hi it´s allways the same: What for Editor are you using? and blah.
Please this dicussion is old and not funny anymore (i think ). The
Developer which vi or nano  on debian to can be a good programmer too.

Regards

Carlos Medina

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

---End Message---
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP editor for linux

2008-08-18 Thread Aschwin Wesselius

Carlos Medina wrote:

It flance schrieb:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


 

Hi it´s allways the same: What for Editor are you using? and blah.
Please this dicussion is old and not funny anymore (i think ). The
Developer which vi or nano  on debian to can be a good programmer too.

Regards

Carlos Medina


Hi,

It always comes down to what someone prefers to be useful. On the other 
hand, some people can point out quirks in some tools so you don't have 
to bother trying it out. A lot of people say Vi is a very good editor, 
but it takes a long time to get used to it.


Other editors have the also cons and pro's etc. But some editors are 
plain out not useful for programming. It is good to notice so you don't 
have to install all the thousands of editors out there. If somebody on 
this list already has tried the software and has arguments against it, 
fine let them speak out.


But I do feel much against a 'my editor, my framework, my blah is better 
than yours' flamewar discussion for the next 3 weeks. So I think I get 
your point.


--

Aschwin Wesselius

'What you would like to be done to you, do that to the other'


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor for linux

2008-08-16 Thread Richard Heyes
pico :-)
  
   ed baby; its all about ed!
 
  hexedit /dev/sda1

I do seriously use pico. My editing needs on Linux are small, via a
puTTY window and pico is the most like a Windows editor that I've used
(compared to vi say with its command/edit modes). I've used it for
years, am very comfortable with it (you might say blinkered to it...),
and do not see a need to make a switch to something more powerful or
versatile.

-- 
Richard Heyes
http://www.phpguru.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor for linux

2008-08-16 Thread Brice
On Fri, Aug 15, 2008 at 5:11 PM, Shawn McKenzie [EMAIL PROTECTED]wrote:

 It flance wrote:

 Hi,

 What do you think is the best php editor for linux.

 I'm using the Debian distribution.

 Thanks





 I use Aptana which is based on eclipse and has built-in HTML/JS/PHP?SVN
 stuff.  Also a cool plugin that lets you easily develop for the iPhone and
 preview it.


Aptana is very good. I use it in addition to Eclipse PDT. Aptana brings
html, css and ftp features.

Brice


 -Shawn


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP editor for linux

2008-08-15 Thread Shawn McKenzie

It flance wrote:

Hi,

What do you think is the best php editor for linux.

I'm using the Debian distribution.

Thanks


  



I use Aptana which is based on eclipse and has built-in HTML/JS/PHP?SVN 
stuff.  Also a cool plugin that lets you easily develop for the iPhone 
and preview it.


-Shawn

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Richard Heyes
 What do you think is the best php editor for linux.

pico :-)

-- 
Richard Heyes
http://www.phpguru.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Nathan Nobbe
On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED] wrote:

  What do you think is the best php editor for linux.

 pico :-)


ed baby; its all about ed!

-nathan


Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Robert Cummings
On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote:
 On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED] wrote:
 
   What do you think is the best php editor for linux.
 
  pico :-)
 
 
 ed baby; its all about ed!

hexedit /dev/sda1

;)

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Davi Vidal
Em Friday 15 August 2008, Robert Cummings escreveu:
 On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote:
  On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED] wrote:
What do you think is the best php editor for linux.
  
   pico :-)
 
  ed baby; its all about ed!

 hexedit /dev/sda1

 ;)


Butterflies. :-)

http://xkcd.com/378/

-- 
Davi Vidal
--
E-mail: [EMAIL PROTECTED]
MSN   : [EMAIL PROTECTED]
GTalk : [EMAIL PROTECTED]
Skype : davi vidal
YIM   : davi_vidal
ICQ   : 138815296

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor for linux

2008-08-15 Thread Robert Cummings
On Fri, 2008-08-15 at 14:06 -0300, Davi Vidal wrote:
 Em Friday 15 August 2008, Robert Cummings escreveu:
  On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote:
   On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED] wrote:
 What do you think is the best php editor for linux.
   
pico :-)
  
   ed baby; its all about ed!
 
  hexedit /dev/sda1
 
  ;)
 
 
 Butterflies. :-)
 
 http://xkcd.com/378/


That's great... I love those cartoons.

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: PHP editor for linux

2008-08-15 Thread Boyd, Todd M.
 -Original Message-

 From: Davi Vidal [mailto:[EMAIL PROTECTED]

 Sent: Friday, August 15, 2008 12:07 PM

 To: php-general@lists.php.net

 Subject: Re: [PHP] Re: PHP editor for linux

 

 Em Friday 15 August 2008, Robert Cummings escreveu:

  On Fri, 2008-08-15 at 10:43 -0600, Nathan Nobbe wrote:

   On Fri, Aug 15, 2008 at 10:40 AM, Richard Heyes [EMAIL PROTECTED]

 wrote:

 What do you think is the best php editor for linux.

   

pico :-)

  

   ed baby; its all about ed!

 

  hexedit /dev/sda1

 

  ;)

 

 

 Butterflies. :-)

 

 http://xkcd.com/378/

 

Haha! Yes! That is one of my favorite XKCD strips. Kudos, my friend.

For those of you who are unfamiliar--give it a click. You won't be
sorry.

 

 

Todd Boyd

Web Programmer

 

 

 

 



[PHP] Re: PHP editor for linux

2008-08-14 Thread Colin Guthrie

Eric Butera wrote:

Eclipse with PDT.

http://www.zend.com/en/community/pdt#all


As much as I hate +1 emails, this is a good options... Good subversion 
integration too if that floats your boat.


Col



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor for linux

2008-08-14 Thread Eric Butera
On Thu, Aug 14, 2008 at 1:36 PM, Colin Guthrie [EMAIL PROTECTED] wrote:
 As much as I hate +1 emails, this is a good options... Good subversion
 integration too if that floats your boat.

 Col


+1 for subclipse!  ;D

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP editor

2007-04-13 Thread David Robley
Jonathan Kahan wrote:

 Hi all,
 
 I beleive this is in the realm of php (I have learned my lesson from last
 time). Does anyone have recomendation for any free (I.E. permanently free
 not 30 day trial) of a good php editor. The ones i am seeing all only
 allow usage for a limited time.

OMG - it must be a few days now since this question (in some form) was
asked. This URL is listed on the PHP website Links page, but seeing you
haven't found it there, here you go.

http://www.midnighthax.com/phpeditors.php





Cheers
-- 
David Robley

2 bdrm furn w c/h, said Tom aptly.
Today is Pungenday, the 30th day of Discord in the YOLD 3173. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP editor

2007-04-11 Thread Steve
You could always opt to use emacs or vi.


Jonathan Kahan [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 Hi all,

 I beleive this is in the realm of php (I have learned my lesson from last 
 time). Does anyone have recomendation for any free (I.E. permanently free 
 not 30 day trial) of a good php editor. The ones i am seeing all only 
 allow usage for a limited time.

 Kind Regards
 Jonathan Kahan
 
 Systems Developer
 Estrin Technologies, inc.
 1375 Broadway, 3rd Floor, New York, NY, 10018
 
 Email: [EMAIL PROTECTED]
 Web: http://www.estrintech.com 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP editor

2007-04-11 Thread Al

Does Estrin Technologies, inc. provide its products free?

All GOOD, worthwhile editors cost something.

Personally, I use phpEdit.

Jonathan Kahan wrote:

Hi all,

I beleive this is in the realm of php (I have learned my lesson from 
last time). Does anyone have recomendation for any free (I.E. 
permanently free not 30 day trial) of a good php editor. The ones i am 
seeing all only allow usage for a limited time.


Kind Regards
Jonathan Kahan

Systems Developer
Estrin Technologies, inc.
1375 Broadway, 3rd Floor, New York, NY, 10018

Email: [EMAIL PROTECTED]
Web: http://www.estrintech.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP editor

2007-04-11 Thread Sady Marcos
Using with CVS, PHP Eclipse no doubt 
http://download.eclipse.org/tools/pdt/downloads/?release=S20070401-RC3
Unzip and execute eclipse.exe.. It's free...
No CVS.. can use Zend Studio.. but isn't free...
My choose is Eclipse..


Jonathan Kahan [EMAIL PROTECTED] escreveu na mensagem 
news:[EMAIL PROTECTED]
 Hi all,

 I beleive this is in the realm of php (I have learned my lesson from last 
 time). Does anyone have recomendation for any free (I.E. permanently free 
 not 30 day trial) of a good php editor. The ones i am seeing all only 
 allow usage for a limited time.

 Kind Regards
 Jonathan Kahan
 
 Systems Developer
 Estrin Technologies, inc.
 1375 Broadway, 3rd Floor, New York, NY, 10018
 
 Email: [EMAIL PROTECTED]
 Web: http://www.estrintech.com 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: php editor

2005-01-14 Thread zerof
http://www.maguma.com/

zerof
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-12-01 Thread Christophe Chisogne
M. Sokolewicz wrote:
http://vim.sourceforge.net/tips/tip.php?tip_id=91
Thanks. It's a dictionary based completion.
Is there some way to get completion for user-defined functions,
variables etc, say in php files from/below current working directory?
Perhaps based on ctags? Some editors do it (PHPed I think)
is a HOW, can't find the dictionary file anymore, and don't have it 
locally either (I don't use auto-completion with PHP). But it shouldn't 
be too hard to make ;)
Rasmus vim php dictionary from Google -- looks authoritative ;-)
http://lerdorf.com/funclist.txt
Christophe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread M. Sokolewicz
[EMAIL PROTECTED] wrote:
Hi.
We use linux as default development system.
Does anyboy know about a linux based php editor with autocompletion? Must 
be open source free software (free as in speech, not beer).

We like quanta and kate, but there is no autocompletion.
Does anyone know about a php IDE?
I got a look at the php editors page, but the things I found there did not
match the requirements. 

Thanks in advance.
I prefer vim, which does have auto-completion, as an add-on. But I 
wouldn't call it an IDE... =/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread Dustin Wish with INDCO Networks
Speaking of IDE's, does anyone know if Codeweavers has ported Dreamweaver to
Linux? It is my favorite IDE for programming web apps.

-Original Message-
From: M. Sokolewicz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 30, 2004 9:38 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: php editor or php IDE for linux with autocompletion

[EMAIL PROTECTED] wrote:
 Hi.
 
 We use linux as default development system.
 
 Does anyboy know about a linux based php editor with autocompletion? Must 
 be open source free software (free as in speech, not beer).
 
 We like quanta and kate, but there is no autocompletion.
 
 Does anyone know about a php IDE?
 
 I got a look at the php editors page, but the things I found there did not
 match the requirements. 
 
 Thanks in advance.
I prefer vim, which does have auto-completion, as an add-on. But I 
wouldn't call it an IDE... =/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread Christophe Chisogne
M. Sokolewicz wrote:
I prefer vim, which does have auto-completion, as an add-on. 
Interesting. Where can this add-on be found?
(google/vim.org/debian.org, I guess, but...)
wouldn't call it an IDE... =/
Yes, but so usefull when edition html tags
Ex ct to change to end of current tag
Ex c/table to change text before 'table'
And I really like '*' and '#' operators,
that search current _word_ under cursor
(seems emacs cant do that without defining a macro)
Christophe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread M. Sokolewicz
Christophe Chisogne wrote:
M. Sokolewicz wrote:
I prefer vim, which does have auto-completion, as an add-on. 

Interesting. Where can this add-on be found?
(google/vim.org/debian.org, I guess, but...)
wouldn't call it an IDE... =/

Yes, but so usefull when edition html tags
Ex ct to change to end of current tag
Ex c/table to change text before 'table'
And I really like '*' and '#' operators,
that search current _word_ under cursor
(seems emacs cant do that without defining a macro)
Christophe
http://vim.sourceforge.net/tips/tip.php?tip_id=91
is a HOW, can't find the dictionary file anymore, and don't have it 
locally either (I don't use auto-completion with PHP). But it shouldn't 
be too hard to make ;)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread Matthew Weier O'Phinney
* M. Sokolewicz [EMAIL PROTECTED]:
 Christophe Chisogne wrote:

  M. Sokolewicz wrote:
  
   I prefer vim, which does have auto-completion, as an add-on. 
  
  
  Interesting. Where can this add-on be found?
  
  (google/vim.org/debian.org, I guess, but...)
  
   wouldn't call it an IDE... =/
  
  
  Yes, but so usefull when edition html tags
  Ex ct to change to end of current tag
  Ex c/table to change text before 'table'
  
  And I really like '*' and '#' operators,
  that search current _word_ under cursor
  (seems emacs cant do that without defining a macro)
 
 http://vim.sourceforge.net/tips/tip.php?tip_id=91

 is a HOW, can't find the dictionary file anymore, and don't have it
 locally either (I don't use auto-completion with PHP). But it
 shouldn't be too hard to make ;)

google for 'rasmus vim php dictionary', and I think you'll find it.

-- 
Matthew Weier O'Phinney   | mailto:[EMAIL PROTECTED]
Webmaster and IT Specialist   | http://www.garden.org
National Gardening Association| http://www.kidsgardening.com
802-863-5251 x156 | http://nationalgardenmonth.org

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP-editor connected to FTP?

2004-11-18 Thread Sebastian Mendel
Peter Lauri wrote:
Best groupmember,
What editor do you use when working with websites (php) connected directly
to the FTP?
I like Eclipse 3.0 with the PHP plugin, but it do not have the future to
connect to the FTP.
did you tried the FTP-WebDAV plugin?
--
Sebastian Mendel
www.sebastianmendel.de www.warzonez.de www.tekkno4u.de www.nofetish.com
www.sf.net/projects/phpdatetimewww.sf.net/projects/phptimesheet
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-28 Thread rush
Justin Patrin [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Edit locally and FTP manually.

 Or get some kind of mounted FTP filesystemdoesn't Windows XP have
 something like this built in?

As far as I know, but there is great program that does that. WebDrive. A
true little gem I may add.

rush
--
http://www.templatetamer.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-26 Thread barophobia
On Sat, 24 Jul 2004 16:37:03 +0200, rush [EMAIL PROTECTED] wrote:

 scite, from the scintilla fame. TemplateTamer would also work fine if you
 just copy the whole directory

wow. that's a pretty awesome editor. too bad it can't connect to FTP
sites. all my files are remote!

anyone have a work around for this?



thanks.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-26 Thread Justin Patrin
On Mon, 26 Jul 2004 10:20:56 -0700, barophobia [EMAIL PROTECTED] wrote:
 On Sat, 24 Jul 2004 16:37:03 +0200, rush [EMAIL PROTECTED] wrote:
 
  scite, from the scintilla fame. TemplateTamer would also work fine if you
  just copy the whole directory
 
 wow. that's a pretty awesome editor. too bad it can't connect to FTP
 sites. all my files are remote!
 
 anyone have a work around for this?
 

Edit locally and FTP manually.

Or get some kind of mounted FTP filesystemdoesn't Windows XP have
something like this built in?

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re[2]: [PHP] Re: PHP editor that doesn't require installation

2004-07-26 Thread Tom Rogers
Hi,

Tuesday, July 27, 2004, 7:40:25 AM, you wrote:

JP Edit locally and FTP manually.

JP Or get some kind of mounted FTP filesystemdoesn't Windows XP have
JP something like this built in?

JP -- 
JP DB_DataObject_FormBuilder - The database at your fingertips
JP http://pear.php.net/package/DB_DataObject_FormBuilder

JP paperCrane --Justin Patrin--


I use a program called webdrive
(http://www.webdrive.com/index.php?pg=./products/webdrive/index)
that sets up the remote site as a
local drive which works really well.

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread rush
John W. Holmes [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Does anyone know of a good windows PHP editor that I can run from a USB
 flash drive without installing it? A good stand-alone editor. I know how
 to use Vi, so I'll even take a copy of that (so long as it's got syntax
 hightlighting) so long as installation isn't required.

 For everyone else, yes, I know what editor you use, so you don't have to
 tell me. I agree that what you use is the best editor ever. No, really.
 Honest. ;)

scite, from the scintilla fame. TemplateTamer would also work fine if you
just copy the whole directory

rush
--
http://www.templatetamer.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread John W. Holmes
rush wrote:
John W. Holmes [EMAIL PROTECTED] wrote in message
Does anyone know of a good windows PHP editor that I can run from a USB
flash drive without installing it? 
scite, from the scintilla fame. TemplateTamer would also work fine if you
just copy the whole directory
Scite is perfect. You rock. A single 364KB file with PHP source code 
highlighting, brace matching, (regex) search and replace and more. It's 
so perfect I won't even make fun of you for mentioning TemplateTamer 
again! ;) Thanks, though, seriously.

--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals  www.phparch.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread Curt Zirzow
* Thus wrote John W. Holmes:
 rush wrote:
 John W. Holmes [EMAIL PROTECTED] wrote in message
 
 Does anyone know of a good windows PHP editor that I can run from a USB
 flash drive without installing it? 
 
 scite, from the scintilla fame. TemplateTamer would also work fine if you
 just copy the whole directory
 
 Scite is perfect. You rock. A single 364KB file with PHP source code 
 highlighting, brace matching, (regex) search and replace and more. It's 
 so perfect I won't even make fun of you for mentioning TemplateTamer 
 again! ;) Thanks, though, seriously.

364K? That seems almost impossible, i'm going to have check that out :)


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread rush
John W. Holmes [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Scite is perfect. You rock. A single 364KB file with PHP source code
 highlighting, brace matching, (regex) search and replace and more. It's
 so perfect I won't even make fun of you for mentioning ...

there is also code folding if I recall correctly. Not making fun of me is
also kindly appreciated, although I am not sure if I would have deserved
that kind of attention in the first place :). Anyway, I suggest that we put
it to rest, and enjoy the rest of the evening/day (depending on the time
zone). Good luck!

rush
--
http://www.templatetamer.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re[2]: [PHP] Re: PHP editor that doesn't require installation

2004-07-24 Thread Tom Rogers
Hi,

Sunday, July 25, 2004, 5:18:44 AM, you wrote:

JWH Scite is perfect. You rock. A single 364KB file with PHP source code
JWH highlighting, brace matching, (regex) search and replace and more. It's
JWH so perfect I won't even make fun of you for mentioning TemplateTamer
JWH again! ;) Thanks, though, seriously.

JWH -- 

JWH ---John Holmes...

JWH Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

JWH php|architect: The Magazine for PHP Professionals – www.phparch.com


I have a modified lexer dll which has slightly better colouring
for php (basically it means php functions can be coloured differently
from the keywords) which I find useful. Your quite welcome to try it
out. Warning: it will add 3K to the dll size :)

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP editor

2004-04-15 Thread pete M
I use dreameaver.

Arthur Radulescu wrote:
Hello!

This might sound like a stupid question but could anyone recommand a good
PHP editor...
I have used some editors until now but each one has some problems...
Right now I am using PHPed which is pretty good but oine of the major
problems is that it does fills the tabs with spaces which will increase a
lot the size of pages specially the templates...
Also using Zend which is very good but this is extremly slowly and some
times it is almost crashing the computer so it is not very good for fast
editing...
What I am looking for is something to work pretty fast, have code
autocompletion (even for functions defined in the included files like zend
does) and also code ident in a similar manner with zend studio


Arthur



Looking for a job!? Use the smart search engine!!
Find a Job from Millions WorldWide...
http://search.jobsgrabber.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] Re: PHP editor

2004-04-15 Thread Nunners
www.chami.com/htmlkit/

Excellent product

Nunners

 -Original Message-
 From: pete M [mailto:[EMAIL PROTECTED]
 Sent: 15 April 2004 11:50
 To: [EMAIL PROTECTED]
 Subject: [PHP] Re: PHP editor
 
 I use dreameaver.
 
 Arthur Radulescu wrote:
  Hello!
 
 
  This might sound like a stupid question but could anyone recommand a
 good
  PHP editor...
  I have used some editors until now but each one has some problems...
 
  Right now I am using PHPed which is pretty good but oine of the major
  problems is that it does fills the tabs with spaces which will increase
 a
  lot the size of pages specially the templates...
 
  Also using Zend which is very good but this is extremly slowly and some
  times it is almost crashing the computer so it is not very good for fast
  editing...
 
  What I am looking for is something to work pretty fast, have code
  autocompletion (even for functions defined in the included files like
 zend
  does) and also code ident in a similar manner with zend studio
 
 
 
  Arthur
 
 
  
 
  Looking for a job!? Use the smart search engine!!
  Find a Job from Millions WorldWide...
  http://search.jobsgrabber.com
  
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP editor

2004-04-15 Thread pete M
I code with pencil and paper then scan it  with OCR ;-))

Arthur Radulescu wrote:

Hello!

This might sound like a stupid question but could anyone recommand a good
PHP editor...
I have used some editors until now but each one has some problems...
Right now I am using PHPed which is pretty good but oine of the major
problems is that it does fills the tabs with spaces which will increase a
lot the size of pages specially the templates...
Also using Zend which is very good but this is extremly slowly and some
times it is almost crashing the computer so it is not very good for fast
editing...
What I am looking for is something to work pretty fast, have code
autocompletion (even for functions defined in the included files like zend
does) and also code ident in a similar manner with zend studio


Arthur



Looking for a job!? Use the smart search engine!!
Find a Job from Millions WorldWide...
http://search.jobsgrabber.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: PHP editor

2004-04-15 Thread Richard Harb
Finally somebody else who does it that way
Unfortunately most of the $ signs usually get messed up...

So ... which ocr program do you use / recommend for that?

:)


Thursday, April 15, 2004, 2:12:44 PM, you wrote:

 I code with pencil and paper then scan it  with OCR ;-))

snipped /

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP editor

2004-04-15 Thread pete M
 Unfortunately most of the $ signs usually get messed up...

Because I'm in the UK I use £ instead of $ and do a global search and 
replace

Richard Harb wrote:

Finally somebody else who does it that way
Unfortunately most of the $ signs usually get messed up...
So ... which ocr program do you use / recommend for that?

:)

Thursday, April 15, 2004, 2:12:44 PM, you wrote:


I code with pencil and paper then scan it  with OCR ;-))


snipped /
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: PHP Editor - which to use?

2003-09-22 Thread John Taylor-Johnston
I don't know if such an animal exists?
I use Windows Wordpad as a text editor. Then I use Microweb from:
http://www.indigostar.com/microweb.htm
You might want to download a newer copy of PHP from http://www.php.net/downloads.php
This is lilkely not what you are looking for, but will do a very nice job working 
offline.
John

Binay wrote:

 Please suggest me  a good PHP editor like ( Microsoft's Interdev for ASP) to write 
 my php programs/scripts and get a visual feel.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP Editor - which to use?

2003-09-22 Thread Robert Cummings
I find having a virtual host for development to be best when viewing
your handiwork as you develop it. It provides the convenience of
actually running the PHP code, and makes it simple to preview the
content in the most popular browsers to check for incompatibility
issues. Then you can use any text/code editor you please.

Cheers,
Rob.


On Mon, 2003-09-22 at 11:46, John Taylor-Johnston wrote:
 I don't know if such an animal exists?
 I use Windows Wordpad as a text editor. Then I use Microweb from:
 http://www.indigostar.com/microweb.htm
 You might want to download a newer copy of PHP from http://www.php.net/downloads.php
 This is lilkely not what you are looking for, but will do a very nice job working 
 offline.
 John
 
 Binay wrote:
 
  Please suggest me  a good PHP editor like ( Microsoft's Interdev for ASP) to write 
  my php programs/scripts and get a visual feel.
 
-- 
..
| InterJinn Application Framework - http://www.interjinn.com |
::
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for   |
| creating re-usable components quickly and easily.  |
`'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP Editor - which to use?

2003-09-22 Thread jsWalter
I use Homesite.

It has plug-ins for PHP so you have tps and cose completion.

I just modified another plug it has so I can see then entire list of methods
a script has in a window, which can then jump to, scroll to, insert here.

And I can hit F-12 and it will talk to my apache server and run the script
right there!

All in one!

Thee is CVS integration for Homesite, I just never got around to it.

I just use WinCVS, I'm just lazy.

Walter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php editor?

2003-06-18 Thread Alberto Ferrer
im use PHPcoder too, and the best :) http://devphp.sourceforge.net/ , and in
Linux Zend Studio :)

--
--
Alberto Ferrer
[EMAIL PROTECTED]
  http://www.barrahome.org
--
Syntax Error in KITCHEN.H: COFFEE not found.
Chris Sherwood [EMAIL PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]
 I use PHPCoder Pro and it works great... hook it into your php and apache
 engines and you can run and debug while coding


 - Original Message -
 From: Noel Wade [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, June 16, 2003 9:57 AM
 Subject: Re: [PHP] Re: php editor?


  My favorite little gem is a shareware program called Code-Genie
  (www.code-genie.com).  Its cheap, fast, a slim app, provides tons of
  useful little features, and has TOTALLY user-configurable text-coloring.
  You can specify a particular coloring scheme for each file extension, so
 it
  automatically picks the scheme for the type of programming you're
doing -
  very handy!  Comes with schemes for all of the most common / simple
  programming languages, plus plenty of user-made files for download, too!
 
  It doesn't have any real debugging features, nor can it do fancy things
 like
  track your custom object-functions and color them or present their
  arguments - but for a quick, simple, helpful tool - its just perfect!
 
  Take care,
 
  --Noel
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 
 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: php editor?

2003-06-16 Thread James Hatridge
Hi John et al,,
On Sunday 15 June 2003 02:09, John Nichel wrote:

Linux I  use Quanta.

Do you know how (or if) to get Quanta to color code PHP like it does html? If 
I could get that then Quanta would be almost perfit.

Thanks

JIM

-- 
Jim Hatridge
Linux User #88484
--
 BayerWulf
   Linux System # 129656
 The Recycled Beowulf Project
  Looking for throw-away or obsolete computers and parts
   to recycle into a Linux super computer


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php editor?

2003-06-16 Thread Stefan Dengscherz
Hi James,

Quanta has built in syntax highlighting for PHP; i have made a small
screenshot: http://www.chowned.us/sd/quanta-php.png

regards

Am Mon, 2003-06-16 um 17.49 schrieb James Hatridge:
 Hi John et al,,
 On Sunday 15 June 2003 02:09, John Nichel wrote:
 
 Linux I  use Quanta.
 
 Do you know how (or if) to get Quanta to color code PHP like it does html? If 
 I could get that then Quanta would be almost perfit.
 
 Thanks
 
 JIM
 
 -- 
 Jim Hatridge
 Linux User #88484
 --
  BayerWulf
Linux System # 129656
  The Recycled Beowulf Project
   Looking for throw-away or obsolete computers and parts
to recycle into a Linux super computer
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php editor?

2003-06-16 Thread Noel Wade
My favorite little gem is a shareware program called Code-Genie
(www.code-genie.com).  Its cheap, fast, a slim app, provides tons of
useful little features, and has TOTALLY user-configurable text-coloring.
You can specify a particular coloring scheme for each file extension, so it
automatically picks the scheme for the type of programming you're doing -
very handy!  Comes with schemes for all of the most common / simple
programming languages, plus plenty of user-made files for download, too!

It doesn't have any real debugging features, nor can it do fancy things like
track your custom object-functions and color them or present their
arguments - but for a quick, simple, helpful tool - its just perfect!

Take care,

--Noel



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php editor?

2003-06-16 Thread Chris Sherwood
I use PHPCoder Pro and it works great... hook it into your php and apache
engines and you can run and debug while coding


- Original Message -
From: Noel Wade [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 16, 2003 9:57 AM
Subject: Re: [PHP] Re: php editor?


 My favorite little gem is a shareware program called Code-Genie
 (www.code-genie.com).  Its cheap, fast, a slim app, provides tons of
 useful little features, and has TOTALLY user-configurable text-coloring.
 You can specify a particular coloring scheme for each file extension, so
it
 automatically picks the scheme for the type of programming you're doing -
 very handy!  Comes with schemes for all of the most common / simple
 programming languages, plus plenty of user-made files for download, too!

 It doesn't have any real debugging features, nor can it do fancy things
like
 track your custom object-functions and color them or present their
 arguments - but for a quick, simple, helpful tool - its just perfect!

 Take care,

 --Noel



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php editor?

2003-06-16 Thread Jim McNeely
on mac OS X, BBEdit color codes php, perl, shell scripts, SQL, and 
HTML, and does regular expression searches/replaces etc. across 
multiple files and also cleans the dishes. Its definitely my favorite 
text editor.

jim mcneely

On Monday, June 16, 2003, at 10:49  AM, James Hatridge wrote:

Hi John et al,,
On Sunday 15 June 2003 02:09, John Nichel wrote:
Linux I  use Quanta.
Do you know how (or if) to get Quanta to color code PHP like it does 
html? If
I could get that then Quanta would be almost perfit.

Thanks

JIM

--
Jim Hatridge
Linux User #88484
--
 BayerWulf
   Linux System # 129656
 The Recycled Beowulf Project
  Looking for throw-away or obsolete computers and parts
   to recycle into a Linux super computer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: php editor?

2003-06-15 Thread M-Ali Mahmoodi
thanks all for all

i will test them


M-Ali Mahmoodi [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 hi all
 i'm a beginner in php
 can anyone help me about useful and powerful editors in php?






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: php editor?

2003-06-14 Thread Aliaksei Kurets
The best PHP editor I know is Zend Studio. This is a real good editor with
debugging, highlighting and very good code complete.


M-Ali Mahmoodi [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED]
 hi all
 i'm a beginner in php
 can anyone help me about useful and powerful editors in php?






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: php editor?

2003-06-14 Thread electroteque
possibly not free though ?

-Original Message-
From: Aliaksei Kurets [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 14, 2003 9:15 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: php editor?


The best PHP editor I know is Zend Studio. This is a real good editor with
debugging, highlighting and very good code complete.


M-Ali Mahmoodi [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED]
 hi all
 i'm a beginner in php
 can anyone help me about useful and powerful editors in php?






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: php editor?

2003-06-14 Thread Aliaksei Kurets
Not free... hmmm (this is very argue point :)))

Electroteque [EMAIL PROTECTED] ???/ ? 
?: news:[EMAIL PROTECTED]
 possibly not free though ?

 -Original Message-
 From: Aliaksei Kurets [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 14, 2003 9:15 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Re: php editor?


 The best PHP editor I know is Zend Studio. This is a real good editor with
 debugging, highlighting and very good code complete.


 M-Ali Mahmoodi [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
 ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED]
  hi all
  i'm a beginner in php
  can anyone help me about useful and powerful editors in php?
 
 
 



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: php editor

2003-01-12 Thread rush
I think Scite (http://www.scintilla.org/SciTE.html) can do it.

rush
--
http://www.templatetamer.org/




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP Editor Browser View? (Beginner Question)

2002-12-11 Thread UberGoober
You might consider downloading a package like foxserve
(http://sourceforge.net/projects/foxserv) for your system. This is an
apache/php bundle that will allow you to test your code from a local
instance of php.


Paul Lazare [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 A Company Programmed my Homepage in PHP. Now I want to make simple changes
 like changing some text. And I want to try it alone, so I got myselv
 PHPEdit.

 I copied the complete Homepage on my harddisc to work on it tiht PHP Edit
 and everthing works fine.

 But how can I see the result of the changes (without uploading it the
 provider again)?

 I allready tried to click on new browser and it is opening an empty
 browser...

 sorry for the beginner question. Am I in the right newgroup for this
 question?

 greetings, paul





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP Editor Browser View? (Beginner Question)

2002-12-11 Thread David Eisenhart
If your local machine is running Windows you could also use Personal Web
Server or IIS (whichever comes with your Windows) for the web server (of
course you will also need a local copy of php, but this is very easy to set
up)

David Eisenhart




Ubergoober [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 You might consider downloading a package like foxserve
 (http://sourceforge.net/projects/foxserv) for your system. This is an
 apache/php bundle that will allow you to test your code from a local
 instance of php.


 Paul Lazare [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  A Company Programmed my Homepage in PHP. Now I want to make simple
changes
  like changing some text. And I want to try it alone, so I got myselv
  PHPEdit.
 
  I copied the complete Homepage on my harddisc to work on it tiht PHP
Edit
  and everthing works fine.
 
  But how can I see the result of the changes (without uploading it the
  provider again)?
 
  I allready tried to click on new browser and it is opening an empty
  browser...
 
  sorry for the beginner question. Am I in the right newgroup for this
  question?
 
  greetings, paul
 
 





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP editor (win)

2002-05-15 Thread Vinod Palan

Hi,
I am using Editplus and I feel satisfied while using it.
you can give a try..
Vinod

--
Vinod Palan A
Calypso Technology, Inc.
[EMAIL PROTECTED]
(415) 817-2463 Phone



Juan Pablo Aqueveque [EMAIL PROTECTED] wrote in message
5.1.0.14.2.20020515102655.00a86040@www2">news:5.1.0.14.2.20020515102655.00a86040@www2...
Hi guys

I know this question it's very recurrent but the problem of Jon Yates make
me think again this stuff.

Somebody knows a quick editor, simply and with highlight?

:) Jp

I have tried : PHPEdit, DevPad



Juan Pablo Aqueveque [EMAIL PROTECTED]
Ingeniero de Sistemas
Departamento de Redes y Comunicaciones http://www.drc.uct.cl
Universidad Católica de Temuco.
Tel:(5645) 205 630 Fax:(5645) 205 628






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP editor for windows

2002-04-22 Thread Julio Nobrega Trabalhando

www.phpide.de

  It's called PHP Coder. Don't get the versions by Maguma (last time I used,
it was buggy). Instead, go to older downloads and get the PHP Coder file
named phpide-r2p3setup

--

Julio Nobrega.

Um dia eu chego lá:
http://sourceforge.net/projects/toca

Ajudei? Salvei? Que tal um presentinho?
http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884


.Ben [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Other than notepad, interdev, ultraedit, etc (which i currently use for
 editing), does anyone know of a good editor for PHP for Windows, ideally
 with syntax colouring, etc?

 Cheers,

  .ben




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP editor for windows

2002-04-22 Thread Craig

the new ultradev (MX) contains what you need
there is a trial download on the macromedia site


Julio Nobrega Trabalhando [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 www.phpide.de

   It's called PHP Coder. Don't get the versions by Maguma (last time I
used,
 it was buggy). Instead, go to older downloads and get the PHP Coder file
 named phpide-r2p3setup

 --

 Julio Nobrega.

 Um dia eu chego lá:
 http://sourceforge.net/projects/toca

 Ajudei? Salvei? Que tal um presentinho?
 http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884


 .Ben [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Other than notepad, interdev, ultraedit, etc (which i currently use for
  editing), does anyone know of a good editor for PHP for Windows, ideally
  with syntax colouring, etc?
 
  Cheers,
 
   .ben
 





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: PHP editor for windows

2002-04-22 Thread Kunal Jhunjhunwala

I have been using html-kit @ http://www.chami.com/html-kit/
works great.. and the only stable inbuilt FTP proggy i have seen to date..
does anyone have alternatives to this? :)
Regards,
Kunal Jhunjhunwala

Minds think with ideas, not information. No amount of data, bandwidth, or
processing power can substitute for inspired thought. - Clifford Stoll
- Original Message -
From: dengach [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 22, 2002 9:16 PM
Subject: [PHP] Re: PHP editor for windows


 Have you tried Maguma Studio Light for PHP With Help version 1.0.0
released
 2002-04-05  formerly PHPide, get it from http://www.maguma.com . The
version
 with help comes with php and mysql help.

 .Ben [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Other than notepad, interdev, ultraedit, etc (which i currently use for
  editing), does anyone know of a good editor for PHP for Windows, ideally
  with syntax colouring, etc?
 
  Cheers,
 
   .ben
 





 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP Editor

2001-08-08 Thread Henrik Hansen

[EMAIL PROTECTED] (Nic Skitt) wrote:

  Hi all,

  What tool do you recommend to compose PHP pages?

  I am traditionaly an ASP developer and I have always used Ultradev and
  Interdev.

  What is available??

some are found here (under editors :):
http://www.alt-php-faq.org/links.html

-- 
Henrik Hansen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: PHP EDITOR 4 WINDOWS?

2001-08-01 Thread Henrik Hansen

[EMAIL PROTECTED] (Kyle Smith) wrote:

  Does it really exist? If so could someone post some URLs for me?

http://alt-php-faq.org/links.html - look under editors, there are maybe more...

-- 
Henrik Hansen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: PHP EDITOR 4 WINDOWS?

2001-08-01 Thread Owen Rudge

 Does it really exist? If so could someone post some URLs for me?

I edit my PHP scripts with FmView (www.wincorner.com) and Notepad. :-)

--
Owen Rudge
http://www.owenrudge.co.uk/
http://www.gamearchive.uk.tt/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: PHP EDITOR 4 WINDOWS?

2001-08-01 Thread Keith Jeffery

http://www.soysal.com/PHPEd/

Although, after using it for a while I've decided that I simply like Ultra
Edit better.

www.ultraedit.com

Keith Jeffery
[EMAIL PROTECTED]

Kyle Smith [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Does it really exist? If so could someone post some URLs for me?


-lk6-
http://www.StupeedStudios.f2s.com
Home of the burning lego man!

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: PHP EDITOR 4 WINDOWS?

2001-08-01 Thread Fredrik Arild Takle

Codewhiz is great.
Remember to download php-language-files if you want syntax-highlighted-code
(or something!)

Best Regards
Fredrik A. Takle

Kyle Smith [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Does it really exist? If so could someone post some URLs for me?


-lk6-
http://www.StupeedStudios.f2s.com
Home of the burning lego man!

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]