The user-facing part of an application.
After creating a new project with vue cli 3 I get this error: GET http://192.168.1.13:8080/sockjs-node/info?t=1538257166715 net::ERR_CONNECTION_…
vue.js frontend vue-cli-3My service allow any HTML documents to be converted to PDF using a POST request. It is mostly used on …
api frontendProbably any experienced web developer would be familiar with this problem: over time your css files can grow pretty huge …
javascript ruby-on-rails css optimization frontendIt seems that the IE11 VM is no longer available from https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ (why???) …
internet-explorer frontend internet-explorer-11 microsoft-edge ie11-developer-toolsOn my Web page I put translate widget when i resize browsers widged does not change size I tried change …
web responsive-design frontend google-translate web-frontendI would like to use AngularJS in my next project. The application with Python backend and html5, Angular frontend. I …
angularjs url-routing frontend backendTo register a service worker, I can call navigator.serviceWorker.register('/worker.js') Every time the page loads it …
javascript frontend offline service-worker offline-cachingI can't seem to get zepto to work with requirejs. Here are my files main.js require.config({ paths: { zepto: …
javascript backbone.js requirejs zepto frontendThe Problem I feel like this should be more straightforward than it is. I need to access all my javascript …
javascript webpack bundle frontendI am using Java function to download file from internet. public void getLatestRelease() { try { // Function called long startTime = System.currentTimeMillis(); // …
java swing backend frontend jprogressbar