cross browser compatibility - cross-browser

HI All,
I m a web designer and working in html and css so i m using linux machine as our company provide us, The problem is that when i am going for compatibility with windows it gets very problematic to me so plz tell me is there any site where i can check my web site in all browser of windows and mac where i get a good result as expected .........
Thanks

take a look at browsershots.org

hi you can try one of these according your machine.. cross browser compatibility

You can also try http://crossbrowsertesting.com/ which not only allows you to see a screenshot of the website but also to actually try it in different OS/browsers through a VPN connection. Works very well.
As for Windows, you can always install a virtual machine with Windows on your computer (e.g. Sun VirtualBox) so you can use Linux and Windows at the same time with no need to reboot or anything.

Related

Live Server extension is not auto-reloading with WSL2

I'm having an issue with the Live Server extension for VS Code (https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). I'm using WSL 2 for my programming and I have my GitHub repos saved in the Linux filesystems:
\wsl$\Ubuntu\home\myName\Files\GitHub\CSS-My-Site
The issue is that when I make any changes in my project and save, the web page does not automatically reload the way it's supposed to. Now, when I initially run Live Server it does indeed open up my browser and display my page. It just doesn't update after that, I have to refresh manually.
I'm guessing it has something to do with WSL2 because if I move my project folder to my Windows desktop, Live Server works perfectly. I've tried 3 different projects from within the Linux filesystems and none of them update automatically. I've moved all 3 to my desktop, and they auto-refresh just fine. I've also uninstalled and reinstalled the extension, and reinstalled VS Code as well.
I've gone through a couple of posts but none of them seem to have my specific issue. The 2 most relevant were:
https://learn.microsoft.com/en-us/windows/wsl/troubleshooting
https://github.com/ritwickdey/vscode-live-server/issues/452
I am running Mullvad VPN and also tried turning it off and the issue persisted. My system information is below:
Edition Windows 10 Home
Version 20H2
Installed on ‎11/‎13/‎2020
OS build 19042.630
Experience Windows Feature Experience Pack 120.2212.31.0
It seems WSL doesn't support live reload if the file is in another OS. Please refer the GitHub issue.
The solution is to keep the source and execution in the same place.
I solved my problem just by changing the extension, now I use "Five Server"
I solved it by looking for the local ip of my machine using ifconfig in the terminal, copy the ip, paste it in my browser and then :5500

How to remove soaleplus.exe from Chrome?

I have tried removing it from the extensions section in Chrome settings, but it reappears every time I reopen Chrome. My computer runs on Windows 7 Ultimate
As you haven't specified, I assume, you are using Windows OS. It is a potential malware. You have to uninstall the program explicitly from control panel and then restart chrome. It should work. If it doesn't work, then you might have to scan your system by some good anti-virus like kaspersky or avast.
You should download Microsoft Security Essentials (or another similar anti-virus program) I've used MSE in the past and it works well (without noticeably slowing down your system) there are no up-sells with it either (like you'll get w McAfee or Norton antivirus).
Just go to Google, search Microsoft Security Essentials. Then download and install the latest version (for Windows 7 32-bit)
It's free and should get rid of this program (looks like Malware to me).
Here's a link: http://windows.microsoft.com/en-ca/windows/security-essentials-all-versions

Windows (phone) emulator 8.1/10 stuck at loading the OS

I've been trying to get the emulator to work for days. Previously I tried the Windows Phone 8.1 Emulator as well as the Windows 8.1 Simulator and both were stuck at loading the OS.
Earlier today I installed the new Windows 10 Tools and thought I should give it another try with the new Windows 10 Emulator... And no, still the same result.
What's strange is that, the Hyper-V Manager seems to be doing OK. I can see the app displays correctly on the little Preview window (see the box on the left side of the picture below).
Also, breakpoints are hit, the project seems to be running OK.
As many answers have already suggested, I tried letting it running for an hour, but still nothing came up.
Things that I've also tried include uninstalling all the Virtual Machines as well as repairing the WP 8.1 Emulator, nothing has worked so far.
Please help, this has driven me completely insane. :(
Update
Not sure if this would help, but if I change the Windows Phone Emulator Internal Switch to use Private network instead of Internal, I will get a couple of warnings saying Unable to determine the Host IP address and then the Emulator will show up with the Emergency Call screen. Not much I can do from there as the three buttons on the bottom are not functioning at all.
I understand that changing the connection type is not the right way to do it, but this at least tells me that the Emulator can work, it's just a matter of how.
I believe you have two Windows Phone Internal Switch connections and one seems to be unplugged while the other is running. Disable the one that is unplugged and leave the latter. This worked for me after 2days of tinkering. God speed.
Try the following.
Open the Hyper-V Manager
In the Actions pane, click Hyper-V Settings
In the Server pane, select Physical GPUs
Uncheck, Use this GPU with RemoteFX
Click OK to save/close.
Attempt to start the Windows Phone emulator VM from within Hyper-V Manager or Visual Studio.
I solved this problem by simply adding XDE.EXE as an exception to my Windows Firewall.
Just today
Many times it is not stuck. It just does take too long to start. I have an 8 core processor and it took like 5 minutes to launch, I tought it was stuck but it did launch.
Not sure if this would help, but if I change the Windows Phone
Emulator Internal Switch to use Private network instead of Internal, I
will get a couple of warnings saying Unable to determine the Host IP
address and then the Emulator will show up with the Emergency Call
screen. Not much I can do from there as the three buttons on the
bottom are not functioning at all.
when you set it to private network, Windows can't interact with your WP Emulator. Open Network Adapter, and try disable and try start emulator again, then enable again this adapter if it is not work *
I contacted the Visual Studio Team a couple of weeks ago and looks like they have fixed this issue in the latest update. And here is how I finally got it all working.
Update your Windows 10 TP to the latest version (currently 10074).
Install the latest Visual Studio 2015 (currently RC).
Install Windows 10 developer tools preview from here (I got
some weird errors with Error code: -2147023294. Ignore them, go
straight to the next step).
Install the standalone Windows SDK for Windows 10 Insider
Preview from here.
Install the Pre-release Microsoft Emulator for Windows 10 Mobile
from here.
That's all! After all these are done, both my Simulator and Emulator are loading up fine.
In my case, deleting the internal switch from Hyper-V virtual switch manager helps, whenever you run your app using emulator as the target, it'll add a new internal switch by itself and the emulator will run normally (no longer stuck on loading screen)
The problem is, I have to do it every single time I restart my PC
The workaround steps to install the Windows SDK and Emulator are no longer needed.
We have released a fix as of 7PM PDT 30 April 2015 for the setup error
Windows 10 SDK 10.0.10069 : The installer failed.
User cancelled installation. Error code: -2147023294"
New setups should no longer encounter this issue.
For existing installations, and for more information, see this forum post:
https://social.msdn.microsoft.com/Forums/en-US/17bc9d5e-2ea7-4149-bb75-23997db8bd25/
This worked for me:
Go to Windows Defender.
Add exclusion following path: "C:\Users\UserName\AppData\Local\Microsoft\XDE\YourEmulatorVersion"
YourEmulatorVersion - for example 10.0.14393.9
2 days, tried all that is posted here but nothing worked! Finally, since it is a lot easier nowadays to (re)install windows without loosing your files (3 hours including updates), I just resorted to that. Same thing happened, but then I saw the alert that I had not yet activated my VS to run in developer mode :) Did that, and voila, the emulator now works.
If this might be helpful: my problem started when I installed Android Studio and disabled Hyper-V from Android. Enabling it back for VS just couldn't get me to run it again. But I hear there is a way to run both Android & VS emulators using VS emulator for Android. I will try to see how that works later...
I know the question is old, but none of the above answers worked for me so I write down my two cents:
Go to Hyper-V console and remove all emulators
Go to Devices Management, under network adapters tree node, delete all virtual switches
Run an emulator from Visual Studio and see the magic happen

Symbian belle emulator browser version

I'm testing a web site on symbian_belle_sdk_1.0 emulator, but the installed browser version is too old for me. Alerting the userAgent returns me "NokiaBrowser 7.4.2.4". Is there a way to update the browser to "NokiaBrowser 8.3.1.4" or any other way to test with newer NokiaBrowser?
I have never heard about upgrading browser in emulator, but for other ways to test it: first is, of course, real device. And second option is Remote device access.

IE6 on 64bit Windows 7

I am a beginner HTML/CSS coder and I have noticed that the most problematic browser is IE6. Now I want to install IE6 on my computer, to be able to perform live test, but when I try to install IE6 a notification appears saying that it's not possible to install IE6 on 64bit.
Is there a way I can do it?
Try this:
IETester
You get a pseudo IE version emulation, instead of installing (downgrading) IE version
You will need a virtual machine. I know microsoft hosts a version themself. Right now the link isn't working for me but you might want to try this:
http://www.microsoft.com/download/en/details.aspx?DisplayLang=en%3e&id=11575
Also if you have an old windows xp disk you can just install virtualbox
And then install Windows XP on it.
It is not directly an answer to your question but if you want to test various different Internet Explorer versions you may use a tool like IE Tester:
http://www.my-debugbar.com/wiki/IETester/HomePage
You may test IE5.5 up to 10 with this single application.
Microsoft provide virtual machines for testing specific versions of Internet Explorer. This page has all the links and information you need.
You could start off by writing one simple Selenium script and test your website immediately in all browsers.
For example on http://testingbot.com you can run your browser test on all browsers at once.
This way you're not only testing ancient browsers, but also the newer ones.
If you don't want to bother setting up a VM, you can use a service like Sauce Lab's scout. It's free service, though you have to register an account. I've used it for quick testing of designs on older browsers:
https://saucelabs.com/docs/scout/getting-started
(It actually spins up a VM in the cloud and gives you limited remote control).
ie6 is dying and almost dead... meanwhile, you can maybe install virtual xp machine and get ie6 there for test...
also, there's Adobe browser lab with all existing browsers...
There's a VirtualBox image with Internet Explorer 6 in it available here:
http://www.npackd.org/p/xp-ie6-virtualbox/2014.10.27
You can download VirtualBox here: https://www.virtualbox.org/wiki/Downloads