•  
  •  
  •  
 

Browse by Tags

All Tags » JavaScript
Showing page 1 of 6 (52 total posts)
  • F# Discoveries This Week 10/11/2010

    As always, a ton of great posts this week on a large number of interesting topics.  It’s great to be part of such a productive community.  I particularly enjoyed Vladimir’s Zebra Puzzle post.  The code is just beautiful. I also have some bittersweet news to share.  I’ll soon be leaving Atalasoft to join a yet unnamed company ...
    Posted to Rick Minerich's Development Wonderland (Weblog) by RickM on October 11, 2010
  • Load Annotations throwing a javascript error of “Cannot read property ‘src’”

    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 ...
    Posted to ASP.NET Imaging Discussion (Forum) by smaglio81 on January 19, 2010
  • Atalasoft Stress Testing. How?

    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.
    Posted to ASP.NET Imaging Discussion (Forum) by ramiz.uddin on September 17, 2009
  • Events to Expect when Dynamically Loading iFrames in JavaScript - Take 2 (thanks Firefox 3.5)

    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 ...
    Posted to Jake Opines (Weblog) by jacobl on August 18, 2009
  • Exception in javascript while doing simple postaback

    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 ...
    Posted to ASP.NET Imaging Discussion (Forum) by JarekS on July 21, 2009
  • Caching JavaScript on Your Terms

    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 ...
    Posted to Jake Opines (Weblog) by jacobl on July 19, 2009
  • Visual Studio 2008 Intellisense for Ext JS

    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. ...
    Posted to Jake Opines (Weblog) by jacobl on July 12, 2009
  • Flash, Silverlight just Stop-Gaps

    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, ...
    Posted to Jake Opines (Weblog) by jacobl on July 6, 2009
  • UpdatePanel and Sys.Application.add_load Woes

    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 ...
    Posted to David Cilley's AJAX Imaging Blog (Weblog) by David Cilley on June 25, 2009
  • Internet Explorer TextArea scrollHeight Bug

    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 ...
    Posted to David Cilley's AJAX Imaging Blog (Weblog) by David Cilley on June 23, 2009
1 2 3 4 5 Next > ... Last »