Byte Forums
»
Graphics and Design
»
Software
Script editor
|
|
|
Script editor
|
|
11-21-2008, 04:17 PM
Post: #1
|
|||
|
|||
|
Script editor
I am learning browser and server scripting and I seriously need a good software to help me to check my scripts as I cannot possibly check a whole chunk of code myself if there is an error in the script.I am coding css,javascript,dhtml,php,etc.Hence,I need a a script editor which supports a large range of languages.I heard of dreamweaver but it is too costly.Furthermore,I hope to get a free solution.Could someone please help?
|
|||
|
11-21-2008, 05:41 PM
Post: #2
|
|||
|
|||
|
RE: Script editor
Hmmm...
PHP Designer is good for syntax highlighting. (highlights html too and i beleive it therefore will do js and css) there are premium versions however there is also a free version i often use. heres the link to the free version download http://www.download.com/3000-20-10575026.html ![]() Web Hosting | Shoutcast Servers | Custom Solutions |
|||
|
11-22-2008, 02:01 AM
Post: #3
|
|||
|
|||
|
RE: Script editor
I've tried it before but it does not spot mistakes in scripts other than php scripts.Could you please redress this problem?
|
|||
|
11-22-2008, 09:56 AM
Post: #4
|
|||
|
|||
|
RE: Script editor
you can use the W3 validator to check your html
http://validator.w3.org/ PHP checks itself when it runs and if you set the error reporting to E_ALL it will show you notices too of things that are of concern but do not stop the script running ![]() Web Hosting | Shoutcast Servers | Custom Solutions |
|||
|
11-22-2008, 10:16 AM
Post: #5
|
|||
|
|||
|
RE: Script editor
How about a script editor for other languages?
|
|||
|
11-22-2008, 10:28 AM
(This post was last modified: 11-22-2008 10:30 AM by goughy000.)
Post: #6
|
|||
|
|||
|
RE: Script editor
i'm not sure. If you want to become a pro coder use notepad, at the most use something like notepad++ or programmers notepad to highlight the code to make it easy on the eye.
Having programs alter your script for you to make it work is BAD practice. You wont learn the real work in it and will find it hard to fix problems in the future such as when PHP changes its major versions and functions get picked up and dropped. Using a simple text editor will be harder work at first but it'll be well worth it in the future. If you really want to why dont you download a trial version of dreamweaver. I think you'll find it does less than you think and often produces none-valid html ![]() Web Hosting | Shoutcast Servers | Custom Solutions |
|||
|
« Next Oldest | Next Newest »
|








