The PostgreSQL Global Development Group has released an update to all supported versions of the database system. Versions include 9.5.1, 9.4.6, 9.3.11, 9.2.15 and 9.1.20. This release fixes two security issues, as well as several bugs that were discovered over the last four months. Users vulnerable to those security issues should update their installations immediately, … continue reading
There is a new JavaScript UI project for the mobile Web, and it’s giving Web developers a tool to create native-like app experiences. SamsaraJS is a functional reactive library for animating layout. It provides a language for positioning, orienting and sizing DOM elements, and animating these properties over time. According to its GitHub page, “Everything … continue reading
The Node.js Foundation is looking to help one of the most popular Node.js frameworks maintain a healthy contributor base and remain stable. The Foundation has announced that Express is on track to become its new incubation project. “This framework is critical to a significant portion of many Node.js users,” said Mikeal Rogers, community manager of … continue reading
Add native power to your shared JavaScript codebase with this Apache Cordova plug-in that’s available on GitHub (and is also SD Times GitHub project of the week): Project Ace. Project Ace enables you to easily add native UI and native code to your JavaScript and HTML. It works with Ionic, PhoneGap and all Cordova-based projects. … continue reading
Back in 1997, Java in the browser was absolutely state of the art. But in the 18 years since then, the language’s use on the Web has dwindled in favor of server-side Java and client-side JavaScript. More importantly, however, has been the migration from plug-in-based Java Applets toward Java Web Start technologies. Oracle is currently … continue reading
Microsoft has submitted a pull request to the Node.js mainline in order to enable it to work with Microsoft’s recently open-sourced ChakraCore. According to Microsoft, the open-sourcing of ChakraCore helps the technology better align with Node.js release schedules. The pull request would allow Node.js to use the ChakraCore JavaScript engine, and to enable Node.js developers … continue reading
jQuery is celebrating its 10th anniversary, and to commemorate that it is announcing the beta release of jQuery 3.0. Version 3.0 is the first major release from jQuery in years. In July, the jQuery team announced the alpha version with jQuery Compat 3.0, but due to Microsoft dropping support for IE8, IE9 and IE10, it … continue reading
This week, JetBrains announced a new project that has been in the works for a while. Called Project Rider, it’s a cross-platform C# IDE, based on the IntelliJ Platform and using ReSharper technology. The IDE includes functionality that will be familiar to those that have used ReSharper and IntelliJ-based IDEs, like Quick Fixes, Inspections, and … continue reading
A month after announcing it would do so, Microsoft has released a core component of its JavaScript engine that powers Microsoft Edge and Windows apps written in HTML/CSS/JS into open source. “Today, we are excited to share with you that we’ve just made the sources for ChakraCore available under the MIT License at the ChakraCore … continue reading
There’s a new tool designed to simplify asynchronous code for front-end Web developers, and a free online course to go with it. The tool is called JavaScript Promises, and it converts a tangle of callbacks and event handlers into straightforward code so developers can avoid running into complicated code when performing multiple actions in a … continue reading
Kids can build their own computer this holiday. Kano, a computer and coding kit for children ages 6 and up, released the new Kano Screen Kit in time for the holidays. Kids can use the kit to build a computer with plug-and-play pieces, make music, create games, code with Minecraft, and they can also learn … continue reading