StaticApps.org2016-01-22T19:41:51+00:00http://www.staticapps.org/StaticApps.org[email protected]Front-End Error Handling2014-04-17T00:00:00+00:00http://www.staticapps.org/articles/front-end-error-handlingError 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 CORS2014-03-11T00:00:00+00:00http://www.staticapps.org/articles/cross-domain-requests-with-corsCross-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 Authorization2014-03-04T00:00:00+00:00http://www.staticapps.org/articles/authentication-and-authorizationAuthentication 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 Apps2014-02-28T00:00:00+00:00http://www.staticapps.org/articles/routing-urls-in-static-appsURLs 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 Stack2014-02-21T00:00:00+00:00http://www.staticapps.org/articles/assembling-your-static-app-stackBuilding 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 Services2014-02-14T00:00:00+00:00http://www.staticapps.org/articles/thinking-with-servicesWhen 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:00http://www.staticapps.org/articles/why-build-static-appsThere 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 Apps2014-01-31T00:00:00+00:00http://www.staticapps.org/articles/defining-static-web-appsStatic web applications are delivered to a user's browser without any server-side processing, but that doesn't mean they're any less capable.