Somehow Facebook sometimes looses the sort order for the Newsfeed. This extension helps you keep your sort order set. This extension currently supports the following languages: – English – Deutsch Click here to download an install from Chrome Web Store. The source code for this quick hack is available in GitHub. Feel free to… Read more »
Posts Tagged: Google Chrome
Debugging HTML5 web apps with Error.stack, websocket frame inspection and breakpoints for dynamic Web Worker threads
With HTML5 on the rise, there also grows the need for good debugging tools. Three of the newer additions to the web developer’s debugging toolset are error.stack, websocket frame inspection and breakpoints for dynamic web worker threads.
Debugging HTML5 Offline Web applications
Debugging Offline Web applications can be hard, because you have to make sure you really are using the current version of your files. If the manifest file is not changed, the browser will not reload the other files, even if they have been changed. So a good advice is to create some automated build script that… Read more »
How to clear the cache of offline Web Applications
Most of this new HTML5 stuff is still work in progress. And you can feel that sometimes, when you try the implementations in the different browsers. For example, try to delete the cache of an Offline Web application: iOS The only way to be sure it’s deleted is: Open the Safari settings Clear your cache (“Clear… Read more »
Recent Comments