<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments for JMPerez Blog</title> <atom:link href="http://blog.josemanuelperez.es/comments/feed/" rel="self" type="application/rss+xml" /><link>http://blog.josemanuelperez.es</link> <description>Web development, standards, design patterns and some other good practices</description> <lastBuildDate>Tue, 24 May 2011 09:28:19 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Comment on BigPipe in ASP.Net MVC using Razor by JMPerez</title><link>http://blog.josemanuelperez.es/2011/05/bigpipe-in-asp-net-mvc-using-razor/comment-page-1/#comment-182</link> <dc:creator>JMPerez</dc:creator> <pubDate>Tue, 24 May 2011 09:28:19 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=422#comment-182</guid> <description>There are several PHP implementations. The one that I am most familiar with is &lt;a href=&quot;https://github.com/dynamoid/bigpipe&quot; rel=&quot;nofollow&quot;&gt;Juho Mäkinen&#039;s&lt;/a&gt; one. You can read more about it on &lt;a href=&quot;Juho Mäkinen&quot; rel=&quot;nofollow&quot;&gt;her blog&lt;/a&gt;.</description> <content:encoded><![CDATA[<p>There are several PHP implementations. The one that I am most familiar with is <a href="https://github.com/dynamoid/bigpipe" rel="nofollow">Juho Mäkinen&#8217;s</a> one. You can read more about it on <a href="Juho Mäkinen" rel="nofollow">her blog</a>.</p> ]]></content:encoded> </item> <item><title>Comment on BigPipe in ASP.Net MVC using Razor by Kerry</title><link>http://blog.josemanuelperez.es/2011/05/bigpipe-in-asp-net-mvc-using-razor/comment-page-1/#comment-181</link> <dc:creator>Kerry</dc:creator> <pubDate>Tue, 24 May 2011 09:13:51 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=422#comment-181</guid> <description>Do you have a solution for PHP? Or could you write a tutorial? I see that it&#039;s your main interest, and while FaceBook has developed it for PHP, I haven&#039;t seen any tutorials for it.</description> <content:encoded><![CDATA[<p>Do you have a solution for PHP? Or could you write a tutorial? I see that it&#8217;s your main interest, and while FaceBook has developed it for PHP, I haven&#8217;t seen any tutorials for it.</p> ]]></content:encoded> </item> <item><title>Comment on BigPipe in ASP.Net MVC using Razor by Terry</title><link>http://blog.josemanuelperez.es/2011/05/bigpipe-in-asp-net-mvc-using-razor/comment-page-1/#comment-179</link> <dc:creator>Terry</dc:creator> <pubDate>Sun, 22 May 2011 19:18:41 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=422#comment-179</guid> <description>I have trying to work out for ages how to do just this! Thank you!!</description> <content:encoded><![CDATA[<p>I have trying to work out for ages how to do just this! Thank you!!</p> ]]></content:encoded> </item> <item><title>Comment on Tutorial: Implementing Facebook&#8217;s BigPipe Using ASP.Net MVC &#8211; Part 1 by Juho Makinen</title><link>http://blog.josemanuelperez.es/2010/09/tutorial-how-to-implement-bigpipe-using-asp-net-mvc-part-1/comment-page-1/#comment-88</link> <dc:creator>Juho Makinen</dc:creator> <pubDate>Fri, 01 Oct 2010 13:28:17 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=259#comment-88</guid> <description>I&#039;ve just today released our bigpipe implementation at http://www.juhonkoti.net/2010/10/01/open-bigpipe-javascript-implementationThe server side implementation is done with php, but the client side javascript is the most important part, so it might be usefull for you. I&#039;m accepting patches at github and I&#039;m open to discussion about my implementation.All feedback is greatly appreciated.- Garo</description> <content:encoded><![CDATA[<p>I&#8217;ve just today released our bigpipe implementation at <a href="http://www.juhonkoti.net/2010/10/01/open-bigpipe-javascript-implementation" rel="nofollow">http://www.juhonkoti.net/2010/10/01/open-bigpipe-javascript-implementation</a></p><p>The server side implementation is done with php, but the client side javascript is the most important part, so it might be usefull for you. I&#8217;m accepting patches at github and I&#8217;m open to discussion about my implementation.</p><p>All feedback is greatly appreciated.</p><p> &#8211; Garo</p> ]]></content:encoded> </item> <item><title>Comment on Tutorial: Implementing Facebook&#8217;s BigPipe Using ASP.Net MVC &#8211; Part 3 by JMPerez</title><link>http://blog.josemanuelperez.es/2010/09/tutorial-how-to-implement-bigpipe-using-asp-net-mvc-part-3/comment-page-1/#comment-82</link> <dc:creator>JMPerez</dc:creator> <pubDate>Wed, 29 Sep 2010 08:52:33 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=313#comment-82</guid> <description>Hola Obed, No sé si se puede implementar de algún modo una ejecución de &quot;pagelets&quot; retardada y de registrar los pagelets fácilmente. Programo habitualmente utilizando ASP.Net MVC y pienso que el modelo MVC se ajusta bastante bien para la implementación de BigPipe. Hay partes de la implementación que son compatibles con ASP.Net. Al fin y al cabo ambos tienen vistas y Master Page, y la parte de Javascript es común.Si encuentras alguna forma de utilizar ASP.Net para conseguir BigPipe me encantaría saberlo. ---- Hi Obed, I don&#039;t know if there is some way to implement a delayed execution of pagelets and register them easily. I am a ASP.Net MVC programmer and I thought MVC paradigm would fit into BigPipe. There are some parts of my implementation that are compatible with ASP.Net. After all they both have views and Master Page, and the Javascript is common and independent of the server technology.However, if you find some way to use ASP.Net to get BigPipe I would love to know about it.</description> <content:encoded><![CDATA[<p>Hola Obed,<br /> No sé si se puede implementar de algún modo una ejecución de &#8220;pagelets&#8221; retardada y de registrar los pagelets fácilmente. Programo habitualmente utilizando ASP.Net MVC y pienso que el modelo MVC se ajusta bastante bien para la implementación de BigPipe. Hay partes de la implementación que son compatibles con ASP.Net. Al fin y al cabo ambos tienen vistas y Master Page, y la parte de Javascript es común.</p><p>Si encuentras alguna forma de utilizar ASP.Net para conseguir BigPipe me encantaría saberlo.<br /> &#8212;-<br /> Hi Obed,<br /> I don&#8217;t know if there is some way to implement a delayed execution of pagelets and register them easily. I am a ASP.Net MVC programmer and I thought MVC paradigm would fit into BigPipe. There are some parts of my implementation that are compatible with ASP.Net. After all they both have views and Master Page, and the Javascript is common and independent of the server technology.</p><p>However, if you find some way to use ASP.Net to get BigPipe I would love to know about it.</p> ]]></content:encoded> </item> <item><title>Comment on Tutorial: Implementing Facebook&#8217;s BigPipe Using ASP.Net MVC &#8211; Part 3 by Obed</title><link>http://blog.josemanuelperez.es/2010/09/tutorial-how-to-implement-bigpipe-using-asp-net-mvc-part-3/comment-page-1/#comment-81</link> <dc:creator>Obed</dc:creator> <pubDate>Wed, 29 Sep 2010 00:11:46 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=313#comment-81</guid> <description>well done!!!  Lastima que no lo puedo probar ahora porque no he trabajado nunca con la arquitectura MVC =/... I&#039;ve been working w/ asp.net web forms architecture ..with code behind, httpmodules, httphandlers..etc. I really would like to know if u would post this one for the other asp.net architecture. Creo que también hablas español :). Me gustaría saber si puedes postear este tema pero para la otra arquitectura , sería de una gran gran ayuda.</description> <content:encoded><![CDATA[<p>well done!!!  Lastima que no lo puedo probar ahora porque no he trabajado nunca con la arquitectura MVC =/&#8230; I&#8217;ve been working w/ asp.net web forms architecture ..with code behind, httpmodules, httphandlers..etc. I really would like to know if u would post this one for the other asp.net architecture.<br /> Creo que también hablas español <img src='http://blog.josemanuelperez.es/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Me gustaría saber si puedes postear este tema pero para la otra arquitectura , sería de una gran gran ayuda.</p> ]]></content:encoded> </item> <item><title>Comment on Tutorial: Implementing Facebook&#8217;s BigPipe Using ASP.Net MVC &#8211; Part 1 by JMPerez</title><link>http://blog.josemanuelperez.es/2010/09/tutorial-how-to-implement-bigpipe-using-asp-net-mvc-part-1/comment-page-1/#comment-74</link> <dc:creator>JMPerez</dc:creator> <pubDate>Sat, 25 Sep 2010 07:54:55 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=259#comment-74</guid> <description>I started implementing BigPipe using Ajax calls, but once you understand where the benefits of Facebook&#039;s BigPipe really are, you realise that Ajax will produce an overload by making many requests that could be avoided.You can implement BigPipe with Ajax easily. When executing pagelets you would print an async call to each of your controller/action that you have registered, and inject the response inside its container. In fact, you can also take advantage of the loading of CSS and JS resources in the same way BigPipe does, downloading a set of CSS files, injecting HTMK and finally downloading and executing every JS file needed by the pagelets.Ajax calls have the advantage that their content can be cached, preventing that way the server from processing a pagelet that is not requested by the browser, so if many of your pagelets are going to be potentially cached you can try this alternative.This makes me consider that a hybrid solution could be also carried out and use &#039;normal&#039; BigPipe for non-cacheable pagelets and Ajax calls for cacheable ones.</description> <content:encoded><![CDATA[<p>I started implementing BigPipe using Ajax calls, but once you understand where the benefits of Facebook&#8217;s BigPipe really are, you realise that Ajax will produce an overload by making many requests that could be avoided.</p><p>You can implement BigPipe with Ajax easily. When executing pagelets you would print an async call to each of your controller/action that you have registered, and inject the response inside its container. In fact, you can also take advantage of the loading of CSS and JS resources in the same way BigPipe does, downloading a set of CSS files, injecting HTMK and finally downloading and executing every JS file needed by the pagelets.</p><p>Ajax calls have the advantage that their content can be cached, preventing that way the server from processing a pagelet that is not requested by the browser, so if many of your pagelets are going to be potentially cached you can try this alternative.</p><p>This makes me consider that a hybrid solution could be also carried out and use &#8216;normal&#8217; BigPipe for non-cacheable pagelets and Ajax calls for cacheable ones.</p> ]]></content:encoded> </item> <item><title>Comment on Tutorial: Implementing Facebook&#8217;s BigPipe Using ASP.Net MVC &#8211; Part 2 by Obed</title><link>http://blog.josemanuelperez.es/2010/09/tutorial-how-to-implement-bigpipe-using-asp-net-mvc-part-2/comment-page-1/#comment-73</link> <dc:creator>Obed</dc:creator> <pubDate>Sat, 25 Sep 2010 02:36:30 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=266#comment-73</guid> <description>Hi, I would like to know how could i do Html.ExecutePagelets() in asp.net webform ..I mean.. i think this function is proper of ASP.net MVC... but, i don&#039;t work with this architecture.. please help me. Thanks in advance</description> <content:encoded><![CDATA[<p>Hi, I would like to know how could i do Html.ExecutePagelets() in asp.net webform ..I mean.. i think this function is proper of ASP.net MVC&#8230; but, i don&#8217;t work with this architecture.. please help me.<br /> Thanks in advance</p> ]]></content:encoded> </item> <item><title>Comment on Tutorial: Implementing Facebook&#8217;s BigPipe Using ASP.Net MVC &#8211; Part 1 by Obed Morales Merino</title><link>http://blog.josemanuelperez.es/2010/09/tutorial-how-to-implement-bigpipe-using-asp-net-mvc-part-1/comment-page-1/#comment-72</link> <dc:creator>Obed Morales Merino</dc:creator> <pubDate>Sat, 25 Sep 2010 01:36:51 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=259#comment-72</guid> <description>Hi, this is Obed from Peru.. I&#039;m really excited to find out you are working on this, because i&#039;ve been working in the same but in a different way... using parallel callings from client using AJAX..but I&#039;m using asp.net webforms... I&#039;ve been working for a while on this topic and how to improve web sites performance. I&#039;m expecting to read all of your tutorials :). It&#039;s nice to find another precursor of bigpipe in asp.net.  Great job. well done ;)</description> <content:encoded><![CDATA[<p>Hi, this is Obed from Peru.. I&#8217;m really excited to find out you are working on this, because i&#8217;ve been working in the same but in a different way&#8230; using parallel callings from client using AJAX..but I&#8217;m using asp.net webforms&#8230; I&#8217;ve been working for a while on this topic and how to improve web sites performance. I&#8217;m expecting to read all of your tutorials <img src='http://blog.josemanuelperez.es/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . It&#8217;s nice to find another precursor of bigpipe in asp.net.  Great job. well done <img src='http://blog.josemanuelperez.es/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>Comment on Using HTML5 features today by Website optimization checklist &#124; JMPerez Blog</title><link>http://blog.josemanuelperez.es/2010/07/progressively-using-html5-features/comment-page-1/#comment-59</link> <dc:creator>Website optimization checklist &#124; JMPerez Blog</dc:creator> <pubDate>Sat, 10 Jul 2010 18:40:11 +0000</pubDate> <guid isPermaLink="false">http://blog.josemanuelperez.es/?p=112#comment-59</guid> <description>[...] JMPerez Blog   Web development, standards, design patterns and some other good practices    Skip to content Inicio        &#8592; Using HTML5 features today [...]</description> <content:encoded><![CDATA[<p>[...] JMPerez Blog   Web development, standards, design patterns and some other good practices    Skip to content Inicio        &larr; Using HTML5 features today [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 311/336 objects using disk: basic

Served from: blog.josemanuelperez.es @ 2012-02-06 07:22:15 -->
