Re: [PHP] graphical integrated development environment recommendations?

2009-05-01 Thread listmail
On Fri, 01 May 2009 12:57:25 -0400
Al n...@ridersite.org wrote:

 
 
 Michael A. Peters wrote:
  Adam Williams wrote:
  With the wide range of users on the list, I'm sure there are
  plenty of opinions on what are good graphical IDE's and which ones
  to avoid. I'd like to get away from using notepad.exe to code with
  due to its limitations.  Something that supports syntax/code
  highlighting and has browser previews would be nice features.  I'm
  looking at Aptana (www.aptana.com) but it seems like it is more
  complicated to use then it should be.  Either Linux or Windows IDE
  (i run both OSes) recommendations would be fine.
 
 
  
  Not an ide - I use bluefish, which is a gui text editor with syntax 
  highlighting. It's an X11/gtk2+ application, packaged for most
  Linux distribution (ie yum install bluefish on Fedora or RHEL)
  
  For previewing, I just run a web server on my development box.
  
  Only hitch with bluefish - the syntax highlighting sometimes gets 
  confused and it drops the highlighting. Press F5 and it reloads.
  
  I believe there is a windows port of bluefish but if I was on
  windows, I'd probably just use Homesite (not free).
 
 Look at phpEdit. It has everything you are looking for and is rock
 solid. I love the folding and regions features.
 

Isn't phpedit windows-only?

shudder

Eclipse + PDT is my recommendation FWIW...

GM

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



Re: [PHP] Workflow app for software

2009-04-01 Thread listmail
On Wed, 1 Apr 2009 11:46:20 -0700
bruce bedoug...@earthlink.net wrote:

 so haliphax...
 
 since you seem to be the primary person with this issue.. at least
 for now... i'll ahead and nominate you to the guy in charge of making
 sure posters follow the written rule to not top/down/side/left/right
 post...
 
 have fun!!!
 
 

Please don't top post :)

GM

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



Re: [PHP] Does a package like this exist

2008-01-04 Thread listmail
On Fri, 4 Jan 2008 12:33:11 -0500
Christoph Boget [EMAIL PROTECTED] wrote:

 Not wanting to re-invent the wheel, I'm wondering if there is a
 package out there that can read in an HTML file and allow you to
 manipulate and dissect it much like you can in javascript?  For
 example, functionality similar to (though, not necessarily the same
 as) getElementById(), .innerHTML, etc.
 
 I need to write a conversion script that reorganizes the contents of
 a large number of HTML files and I'm hoping that there is something
 out there that might make this task a bit easier.  I've done some
 searching on Google but didn't really find anything.  I'm hoping that
 someone might be able to point me to something I might have missed.
 
 thnx,
 Christoph

Hi,

Seems like you might want to look at the DOM extension and friends.

Start here:

http://www.php.net/manual/en/ref.dom.php
http://www.php.net/manual/en/ref.simplexml.php
http://www.php.net/manual/en/ref.xml.php

HTH,
GM

-- 
   
Greg Maruszeczka

http://websage.ca
skype: websage.ca
googletalk: gmarus

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