Workaround to avoid showing the loading address bar when loading ajax content on iPhone.
Front End Tech Talk – Facebook
Nice ideas taken from Facebook’s Front End Tech Talk about implementing common interactions and patterns to reduce Javascript file size and use progressive enhancement.
Updates on BigPipe using ASP.NET MVC
It’s been several weeks since I wrote a tutorial to implement BigPipe using C# and ASP.Net MVC. And I have just read a PDF from a presentation at Velocity China in which Changhao Jiang, from Facebook, explains some details about Bigpipe, as well as other techniques they use to improve Time to interact (both real [...]
Tutorial: Implementing Facebook’s BigPipe Using ASP.Net MVC – Part 3
Last part of my tutorial on Implementing BigPipe, focused on browser side, loading CSS and JS resources efficiently using a small script.
Tutorial: Implementing Facebook’s BigPipe Using ASP.Net MVC – Part 2
Build Facebook’s BigPipe using C#. Source code to make pagelets and achieve delayed parallel execution in an ASP.Net MVC website.
Tutorial: Implementing Facebook’s BigPipe Using ASP.Net MVC – Part 1
First part of the tutorial to implement Facebook’s BigPipe using ASP.Net MVC. BigPipe improves pages loading time dividing them into regions that are generated on the server concurrently.