Close Menu
TechCentralTechCentral

    Subscribe to the newsletter

    Get the best South African technology news and analysis delivered to your e-mail inbox every morning.

    Facebook X (Twitter) YouTube LinkedIn
    WhatsApp Facebook X (Twitter) LinkedIn YouTube
    TechCentralTechCentral
    • News
      Why Telkom is pouring capex into IT - Serame Taukobong

      Why Telkom is pouring capital spending into IT

      2 June 2026
      Telkom's data growth story still has years to run: CEO

      Telkom’s data growth story still has years to run: CEO

      2 June 2026
      Reserve Bank draws a line on inflation - Lesetja Kganyago. Siphiwe Sibeko/Reuters

      Reserve Bank draws a line on inflation

      2 June 2026

      Clashing judgments leave South Africa’s crypto law unsettled

      2 June 2026
      Telkom's four-year SIU standoff awaits a final ruling

      Telkom’s four-year SIU standoff awaits a final ruling

      2 June 2026
    • World
      Astronomers discover exoplanets with magnetic fields

      Strange winds reveal magnetic fields on distant ‘hot Jupiters’

      2 June 2026
      Nvidia's first CPUs to debut in Windows laptops this week

      Nvidia CPUs to debut in Windows laptops this week

      31 May 2026
      Watch: Bezos rocket erupts in fireball during ground test

      Watch: Bezos rocket erupts in fireball during ground test

      29 May 2026
      AI boom hands Samsung chip workers life-changing bonuses

      AI boom hands Samsung chip workers life-changing bonuses

      27 May 2026
      Luce lit: Ferrari unveils its first electric car

      Luce lit: Ferrari unveils its first electric car

      26 May 2026
    • In-depth
      Alfa's electric rebel - Alfa Romeo Junior Elettrica Veloce

      Alfa’s electric rebel

      29 April 2026
      Africa switches on as Europe dims the lights

      Africa switches on as Europe dims the lights

      9 April 2026
      The biggest untapped EV market on Earth is hiding in plain sight

      The biggest untapped EV market on Earth is hiding in plain sight

      1 April 2026
      AI, cybersecurity power standout year for Datatec - Jens Montanana

      The R16-billion tech giant hiding in plain sight

      26 March 2026
      The last generation of coders

      The last generation of coders

      18 February 2026
    • TCS
      TCS | Charge's R1.8-billion bet on an off-grid EV future - Charge chairman Joubert Roux

      TCS | Charge’s R1.8-billion bet on an off-grid EV future

      18 May 2026
      TCS+ | The Up&Up Group on the hidden cost of AI - Jason Harrison

      TCS+ | The Up&Up Group on the hidden cost of AI

      13 May 2026
      Michael Rossouw

      TCS+ | The retirement decision most South Africans get wrong

      6 May 2026
      TCS | The Cape Town start-up listening for TB with AI - Braden van Breda

      TCS | The Cape Town start-up listening for TB with AI

      4 May 2026

      TCS+ | ‘The ISP for ISPs’: Vox’s shift to wholesale aggregator

      20 April 2026
    • Opinion
      Treasury's crypto crackdown is a betrayal of Mandela's promise - Duncan McLeod

      Treasury’s crypto crackdown is a betrayal of Mandela’s promise

      22 May 2026
      South Africa is sleepwalking into another AI policy failure - Celeste Labuschagne

      South Africa is sleepwalking into another AI policy failure

      20 May 2026
      AI won't fix your culture - it will expose it - Jackie Kennedy

      AI won’t fix your culture – it will expose it

      19 May 2026
      Treasury's crypto crackdown is a betrayal of Mandela's promise - Duncan McLeod

      Free calls, dead voice and Shameel Joosub’s Spanish ghost

      22 April 2026
      The conflict of interest at the heart of PayShap's slow adoption - Cheslyn Jacobs

      The conflict of interest at the heart of PayShap’s slow adoption

      26 March 2026
    • Company Hubs
      • 1Stream
      • Africa Data Centres
      • AfriGIS
      • Altron Digital Business
      • Altron Document Solutions
      • Altron Group
      • Arctic Wolf
      • Ascent Technology
      • AvertITD
      • BBD
      • Braintree
      • CallMiner
      • CambriLearn
      • CM Telecom
      • Contactable
      • CYBER1 Solutions
      • Digicloud Africa
      • Digimune
      • Domains.co.za
      • ESET
      • Euphoria Telecom
      • HOSTAFRICA
      • Incredible Business
      • iONLINE
      • IQbusiness
      • Iris Network Systems
      • Kaspersky
      • LSD Open
      • Mitel
      • NEC XON
      • Netstar
      • Network Platforms
      • Next DLP
      • Ovations
      • Paracon
      • Paratus
      • Q-KON
      • SevenC
      • SkyWire
      • Solid8 Technologies
      • Telit Cinterion
      • Telviva
      • Tenable
      • Vertiv
      • Videri Digital
      • Vodacom Business
      • Wipro
      • Workday
      • XLink
    • Sections
      • AI and machine learning
      • Banking
      • Broadcasting and Media
      • Cloud services
      • Contact centres and CX
      • Cryptocurrencies
      • Education and skills
      • Electronics and hardware
      • Energy and sustainability
      • Enterprise software
      • Financial services
      • HealthTech
      • Information security
      • Internet and connectivity
      • Internet of Things
      • Investment
      • IT services
      • Lifestyle
      • Motoring
      • Policy and regulation
      • Public sector
      • Retail and e-commerce
      • Satellite communications
      • Science
      • SMEs and start-ups
      • Social media
      • Talent and leadership
      • Telecoms
    • Events
    • Advertise
    TechCentralTechCentral
    Home » Opinion » Craig Raw » Why HTML5 is the new Java

    Why HTML5 is the new Java

    By Editor26 July 2011
    Twitter LinkedIn Facebook WhatsApp Email Telegram Copy Link
    News Alerts
    WhatsApp

    [By Craig Raw]

    Wora is an acronym coined by Sun Microsystems more than a decade ago to describe the benefits of a new programming language it created called Java. At the time, every compiled programming language needed to be recompiled on every platform you wanted to run it on, often with particular fixes to handle the idiosyncrasies of different operating systems. Java was different in that it had the benefits of a compiled language, but thanks to the cross-platform “virtual machine” it ran on, it could run anywhere without recompilation or tweaking.

    Wora stands for “write once, read anywhere” and was intended succinctly to capture this benefit. The Java libraries dealt with such things as working with the file system, using the networking features on the device and even creating new threads in an abstract, cross-platform way. As an engineer, having these complexities taken away from you was a welcome relief, allowing you to focus on your application and not the plumbing.

    With the rise of interpreted languages such as PHP, Python, Ruby and JavaScript, Wora has become so commonplace it is almost assumed — unless, of course, you need to code in an older language such as C++. So, does the term still have relevance? I think so, but applied to a different environment – the Web. By this I refer specifically the client-side technologies that a browser uses to display content.

    If we look at the Web, it’s easy to see the profusion of client-side Web technologies that characterises a youthful industry. Non-standardised proprietary technologies (Flash, Silverlight) mingle with conflicting standards (HTML, XHTML) to create a multitude of different ways to achieve the same things. While each presents particular innovations, for the developer and user, there is a diminishing benefit as the number of options grows and the complexity of developing and browsing the Web increases. Ultimately, for the user, content is king and the technology is incidental.

    In terms of mobile, much has been written about the choice between native mobile apps (as delivered by app stores) and the mobile Web apps. While native apps must be written (and then rewritten) in a platform-specific manner, their ability to access all a phone’s features has been touted as outweighing this disadvantage. However, in truth these benefits are few and growing fewer as modern mobile browsers improve at a rapid pace.

    As the feature set of competing technologies approaches parity, it is natural for one to win out as the default. I believe we are at such a juncture, and the battle has been fought (and won) by HTML5. In short, it is the Web’s new Wora — a platform that allows developers to focus on the applications they are writing without worrying about how the content will be displayed across a variety of different browsers and devices.

    Why do I claim it has won? Let’s look at the big vendors:

    — Google supports HTML5 most directly by developing Chrome, but has evangelised the standard for years with a number of tools and platforms, including YouTube’s support for HTML5 video since early 2010.

    — Microsoft recently stated that Silverlight has been “repositioned” and HTML5 is its preferred Web technology. Added to this, Windows 8 supports HTML5 apps as first-class native apps, a move that takes HTML5 beyond the browser.

    — Apple famously does not support Flash in its mobile browser, making HTML5 the only possibility for rich media. Also, its new iAds platform relies on HTML5 for presentation.

    — Facebook chief technology officer Bret Taylor’s focus for 2011 is mobile and HTML5, or mobile on HTML5.

    There are many more vendors and examples, but the case for HTML5 is becoming clear. It is the platform on which, for the foreseeable future at least, content can be written once and read anywhere, from sites to ads to apps. Much like Java’s impact on server-side programming, the start of the HTML5 era is a significant milestone for the Web and it’s time to get on-board.

    • Craig Raw is chief technology officer at Quirk
    • Subscribe to our free daily newsletter
    • Follow us on Twitter or on Facebook
    Follow TechCentral on Google News Add TechCentral as your preferred source on Google


    Craig Raw Quirk Sun Microsystems
    WhatsApp YouTube
    Share. Facebook Twitter LinkedIn WhatsApp Telegram Email Copy Link
    Previous ArticleVodacom opens Cape Town data centre
    Next Article Absa offers instant loans on cellphones

    Related Posts

    Bookmarks | 10 best Android apps for 2024, according to Google

    Google suffers major setback in fight with Oracle over Java

    27 March 2018

    Bill Joy unveils battery to challenge lithium-ion

    4 August 2017

    Justin Spratt to join Uber in top role

    23 August 2016
    Company News
    The hidden infrastructure behind AI - Open Access Data Centres OADC

    The hidden infrastructure behind AI

    2 June 2026
    Addressing the 57% blind spot: Kaspersky on measuring SOC effectiveness

    Addressing the 57% blind spot: Kaspersky on measuring SOC effectiveness

    2 June 2026
    Strike48 report: security leaders wary of AI agents - Maidar Secure

    Strike48 report: security leaders wary of AI agents

    2 June 2026
    Opinion
    Treasury's crypto crackdown is a betrayal of Mandela's promise - Duncan McLeod

    Treasury’s crypto crackdown is a betrayal of Mandela’s promise

    22 May 2026
    South Africa is sleepwalking into another AI policy failure - Celeste Labuschagne

    South Africa is sleepwalking into another AI policy failure

    20 May 2026
    AI won't fix your culture - it will expose it - Jackie Kennedy

    AI won’t fix your culture – it will expose it

    19 May 2026

    Subscribe to Updates

    Get the best South African technology news and analysis delivered to your e-mail inbox every morning.

    Latest Posts
    Why Telkom is pouring capex into IT - Serame Taukobong

    Why Telkom is pouring capital spending into IT

    2 June 2026
    Telkom's data growth story still has years to run: CEO

    Telkom’s data growth story still has years to run: CEO

    2 June 2026
    Reserve Bank draws a line on inflation - Lesetja Kganyago. Siphiwe Sibeko/Reuters

    Reserve Bank draws a line on inflation

    2 June 2026
    Astronomers discover exoplanets with magnetic fields

    Strange winds reveal magnetic fields on distant ‘hot Jupiters’

    2 June 2026
    © 2009 - 2026 NewsCentral Media
    • Cookie policy (ZA)
    • TechCentral – privacy and Popia

    Type above and press Enter to search. Press Esc to cancel.

    Manage consent

    TechCentral uses cookies to enhance its offerings. Consenting to these technologies allows us to serve you better. Not consenting or withdrawing consent may adversely affect certain features and functions of the website.

    Functional Always active
    The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
    Preferences
    The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
    Statistics
    The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
    Marketing
    The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
    • Manage options
    • Manage services
    • Manage {vendor_count} vendors
    • Read more about these purposes
    View preferences
    • {title}
    • {title}
    • {title}