Search results for easy and shareable local web servers with fenix Scripts fewliveasync.js

Easy and Shareable Local Web Servers with Fenix

by Raymond Camden

…quite handy as well. Will it replace Apache? Probably not. I like to run a web server locally that matches production, but I can definitely see Fenix being useful….

Quick and Easy Local and Device Web App Testing

by Brian Rinaldi

…the local IIS server. This was easy to set up but you could only ever have one site (unless you were running a Windows server edition which few were). There…

Using Node.js in Production

by Brian Rinaldi

…are the best practices for putting Node.js into production. By the end of this guide, this setup will include 3 servers: a load balancer (lb) and 2 app servers (app1…

2014 – What Web Developers Will Need to Know

by Brian Rinaldi

…a background of dynamic web apps based on large servers (ColdFusion), and while this is powerful, it is “heavy” in terms of production. If I can get something similar and…

Creating Sound with the Web Audio API and Oscillators

by Brian Rinaldi

…cases will simply sound wrong. Basic Waveforms using Web Audio Creating the basic waveforms I discussed above (i.e. sine, square, triangle and sawtooth) using the Web Audio API is easy….

Getting Started with Modern Web Development

by Mike Hostetler

…the fundamentals of programming to build web apps and manipulate data. Sitepoint.com Understanding Knockout KnockoutJS is an JavaScript library based on Model-View-View-Model pattern that helps developers create rich user interfaces…

2013 – The Year in Web Development

by Brian Rinaldi

…about that. In 2013, we saw a tectonic shift in frameworks toward more declarative UI’s. AngularJS is of course leading that pack at the moment. The fact that web components…

Testing Web Apps from the Ground Up

by Brian Rinaldi

…true); request.send(); }; })(this); Below is the server-side JavaScript. It is run in Node.js. Near the bottom, the code uses the Node HTTP module to create a web server. It…

Using the AWS JavaScript SDK in the Browser

by Saad Mousliki

…the AWS services from a browser-based app. The New AWS JS SDK Architecture As mentioned in the introduction, using the new JavaScript SDK in the browser, a web app could…

Mobile-Friendly Mapping for PhoneGap Apps

by Rob Lauer

…-d plugin add /path/to/plugin –variable API_KEY=”YOUR_GOOGLE_API_KEY” The /path/to/plugin variable should point to your local copy of the plugin that you download from plugins.cordova.io. And since we want this to work…