Stories recently tagged with 'AJAX' Subscribe to this feed

MultiHandleSliderExtender could not be set on property MultiHandleSlid (blog.ysatech.com)

submitted by bryiantanbryiantan(80) 1 day, 14 hours ago

I was working with the AJAX MultiHandleSliderExtender control, the thing that bother me the most is the error listed below at design time. The code didn't throw any error at runtime. Error Creating Control - MultiHandleSliderExtender1 'cc1:MultiHandleSliderExtender could not be set on property MultiHandleSliderTargets' read more...

add a comment | category: | Views: 2

tags: another

Script Manager VS Toolkit Script Manager (dheerajstechwiki.blogspot.com)

submitted by dkmekaldkmekal(20) 6 days, 22 hours ago

Demonstrates how using a Toolkit Script Manager instead of the regular Script Manager boosts the performance of an ASP.NET AJAX page. read more...

add a comment | category: | Views: 11

tags: another

An Approach to Multiple Browser Session Detection with AJAX (www.emerle.net)

submitted by rdez6173rdez6173(25) 7 days, 4 hours ago

A look into a technique at detecting multiple browser sessions associated with a single server session; a condition that can lead to unexpected corruption in applications with naive session reliance. Consideration is given to performance and scalability while attempting to keep the solution simple and straightforward. read more...

add a comment | category: | Views: 12

tags: another

Asp.net Ajax Error Handling (www.vbknowledgebase.com)

submitted by pons_saravananpons_saravanan(95) 7 days, 8 hours ago

ASP.Net Ajax is great for developing web applications. However there are some issues in presenting server side exceptions in the browser nicely. I actually needed the entire stack trace to be shown in the screen. Whenever I had an error while using Ajax, I used to get an alert with error message. Sometimes even I got notification in the status bar of the browser window. Instead of getting the error on the alert box, I wanted to get it on the body or label in the body of the browser window. read more...

add a comment | category: | Views: 6

tags: another

Enable cross-site XMLHttpRequest with W3C spec CORS (hacks.mozilla.org)

submitted by powerrushpowerrush(3754) 13 days, 20 hours ago

Firefox 3.5 and Safari 4 implement the CORS specification, using XMLHttpRequest as an “API container” that sends and receives the appropriate headers on behalf of the web developer, thus allowing cross-site requests. IE8 implements part of the CORS specification, using XDomainRequest as a similar “API container” for CORS, enabling simple cross-site GET and POST requests. read more...

add a comment | category: | Views: 12

tags: another

Visual WebGui 6.4 beta 1 released w/ jQuery integration (www.visualwebgui.com)

submitted by webguiwebgui(195) 17 days, 22 hours ago

The new Ajax applications framework version offers upgraded performance, scalability and complete developer and designer freedom to design and customize Web 2.0 like user interfaces including increased customizability with the new control level designer, theme designer and jQuery integration read more...

add a comment | category: | Views: 5

tags: another

Performance Optimizations Made By JavaScript Minimizers (www.coderjournal.com)

submitted by zigamorphzigamorph(2925) 19 days, 6 hours ago

In the first post about JavaScript compression and the different levels supported by the three major competitors in the JavaScript minimization, obfuscation, and optimization tools space. I the article I discussed which tool provided the best compression in regards to the resulting byte count. And found that Google took the over all crown with Microsoft following very closely behind. This post will look at the performance optimizations made to the code, after it is run through the JavaScript Minimizers read more...

add a comment | category: | Views: 6

tags: another

Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler (www.coderjournal.com)

published 20 days, 3 hours ago, submitted by atifazizatifaziz(990) 21 days, 19 hours ago

A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use. Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. read more...

add a comment | category: | Views: 475

tags: another

Visual WebGui Ajax framework/platform (sourceforge.net)

submitted by einatsmeinatsm(15) 22 days, 10 hours ago

.NET #1 open source data centric Ajax Framework & Platform. It provides the simplest, VB6 desktop-like Ajax development. Point & Click Windows or 2.0 User interfaces designer.. read more...

add a comment | category: | Views: 6

tags: another

SharpTemplate - A strongly typed HTML templating solution for Script# (xtreemgeek.net)

submitted by shivashankarpshivashankarp(330) 24 days, 8 hours ago

SharpTemplate is a HTML templating engine that seamlessly integrates with Script# to provide compile time, strongly typed, super efficient HTML templating capabilities for productive rich web application development. Some of its advantages are listed below… * Converts HTML into C# that gets compiled by Script# * Benefits from strong typing for all variable / API references that occur within the HTML * Generated HTML templates are super efficient due to compile time pre-processing that helps avoid regex matching in JavaScript unlike many other templating engines * Familiar templating syntax (based upon Asp.Net) read more...

1 comment | category: | Views: 9

tags: another

10 Super jQuery and Ajax Scripts for Web Developers (tutorialfeed.blogspot.com)

submitted by tutorialfeedtutorialfeed(315) 25 days, 4 hours ago

In this post I have shared free jQuery and Ajax scripts to help our upcoming web developers. In this list includes - A Drop-Down Menu Plugin for jQuery, Rotating jQuery Tabs, Sliding Login Panel with jQuery, AJAX Loading Panel, Mysql Ajax Table Editor, jQuery youtube playlist plugin etc. read more...

add a comment | category: | Views: 27

tags: another

How you can force the Ajax Script Loader to use jQuery 1.4 (encosia.com)

published 23 days, 14 hours ago, submitted by gt1329agt1329a(7460) 25 days, 13 hours ago

How to modify the new ASP.NET Ajax Script Loader to inject jQuery 1.4 instead of 1.3.2, without waiting on the team to update Start.js. Also covers how to make it use jQuery Validate 1.6 instead of 1.5.5. read more...

1 comment | category: | Views: 151

tags: another

Early Azure adopter sees financial benefits of cloud computing (www.visualwebgui.com)

submitted by einatsmeinatsm(15) 26 days, 7 hours ago

When Advanced Telemetry, an energy consumption monitoring and management provider, realized they could not accommodate their rapid growth with on-site infrastructure, they looked at cloud computing options to expand their computing resources. read more...

add a comment | category: | Views: 4

tags: another

14 Days of jQuery (jquery14.com)

submitted by powerrushpowerrush(3754) 28 days ago

We're excited to bring you fourteen consecutive days of new releases to celebrate the release of jQuery 1.4. You'll notice that we're excited about the number fourteen since jQuery 1.4 is being released on the birthday of jQuery (January 14th) . So be sure to come back each day as another announcement is made and new content is released! read more...

add a comment | category: | Views: 13

tags: another

Consuming .NET Webservice by Javascript (am-blog.no-ip.org)

submitted by jan223jan223(210) 1 month, 1 day ago

I have a webService service.asmx and I would like to call and consum this webservice using XMLHttpRequest and SOAP. read more...

add a comment | category: | Views: 8

tags: another

Generating Dynamic HTML Tables with jQuery From an In-Memory DataTable (www.codecapers.com)

submitted by mceranskimceranski(115) 1 month, 1 day ago

A step by step tutorial which will walk you through the steps to: 1. Run an asynchronous SQL query against a database using JQuery 2. Serialize the data as a JSON string 3. Render the table data dynamically with jQuery to build an HTML table. read more...

add a comment | category: | Views: 12

tags: another