Create internet browser

Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
Reply

Join Date: Nov 2008
Posts: 21
Reputation: the_swan is an unknown quantity at this point 
Solved Threads: 0
the_swan the_swan is offline Offline
Newbie Poster

Create internet browser

 
0
  #1
Jan 17th, 2009
Hi
I want to create an internet browser what are the programming languages that need
To create it .
Thank you in advanced
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 749
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: Create internet browser

 
0
  #2
Jan 17th, 2009
Use any language(s) you like.

Just because someone uses say C++, that doesn't mean that using Fortran is impossible.

Nearly all programming languages are equivalent
http://en.wikipedia.org/wiki/Turing-complete

If you've got a network API and a graphics engine, the rest is pretty much a data processing exercise.
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 21
Reputation: the_swan is an unknown quantity at this point 
Solved Threads: 0
the_swan the_swan is offline Offline
Newbie Poster

Re: Create internet browser

 
0
  #3
Jan 17th, 2009
I’m about graduate is this a good graduation project??
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 256
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: Create internet browser

 
0
  #4
Jan 17th, 2009
Yes, but first tell me what you'll give more over IE, FF, and Chrome? or it just repeating?? and about your actual answer, I won't answer more than Salem, any one!
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 21
Reputation: the_swan is an unknown quantity at this point 
Solved Threads: 0
the_swan the_swan is offline Offline
Newbie Poster

Re: Create internet browser

 
0
  #5
Jan 18th, 2009
Thank you
Will I want to create an internet browser that contains the usual things that always available in it. But also I want to include it with some thing new like
zooming in and out the page maybe the ability to read some words in the page.
So is this a good ideas???? or may you can give me other ideas .By the way is java is good for programming it?
I’m now in the step of collection information.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 2,065
Reputation: Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice Ramy Mahrous is just really nice 
Solved Threads: 256
Featured Poster
Ramy Mahrous's Avatar
Ramy Mahrous Ramy Mahrous is offline Offline
Postaholic

Re: Create internet browser

 
0
  #6
Jan 18th, 2009
You actually didn't give powerful features that's from my point of view as user, all browsers has zoom in\out.
You've to ask yourself, why your friends will use your browser and won't use else?
Java is nice.
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 749
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: Create internet browser

 
0
  #7
Jan 18th, 2009
http://simple.wikipedia.org/wiki/Linux#Code_size
Something like firefox has 100K++ (possibly 1M+) lines of code. It's been in development for the thick end of a decade, and has had many hundreds of people working on it.

What are you (by yourself) going to achieve in a few months of effort you're going to spend on your project?

How much are you going to do yourself?
Are you going to take some UI toolkit "browser" object which does all the basic work of fetch and render for you, then "customise" it a bit with your own code?
Lots of people do that already
http://www.avantbrowser.com/
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,854
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 119
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso

Re: Create internet browser

 
0
  #8
Jan 18th, 2009
Download some HTTP library from sourceforge , create a GUI in VC++ , integrate the library with the GUI .
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 21
Reputation: the_swan is an unknown quantity at this point 
Solved Threads: 0
the_swan the_swan is offline Offline
Newbie Poster

Re: Create internet browser

 
0
  #9
Jan 18th, 2009
so it is complex to be created
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 2,919
Reputation: niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute 
Solved Threads: 304
Moderator
Featured Poster
niek_e's Avatar
niek_e niek_e is offline Offline
Cenosillicaphobiac

Re: Create internet browser

 
0
  #10
Jan 20th, 2009
Originally Posted by the_swan View Post
so it is complex to be created
No, it's very easy:

int main()
{
    //L33t browser code goes here
    return 0;
}

Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Computer Science Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC