-2
votes
3answers
134 views

Development env for PHP Javascript HTML and CSS [closed]

All these days I was using gedit to type my code in PHP JS and HTML. Now I need a better editor or an IDE or a whole development environment please let me know.
6
votes
4answers
837 views

HTML text editor with DOM manipulation?

While editing a static HTML file today, I realized, that many things I did using search and replace with regular expressions, would be much easier using JavaScript (and possibly a DOM library like ...