News

A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. In this episode, Thomas Betts speaks with Ian ...
JavaScript is the second-largest contributor to page weight, behind images, which means it can play a major role in slowing down the speed of your mobile site. Here's how you can reduce your reliance ...
Salesforce.com has attracted one million developers to its platform and is now making a push into the mobile market with a new hybrid environment that allows developers to use JavaScript to update ...
A lightning-fast crash course on JavaScript, the world’s most popular programming language. From its 1995 origins as Mocha in ...
Google’s mobile-friendly and rich results testing tools have been updated with features designed for developers of JavaScript sites. Among these features is the ability to show rendered HTML, which ...
Dan Bricklin, now CTO of Alpha Software, should be a familiar name to just about anyone who knows tech. As the co-developer of VisiCalc in 1979, he helped usher in the age of the personal computer. He ...
Always test your pages using Google’s own tools and third-party resources to view the rendered HTML to make sure all your content is showing up. Google has come a long way with rendering JavaScript.
Today, enterprise developers have an enormous number of frameworks at their disposal to build mobile applications. A popular approach is to use a framework such as Apache Cordova to build “hybrid” ...
The Magical Journey of this: Elusive Pointing In Java, the behavior of this is drastically different from other object-oriented languages. It is not fixed but depends on how the function is called.