The world's best browser
Moderator: Thanas
- 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
http://members.optusnet.com.au/trenthop ... t/INET.zip
Here is a screen shot of the browser.
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.
Here is a screen shot of the browser.
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.
-
- Worthless Trolling Palm-Fucker
- Posts: 1979
- Joined: 2004-06-12 03:09am
- Location: Brisbane, Australia
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.
- Peregrin Toker
- Emperor's Hand
- Posts: 8609
- Joined: 2002-07-04 10:57am
- Location: Denmark
- Contact:
- Crayz9000
- Sith Apprentice
- Posts: 7329
- Joined: 2002-07-03 06:39pm
- Location: Improbably superpositioned
- Contact:
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
John Hansen - Slightly Insane Bounty Hunter - ASVS Vets' Assoc. Class of 2000
HAB Cryptanalyst | WG - Intergalactic Alliance and Spoof Author | BotM | Cybertron | SCEF
- bohemianfey
- Jedi Master
- Posts: 1016
- Joined: 2004-08-22 10:54am
- Location: Love wench in SDnet's polygonal - sex based reltionship
- Contact:
- His Divine Shadow
- Commence Primary Ignition
- Posts: 12791
- Joined: 2002-07-03 07:22am
- Location: Finland, west coast
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?
Maybe that one can be 'World's Smallest Browser'.
Does it have Tab browsing? Popup blocking?
How about an Adblock Extension, or BugMeNot?
If it is, then I'm sticking with FireFox for the 'World's Best Browser'.phongn wrote:Wait, is this a wrapper around MSHTML.DLL? Otherwise I couldn't imagine a browser so small.
Maybe that one can be 'World's Smallest Browser'.
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
- Sarevok
- The Fearless One
- Posts: 10681
- Joined: 2002-12-24 07:29am
- Location: The Covenants last and final line of defense
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.phongn wrote:Wait, is this a wrapper around MSHTML.DLL? Otherwise I couldn't imagine a browser so small.
I have to tell you something everything I wrote above is a lie.
- The Kernel
- Emperor's Hand
- Posts: 7438
- Joined: 2003-09-17 02:31am
- Location: Kweh?!
- The Silence and I
- Jedi Council Member
- Posts: 1658
- Joined: 2002-11-09 09:04pm
- Location: Bleh!
-
- Pathetic Attention Whore
- Posts: 5470
- Joined: 2003-02-17 12:04pm
- Location: Bat Country!
- Crayz9000
- Sith Apprentice
- Posts: 7329
- Joined: 2002-07-03 06:39pm
- Location: Improbably superpositioned
- Contact:
He does most of his programming with the Microsoft Foundation Classes in C++, Gecko IIRC is written in C.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.
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
John Hansen - Slightly Insane Bounty Hunter - ASVS Vets' Assoc. Class of 2000
HAB Cryptanalyst | WG - Intergalactic Alliance and Spoof Author | BotM | Cybertron | SCEF
- Sarevok
- The Fearless One
- Posts: 10681
- Joined: 2002-12-24 07:29am
- Location: The Covenants last and final line of defense
Hmm so Gecko uses the Win32 API ? Well I know that one too but usualy use MFC since I like OOP.Crayz9000 wrote:He does most of his programming with the Microsoft Foundation Classes in C++, Gecko IIRC is written in C.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.
I have to tell you something everything I wrote above is a lie.
- The Silence and I
- Jedi Council Member
- Posts: 1658
- Joined: 2002-11-09 09:04pm
- Location: Bleh!
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... ).
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... ).
- Ace Pace
- Hardware Lover
- Posts: 8456
- Joined: 2002-07-07 03:04am
- Location: Wasting time instead of money
- Contact:
If your using XP, go into Start, Programs, topp should have 'Set program acess and defaults' change it to INET in there.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... ).
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 |
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
It crashes on this page, just like IE:
http://www.meyerweb.com/eric/css/tests/ie-freeze.html
http://www.meyerweb.com/eric/css/tests/ie-freeze.html
Stubborn as ever - Let's hope it pays off this time.