<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx</link><description>Introduction The 10606 release of the AJAX Control Toolkit includes ToolkitScriptManager, a new class that derives from the ASP.NET AJAX ScriptManager and performs automatic script combining. What is meant by "script combining" and why is it desirable?</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#3250116</link><pubDate>Tue, 12 Jun 2007 16:56:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3250116</guid><dc:creator>Fabrice Marguerie</dc:creator><description>&lt;p&gt;The technique used to combine scripts makes it really difficult to use with URL rewriting for example.&lt;/p&gt;
&lt;p&gt;Would it be possible to still create a HTTP handler and offer it as an option? It would solve several problems like the additional query to each page and enable URL rewriting.&lt;/p&gt;
&lt;p&gt;I posted this as a work item in CodePlex yesterday:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=10982"&gt;http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=10982&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#3256234</link><pubDate>Tue, 12 Jun 2007 23:11:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3256234</guid><dc:creator>Delay</dc:creator><description>&lt;p&gt;Fabrice,&lt;/p&gt;
&lt;p&gt;Thanks for the feedback! We'll look into what might be involved with supporting an HTTP handler in addition to the current technique as part of the work item you opened. As I note in the blog post, that would require folks to have a certain level of control over the web server (i.e., it may not work for all hosted scenarios), but when it's possible to configure a handler, it could be a nice improvement to ToolkitScriptManager. Great suggestion!&lt;/p&gt;
</description></item><item><title>ToolkitScriptManager: there's a new ScriptManager in town</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#3257520</link><pubDate>Wed, 13 Jun 2007 01:02:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3257520</guid><dc:creator>LA.NET [EN]</dc:creator><description>&lt;p&gt;Besides fixing some bugs and adding some new features to the existing controls, the new release of the&lt;/p&gt;
</description></item><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#3258906</link><pubDate>Wed, 13 Jun 2007 02:58:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3258906</guid><dc:creator>sburke</dc:creator><description>&lt;p&gt;Hmm - do we really need a separate handler or would an ASHX do?&lt;/p&gt;
</description></item><item><title>Tweaks and improvements by popular demand [AJAX Control Toolkit update!]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#3394194</link><pubDate>Tue, 19 Jun 2007 04:22:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3394194</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;A short while ago we made available the 10618 release of the AJAX Control Toolkit . This release addresses&lt;/p&gt;
</description></item><item><title>Script combining made better [Overview of improvements to the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#3431900</link><pubDate>Thu, 21 Jun 2007 01:17:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3431900</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;The 10606 release of the AJAX Control Toolkit introduced ToolkitScriptManager, a new class that extends&lt;/p&gt;
</description></item><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#3432338</link><pubDate>Thu, 21 Jun 2007 01:31:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3432338</guid><dc:creator>Delay</dc:creator><description>&lt;p&gt;Per the above trackback, the 10618 release of the AJAX Control Toolkit has a number of improvements to ToolkitScriptManager - including support for the URL rewriting scenario Fabrice mentions above via the optional CombineScriptsHandlerUrl property:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/delay/archive/2007/06/20/script-combining-made-better-overview-of-improvements-to-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx"&gt;http://blogs.msdn.com/delay/archive/2007/06/20/script-combining-made-better-overview-of-improvements-to-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Regrouper plusieurs fichiers javascript grace au ToolkitScriptManager</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#4909311</link><pubDate>Fri, 14 Sep 2007 14:44:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4909311</guid><dc:creator>Atteint de Javascriptite aiguë [Cyril DURAND]</dc:creator><description>&lt;p&gt;Depuis quelques temps d&amp;#233;j&amp;#224;, les derni&amp;#232;res versions des Ajax Control Toolkit int&amp;#232;gre un nouveau contr&amp;#244;le&lt;/p&gt;
</description></item><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#5393165</link><pubDate>Wed, 10 Oct 2007 22:24:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5393165</guid><dc:creator>dmose</dc:creator><description>&lt;p&gt;Awesome tool... however, can we use it to combine regular javascript includes? Or even CSS files?&lt;/p&gt;
</description></item><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#5393559</link><pubDate>Wed, 10 Oct 2007 23:24:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5393559</guid><dc:creator>Delay</dc:creator><description>&lt;p&gt;dmose,&lt;/p&gt;
&lt;p&gt;Thanks! As it's currently implemented, ToolkitScriptManager is pretty closely tied with the way ASP.NET AJAX's ScriptManager processes and sends down JavaScript files, so I don't think it's directly applicable to other JS/CSS files. However, the basic concept is just as relevant and could probably be implemented similarly for use with general-purpose files. We just haven't done so here. :)&lt;/p&gt;
</description></item><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#7499064</link><pubDate>Thu, 07 Feb 2008 00:45:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7499064</guid><dc:creator>trent.niemeyer</dc:creator><description>&lt;p&gt;Has anybody noticed the increased PreRenderComplete times when using this control? &amp;nbsp;My best guess is that there is some expensive operation using this method when trying to combine scripts. &amp;nbsp;The implications were significant within our app. &amp;nbsp;Script combination only saved a *fraction* of total download size, where I gained .7 seconds on the server for rendering this script. &amp;nbsp;Definetly a deal breaker.&lt;/p&gt;
</description></item><item><title>Speed up load time of AJAX Control Toolkit controls while debugging</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#7721403</link><pubDate>Fri, 15 Feb 2008 23:27:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7721403</guid><dc:creator>Loren Halvorson's Blog</dc:creator><description>&lt;p&gt;This is probably already well known and well documented, but I still occasionally see people bemoaning&lt;/p&gt;
</description></item><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#8876821</link><pubDate>Mon, 18 Aug 2008 20:00:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8876821</guid><dc:creator>earthware.co.uk</dc:creator><description>&lt;p&gt;How is this affected by the newly release CompositeScript functionality of scriptmanager in asp.net 3.5SP1?&lt;/p&gt;
&lt;p&gt;Can we use the new functionality instead somehow?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#8876887</link><pubDate>Mon, 18 Aug 2008 20:34:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8876887</guid><dc:creator>Delay</dc:creator><description>&lt;p&gt;earthware.co.uk,&lt;/p&gt;
&lt;p&gt;While ToolkitScriptManager should continue to work as it has, you should also be able to switch to the new script combining functionality in ASP.NET 3.5 SP1 as your schedule permits.&lt;/p&gt;
</description></item><item><title>re: Script combining made easy [Overview of the AJAX Control Toolkit's ToolkitScriptManager]</title><link>http://blogs.msdn.com/delay/archive/2007/06/11/script-combining-made-easy-overview-of-the-ajax-control-toolkit-s-toolkitscriptmanager.aspx#9009712</link><pubDate>Tue, 21 Oct 2008 17:46:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9009712</guid><dc:creator>moizdhanji</dc:creator><description>&lt;p&gt;try following link ... it works very well&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.codeproject.com/KB/aspnet/AspNetOptimizer.aspx"&gt;http://www.codeproject.com/KB/aspnet/AspNetOptimizer.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Moiz Dhanji&lt;/p&gt;
</description></item></channel></rss>