Getting Javascript Libraries From Google / Microsoft CDNs Through SSL?
Oct 7, 2010
I'm getting a couple of libraries from Google / Microsoft CDNs.
ONLY one page on the system uses SSL but since I'm referencing libraries on the master page I'm getting the javascript libraries using the SSL so the single page that actually requires it doesn't throw security errors because accessing unsafe resources.
I've read that the browser cache doesn't work for most of the browsers if the resource is loaded using SSL, my test using fiddler indicates the opposite (Firefox and IE).
What's the truth? I'm using the CDN for improving performance so if getting the library using SSL is against my purpose, I would revert this "improvement".
I could build send the code for referencing the library on the code behind ans use SSL or not according the case, but I would like to avoid this.
View 3 Replies
Similar Messages:
Sep 13, 2010
We are currently developing an ASP.NET MVC application which will be deployed on a corporate intranet, with a slightly-modified customer facing version available on the public internet.We're making use of a number of external javascript libraries (e.g. jQuery) and a discussion has come up regarding referencing the libraries - should we reference them from an external source (e.g. via the Google load jQuery method) or keep our own version locally and reference from there?The project manager is a little concerned about having a 'dependency' on Google (or whoever) if we reference from there, and thinks that having our own copy of the library makes us more independent. On the other hand, I have heard there are a number of advantages to letting someone else host the library - for example, they handle versioning for us, Google aren't going anywhere anytime soon...
(for the purpose of the discussion assume the intranet we're hosting on has external access - obviously if it turns out it doesn't the decision is very much made for us!)So. Does this matter? And if so, what should we do and why?(I appreciate this is subjective - but it would be very useful to get advice from anyone with experience or thoughts on the matter. Not sure if this is a candidate for community wiki or not, let me know if I should have put it there and I'll know for future!)
View 5 Replies
Feb 10, 2011
It looks like WebControls do not work correctly in Google Chrome. I've researched this issue and found solution here but it does not work in my case. Maybe because our server is on .NET 4. Does anybody know how to make WebControls work in Chrome/Safari? Unfortunately changing WebControls to something else currently is not an option so I must find a work-around.
View 2 Replies
Apr 13, 2010
We have a large code base in MFC and VB. A few applications are in .NET. All these applications interoperate with each other on the user's machine and also connect with Unix servers via sockets. Recently we have started discussing a re-write of our applications and possibility of moving a lot of these desktop applications to web (they would run in intranet). A straight forward way is rewritting them in one of the .NET technologies. But a suggestion about using Google Web tookit has popped up and the argument is that it would help creating applications that would run in a browser on both desktop and mobile devices.
One of the key problem that I see is that GWT is a large abstraction over Javascript. This will require the team to learn GWT, Javascript, IDEs etc as their experience has been primarily Microsoft technologies and not Java. It would be easier for them to learn .NET technologies instead of GWT. I do not have a depth of GWT and its drawback pittfalls and do not know about a parallel Microsoft Technology that I should investigate.
View 4 Replies
Aug 22, 2010
just want to add the effect of map momentum by the dragging of map as in maps.google.com has. currently on my map where i stop dragging the map stops there but in maps.google.com if you drag a mouse the map will not stop there it will continue the movement in the same direction for a second or few cordinates (i dont know basically), but I want the same thing on my google map. I am using GMap2.
View 1 Replies
Mar 9, 2010
I'm working with the MicrosoftAjax.js libraries to make my webservice calls via javascript, right now all my services are returning basic types, like string, int, bool. can i also have my services return things like DataSets, DataTables, or custom Classes that I have built to my javascript side?
View 3 Replies
May 24, 2012
In Google Chrome Microsoft Report viewer doesn't display properly.
View 1 Replies
Dec 1, 2010
I have this kind of problem: I am using javascript to put a marker on a google map and I try to get the latitude and longtiude from this mark to my hidden fields in a view page.
my master page code is:
[Code]....
my view page code is:
[Code]....
And in javaScript the alert messages show good values:
[Code]....
[Code]....
View 2 Replies
Jan 8, 2010
I have written an asp.net usercontrol with TinyMCE as a text editor for my web application.
This control is being used on webforms. When other control(s) perform a partial page refresh, the control no more remains a texteditor, is converted back to the same old textarea control. When updatepanel is not used, there is no problem.
Is this some kind of conflict between Microsoft Ajax and TinyMCE JavaScript or am I missing something ?
userControlTinyMCE
Code:
[code]....
View 2 Replies
Jan 20, 2011
I am having problems attaching javascript to a button located on Microsoft.Web.UI.WebControls Toolbar because these buttons don't have an attributes property. Is there any way this can be accomplished?
View 5 Replies
Mar 8, 2010
I'm trying to get the Google map API to work with ASP.NET. I got it working on an HTML page but it does not work on a ASP.NET master page/content page. The problem seems to be getElementById not finding a div assigned to an ID.
View 3 Replies
Dec 6, 2010
I am doing a project on Integration of google map v3.0. I finished the integration I am happy with the Output. The Problem is I was trying to change the RED Marker to Custom Marker. I have saved a marker in my solution. And was trying with this piece of code.The Program is running but i am not getting any marker on the map(either red marker or custom marker). I tried in many blogs but couldnot find a solution.Out.
var icon = new google.maps.MarkerImage("icon55.png");
var marker = new google.maps.Marker({
position: location,
map: map,
icon: icon
});
View 1 Replies
Oct 13, 2010
I am not getting any error in my application but when I run it and click on a button then jscript runtime error object reqired happens with the option of break and continue...
View 1 Replies
Jul 23, 2010
The above error occurs when the following code is run:
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(RequestCompleted);
Within this block:
<script language="javascript" type="text/javascript">
var postBackElement;
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(RequestCompleted);
Sys.WebForms.PageRequestManager.getInstance().add_initializeRequest(InitializeRequestHandler);
function InitializeRequestHandler(sender, args) {
//set the postBackElement
postBackElement = args.get_postBackElement();
}
View 2 Replies
Nov 11, 2010
I have been experiencing some issues loading some web pages from my development machine. They were painfully slow. I disregarded this until I tried running my own site and found that the culprit was the show.ad.js file provided by google adsense.
Using firebug I see that the page hangs on the loading of this file and then aborts after about 5-10seconds. If I am calling multiple database records to a page it will load one, hang, abort and then load another.
Trouble shooting I have done and things I can rule out are:
My router or any other external peripheral. If I go to any other PC in the house the page loads fine and very quickly. I have tried cabled and wireless. The problem appears to be something unique with my machine.
It is not just my website, it is all websites with google adsense. I have turned off my firewall and shutdown anti virus. No change. It is from all browsers on this PC. I have tried chrome, safari, firefox and ie. No change. I do not have any ad blocker software installed that I know about.
I know there could be a million reasons why I could be having this problem but I thought someone out there may have had a similar experience. Failing that, is there any way I can trace the problem as I have no idea where to start.
View 2 Replies
Aug 14, 2010
Watch the CPU and Memory gauges for a second here: [URL]
they move dynamically.
My question - the example code shown below there does not move the gauges like that (or at least when I tried it in my own project.)
how to get it moving dynamically like that?
(Also, will these gauges slow down my site connecting to Google? On the other hand, will it bring up my rankings?)
View 2 Replies
Nov 15, 2010
I want to create chart using Google Chart Interactive with ASP.NET and C# I was found this example http://code.google.com/apis/visualization/documentation/using_overview.html but i find problem how to i Integrated this with c# and how to integrate data from c# to javascript..can someone hint me what I should do?
View 2 Replies
Oct 9, 2010
This simple example works in pure html when launching within visual studio localhost:port server
<!DOCTYPE html>
<html>
<head>[code]....
View 1 Replies
Apr 27, 2010
I am trying to put google adsense on my default.aspx that has a masterpage. I am not sure I am doing it correctly. Is there a particular place I should be pasting their java script ?
View 7 Replies
Jul 29, 2010
I want to make a bar chart from the google analytics data. Current implemetation of the bar chart in my site is by See Analytics I am developing an ASP.NET website and this See Analytics is using PHP and jQuery to conjure the chart. It is also paid. What my client would like is a similar tool that draws chart from analytics, without a PHP Component in it. ie. A similar tool using ASP.NET and jQuery/javascript. What I would like is to get that tool for free(open source).
View 3 Replies
Dec 1, 2010
I want to show google maps and street view and have a relation between them so that if the user moved in the map the street view will refresh, something like this [URL] but without the birds eye.
View 1 Replies
Apr 12, 2010
I have Postcode in my large database, which contains values like SL5 9JH, LU1 3TQ etc. Now when I am pasting above postcode to maps.google.com it's pointing to a perfect location.. My requirement is like I want to pass post codes to maps.google.com and it should return a related latitude and longitude of that pointed location, that I want to store in my database. So, most probably there should be some javascript for that If anybody have another idea regarding that please provide it
View 3 Replies
Mar 28, 2011
We have developed apllication in Microsoft VS 2008 and when we opening this same application with Microsoft VS 2010. Then it's asking to convert.
So can anybody tell me what it is converting exactly. Means it's open application in Microsoft VS 2010 and running properly also. But i am understanding whats happning while converting.
View 3 Replies
Jul 14, 2010
i have saved a copy of jquery-1.4.2.js in my local project folder also have jquery-1.4.1-vsdoc.js
I have added comment like /// <reference path="jquery-1.4.2.js" /> in my custome javascript file
Also in another project in the same system i can uise jquery well
but in one of my project i show Microsoft javascript.... errror
what can i do? a line like $("#K").val(); gives error
View 12 Replies
Sep 9, 2010
I have a library that is meant to be used by many websites. The way I am doing it now is in the library's properties, I set the "Post-build event command line" to: copy "$(TargetPath)" "$(SolutionDir)MyWebsitein$(TargetFileName)"
Every time I want a new website to use the shared library, I add a new line like this: copy "$(TargetPath)" "$(SolutionDir)MyWebsite2in$(TargetFileName)"
Is there an easy or better way to do this besides using the GAC?
View 1 Replies