|
|
Browse by Tags
All Tags » JavaScript
Showing page 1 of 6 (51 total posts)
-
I have a javascript file which loads the image and annotations
into a WebAnnotationViewer. This javascript file was working for over a month,
but the annotations stopped loading about a week ago. Of course, I was changing
other aspects of the web site when the annotations stopped loading; and I didn't
notice what specific change caused the ...
-
We are being using it quite a time and have faith in it, finally. But, there is a little hassle which require a test. We will have to do a stress test before make our final decision.
The case is, can WebAnnotationViewer handle 1000 users per second? If the answer is in yes, please share the test app (source).
Thanks.
-
Just two months ago, I wrote a post on the JavaScript events you could expect when loading iFrames dynamically. Since the behavior highly depends on the browser you are using and the whims of the developer who decided what to fire and when, I put together a nice table of Browser v. Content-Disposition listing the events and any return codes that ...
-
Hi, I'm having excpetion (in ie7) while doing simple postaback (one asp button) in javascript file WebImageViewerChild.js, on every demo with anotations which comes with imagingsdk.
Exactly on line: if((vs.Width+_sbs.Width)!=_ws.Width||(vs.Height+_sbs.Height)!=_ws.Height)
_ws is null
How can i use asp controls (espacialy AnnotationViewer) with ...
-
Browsers tend to do what they like with your static content: deciding what to cache and when to refresh. On the server-side, you can specify that certain file types have a designated TTL (time to live) and that works in many cases. There are other cases when you either don't have access to the server's configuration or you need to make sure ...
-
Ever thought it would be totally boss to have JavaScript Intellisense for Ext JS in Visual Studio 2005? Too bad. If you were talking about VS 2008, though, I've got your back.
Intelli-Referencing External JavaScript
VizitSP is a fairly large project and much of that heft is on the client side. With that, we have a lot of JavaScript to manage. ...
-
The F.U.D.
There has been a lot of talk in the past few weeks about HTML 5 and its supposed takeover on the web (or lack thereof). It's only a matter of time before Flash and Silverlight become less relevant. The CEO of Adobe, Shantanu Narayen, defended their position in the future of the web during the company's last quarterly financial call, ...
-
I’ve found (as others have) an interesting problem with ASP.NET AJAX’s Sys.Application.add_load function. It doesn’t quite work as expected in all browser environments, under certain conditions.
We have several ASP.NET based controls that use a lot of JavaScript on page load to initialize, and most of these controls are supposed to support ...
-
While working with some dynamically created textarea tags, I noticed some odd behavior in Internet Explorer. I was trying to get a textarea tag to fit to the height of its content, while allowing a horizontal scrollbar for when a word (or url) is too long for the available width.
Here is the function I came up with:function ...
-
YUI Compressor is an excellent JavaScript minifier and obfuscator. But every good thing comes with its compromises. While this tool prides itself on getting some of the best minification numbers I've seen, it's also very reliable. Your code gets smaller but will almost definitely work the same. While a few tools out there find trouble with eval ...
1 ...
|
|
|