How to see html sourcecode of a web page in Win8 IE10 - operating-system

I want to see html source code in IE10 Browser in Win8 OS.
As we all know in win7 IE , by right clicking on the page and if clicking on view source ,
we can view the source code of a page.
But can you help me how to see the html source code of a page in IE10 and Win8 OS.
Thanks In Advance.

Use the spanner icon, and choose "View on the desktop", and view source/use developer tools on there...

Related

Issues when sharing screen using Vidyo Screen Share Chrome extension on Vidyo.io

I'm using vidyo.io as videoconference solution in our platform. I'm having an issue with Vidyo's Chrome extension for screen sharing that is easily reproducible using the very own Vidyo's samples:
If you download Vidyo's web sample from developer portal, open samples/VidyoConnector/js/VidyoConnector.html in Chrome, choose 'Join via the browser', and click the 'Window share' select list (there is no need to start a conference to reproduce the error), Chrome will open the Vidyo Screen Share extension page twice, even if you already have the plugin installed. For this to work you have to uninstall the extension and reinstall it again. It will work until the end of the current session.
In the other hand if you go to Vidyo.io developer portal, choose "Demo" from "Developers" menu and start a conference using the "Join via the browser" button, click the same 'Window share' select list the Vidyo Screen Share extension works as expected, allowing you to pick a window or a screen to share.
In our implementation we're having the same problem as the code from web sample listed above, but if an example of our code would be of any help to clarify the issue, here you have an excerpt (we're using Angular, and here you have some TypeScript code):
private vidyoConnector: VidyoClientLib.VidyoClient.VidyoConnector;
(...)
selectedWindowShare(share: VidyoClientLib.VidyoClient.VidyoLocalWindowShare) {
this.vidyoConnector.SelectLocalWindowShare({localWindowShare: share})
}
This issue happens only on Chrome. When we use Firefox it works seamlessly. I'm using Chrome 69 on OSX High Sierra.
Any suggestion on how to solve this will be much appreciated. Thanks in advance!
If I am not mistaken, you are either running the VidyoConnector.html directly in the browser or hosting the sample on non-secured hosting (HTTP).
For the Vidyo Screen Share Chrome extension to work correctly, you need to host it on a secured hosting (HTTPS).
You can verify this by using our hosted sample here:
https://static.vidyo.io/latest/connector/VidyoConnector.html
Hope this helps.

Browser preview in Netbeans

I see in many videos how the web applications are run on server in Exclipse and are previewed inside the IDE, without opening the actual browser. Is that possible in Netbeans?
Yes, that is possible. From the menu go to Tools->Options. In the General tab you see the Web Browser setting. Select the Embedded WebKit Browser.

Ajax Toolkit modal popup

I have built an application that uses Ajax toolkit modal popups. The application tests fine on all browsers run from the local IIS on Visual Studio. When deployed to IIS 8.5 the application works fine on Chrome, FF and Edge - (modal popup showing) however on IE 11 and IE 10 the modal popup does not show.
Does anyone have a hint why this is?
Kai
I have the solution.
1) Donwload html5-dataset.js (https://gist.github.com/brettz9/4093766) and save on folder /Scripts
2) add this code on page
<asp:ScriptReference Path="~/Scripts/html5-dataset.js" />

Where is the rubymine embedded Web Preview?

Among the features the rubymine's page mentions:
Context toolbar opening the page preview in a browser or in an embedded Web Preview.
I would like to have the web preview in the IDE, is it possible?
There used to be a web preview, but it was removed from the product a long time ago because it had a lot of problems. Right now you have to use an external browser.

Facebook like button doesn't work in certain browsers or on certain OS

So, I use the same fb-like plugin (fbml based one) code on 5 different pages on the website. The only difference is the different data in meta description and type of content. All pages were checked through the fb linter and it says everything is okay. All the buttons work alright in Chrome under Mac OS, but in Firefox, Opera (Mac & PC) and Chrome on PC (Windows) 3 of these buttons do not appear and none of them work in Safari on Mac. I can see that fb scripts are working some way, you can see the code with built-in developer tools in Opera or Chrome, and the element does occupy the space, but the button is not shown...
I've tested all the code in the pages including html, js and css line by line and it looks like it doesn't affect the fb-likes. I've also take the code from the page with the problem fb-like and make the new page with the only difference in fb-like href property - and it works. But when I change the href to the address of the page where like button didn't work - it stops working. So as I understand the problem is not on the website side, but since the fb-linter doesn't show any errors the problem is not on fb side either. But where is it then?
I've contacted the fb developers team, but I guess it may take them extremely long to answer , so I'd like to know if sombody had such a problem before. Any opinions or thoughts are appreciated!
Here's the website.
Thanks in advance everybody(:
~