HTML5 Browser

Developed or developing a new product in PureBasic? Tell the world about it.
vmars316
Enthusiast
Enthusiast
Posts: 464
Joined: Fri Jun 29, 2012 12:24 am
Contact:

Re: HTML5 Browser

Post by vmars316 »

Hello & Thanks ;
Sorry , I have just entered this Thread .
What Browser are we talking about ?
vmars.us Win11 x64 , Martin Guitar 000-16 (1995)
"All things in moderation , except for love and forgiveness."
User avatar
Lord
Addict
Addict
Posts: 847
Joined: Tue May 26, 2009 2:11 pm

Re: HTML5 Browser

Post by Lord »

Image
juror
Enthusiast
Enthusiast
Posts: 228
Joined: Mon Jul 09, 2007 4:47 pm
Location: Courthouse

Re: HTML5 Browser

Post by juror »

vmars316 wrote:Hello & Thanks ;
Sorry , I have just entered this Thread .
What Browser are we talking about ?
Apparently, it's no longer available :(
chris319
Enthusiast
Enthusiast
Posts: 782
Joined: Mon Oct 24, 2005 1:05 pm

Re: HTML5 Browser

Post by chris319 »

I tried entering the following:

Code: Select all

http://localhost:8000/stream
and it turned the URL into a Google search.

Also, the source code doesn't compile past line 10:

Code: Select all

MH_Initialize()
firace
Addict
Addict
Posts: 899
Joined: Wed Nov 09, 2011 8:58 am

Re: HTML5 Browser

Post by firace »

Hello,
chris319 wrote:I tried entering the following:

Code: Select all

http://localhost:8000/stream
and it turned the URL into a Google search.
Will be fixed in the next release. In the meantime, a workaround is to use http://127.0.0.1:80 instead of http://localhost:80
Also, the source code doesn't compile past line 10:

Code: Select all

MH_Initialize()
The source code package has been updated and should be much easier to compile now.
(I removed the DLL hooking stuff)
firace
Addict
Addict
Posts: 899
Joined: Wed Nov 09, 2011 8:58 am

Re: HTML5 Browser

Post by firace »

It's been a long time, but if some people are still using the browser, a new version is now available!
Fixes login to Gmail Basic and some performance and UI improvements.

homepage: https://www.radsix.com/
Little John
Addict
Addict
Posts: 4519
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: HTML5 Browser

Post by Little John »

I'm still using your program as a lightweight portable browser on a USB pen drive.
Thank you very much for the update!
firace
Addict
Addict
Posts: 899
Joined: Wed Nov 09, 2011 8:58 am

Re: HTML5 Browser

Post by firace »

Version 1.87.0.1085 is available, with some performance tweaks and minor bugfixes.
The start page shortcuts have been updated.

It's 2021 and I'm still using it as a secondary browser (and my primary browser for Gmail, Reddit, news and forums) :)
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 627
Joined: Fri Dec 04, 2015 9:26 pm

Re: HTML5 Browser

Post by skinkairewalker »

Awesome Firace
Little John
Addict
Addict
Posts: 4519
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: HTML5 Browser

Post by Little John »

Hi firace, thanks again for one more update of Nessie!

I encountered a problem with the current version (also with the previous version).

On the PC at my office (Windows 10 Pro 64 bit), the start page of the PB forum looks OK:
Image

But on my notebook at home (Windows 10 Pro 64 bit), the start page of the PB forum looks like this:
Image

Please tell me if you need additional information.
firace
Addict
Addict
Posts: 899
Joined: Wed Nov 09, 2011 8:58 am

Re: HTML5 Browser

Post by firace »

Hi Little John,

this looks like another instance of this issue:
viewtopic.php?p=533076#p533076

Could you check the Font Download settings and see if it resolves the problem?
When time permits I will also see if these settings could be automatically checked at application startup.
Little John
Addict
Addict
Posts: 4519
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: HTML5 Browser

Post by Little John »

Many thanks firace, that solved the problem!
I'm sorry, I had completely forgotten about the old posts. :oops:

However, Chrome, Edge and Firefox showed that web page correctly even before enabling font download.
Maybe you can find a way to work around this issue in Nessie.
Thanks again!
firace
Addict
Addict
Posts: 899
Joined: Wed Nov 09, 2011 8:58 am

Re: HTML5 Browser

Post by firace »

Version 1.87.0.1113 is out, and now shows viewport size and page load time (in ms) in the title bar. Also rewrote some code for more stability.

BTW, if page load time for a URL such as https://lite.cnn.com/en repeatedly exceeds 1000 ms, that is a good sign that your connection settings may not be optimal!

Image

Browser homepage: https://www.radsix.com/
Little John
Addict
Addict
Posts: 4519
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: HTML5 Browser

Post by Little John »

Thank you for the update!
Post Reply