Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What project type to use in Netbeans for Javascript/HTML/CSS application?

According to the Netbeans site (http://netbeans.org/features/javascript/index.html), Netbeans can be used for "Developing with HTML, JavaScript, and CSS". However, the IDE does not ship with a project type just for this. Instead, there is a project type for PHP or (if you have a release before 7.0), Ruby etc. However, I just want to create a rich web application with Javascript/HTML/CSS. Perhaps there is a plugin for such a project type?

like image 619
mydoghasworms Avatar asked Jun 07 '11 15:06

mydoghasworms


People also ask

Can I use NetBeans for JavaScript?

NetBeans supports JavaScript and Node.

Can you use CSS in NetBeans?

You can use JavaScript and CSS rules that respond to the screen size and modify how the application is displayed so that the layout is optimized for the device. Click the NetBeans icon again and select Smartphone Landscape in the NetBeans menu.


2 Answers

As far as I know, there is no plugin to create HTML project or General project (as in Eclipse). But for this I use Favorites tab:

  1. Display tab Favorites Windows > Favorites
  2. Find your directory for your html project
  3. Right click to directory and choose "Add To Favorites"

enter image description here

like image 104
Tomáš Avatar answered Sep 23 '22 07:09

Tomáš


You can just create a PHP project and then not create any PHP code. You will need the PHP plugin installed first.

Source: http://forums.netbeans.org/post-32661.html

like image 22
JoshB Avatar answered Sep 22 '22 07:09

JoshB