How to use HTML5 in Netbeans? - html

I'm developing a program, and wanted to use html/css/jsp in Netbeans for GUI because I used this program for my another JAVA project. It was very helpful for me to do GUI like JFrame, JButton etc..
Can I not use Netbeans like I did? There's no design part when I made a web application.

If you are looking for drag and drop like java then netbeans not provide facility for web designing. There is no design part you have to code yourself for even a single buttotn.

A simple tut for netbeans
The another resource you may need is
visualwebdev
Also html5 fun pack may come handy.

Related

Chromium Embedded Framework (CEF) html5 desktop application

I am new to Chromium Embedded Framework (CEF). How can I create an HTML5 desktop application using CEF. I serached a lot. But still confused about developing the applicaion.
please help.
You can create a CEF application in different languages (c/c++ or C#, python or ...), what is your preference about that?
In case of C# you might want to try https://github.com/cefsharp/CefSharp, I used this one in the past and it worked really great!
There are also sample projects in the CEF svn found here:
CefClient and CefSimple
Together with this tutorial here: https://bitbucket.org/chromiumembedded/cef/wiki/Tutorial
In the past I used CefSharp and one time I changed the CefClient example (removed everything I didn't need) and rebuild it. Using CefSharp was a lot simpler than the CefClient.
Another possibility might be https://github.com/rogerwang/node-webkit but that isn't CEF so a bit offtopic
edit:
For java there seem to be two CEF Wrappers
javachromiumembedded
javacef
See an example application here (code): javacef

Is there a way to setup a Netbeans HTML5 and Web application project?

The new Netbeans 7.3 Beta 2 adds a really nice feature for creating an HTML5 application. It also provides a great way to create a Java Server based Web Application. But there does not appear to be any way, within the Netbeans IDE, to take advantage of both technologies in one project.
Is there a way combine these two type of projects, so there is only one web directory structure with both the HMTL5, js, and web services files?
This is definitely planned for the next release, but it is not yet possible in NetBeans 7.3. You can follow this enhancement request to see progress in this area: http://netbeans.org/bugzilla/show_bug.cgi?id=222236. If you'd like to experiment with this, you can build NetBeans with the patch attached to that issue.

How can i have clean code for Html forms using some GUI builder in Linux? Like you can do using Dreamweaver in Windows

How can i build clean code for Html forms, tables etc in Linux with some GUI builder or tools. Like there is a Windows tools such as dreamweaver.
Thank you
Sorry, but the only way to have good clean HTML code is to write your own code manually.
To do it, you will need two things to start:
A good code editor that facilitates typing, like Notepad++ does. It can also be some more complex IDE, like Eclipse, Netbeans, MonoDevelop etc.
A strong desire to learn the web standards, using official sources such as the W3C Schools.

How to Build a Swing GUI Builder kind of Application

I want to develop an application like Swing GUI Builder where drag and drop of contents over the workspace will be possible.
How to achieve this? Is there any reference available.
This would be a huge task. Project Matisse did a lot of work on this which is now incorporated into the Netbeans IDE. This link is an interview with the person behind the matisse project, and talks about some of the challenges and how the team overcame them. You can use the layout manager they created, and looking through the Netbeans source code would probably give you some idea of how to go about building what you want.
Download NetBeans from NetBeans.org, make sure you have the JDK (Java Development Kit), and use the GUI Builder in NetBeans. It's drag and drop and is easy to use. Documentation can be found at the homepage, and you should take a quick look at this tutorial.

Flash/Flex E-Learning framework

I have started to develop E-Learning application and want to know Are There any frameworks for create interactive courses using flash. I think it should be something like this:
Should be core engine for read and preview each lesson.
Each lesson should be described in xml (or something like that) file.
User (administrator) can add new lesson as xml file with resources (I mean images, video and so on) without changing core engine.
Can you help me to find framework with above functionality or I should create it manualy?
Thanks.
Maybe this one: Open source e-learning platform for flex 3
We have decided to write own domain specific framework because I have not found any framework with good functional.