Aug
              13
              2014
            
            
            
          
              Jul
              20
              2014
            
            
            Getting "named links" (sometimes called "deep links") working on a page with a fixed header is pretty straight forward. The key is in moving the links up the page the same amount as the height of the header. In this case you have to make sure your links are not wrapping anything:
...
              Feb
              06
              2014
            
            
            Sometimes you just need a progress bar. While working on a HTML5 game last year we had the issue where we were making an ajax request for two very large files and then processing them both. Roughly the times were a minute for each file on a slow connection and then
...