Learn from HTML5 Developers
Welcome to the HTML5 Developers website.
The purpose of this network is to provide a platform discussing issues that are relevant to HTML5. Although the idea is to have industry professionals converse with one another, we will also allow novice website developers and technology enthusiasts to join as members. In all honesty, it would be too difficult for us to weed out the non tech savy. Therefore, all are welcome (actually, most people are welcome, please see our terms and conditions)
If you are not yet familiar, HTML5 is a language for structuring and presenting content for the World Wide Web, a core technology of the Internet. It is the fifth revision of the HTML standard and appears to continuously be under development. Its core aim is to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices such as web browsers, parsers, mobile devices, etc.
If you have knowledge of HTML5, we greatly appreciate your thoughts on the subject. As you help answer members questions, you are welcome to advise regarding pay services that you possibly provide. Potentially, you can develop a freelance or consulting opportunity.
When utilizing the HTML5 discussion groups section, please try your best to post your comments or questions in the appropriate group. For example, if your subject matter is in regard to HTML5 Games, please post your discussion topic in the HTML5 Games Group. If you wish to post regarding mobile devices, please utlize the HTML5 Mobile Group. If your are discussing a topic about "mobile games", you are welcome to post in either the Games or the Mobile group (or in both).
EE Times |
Industrial apps go multi-platform
EE Times In the front office, however, ruggedized tablets are unnecessary, prompting Motorola Solutions to craft RhoMobile Suite, a software development environment for Windows PCs or MacOS computers that churns out universal HTML5-based apps that run not only ... |
Highlights of TiECon2012 Mobile Sessions-Part 1: mobile operators, emerging ...
The Viodi View Moderator Raj Singh next asked, “Is HTML5 becoming a parallel mobile web?” He explained that HTML5 and the hybrid web/native model is what is being most adopted by app developers. For example, the use of HTML5 for the front-end of the app, but wrapping ... |
Digital Arts Online |
Quark Announces PressRun Support for Creative Suite 6
What They Think PressRun uses HTML5, the next-generation Web language, to create compelling apps for the iPad and iPhone, as well as for Android smartphones and tablets, including the Amazon Kindle Fire. “Today many PressRun users start with InDesign to create content ... Quark Acquires Mobile IQ for Enterprise Digital Publishing Quark Acquires PressRun Tablet and Mobile Publishing Platform Quark buys Pressrun digital magazine publishing system |
TechCrunch |
Game Closure Poaches Zynga's CTO Of Mobile To Lead HTML5 Game Development
TechCrunch Today, Game Closure, which is building a game development environment and SDK that makes it easy for developers to create, host, and deploy HTML5, cross-platform, multiplayer games, is announcing that it has poached Laurent Desegur away from Zynga, ... As Zynga's stock lockup ends, competitor steals mobile game expert Game Closure swipes Zynga's CTO Laurent Desegur's Exit Does Not Confirm Zynga's Demise |
Ludei's CocoonJS Supports HTML5 Impact Game Engine to Create Stunning HTML5 ...
Broadcast Newsroom Near Field Communication, or NFC, is an ultra-short-range wireless technology designed to facilitate tasks that range from making cashless payments to unlocking doors. With NFC-enabled mobile phones now commercially available, it`s time for developers ... |
Started by Philip März in Help Me Please May 16. 0 Replies 0 Likes
Hi all together,I'm developing a little canvas game for improving my work with the new canvas-element... All works perfectly fine, but today i got a problem, that I couldn't solve myself:As you see here:Code: if (38 in keysDown) { // Player holding uphero.y -= hero.speed * modifier;}if (40 in keysDown) { // Player holding downhero.y += hero.speed * modifier;}if (37 in keysDown) { // Player holding lefthero.x -= hero.speed * modifier;}if (39 in keysDown) { // Player holding righthero.x += hero.speed * modifier;} I'm detecting the keyboard arrow buttons. Now I want to change my player image depending on what keys are active...My first idea was to rotate the whole grid in the canvas element, but that didn't work, because my algorhythms use the mouse-position relative to the canvas...My second idea is to define 8 images for all 8 directions and activate their drawing depending on the keys pressed...But this doesn't work... If I change the image.src = 'whatever.png' to 'whatever90.png' if…Continue
Started by Meenu in Help Me Please. Last reply by Rémi Apr 10. 1 Reply 0 Likes
How to send the x,y values of movable canvas (on touch) to another canvas???Continue
Started by A-1 Technology Inc. in HTML5 Discussions Mar 30. 0 Replies 0 Likes
Presently, we all are living in a world wherein technology is swiftly growing and being developed every minute. It is a strong force that is driving the people’s lives towards betterment. Among all top notch technological advancements, release of HTML 5 mobile technology has been set in motion. Usage of mobile internet in synchronization with the relative demand for mobile app designers and developers has been consistently expanding.Smartphones and mobile applications are in rage and moreover, they can predict the existence of your business on the web.What is implemented with HTML 5 mobile technologies?It enables the system’s online web browsers to display beautiful images and graphics that will react to consumer actions. This technology can be described as a game like interaction without the need of actual installation of extra software programs. Mobile developers can utilize this technology to implement their media productions on a variety of Smartphone, tablets and computers with…Continue
Tags: technologies, Technology, software, Web, mobile
Started by Jone in HTML5 Discussions Mar 27. 0 Replies 0 Likes
HiI need some help with writing codes for latency measurements on HTML5thanksContinue
Started by Mina Kawate in HTML5 Tutorials Jan 29. 0 Replies 0 Likes
Here is a free HTML5-enabled syntax checker : http://www.htmllint.net/en/html-lint/htmllint.htmlSimply enter URL you want to check and press CHECK button, then the results will be shown with detailed explanations. Hope it makes your HTML5 project better and easier.Continue
Started by Meenu in Help Me Please Jan 27. 0 Replies 0 Likes
0 down vote favorite share [g+] share [fb] share [tw]I am trying to run an html5 app for ipad in ios ,i used web view also.when i run the file in web browser it works fine but i cannot build the same file in ios.Can Any Help???Continue
Started by Dan Dodson in HTML5 for Mobile Devices Dec 21, 2011. 0 Replies 0 Likes
Hi All - I am working on a project for a client and wanted to better understand HTML5 developer's views on the following:What is your interest in developing HTML5 apps for a mobile device versus strictly web based.Is there key functionality that must be included (geolocation for example) for you to be interested in developing for mobile?If an App Store can provide discoverablility and a way to monetize your app, would you be willing to work through that process? Would you give up 30% of the revenue for those benefits?What is your interest in working with a dev tool like PhoneGap or Appcelerator to wrap your code to look like a native app?What are the benefits/issues with using HTML5 for mobile devices?I know this is fairly new, but have always found that developers are willing to share their thoughts if you just ask... so I'm asking the community. If you have thoughts on any of the above, I'd love to hear them.Thanks!DanContinue
Started by Nathan Coyne in Help Me Please Nov 3, 2011. 0 Replies 0 Likes
I am in the middle of making my HTML5 web app work offline. However on several of the pages they require data to be passed in the address bar so the next page can receive the data. anyways, the problem I have now is I can't type out in my cache file each possible address being cached. Is this even possible to do? or is there some fancy fix? I cached the page like this:editEmployee2.html but the page is pretty much empty unless it gets the address passed from editEmployee1 because it builds a table dynamically in javascript. what I need is something like this:editEmployee2.html?Employee_ID=172 I'm sure that's confusing but I hope it makes sense and hopefully somebody out there may have an idea or answer to this. Continue
Started by mikulgohil in HTML5 Tutorials Oct 22, 2011. 0 Replies 1 Like
hi, i have made this example http://jsfiddle.net/mikulgohil/yc6Lb/but the issue is that animation is not smooth can you help me to make it smooth Note : i am viewing in chrome 14Continue
Started by Nathan Coyne in HTML5 Discussions Oct 19, 2011. 0 Replies 1 Like
There are several database storage ways in HTML5. Browsers are mixed on there support, which makes development using this technology difficult. I have been using webDB which best fit my project, however it is not supported any longer by HTML5 standards. I'm wondering if I should consider switching to indexDB or if this could be pushed to get supported again? What is the constraints involved in webDB storage? The limitations with indexDB almost make it unusable. webDB just makes sense. If your not familiar with this here's some links: http://www.w3.org/TR/webdatabase/http://www.html5rocks.com/en/tutorials/webdatabase/todo/Continue
Posted by Latif Nuriyawan on April 17, 2012 at 8:50pm 0 Comments 0 Likes
ViwebOS (Violet Web-based Operating System) merupakan sebuah sistem operasi alternatif yang digunakan untuk mengakses aplikasi web yang berfungsi menyerupai aplikasi-aplikasi desktop. Seiring perkembangannya webOS diperkirakan dapat menggantikan kinerja aplikasi-aplikasi desktop.
Merupakan Generasi Web 4.0,Sistem Operasi berjalan diatas web browser, Buatan Indonesia.
Berbagai aplikasi editor tersedia. Lebih Simple dan mudah digunakan.Alternatif Pengganti aplikasi desktop…
Posted by HTML5 is Alive on December 22, 2011 at 10:59am 0 Comments 1 Like
Today an article was posted on Techcrunch highlighting HTML5. The article about HTML5 was written by Guest contributor Ben Savage and is his predictions for 2012.
Here is a brief intro from the article:
"From tech titans like Zynga, Facebook, Microsoft, Google and Apple, to startups just launching, the battle lines of 2012 will be drawn across the landscape of HTML5. Below are 14 bold predictions for how HTML5 will evolve in 2012."
"With all of the new semantic…
ContinuePosted by HTML5 is Alive on December 7, 2011 at 5:15pm 0 Comments 0 Likes
Posted by HTML5 is Alive on November 29, 2011 at 3:50pm 0 Comments 0 Likes
According to TechCrunch, Jilion, the makers of the cloud-based HTML5 video player SublimeVideo, are today making the product more accessible through the introduction of a freemium offering.
Posted by HTML5 is Alive on November 28, 2011 at 3:34pm 0 Comments 0 Likes
Posted by HTML5 is Alive on November 19, 2011 at 7:00am 0 Comments 0 Likes
Yesterday an article was posted on Techcrunch regarding newspapers using HTML5. The article by Josh Constine stated, "London paper Financial Times decided to launch as a HTML5 mobile web app rather than a native app. Now it has proven the HTML5 model can work for news." The article went on to say, "HTML5 works great for news publishers because they predominantly transmit text and don’t…
ContinuePosted by HTML5 is Alive on November 17, 2011 at 10:07am 0 Comments 0 Likes
In a techcrunch interview (video interview), Andrew Keen talks about HTML5. Below is only one question and answer that pertains.
Have you seen an HTML centric company yet?
Well, there are many people who have begun doing it. I think, of the companies that exist that we know today, the company…
Posted by HTML5 is Alive on November 8, 2011 at 12:19pm 0 Comments 0 Likes
Posted by HTML5 is Alive on November 2, 2011 at 4:21pm 0 Comments 0 Likes
When utilizing the HTML5 Groups section of the HTML5 Developers website, please try your best to post your comments or questions in the appropriate group. For example, if your subject matter is in regard to HTML5 Games, please post your discussion topic in the…
Posted by HTML5 is Alive on November 1, 2011 at 2:02pm 0 Comments 0 Likes
Philip März posted a discussion
Soft Prodigy posted a status
Soft Prodigy posted a status
Thought post by Latif Nuriyawan© 2012 Created by HTML5 is Alive.