HardwareHeaven.com

HardwareHeaven.com

Looking for the skin chooser?
 
 
  • Home

  • Hardware reviews

  • Articles

  • News

  • Tools

  • Gaming at HardwareHeaven

  • Forums

 

Go Back   HardwareHeaven.com > Forums > Software / Tools > Programming, Coding, (Web)Design


Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people.

Reply
 
Thread Tools
Old Jul 19, 2003, 06:41 PM   #1
DriverHeaven Newbie
 
Join Date: Jul 2003
Posts: 16
Rep Power: 0
EmXtrix is on a distinguished road

Coding a web browser

Does anyone have a link to an introductory tutorial for coding a web browser in either Visual Basic or C++?
__________________
PCsynapse.com - Articles, Reviews, Discussions (Newly Revamped!)
"When the sky looks like crap, that's when you know it's time for God to change his graphics card"
EmXtrix is offline   Reply With Quote


Old Jul 19, 2003, 11:45 PM   #2
Yarr... I be blind!
 
Jeff's Avatar
 
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,191
Rep Power: 80
Jeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud of

Do you want to build is using the IE or Mozilla API, or from scratch?
__________________
Jeff is offline   Reply With Quote
Old Jul 19, 2003, 11:49 PM   #3
Banned
 
Join Date: Nov 2002
Location: In clothing
Posts: 3,510
Rep Power: 0
craig588 is on a distinguished road

Donator
My friend wrote his own browser, but it was absoloute crap, and he spent like 2 months on it. It was very slow, and didn't have the ability to change any settings. It barly functioned. He wrote it in C++. Writing a browser isn't a feasable thing for one person to do. Its better if you just take the source code of mozilla and modify it in some cool way. (Don't just copy someone elses code though, make it a worthwhile modification that hasn't been done before)


I'm not sure if he ever uploaded it to the web, but if you even find a browser called "Bena" that would be it.
craig588 is offline   Reply With Quote
Old Jul 19, 2003, 11:54 PM   #4
Yarr... I be blind!
 
Jeff's Avatar
 
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,191
Rep Power: 80
Jeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud of

Even writing your own using the Mozilla rendering engine would be all right.
__________________
Jeff is offline   Reply With Quote
Old Jul 20, 2003, 01:43 PM   #5
Freedom is a feature.
 
RIV@NVX's Avatar
 
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,476
Rep Power: 0
RIV@NVX will become famous soon enough
System Specs

Quote:
Originally posted by Cyborg
Even writing your own using the Mozilla rendering engine would be all right.
I always thought how good would it be if all those IE-frontends (myIE2, AvantBrowser etc.) used Mozilla as rendering engine... or perhaps Opera UI with Mozilla rendering engihe
__________________
-- Vedran
RIV@NVX is offline   Reply With Quote
Old Jul 20, 2003, 08:26 PM   #6
Yarr... I be blind!
 
Jeff's Avatar
 
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,191
Rep Power: 80
Jeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud ofJeff has much to be proud of

I see no reason for it, they have an interface to Internet Explorer, which more people have, and they don't have to make people download a rendering engine, when the IE engine suits it just fine.
__________________
Jeff is offline   Reply With Quote
Reply

Thread Tools