PHP 5.6.14 is available

PHP 5.6.14 is available

The PHP development team announces the immediate availability of PHP 5.6.14. This is a security release. Two security bugs were fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version.

PHP 5.5.30 is available

The PHP development team announces the immediate availability of PHP 5.5.30. This is a security release. Two security bugs were fixed in this release. All PHP 5.5 users are encouraged to upgrade to this version.

PHP 5.6.13 is available

The PHP development team announces the immediate availability of PHP 5.6.13. 11 security-related issues were fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version.

PHP 5.5.29 is available

The PHP development team announces the immediate availability of PHP 5.5.29. This is a security release. Many security-related issues were fixed in this release. All PHP 5.5 users are encouraged to upgrade to this version.

PHP 5.4.45 Released

The PHP development team announces the immediate availability of PHP 5.4.45. Ten security-related issues were fixed in this release. All PHP 5.4 users are encouraged to upgrade to this version.

Use ES6 today with jspm

ECMAScript 6 officially approved on June 17th, 2015 .Here is a compatibility table of ES6.As you can see,most browsers’ support is on the way.Most likely, we can use ES6 with morden browsers native support in 2016.
There is a way to use ES6 today.

jspm is a package manager for the SystemJS universal module loader, built on top of the dynamic ES6 module loader

Load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.

For development, load modules as separate files with ES6 and plugins compiled in the browser.

For production (or development too), optimize into a bundle, layered bundles or a self-executing bundle with a single command.

Watch this 10 min tour.

PHP 5.4.44 Released

(06 Aug 2015)

The PHP development team announces the immediate availability of PHP 5.4.44. 11 security-related issues were fixed in this release. All PHP 5.4 users are encouraged to upgrade to this version.

PHP 5.5.28 Released

(06 Aug 2015)

The PHP development team announces the immediate availability of PHP 5.5.28. 12 security-related issues were fixed in this release. All PHP 5.5 users are encouraged to upgrade to this version.

PHP 5.6.12 is available

(06 Aug 2015)

The PHP development team announces the immediate availability of PHP 5.6.12. 12 security-related issues were fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version.

Material design for website

Google has announced Material Design Lite  (MDL), which brings its Material Design design guidelines to the Web using CSS, JavaScript and HTML.

Material Design Lite lets you add a Material Design look and feel to your websites. It doesn’t rely on any JavaScript frameworks and aims to optimize for cross-device use, gracefully degrade in older browsers, and offer an experience that is immediately accessible.

For angularjs users, we have Angular Material.

Similar to the Polymer project’s Paper elements collection, Angular Material is supported internally at Google by the Angular.js, Material Design UX and other product teams.