Jump to content

software to use for Javascript and PHP

Hi all,

I am currently learning PHP and Javascript for a university project. i am just wondering what applications do you guys use to develop the code. eg for html notepad++.

and how do you test the code? as PHP is server side scripting. is there a local application i can use to test in on the local machine?

Link to comment
https://linustechtips.com/topic/199155-software-to-use-for-javascript-and-php/
Share on other sites

Link to post
Share on other sites

I use NotePad++ and Adobe Dreamweaver CS5 for developing for the web. 

 

I have been learning C# and i use Microsoft Visual Studio Express 2013 for Windows Desktop for that but there is also a 'Web' version. Called Visual Studio Express 2013 for Web. You can download it here.

 

Hope i helped! 

[CPU: AMD FX-6100 @3.3GHz ] [MoBo: Asrock 970 Extreme4] [GPU: Gigabyte 770 OC ] [RAM: 8GB] [sSD: 64gb for OS] [PSU: 550Watt Be Quiet!] [HDD: 1TB] [CPU cooler: Be Quiet! Shadow Rock Pro Sr1]  -Did i solve your question/problem? Please click 'Marked Solved'-

Link to post
Share on other sites

Install WAMP or XAMPP, just past your scripts in there and run localhost.

Link to post
Share on other sites

I use NotePad++ and Adobe Dreamweaver CS5 for developing for the web. 

 

I have been learning C# and i use Microsoft Visual Studio Express 2013 for Windows Desktop for that but there is also a 'Web' version. Called Visual Studio Express 2013 for Web. You can download it here.

 

Hope i helped! 

Rofl. Notepad and Dreamweaver are two of the worst things you could possibly use. Why use something that hinders your productivity?

 

Hi all,

I am currently learning PHP and Javascript for a university project. i am just wondering what applications do you guys use to develop the code. eg for html notepad++.

and how do you test the code? as PHP is server side scripting. is there a local application i can use to test in on the local machine?

PHPStorm is great. Its similar to IntelliJ.

Link to post
Share on other sites

Emacs with js-mode and PHP-mode.

 

You could use vi if you're concerned about ergo but I don't have as much experience with it.

"You have got to be the biggest asshole on this forum..."

-GingerbreadPK

sudo rm -rf /

Link to post
Share on other sites

I'm using phpDesigner for quite some time now and I'm more than happy with it. Very light weight and affordable. It provides syntax highlighting both for JavaScript and many popular frameworks such as JQuery, Dojo, Prototype among others.

 

Give it a try. I highly recommend it!

Don't Drink & Surf

Link to post
Share on other sites

Brackets is a nice text editor that is designed for this kind of thing... It is made by adobe and it is free.

 

Brackets is amazing for front-end but I find that it lacks a bunch of functionnalities for PHP though. I'd rather use Sublime Text for that, there's a free version that is not time-limited - as far as I could tell after a few hours of usage, the only limitation is a popup asking you to buy it every once in a while when you save.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×