StaticApps.org 2016-01-22T19:41:51+00:00 http://www.staticapps.org/ StaticApps.org [email protected] Front-End Error Handling 2014-04-17T00:00:00+00:00 http://www.staticapps.org/articles/front-end-error-handling Error handling is a vital part of any application's user experience. Unfortunately, the default error handling for JavaScript applications is basically to do nothing. Cross-Domain Requests With CORS 2014-03-11T00:00:00+00:00 http://www.staticapps.org/articles/cross-domain-requests-with-cors Cross-Origin Resource Sharing is a powerful technology for static web apps that allows you to safely request and utilize data from other servers. Learn how to use it! Authentication and Authorization 2014-03-04T00:00:00+00:00 http://www.staticapps.org/articles/authentication-and-authorization Authentication is perhaps the single most common requirement of any application, and quickly and easily registering for a service can make a huge difference for the user. Routing URLs in Static Apps 2014-02-28T00:00:00+00:00 http://www.staticapps.org/articles/routing-urls-in-static-apps URLs are an important part of your application's user experience, but can be a challenge in static applications. Learn what you can do and why you should care. Assembling Your Static App Stack 2014-02-21T00:00:00+00:00 http://www.staticapps.org/articles/assembling-your-static-app-stack Building a static app isn't the end of your technological decision-making. Learn about the various types of tools you can use to build powerful static web apps. Now You're Thinking With Services 2014-02-14T00:00:00+00:00 http://www.staticapps.org/articles/thinking-with-services When building a static app, it can help to think of your project as a number of different services that all work together to accomplish your business goals. Why Build Static Web Apps? 2014-02-07T00:00:00+00:00 http://www.staticapps.org/articles/why-build-static-apps There are hundreds of web application architectures, and it can be hard to understand what to choose. Learn why a static app might be right for your project. Defining Static Web Apps 2014-01-31T00:00:00+00:00 http://www.staticapps.org/articles/defining-static-web-apps Static web applications are delivered to a user's browser without any server-side processing, but that doesn't mean they're any less capable.