The world's best browser

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
Sarevok
The Fearless One
Posts: 10681
Joined: 2002-12-24 07:29am
Location: The Covenants last and final line of defense

The world's best browser

Post by Sarevok »

http://members.optusnet.com.au/trenthop ... t/INET.zip

Here is a screen shot of the browser.
Image

INET is a fast and simple, and small (75 KB) browser written by me. It was written in C++ and compiled with Visual c++ 6. Special thanks to Jenat-Lai who hosted it for me, the Kernel for hosting IT too, Ace Pace and Shroom Man 777 for beta testing it.
I have to tell you something everything I wrote above is a lie.
JointStrikeFighter
Worthless Trolling Palm-Fucker
Posts: 1979
Joined: 2004-06-12 03:09am
Location: Brisbane, Australia

Post by JointStrikeFighter »

:) :) :) :)

I think this browser works pretty good, not bad at all.
Last edited by JointStrikeFighter on 2004-10-15 04:25am, edited 1 time in total.
User avatar
Peregrin Toker
Emperor's Hand
Posts: 8609
Joined: 2002-07-04 10:57am
Location: Denmark
Contact:

Post by Peregrin Toker »

It's certainly very good for an amateur effort and works rather well. It's not as fast as Opera, though.
"Hi there, would you like to have a cookie?"

"No, actually I would HATE to have a cookie, you vapid waste of inedible flesh!"
User avatar
Spyder
Sith Marauder
Posts: 4465
Joined: 2002-09-03 03:23am
Location: Wellington, New Zealand
Contact:

Post by Spyder »

Not bad, wont replace firefox on my system but a 75k browser could come in very handy.
:D
User avatar
Crayz9000
Sith Apprentice
Posts: 7329
Joined: 2002-07-03 06:39pm
Location: Improbably superpositioned
Contact:

Post by Crayz9000 »

You're using MSHTML.DLL, aren't you...
A Tribute to Stupidity: The Robert Scott Anderson Archive (currently offline)
John Hansen - Slightly Insane Bounty Hunter - ASVS Vets' Assoc. Class of 2000
HAB Cryptanalyst | WG - Intergalactic Alliance and Spoof Author | BotM | Cybertron | SCEF
User avatar
bohemianfey
Jedi Master
Posts: 1016
Joined: 2004-08-22 10:54am
Location: Love wench in SDnet's polygonal - sex based reltionship
Contact:

Post by bohemianfey »

Sorry, Firefox is still my love.
| GALE | Society of Sisters: No Boys Allowed | Keepers of the Lore | Mecha Maniacs | The Rat Pack: Frank "Blue Eyes" Sinatra | Minister of Sexy | ACPATHNTDWATGODW FOREVER!! |
Image
"I give into sin because I like to practice what I preach."
User avatar
Jordie
Padawan Learner
Posts: 234
Joined: 2003-03-09 06:29am
Location: Melbourne, Australia

Post by Jordie »

It's good. It works! But I wouldn't call it the world's best browser yet. :P
User avatar
Ace Pace
Hardware Lover
Posts: 8456
Joined: 2002-07-07 03:04am
Location: Wasting time instead of money
Contact:

Post by Ace Pace »

Its nice, reletivly fast, going to try it in my IE only sites.
Brotherhood of the Bear | HAB | Mess | SDnet archivist |
User avatar
His Divine Shadow
Commence Primary Ignition
Posts: 12791
Joined: 2002-07-03 07:22am
Location: Finland, west coast

Post by His Divine Shadow »

It crashed and generated an error when I closed it.
Otherwise it worked, was quick.
Those who beat their swords into plowshares will plow for those who did not.
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Wait, is this a wrapper around MSHTML.DLL? Otherwise I couldn't imagine a browser so small.
User avatar
Praxis
Sith Acolyte
Posts: 6012
Joined: 2002-12-22 04:02pm
Contact:

Post by Praxis »

Interesting, but how can it be so small and still have Java, the Flash plugin, Shockwave, etc?
Does it have Tab browsing? Popup blocking?
How about an Adblock Extension, or BugMeNot?

phongn wrote:Wait, is this a wrapper around MSHTML.DLL? Otherwise I couldn't imagine a browser so small.
If it is, then I'm sticking with FireFox for the 'World's Best Browser'.
Maybe that one can be 'World's Smallest Browser'.
User avatar
Mad
Jedi Council Member
Posts: 1923
Joined: 2002-07-04 01:32am
Location: North Carolina, USA
Contact:

Post by Mad »

If it's using MSHTML.DLL, it'd still have the security holes present in it, wouldn't it?

That is, unless the library has some very specific functions that can be called, and only the safe ones are being called (thus not allowing things like ActiveX).
Later...
Datana
Jedi Master
Posts: 1011
Joined: 2002-07-04 03:16am
Contact:

Post by Datana »

I'd also guess an MSHTML.DLL wrapper. IEXPLORE.EXE itself is only 89 kB in Windows 2000, and definitely is a wrapper. For comparison, Opera, which is one of the smallest browsers on the market, is around 3 MB without Java support and 6 MB with. Still, a wrapper can do pretty well -- things like Avant greatly improve on the IE interface.
Member of the Anti-PETA Anti-Fascist League
User avatar
Sarevok
The Fearless One
Posts: 10681
Joined: 2002-12-24 07:29am
Location: The Covenants last and final line of defense

Post by Sarevok »

phongn wrote:Wait, is this a wrapper around MSHTML.DLL? Otherwise I couldn't imagine a browser so small.
It's a little bit different actualy. The program uses a class I based on the CHtlmview class to assist rendering HTML pages. CHtmlview itself is a MFC class. Normaly if one runs dependency walker on INET.EXE they will see only MFC42.dll and no link to MSHTLM.dll because the program did not link to it staticaly. However at runtime the MFC part of the program dynamicaly loads MSHTML.dll. Ace Pace reports that if SisSoftSandra is run MSHTML.dll can be detected at run time.
I have to tell you something everything I wrote above is a lie.
User avatar
The Kernel
Emperor's Hand
Posts: 7438
Joined: 2003-09-17 02:31am
Location: Kweh?!

Post by The Kernel »

Seems to work very well, almost all the pages I loaded worked without a hitch. It won't replace Firefox, but it's a nice standalone browser.
User avatar
The Silence and I
Jedi Council Member
Posts: 1658
Joined: 2002-11-09 09:04pm
Location: Bleh!

Post by The Silence and I »

I am extremely impressed; I am not terribly knowledgeable about programming, but it's size strikes me as tiny. I like the speed; it loads much faster than IE, which is good :P What kind of security does it have? I noticed any pop-up blocking it may have is not water tight.
darthdavid
Pathetic Attention Whore
Posts: 5470
Joined: 2003-02-17 12:04pm
Location: Bat Country!

Post by darthdavid »

It's nice, but like I told you when you first talked about it, you should've based it off gecko. It's still a good browser though. Very minimalist. If I need something that'll fit on a floppy i'll remember this.
User avatar
Crayz9000
Sith Apprentice
Posts: 7329
Joined: 2002-07-03 06:39pm
Location: Improbably superpositioned
Contact:

Post by Crayz9000 »

darthdavid wrote:It's nice, but like I told you when you first talked about it, you should've based it off gecko. It's still a good browser though. Very minimalist. If I need something that'll fit on a floppy i'll remember this.
He does most of his programming with the Microsoft Foundation Classes in C++, Gecko IIRC is written in C.
A Tribute to Stupidity: The Robert Scott Anderson Archive (currently offline)
John Hansen - Slightly Insane Bounty Hunter - ASVS Vets' Assoc. Class of 2000
HAB Cryptanalyst | WG - Intergalactic Alliance and Spoof Author | BotM | Cybertron | SCEF
User avatar
Sarevok
The Fearless One
Posts: 10681
Joined: 2002-12-24 07:29am
Location: The Covenants last and final line of defense

Post by Sarevok »

Crayz9000 wrote:
darthdavid wrote:It's nice, but like I told you when you first talked about it, you should've based it off gecko. It's still a good browser though. Very minimalist. If I need something that'll fit on a floppy i'll remember this.
He does most of his programming with the Microsoft Foundation Classes in C++, Gecko IIRC is written in C.
Hmm so Gecko uses the Win32 API ? Well I know that one too but usualy use MFC since I like OOP.
I have to tell you something everything I wrote above is a lie.
User avatar
The Silence and I
Jedi Council Member
Posts: 1658
Joined: 2002-11-09 09:04pm
Location: Bleh!

Post by The Silence and I »

How's this browser's compatibility? My roommate tells me it uses Windows libraries to run, so I'm guessing it needs to be a windows OS; but aside from XP what will this run on, and does it need IE already installed to run?
EDIT: By the way, I'm using it right now, I like the minimalisim. Although it would be nice to have a way to open links in a new INET window--I default to IE when I open a link (maybe there is a way and I just missed it... :P ).
User avatar
Ace Pace
Hardware Lover
Posts: 8456
Joined: 2002-07-07 03:04am
Location: Wasting time instead of money
Contact:

Post by Ace Pace »

The Silence and I wrote:How's this browser's compatibility? My roommate tells me it uses Windows libraries to run, so I'm guessing it needs to be a windows OS; but aside from XP what will this run on, and does it need IE already installed to run?
EDIT: By the way, I'm using it right now, I like the minimalisim. Although it would be nice to have a way to open links in a new INET window--I default to IE when I open a link (maybe there is a way and I just missed it... :P ).
If your using XP, go into Start, Programs, topp should have 'Set program acess and defaults' change it to INET in there.

Acording to Sandra, it uses MSHTML.DLL in a roundabout way, so I think its preety much limited to windows. I could be wrong.
Brotherhood of the Bear | HAB | Mess | SDnet archivist |
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

The Shadow wrote:Hmm so Gecko uses the Win32 API ? Well I know that one too but usualy use MFC since I like OOP.
Gecko is platform-independant, but there are probably hooks for all kinds of interfaces.
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

There's an ActiveX control for Gecko, I believe.

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
Sokartawi
Crazy Karma Chameleon
Posts: 805
Joined: 2004-01-08 09:17pm
Contact:

Post by Sokartawi »

It crashes on this page, just like IE:
http://www.meyerweb.com/eric/css/tests/ie-freeze.html
Stubborn as ever - Let's hope it pays off this time.
Post Reply