Re: [PHP] PHP Editors

2002-05-01 Thread Cameron Bales .:.

>Does anybody know of any PHP project editors,
>something that will group together all the PHP, INC,
>HTML, CSS files together into one logical project?
>Preferrably freeware/shareware, obviously.

Both the new Dreamweaver MX, and GoLive 6.0 have PHP Editing 
features.  There is a preview version of Dreamweaver at the 
macromedia site - will work until June 7 by which time the full 
version will be for sale.

There is no preview/demo of GoLive 6.0 that I can find.

I haven't used either - the Preview of MX doesn't work on my OSX. 
Hopefully the non-beta will fix any problems.

I would love to hear other people's experiences with these editors though.

Cameron .:.
-- 
--
Tantramar Interactive Inc.
http://www.TantramarInteractive.com/
16 Lorne St., Unit 3, Sackville, NB  E4L 3Z7
Phone (506) 364-1097  Fax (506) 536-2409
 From cradle to grave is but a small span of infinity.

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




Re: [PHP] Replacing chars like: º OR ¿

2002-03-18 Thread Cameron Bales .:.

>I am still searching for a function which is replacing all chars not between
>[a-z] for exampe a province name like:  minºaqah-ash-shamal¿yah into valid
>chars or just deleting them. There seems to be an endless amount of those
>chars.


This grep pattern:  [\x80-\xFF]
will match any high byte character  - you could replace with null 
before displaying if just deleting is all you really need.

why not specify the character set in your html so you can just leave them in?

Cameron .:.

--
Tantramar Interactive
http://www.TantramarInteractive.com/
16 Lorne St., Unit 3, Sackville, NB  E4L 3Z7
Phone (506) 364-1097  Fax (506) 536-2409
All that glitters has a high refractive index.

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




Re: [PHP] php code generator

2002-03-21 Thread Cameron Bales .:.

>We are trying to find a php code generator like Macromedia Ultradelv to
>develope a web base app.  Can someone recommend a few.

the new GoLive does it, and has the Zend debugger integrated in it. 
I don't know how good it is.


http://www.adobe.com/products/golive/movie_qt9.html

the scary part is the way he repeats "ASP, JSP, or PHP" about 300 
times in 3 minutes.

Cameron .:.

--
Tantramar Interactive
http://www.TantramarInteractive.com/
16 Lorne St., Unit 3, Sackville, NB  E4L 3Z7
Phone (506) 364-1097  Fax (506) 536-2409
All that glitters has a high refractive index.

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