Pages

Showing posts with label Firefox. Show all posts
Showing posts with label Firefox. Show all posts

Allow FireFox Browser To Run Localhost Web Sever

This isn't an issue with Google Chrome browser, but Firefox will not allow you  to run local website  localhost.

If you try to run a local webserver on http://localhost.com, Firefox will automatically convert the URL into http://www.localhost.com. This is really annoying.

Lucky, there is a setting in Firefox to turn the feature off.

To disable this ‘feature’ do the following:
  • Type about:config in the Firefox browser bar
  • Type browser.fixup.alternate.enabled in the search box that appears
  • Double click on the browser.fixup.alternate.enabled will turn it to false
Run LocalHost on Firefox Browser

Facebook Social Plugin load page twice on Firefox and Google Chrome

There is weird issues with FireFox and Google Chrome. The page will be loaded twice, if Facebook Social Plugin such as LIKE button installed on your site.

There is a solution post on Terence Chang's blog!

Prevent Facebook Social Plugin to load page twice – CodeIgniter