Will html5 be used to develop software more comprehensive than any other former programming language?
will html5 software run on any platform? including windows, unix, linux, mac?
12 replies to this topic
#1
Posted 01 September 2011 - 06:32 PM
|
|
|
#2
Posted 02 September 2011 - 04:42 AM
HTML5 is not a programming language. Period. It's a formatting language.
HTML5 is parsed in a browser. As long as there is a browser with support for HTML5 on the operating system, then it will "run" on that operating system... if the correct browser is used.
HTML5 is parsed in a browser. As long as there is a browser with support for HTML5 on the operating system, then it will "run" on that operating system... if the correct browser is used.
#3
Posted 02 September 2011 - 04:52 AM
At this moment, html5 isn't fully compatible with all browser, so you can use it, but don't over use it... and test, do a lot of test (anyway you should always test, even if you use html4 or xhtml)
#4
Posted 02 September 2011 - 05:46 AM
The sad reality is that IE6 is still floating around out there.
#5
Posted 02 September 2011 - 06:06 AM
I know, last year, I had a contrat for the governement, and they only had ie6, and their tech didn't want to update because he said that newer version of ie is less secure... I have governement
#6
Posted 02 September 2011 - 06:36 AM
IE6, helping spread malware for nearly 10 years.
#7
Posted 04 September 2011 - 08:12 AM
HTML 5 is a markup language, not a programming language. It's used for websites, not software. It's also a web language, meaning it works in the browser, so the OS is insignificant. It will work on any OS that has a modern browser. Non-IE browsers, as well as IE as of EI9, all support HTML 5.
Programming is a journey, not a destination.
#8
Posted 04 September 2011 - 09:11 AM
DarkLordofthePenguins said:
Non-IE browsers, as well as IE as of EI9, all support HTML 5.
They only support HTML 5 partially.
THeir is no browser that currently support 100% of html5
And you have to keep in mind that most people don't update their browser, so their still a lot of ie7, ie8 and even ie6
#9
Posted 14 September 2011 - 09:57 PM
Guys, thanks for your reply. Others said that software in future can run in html 5 browsers, so software will not be coded by html5, i am confused.
If I know C++, what should I do to let people use C++ software on a browser?
If I know C++, what should I do to let people use C++ software on a browser?
#10
Posted 15 September 2011 - 04:50 AM
Think about it this way:
HTML5 provides content
CSS provides layout
JavaScript provides logic (programming) in the browser
server side languages provide logic on the web server, including access to databases.
You don't use C++ software in a browser.
HTML5 provides content
CSS provides layout
JavaScript provides logic (programming) in the browser
server side languages provide logic on the web server, including access to databases.
You don't use C++ software in a browser.
#11
Posted 15 September 2011 - 06:54 PM
WingedPanther said:
Think about it this way:
HTML5 provides content
CSS provides layout
JavaScript provides logic (programming) in the browser
server side languages provide logic on the web server, including access to databases.
You don't use C++ software in a browser.
HTML5 provides content
CSS provides layout
JavaScript provides logic (programming) in the browser
server side languages provide logic on the web server, including access to databases.
You don't use C++ software in a browser.
Thanks. so javascript+ html5+ CSS + server side languages are the future?
#12
Posted 15 September 2011 - 06:57 PM
They're here right now. With that said, they aren't replacing desktop applications. They have different purposes and places. Security concerns, bandwidth usage, speed, etc, are all issues.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









