Snapchat’s Biggest Threat is its Own Design

August 23, 2016

If you think Instagram’s new Stories feature looks remarkably similar to Snapchat’s feature of the same name, that’s because it is. Apparently, it’s completely legal to copy draw inspiration from other applications (apps). How? It turns out copyright law doesn’t protect ideas so as long as there are inherent differences in the interfaces of the competing apps. Instagram’s Stories feature is free to use and is formatted like Snapchat which has become the most popular social network among teens.

The Stories feature is a bold move on Instagram’s part. Prior to the release of Instagram Stories, there were obvious differences between the two platforms. Snapchat, with its disappearing photos, was geared more towards short-term, in-the-moment glimpses of a user’s everyday life. Instagram, however, provided a variety of filters used to create and amplify aesthetically pleasing images and videos, perfecting an album of the best parts of a users’ life for the long-term. Although it’s not the case for every user, Snapchat stories tempted users to post every day, while Instagram posts were not necessarily published as frequently.

Is Instagram declaring war on Snapchat?

…Or is the platform simply just trying to inspire more content creation from users?

The two features of Snapchat and Instagram share a lot in common:

  • Both allow 10-second clips
  • Both stories remove images after 24 hours
  • Both let you reply to stories
  • Both allow you to add custom text
  • Both have filters
  • Both have a built-in marker
  • Both let you save the media to your camera roll
  • Both show who views your story

The differences between the two are few:

  • Instagram lets you “rewind” stories
  • Instagram lets you post sections of your story as an Instagram post
  • Unlike Snapchat, Instagram doesn’t show you who screenshots your story
  • Instagram does not feature geo-filters or facial-mapping

SM Banner

Whatever Instagram’s intentions may be, two things are apparent. Firstly, the new Instagram feature cannot single-handedly crush Snapchat. It may have some impact on Snapchat’s numbers – but not enough to completely sway the minds of avid Snapchat users to switch over Instagram 100 percent of the time. Secondly, the aforementioned information doesn’t mean Instagram Stories don’t have potential. In fact, it has several factors going for it. For starters, Instagram Stories is very well made; it is easy to understand and navigate in a way that is much more user-friendly than Snapchat. Most importantly, Instagram has taken a powerful hold on the social world by creating a network which allows users to easily follow new people and “experience” places all over the world through the eyes of another person. This existing sense of community makes it so much easier to have access to the everyday lives of users you may be interested in without having to find them through a username the way Snapchat users create their list of friends.

It will be interesting to see if Instagram’s new feature takes off right away or if it will be another Instagram Direct scenario (which only gained traction about three years after its initial launch). What will be even more interesting is to see how Snapchat will react to this whole ordeal.

In the past, Facebook (Instagram’s parent company) has repeatedly tried and failed to buy Snapchat. It seems to us this feature launch might be Facebook’s way of saying it’s done trying to acquire Snapchat and is taking on their niche with the highly successful Instagram app.

Your move, Snapchat.

How Single Page Applications (SPA’s) Can Enhance User Experience

August 18, 2016

What Are Single Page Applications?

You may have heard someone refer to Single Page Applications recently, it’s kind of a buzz phrase right now. But what is  Single Page App, or SPA, and why would you use it? A Single Page Application is a web app that can fit on one HTML page and it provides users with a more fluid and responsive experience. The page updates, but never reloads throughout the whole process, and control never transfers to a separate page.

These web apps load all of the page information at once onto a single HTML page that can dynamically update as the user interacts with the app. Just because it is a web app, doesn’t mean that the scale can’t be enormous; both Gmail and Netflix use a SPA framework.

SPA Example – The Golden Door Program Calendar

Van West Media chose to use a SPA for, naturally, a Spa – Golden Door Resort and Spa to be exact. Golden Door recently received the 2015 “World’s Best Destination Spa” award from Travel + Leisure Magazine and has a comprehensive annual program calendar. The VWM design and development team worked closely with Golden Door to create a beautiful and highly functional SPA that allows users to sort, filter and select from a variety of program types.


There were several important reasons why Van West Media chose to use a SPA when developing the Golden Door Program Calendar. One of the biggest factors was page speed and user experience benefits. To the user, the calendar works and feels more like an application than a web page. As users filter or browse through different months and program types, only data is being transmitted back and forth to the server since all the initial HTML, CSS, Scripts pages only need the initial load. This makes for fast interactions on the page, particularly on mobile, tablet or cellular networks.

Another advantage in developing the page with a SPA framework was the ability to keep the data and the user interface separate. This allowed for streamline testing when developing the page and also provided an advantage when working with Golden Door’s booking engine. Future integrations or potential changes to how program data either comes into the SPA framework or goes out to other systems can be managed more effectively without having major implications on the interface.

You can view the Golden Door Program Calendar here

Why Use Single Page Applications?

Let’s backtrack for a second. Why would single page apps be used over other web applications? Well, single page applications try to solve 3 main problems that web apps are often faced with, which are:

  • Bad user experience – Continuous page rendering negatively impacts user experience because network delay is clearly visible.
  • Poor performance – Every time the page completely reloads, unnecessary re-transmission of data occurs.
  • Lack of offline support – A web application continues to function as long as there is a server connectivity. If that connectivity drops, the web app is essentially useless.

SPA’s require no page reload from the browser, and all user interaction and changes of the application state are handled within a single Web document.

What Other Advantages Do Single Page Apps Have?

With no page reloads, comes no extra wait time. The following are some more advantages of SPA’s:

  • SPA’s minimize response time by moving working data and processing it from the server to the browser.
  • SPA’s can go offline if the connectivity to the server drops. When the connection returns, SPA’s synchronize the local data with the server.
  • SPA’s instantly update like a website. Users don’t need to take any action, they can just reload the browser and it works.

Contact us to learn more about Single Page Application and how  Van West Media can improve your digital strategy.

SPA_CTA_Blog vwm