Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, May 17, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > AJAX > AJAX Toolkit > HoverMenu
Faster JavaScript StringBuilder        
Total Hits: 2  |  Today: 0 Author: Ferreri Gabriele (Megasoft78)       Rating:  
Read Reviews | Write Review |              Your Rating: 

I'm currently working with a complex AJAX control (Grid), and I have to concatenate a lot of strings (HTML) to render them on the client side with JavaScript. In JavaScript, each string is immutable (like .NET), and this means that every time the engine concatenates a string using + or +=, it creates a new instance of string and disposes the old one. This, in some browsers (mainly Internet Explorer), makes the concatenation very slow. In other browsers like Mozilla Firefox or Safari, these concatenations are optimized before getting executed (JavaScript engine in Firefox 3 is absolutely amazing!!!).

What's New at DevASP.Net
05/17  Validating Edit Controls
05/17  Crystal Edit - syntax coloring te..
05/17  A Padded Rich Text Box Subclass
05/17  Adding Mouse Gesture Functionalit..
05/17  DayPilot MonthPicker for ASP.NET
05/17  The Art & Science of Storing Pass..
05/17  Using Workflow Foundation and Vis..
05/17  Practices and Hints for Gadgets
05/17  Fast mathematical expressions par..
05/17  C#: A-Star is born
05/17  State of the Art Expression Evalu..
05/17  Manipulating colors in .NET - Par..
05/17  Symbolic Differentiation
05/17  Jump start Windows Workflow Found..
05/17  Introduction to WF (Part01)
05/17  Hello, WF!
05/17  WS-Transfer Service for Workflow
05/17  Mastering Page-UserControl Commun..
05/17  Generating XP style webparts from..
05/17  A Simple Date Selector User Contr..
Latest Posts at Dev Forums
displaying an xml file in datagridview
Tory Block
Deploying website to offline and onlin..
Deploying website to offline and onlin..
window service c#
kiossru
Regular expression
asp.net
Very urgent--
submit to the server
load gif image
focus
filter combo boxes in formview control
ASP Composite Control and Position
Caching as a Master DataSource w/t Rea..
Method returning values in Threadpool!
ADVERTISEMENTS USING XML FILE
DATALIST PROBLEM
FTP Downloading using C#
Nested gridview footer total by using ..

DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net