How can i serialize variable with type of Int64 in JavaScript without loss of accuracy?
Hi everybody,How can i serialize variable with type of Int64 in JavaScript without loss of accuracy? My development platform is. NET. ...
Hi everybody,How can i serialize variable with type of Int64 in JavaScript without loss of accuracy? My development platform is. NET. ...
I want to have the addthis widget available for my users, but I want to lazy load it so that my page loads as quickly as possible. However, after trying it via a script tag and then via my lazy loading method, it appears to only work via the script tag. In the obfuscated code, I see something that looks like it's dependent on the DOMCont...
<item> <guid>http://jahboo.fliggo.com/video/kPZj01cs</guid> <pubDate>Tue, 10 Mar 2009 18:31:38 -0500</pubDate> <title>How to be perverted with water proof cam</title> <author>Jennisita@fliggo</author> <link>http://jahboo.fliggo.com/video/kPZj01cs</link> <description> This vid shows how easy it is to make perverted vids with ...
Hi, I am looking for a tool that can generate class diagram from JavaScript code. Similar to the ones for C++ and Java. Is there any? Thanks ...
Hi, I am not sure if there's a way to load an IIS website into Eclipse. Similar to the way we can load in Visual Studio through File > Open Website Thanks ...
I've been putting together a small personal website in rails and have gotten to the point where I need to be able to upload files. This is an almost trivial task and took no time at all. What is taking time - and is slowly sapping my sanity - is the task of providing the user with an upload progress bar. I've seen at least a dozen sol...
I develop a web application which uses a lot of JavaScript. I developed first portion of code on my machine and everything works just fine. Problems occured after deploying to remote machine to IIS - the page runs but i.e. whole validation that I wrote doesn't run - I've checked under FF, IE6, IE7.. Are there any IIS properties to set to...
I've successfully added an C++ object to a QWebFrame with addToJavaScriptWindowObject, and can call a slot on that object from javascript. But what I really want to do is have one of those slots return a new object. For example, I have a slot like this, which returns a QObject derived class instance: MyObject* MyApp::helloWorld() ...
I am using jquery tabs within a jquery accordion. It works and displays fine IE7 and firefox but not in IE6. The tabs are appearing as vertical lists. The tabs do work. ...
Hi all I am using the following javascript code to refresh another page window.opener.location.replace(url) The problem is when entering the url, do not find the page as the page is located in the root and this calling code is placed in a page inside another folder. How do I specify the path to point to the root, which is where the pag...
Hi, I would like to view/hide divs on a page, based on attribute filters. I've made several attributes which can have multiple values. Users can choose which ones they want to see displayed. I can't get the right algorythm (or I don't know which Javascript/jQuery function to use). The following obviously doesn't work. I'm first showing...
Does anyone know if there are plans to implement JavaScript in MS Visual Studio, like they do all the other languages? I am fairly new to coding in JavaScript, but I have come to realise how powerful a language it really is for creating RIA. The main problem is that when it comes to developing and debugging in the IDE, it’s nowhere near...
Recently making the switch from Prototype to jQuery, I am struggling with some basic issues. I use several AJAX-requests in my application; for 95% of these requests, I'd like to have some global events executed, such as showing or hiding a loading indicator. Apart from the global functionality, every request should also have some custo...
"window.opener" works fine in both IE and Firefox as long as 'Open in New Tab' is used from the right-click menu; Error console says "window.opener" is null. Is there any other way the opener can be accessed? Edit: Error console says "window.opener" is null only when "Open in New Tab" is clicked. For all other cases, there is no such er...
I saw this question and I am wondering about the same thing in JavaScript. If you use the character ' or the character " when making strings in JavaScript, the application seems to behave the same. So what is the difference between these two characters? The only advantage I have seen in using ' to build strings is that I can do stuff l...
Hello, I am trying to use the various techniques with dynamic png images i.e. images added after the page has been loaded using javascript DOM. All of the techniques I tried seem to fail. Is there a reliable technqiue for the same? Thank you very much for your time. ...
please help me i am this question again dont block this question i want to post my xml file to a url from where i will get a reponse xml document in return but i dont know how to do this i want to do this as simple as possible without using curl or any other things just using java script , ajx and php please any one provide a co...
Hi there, please have a look at the following code. When the value of i == 0 the alert 1 prints variable values as per logic. But if I try to print values (alert 2), it just says "undefined, undefined". My question is what changes I'll have to make to get the values printed in second alert (Alert 2) same as per alert 1? var testPoint =...
My company creates web surveys and once in a while I get asked if we can do an exit survey on a website. So when a visitor is about to leave the site a "popup" appears asking if they'd take a quick survey. By "popup" I'm referring to a floating CSS div, not a child window (although sometimes clients don't realise this). Is it technicall...
Hi I need a few global variables that i need in all .js files. For eg. consider the following 4 files 1) global.js 2) js1.js 3) js2.js 4) js3.js Is there a way that i can declare 3 global variables in global.js and access them in any of the other 3 .js files considering I load all the above 4 files into a html doc Can someone pl...