We are developing a page using html5,bootstrap where charts has to be loaded. We used D3.js. But in IE8 its not loading. We have to use only open source plugin not licensed. Please suggest any open source chart plugin which load in IE8?
Highcharts is free for non-commercial use. Its running here on a bootstrap site I just tested it in IE8 and it works fine.
Questions regarding Product or service recommendations might get closed FYI
Related
I am a Web Developer. We have a web application which is loading very slow in Microsoft Edge. Actually, It is taking too much to get CSS minified file and javascript minified files. The web application is working once the resources loaded. It is working on other browsers like Google Chrome and Firefox.
Can anyone suggest a solution to load faster resources on Microsoft Edge?
Sorry if this is posted in the wrong place but I'm trying to find a download link for the old GWT Dev Mode plugin on the Chrome browser, however the link to the google store appears to be dead. Anyone got a location online I could get it from ?
Thanks.
The link was purposely removed, because the plugin does not work with chrome anymore.
Some googling lead me to this question which lead me to this discussion which contains several links to old versions of the plugin, including this one.
But I'm very dubious about why you need this plugin. The only way it would work is if you have a very old version of Chrome, and at that point I'm not sure why you're testing via the plugin anyway. You should be using Super Dev Mode instead.
I have been practicing angularjs tuts from various tutorials,
I ran across a video tutorial which shows/depicts the live edit of html+angularjs in chrome browser
I am bit amazed with the feature , i am searching for the same since a day and unable to get any such feature,
Alterntatively i tried with webstrom7 which is bit buggy not working with chrome properly on frequent occasions, I know that brackets.io does implement such feature but i would be appreciating the below chrome live edit.
can anyone identify this live editor feature from the pic and suggest the best way to grab it for windows box - is the below a plugin ?
Is Batarang. a Chrome Extension!
I'm new to programing all together and definitely new to Django-CMS and Python, so excuse me if this is a simple answer. All other plugins in my Django-CMS installation are working fine, but the Google Maps isn't working at all even though I have an API key in my settings file. My picture plugin doesn't load the image, and the video plugin loads a missing flash plugin link to the Adobe Flash player website. I'm running Chrome so that is already installed and updated. I'm also using Django 1.2.5, Django-CMS 2.1.2, and Python 2.6. I have tried to set CMS_PAGE_MEDIA_PATH, but that had no effect. I have checked all error logs and have nothing out of order. Any help is greatly appreciated.
Thanks.
It's hard to say from the details here, but one possible cause is that you don't have your media urls set to serve out correctly under the Django dev server; see http://docs.djangoproject.com/en/1.2/howto/static-files/#how-to-do-it . Also be sure you have copied the DjangoCMS media into your media root. I could imagine that could cause the maps video issues, at least.
If you've verified those things and you're still having problems, you can use the Chrome developer tools to see what the failing requests look like (reload the page with the "Network" tab, and look for 404s). The URLs that are 404ing would be helpful in determining what aspect of serving media is not working.
I've asked myself if one can embed the google chrome browser engine in an own application. I'm using Delphi 2009. There's an IE ActiveX wrapper component delivered with the IDE. Also, there's a Firefox ActiveX component out there, but it's based on very old code.
I'd like to embed the chrome engine. Is there a way to do this?
Thanks in advance,
David
Google Chrome is basically WebKit layout engine + nice UI. And WebKit can be embedded.
There's also chromium embedded framework (CEF).
And finally, check out Awesomium.
Update 2:
A very good fit for this would be the new Electron Shell
Update:
As a commenter points out under this answer, this is no longer supported. For good reasons I guess.
Recently Google released the Chrome Frame active X for MS IE
see if that helps
http://code.google.com/chrome/chromeframe/
I've just release a pre-alpha version of CefSharp my .Net bindings for the Chromium Embedded Framework.
Check out source or grab bins and give me your thoughts: https://github.com/chillitom/CefSharp