github pages (.github.io) not loading in Firefox and chrome web browsers - google-chrome

I have noticed that github's page (websites with the ".github.io" url extension) doesn't load on Firefox and Chrome web browsers, except Opera. Both on mobile an desktop.
I have tried diffrent website URLs:
xeroxism.github.io
praisearts.github.io
drivenotepad.github.io
On chrome and firefox:
2
But on Opera:
2
pleaseeee Help would be highly appreciated. Thanks.

Try to update your browsers and check if proxies are working perfectly.
Try to clean catches.
I have used opera, safari, chrome, internet explorer, Microsoft edge, Firefox and some other browsers on Linux, Windows and Mac OS. But I didn't find such problem even I have explored Github Pages on these browsers.
Probably, The problems may be with proxy or some network settings. Check your firewall as well. If these solutions don't work, try to update your Operating System.
Thank You

try to clear your cache browser
this can fix

open cmd
ipconfig/flusdns
ipconfig/release
ipconfig/renew
restart your pc
restart your router/wifi hub/etc......
enter your desired site

Related

ngAria support for Safari Browser

I have added ngAria in my code base and it works well in Chrome browser. But, It didn't work in Safari Browser. Is there anything I should code specific to Safari browser for keyboard accessibility to work.
Thanks,
Ramesh
Got a solution for this. I checked System preferences of my machine and made changes to them as mentioned in this http://www.weba11y.com/blog/2014/07/07/keyboard-navigation-in-mac-browsers/

Site is not working in chrome, but works in FF and IE

Strange behavior.
This site: ****
Works in firefox and internet explorer, despite the insecure certificate.
But doesn't work at all in Chrome, and says ERR_CONNECTION_ABORTED
Anyone else getting this? I've tried it on 3 different computers already, and can't figure out why Chrome doesn't see it. Also, I can't get it to work on an iphone either.
How do I get this to work in all browsers, am I doing something wrong? Someone help
It is possible that Microsoft Update KB2992611 is causing the problem. See this article: http://www.infoworld.com/article/2848574/operating-systems/microsoft-botches-kb-2992611-schannel-patch-tls-alert-code-40-slow-sql-server-block-iis-sites.html
Uninstall the patch solved the problem, but I am not sure of the right steps to take to fix what the patch was intending to fix.
I can get to the site over HTTP, but not over HTTPS (tested in Chrome 38.0.2125.122 and Safari 8.0). Does this help?
I have similar problems begin lately with HTTPS pages of two websites on Win server 2012.
On most computers it works fine.
But in some computers:
In IE FF or Safari its OK,
But in Chrome or new Opera it raise error:
"This webpage is not available
The webpage at [my https url] might be temporarily down or it may have moved permanently to a new web address."
In Chrome it show also: "Error code: ERR_CONNECTION_ABORTED"
This failed requests not appear in the IIS logs.

My DNN website works in Chrome in my PC, but in another PC it does not. And it does not work in any other browser

Well, it's really that. I have a website, https://www.fagakademiet.no, developed with DotNetNuke and we recently upgraded to V7.
Everything works fine in my PC using Chrome, but some people complain that it does not work in their PC's using also Chrome. When they login, the admin toolbar does not work.
It also doesn't work in IE, Opera, Firefox, etc.
Any thoughts?
Often times issues like this are related to browser caching of the resources (JS,CSS,etc)
You might see if a Hard Refresh works for the users.
Also you might check the host settings to see if you have the client dependancy framework and resource minification enabled. Try disabling that if you do and see if that helps.

jplayer html5 help amazon s3 not streaming in firefox and ie but works in chrome

I am so close to setting up jplayer html5 with Amazon s3 its frustrating.
http://www.jplayer.org/latest/demos/
It works fine in chrome no problem at all but struggles to work in firefox and ie safari, this is a problem with my code as your demos provided work with no problem at all.
So i have debugged and debugged and i am down to thinking it is just the urls.
Here is a file from my amazon s3 account
https://s3-eu-west-1.amazonaws.com/isdmusic/Music/dnb/Rescue+Me+(Sigma+Mix)_Skepta_192.mp3
And here is theirs
http://www.jplayer.org/audio/mp3/Miaow-02-Hidden.mp3
I can play both these in the browser and they work fine.
any help please here is my demo.
http://isdplugins.users34.interdns.co.uk/
its not streaming in firefox and ie but works in chrome
thanks
Try it with the spaces percent-encoded
https://s3-eu-west-1.amazonaws.com/isdmusic/Music/dnb/Rescue%20Me%20(Sigma%20Mix)_Skepta_192.mp3

Safari HTML5 offline problem

I am trying to run a script that supports for HTML5 offline working. It works fine in Firefox but not in safari. I want it to work in safari too. You can see here.
http://vps.sunztech.com/clock.html
HOW TO CHECK OFFLINE WORKING: open the URL when internet is connected.close the browser after loading all contents. now disable internet and load that URL again it should show the the data from cache.
The above is working fine in Firefox but not in Safari.
May anyone can give me the solution...
I will be thankful
Make sure that the manifest file is served as type text/cache-manifest. There are several other guidelines worth checking in Apple's developer documentation for iPhone and Mobile Safari.