Category: JavaScript

  • The Twitter animation

    I like the Twitter animation that you see right when launching the iPhone app. When you click the Twitter icon, the logo moves to the center of the screen and seamlessly transitions into the splash screen. Then the icon backs off a bit and shoots forward to fill the screen with white as the app…

  • iPhone interface with React

    After reading about the new CSS backdrop-filter I decided to see how much work would be involved to create an iPhone like interface using HTML, CSS, and React.

  • Apache Proxy with CORS headers

    You want to have your JavaScript application access a remote API but that remote API does not have CORS headers. What to do? Instead of pointing to that remote API, point to a location on an Apache server that you have control of, have it connect to that remote API for you, and also add…