|
You are here |
njmulsqb.github.io | ||
| | | | |
rmrz.ph
|
|
| | | | | I mostly just ranted about how aweful it is using Web Technologies for performance-sensitive desktop applications. | |
| | | | |
shortdiv.com
|
|
| | | | | In the latest stable build of Chrome, came support for desktop progressive web apps (PWAs). Similar to mobile PWAs, desktop PWAs allow users to install apps onto a device's home screen for quick and easy access. In addition to this, they allow web apps leverage to the numerous capabilities of modern web APIs like authentication, payments and so on, without having to worry about potential security vulnerabilities. After all, a desktop PWA is basically a web browser running in its own app window context.... | |
| | | | |
sookocheff.com
|
|
| | | | | The future of mobile development is cross-platform HTML5, JavaScript, and CSS3. Let me explain. I've been working on a couple Windows Phone 7 applications to accompany my first release, FaceArt, in the Marketplace. As I do more research and development with the mobile platform I keep looking for ways to increase the reach of my apps. The most obvious is to release Android and iOS versions but I have a few hurdles to clear first, the biggest being lack of time. I do all development as a moonlighting gig while I work full-time and I'm already struggling to find extra hours during the week to finish my first three applications for one platform. How am I going to write and maintain three separate codebases for each app for the major mobile platforms while still ... | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | If you are using Visual Studio Code and you want to add a new project to your workspace, the easiest thing to do is something like - dotnet new xunit -f netcoreapp2. | ||