Jump to content

Desktop application development using html5, css, javascript [Brackets]

adelhied

Do you know about the brackets IDE made by adobe? They said that it is made of HTML5, CSS, and javascript but how did they do that?
 

I'm currently studying about javascript but how can someone develop a software for desktop using html, css, and javascript? I only know to use them to build websites.

 

can you tell me what do I need (tools, framework, etc) to build a desktop application using those 3, I studied about C# and that is how I developt desktop software but using those 3

for desktop application is new to me.

please send me link or tutorial to learn that really want to know how.

Link to comment
Share on other sites

Link to post
Share on other sites

Dreamviewer will work fine for HTML CSS and JS

mY sYsTeM iS Not pErfoRmInG aS gOOd As I sAW oN yOuTuBe. WhA t IS a GoOd FaN CuRVe??!!? wHat aRe tEh GoOd OvERclok SeTTinGS FoR My CaRd??  HoW CaN I foRcE my GpU to uSe 1o0%? BuT WiLL i HaVE Bo0tllEnEcKs? RyZEN dOeS NoT peRfORm BetTer wItH HiGhER sPEED RaM!!dId i WiN teH SiLiCON LotTerrYyOu ShoUlD dEsHrOuD uR GPUmy SYstEm iS UNDerPerforMiNg iN WarzONEcan mY Pc Run WiNdOwS 11 ?woUld BaKInG MY GRaPHics card fIX it? MultimETeR TeSTiNG!! aMd'S GpU DrIvErS aRe as goOD aS NviDia's YOU SHoUlD oVERCloCk yOUR ramS To 5000C18

Link to comment
Share on other sites

Link to post
Share on other sites

No not that I mean how to develop a windows application using HTML5, CSS, javascript not IDE to use in developing websites.

Link to comment
Share on other sites

Link to post
Share on other sites

Adobe uses a CEF3-based application shell to run the brackets application.
http://blog.brackets.io/2012/06/26/building-a-desktop-quality-app-on-web-technologies/

 

sourcecode: 

shell: https://github.com/adobe/brackets-shell

brackets: https://github.com/adobe/brackets
 

But you can use HTML Application (.hta) to run your html as an application in windows.
http://en.wikipedia.org/wiki/HTML_Application
 

Link to comment
Share on other sites

Link to post
Share on other sites

Adobe uses a CEF3-based application shell to run the brackets application.

http://blog.brackets.io/2012/06/26/building-a-desktop-quality-app-on-web-technologies/

 

sourcecode: 

shell: https://github.com/adobe/brackets-shell

brackets: https://github.com/adobe/brackets

 

But you can use HTML Application (.hta) to run your html as an application in windows.

http://en.wikipedia.org/wiki/HTML_Application

 

thanks for this. but do you know about this appjs, tidesdk, titanium, adobe air?

Link to comment
Share on other sites

Link to post
Share on other sites

thanks for this. but do you know about this appjs, tidesdk, titanium, adobe air?

Only know a little about Adobe Air since I'm learning AS3 but have not used it for HTML/JS applications.

As for the others, I read a little from their documentations and more or less know what they're used for.

Link to comment
Share on other sites

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

×