chris.lu

Error free coding © since 1979 ;)

  • Home
  • MyProjects
  • MyBookmarks
  • MyReadinglist
  • MyPlaylists
rss feed button

ES6 In Depth: The Future

ES6 In Depth is a series on new features being added to the JavaScript programming language in the 6th Edition of the ECMAScript standard, ES6 ...

Source: https://hacks.mozilla.org

Chrome 46 Beta: optimized image loading technique

Tools like srcset allow developers to serve an optimized image variant in a responsive way, but it can be cumbersome and inefficient to use in practice. Developers can now negotiate with the server to download the best image variant for a device using straightforward HTTP request headers. These headers communicate DPR, Viewport-Width, and the intended display width of the resource being fetched to the server...

Source: http://blog.chromium.org

Standards for Web Applications on Mobile: current state and roadmap

Web technologies have become powerful enough that they are used to build full-featured applications; this has been true for many years in the desktop and laptop computer realm, but is increasingly so on mobile devices as well...

Source: http://www.w3.org

What’s New in Bootstrap 4

readinglist image

Last week, Bootstrap turned four-years-old, and its creators, Mark Otto and Jacob Thornton, released Bootstrap 4 alpha. This alpha version is obviously incomplete still and shouldn’t be used just yet on production, but it does give us insight into all the cool new things that were added or updated. It’s also worth noting, that given […]

Source: https://scotch.io

Web Development Reading List #100 – Smashing Magazine

readinglist image

An overview of news, tools, articles, techniques and resources on web design and development, collected and featured every second week by Anselm Hannemann.

Source: http://www.smashingmagazine.com

JavaScript Promises ... In Wicked Detail - Matt Greer

I’ve been using promises in my JavaScript code for a while now. They can be a little brain bending at first. I now use them pretty effectively, but when it came down to it, I didn’t fully understand how they work. This article is my resolution to that. If you stick around until the end, you should understand promises well too...

Source: http://www.mattgreer.org

Targeting Windows 10 with your Apache Cordova app

This April, in concert with Windows 10 Technical Preview 2, we debuted support for the Windows 10 platform for Apache Cordova. Now, with the availability of Windows 10, full Windows 10 support is part of the Windows Apache Cordova platform and native to Visual Studio 2015...

Source: http://blogs.msdn.com

FFMPEG leader steps back after 11 years of good work and after debian replaces libav with FFMPEG

Source: http://ffmpeg.org

The state of Web Components

Web Components have been on developers' radars for quite some time now. They were first introduced by Alex Russell at Fronteers Conference 2011. The concept ...

Source: https://hacks.mozilla.org

Thread Pools in NGINX Boost Performance 9x!

It’s well known that NGINX uses an asynchronous, event-driven approach to handling connections. This means that instead of creating another dedicated process or thread for each request (like servers with a traditional architecture), it handles multiple connections and requests in one worker process. To achieve this, NGINX works with sockets in a non-blocking mode and uses efficient methods such as epoll and kqueue...

Source: http://nginx.com

Standard ECMA-262 / ECMAScript 2015 Language Specification Approved (ecma-international.org)

Source: http://www.ecma-international.org

php 7 alpha 1 release

11 Jun 2015, PHP 7.0.0 Alpha 1 on github

Source: https://github.com

How to undo (almost) anything with Git

readinglist image

One of the most useful features of any version control system is the ability to "undo" your mistakes. In Git, "undo" can mean many slightly different things...

Source: https://github.com

Looking Forward: Microsoft: Support for Secure Shell (SSH)

"I’m pleased to announce that the PowerShell team will support and contribute to the OpenSSH community", ...

Source: http://blogs.msdn.com

New Performance Tools in Firefox Developer Edition 40

Today Mozilla is pleased to announce the availability of Firefox Developer Edition 40 (DE 40) featuring all-new performance tools! In this post we will cover ...

Source: https://hacks.mozilla.org

Microsoft Edge: Building a safer browser

With Microsoft Edge, we want to fundamentally improve security over existing browsers and enable users to confidently experience the web from Windows. We have designed Microsoft Edge to defend users from increasingly sophisticated and prevalent attacks. This post covers some of the advanced technologies used to protect Microsoft Edge, including industry leading sandboxing, compiler, and...

Source: http://blogs.windows.com

Architecting Websites For The HTTP/2 Era

readinglist image

The arrival of HTTP/2 will require a bit of re-thinking how we handle websites (and webservers). This makes it a good time to reflect on what those changes can bring. This post is based entirely on theory (the HTTP2 spec), as HTTP/2 is hard to test today. Major browsers support HTTP/2, but very little servers …

Source: https://ma.ttias.be

Trainspotting: Firefox 38

Has it been six weeks already?? Firefox 38 is here, and with it come some snazzy new additions to the Web platform. Here are a few highlights ...

Source: https://hacks.mozilla.org

Deku: How we built our functional alternative to React

readinglist image

Over the past few months at Segment we’ve been rebuilding large parts of our app UI. A lot of it had become impossible to maintain because we were relying on models binding to the DOM via events...

Source: https://segment.com

Notes On Client-Rendered Accessibility

As creators of the web, we bring innovative, well-designed interfaces to life. We find satisfaction in improving our craft with each design or line of code. But this push to elevate our skills can be self-serving: Does a new CSS framework or JavaScript abstraction pattern serve our users or us as developers?

Source: http://www.smashingmagazine.com

Pointer Events W3C Recommendation, interoperable touch, and removing the dreaded 300ms tap delay

readinglist image

Today, the W3C published Pointer Events as a final Recommendation standard. This journey began a little over 2 years ago when we first submitted our proposal to the W3C for a common event model acr...

Source: http://blogs.windows.com

Visual Studio Code for Linux, Mac OSX and Windows

Build and debug modern web and cloud applications. Code is free and available on your favorite platform...

Source: https://code.visualstudio.com

Node.Js Server-Side JavaScript Injection Detection & Exploitation

Late last year, Burp scanner started testing for Server-Side JavaScript (SSJS) code injection. As you’d expect, this is where an attacker injects JavaScript into a server side parser and results in arbitrary code execution...

Source: http://blog.gdssecurity.com

Announcing the Zend Framework 3 Roadmap

The most often-asked questions we get around the Zend Framework project include: Where is Zend Framework heading? When will Zend Framework 3 be released? What changes and enhancements should we expect?

Source: http://framework.zend.com

Reaching and re-engaging users on the mobile web

One of the web’s superpowers is its low friction: a new site is always only a single tap away, allowing users to easily navigate through a rich diversity of experiences. The mobile web provides a great discovery experience for users and unparalleled reach for developers...

Source: http://blog.chromium.org

  • First
  • Previous
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next
  • Last

MyProfile

Hi, I'm Chris Weber (chrisweb) a developer from Luxembourg.

MyNetworkPages

  • github
  • facebook
  • twitter
  • google+
  • stackoverflow
  • linkedin
  • coderwall
  • youtube
  • jamendo
  • spotify
Follow @chriswwweb





profile for chrisweb at Stack Overflow, Q&A for professional and enthusiast programmers