Zoklet.net

Go Back   Zoklet.net > Technology > Technophiles and Technophiliacs > Codes of all kinds

Reply
 
Thread Tools
  #1  
Old 11-11-2009, 12:23 AM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Creating a web browser?

I'm wondering what languages I should use to create my very own web browser.

So far I've been with JavaScript.

Any ideas?
Reply With Quote
  #2  
Old 11-11-2009, 05:34 AM
cense cense is offline
Regular
 
Join Date: Oct 2009
Thanks: 1
Thanked 27 Times in 17 Posts
Default Re: Creating a web browser?

Do you mean you're going to write a UI and parsing engine for both HTML and Javascript? Big task.

Decide if you're interested in cross-platform or not. Once your platform scope is defined, you can choose a language that suits the the rest of your needs from various points like how familiar you are with a language and what kind of optimizations you want to get into vs. how much abstraction you want (of course, this is often times not necessarily dictated by the language despite any specific tendencies).

Also, consider how many existing frameworks you want to use. Are you going to write a parser for both HTML and Javascript from the ground up? That's a nutty task. Are you going to use an existing rendering framework like WebKit?
Reply With Quote
  #3  
Old 11-11-2009, 05:35 AM
Ed Lister Ed Lister is offline
Count
 
Join Date: Jan 2009
Location: Perth, Australia
Thanks: 511
Thanked 643 Times in 363 Posts
Default Re: Creating a web browser?

http://www.makeyourownbrowser.com/downloads/
Reply With Quote
  #4  
Old 11-11-2009, 05:40 AM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Arrow Re: Creating a web browser?

Quote:
Originally Posted by cense View Post
Do you mean you're going to write a UI and parsing engine for both HTML and Javascript? Big task.

Decide if you're interested in cross-platform or not. Once your platform scope is defined, you can choose a language that suits the the rest of your needs from various points like how familiar you are with a language and what kind of optimizations you want to get into vs. how much abstraction you want (of course, this is often times not necessarily dictated by the language despite any specific tendencies).

Also, consider how many existing frameworks you want to use. Are you going to write a parser for both HTML and Javascript from the ground up? That's a nutty task. Are you going to use an existing rendering framework like WebKit?
Hmm... I'm not too informed about the whole thing, but I still want to continue doing this with just JavaScript and HTML.. maybe others but I'm guessing I'll write a parser for both HTML and Javascript, and I have a friend who's also helping out so we'll get it done much quicker.

Since my friend is a machomo, I'm going to make it for windows and mac.

Do you have any recommendations to where I can be more informed about this subject?

Quote:
Originally Posted by Ed Lister View Post
I'd like to try that out, but I want to be able to make my own web browser.

Thanks, but no thanks.
Reply With Quote
  #5  
Old 11-11-2009, 06:27 AM
pygar pygar is offline
Baron
 
Join Date: Jan 2009
Location: Sydney, Australia
Thanks: 9
Thanked 149 Times in 100 Posts
Default Re: Creating a web browser?

before you begin. consider: is it worth it?

you have KHTML, Webkit, gecko, trident as credible rendering engines.


https://wiki.mozilla.org/Prism

maybe prism is suitable to your needs.
Reply With Quote
  #6  
Old 11-11-2009, 07:32 AM
Aragami Aragami is offline
Member
 
Join Date: May 2009
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via AIM to Aragami Send a message via MSN to Aragami
Default Re: Creating a web browser?

Wait on a second...

You want to write a web browsing program in HTML and Javascript?
Reply With Quote
  #7  
Old 11-11-2009, 05:51 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Aragami View Post
Wait on a second...

You want to write a web browsing program in HTML and Javascript?
Yeah lol We know it might take a while but if there's a way we'll go for it.
Reply With Quote
  #8  
Old 11-11-2009, 05:52 PM
Raziel Raziel is offline
Count
 
Join Date: Apr 2009
Thanks: 3
Thanked 136 Times in 103 Posts
Send a message via MSN to Raziel Send a message via Skype™ to Raziel
Default Re: Creating a web browser?

Quote:
Originally Posted by Treefingers.s View Post
Yeah lol We know it might take a while but if there's a way we'll go for it.
That comment went right over your head.
Reply With Quote
  #9  
Old 11-11-2009, 06:09 PM
Bong McPuffin Bong McPuffin is offline
Count
 
Join Date: Jan 2009
Thanks: 184
Thanked 357 Times in 242 Posts
Send a message via ICQ to Bong McPuffin Send a message via AIM to Bong McPuffin Send a message via MSN to Bong McPuffin Send a message via Yahoo to Bong McPuffin
Default Re: Creating a web browser?

Quote:
Originally Posted by Treefingers.s View Post
Yeah lol We know it might take a while but if there's a way we'll go for it.
Learn C++... you can program ANYTHING in it.
Reply With Quote
  #10  
Old 11-11-2009, 06:15 PM
Animal Farm Pig Animal Farm Pig is offline
Baron
 
Join Date: Jan 2009
Location: Chicago, IL
Thanks: 42
Thanked 117 Times in 81 Posts
Default Re: Creating a web browser?

Qt4 has a WebKit widget. Use some language with Qt4 bindings.
Reply With Quote
  #11  
Old 11-11-2009, 06:39 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Bong McPuffin View Post
Learn C++... you can program ANYTHING in it.
I was going to learn it, but Idk. I have an ebook to teach me but I don't really know how long it will take me to get to the part (not in the book) that will make me understand how to make one.

Quote:
Originally Posted by Animal Farm Pig View Post
Qt4 has a WebKit widget. Use some language with Qt4 bindings.
Idk I'm not too knowledgeable about all of this.
Reply With Quote
  #12  
Old 11-11-2009, 08:15 PM
Raziel Raziel is offline
Count
 
Join Date: Apr 2009
Thanks: 3
Thanked 136 Times in 103 Posts
Send a message via MSN to Raziel Send a message via Skype™ to Raziel
Default Re: Creating a web browser?

Visual basic is very simple. And I could teach you how to make a web browser in less then an hour.
Reply With Quote
  #13  
Old 11-11-2009, 08:34 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Raziel View Post
Visual basic is very simple. And I could teach you how to make a web browser in less then an hour.
Teach me? I need some experience.
Reply With Quote
  #14  
Old 11-11-2009, 09:15 PM
Bong McPuffin Bong McPuffin is offline
Count
 
Join Date: Jan 2009
Thanks: 184
Thanked 357 Times in 242 Posts
Send a message via ICQ to Bong McPuffin Send a message via AIM to Bong McPuffin Send a message via MSN to Bong McPuffin Send a message via Yahoo to Bong McPuffin
Default Re: Creating a web browser?

Quote:
Originally Posted by Treefingers.s View Post
I was going to learn it, but Idk. I have an ebook to teach me but I don't really know how long it will take me to get to the part (not in the book) that will make me understand how to make one.



Idk I'm not too knowledgeable about all of this.
Programming isn't something you can just pick up and learn in 3 days and start making kick-ass applications. Infact, I doubt you could even make a text adventure in under a week (with no prior experience, real programmers don't count)
Reply With Quote
  #15  
Old 11-11-2009, 09:19 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Bong McPuffin View Post
Programming isn't something you can just pick up and learn in 3 days and start making kick-ass applications. Infact, I doubt you could even make a text adventure in under a week (with no prior experience, real programmers don't count)
Umm, I actually know some other programming languages, dude.

JavaScript is pretty easy, I'm just kind've lazy to keep learning it.

The things I'm not knowledgeable about are the steps to making a web browser and what you need.
Reply With Quote
  #16  
Old 11-11-2009, 09:21 PM
Hobo Hobo is offline
Distant Traveler
 
Join Date: Jan 2009
Location: Chicago/San Francisco
Thanks: 6
Thanked 49 Times in 27 Posts
Send a message via AIM to Hobo Send a message via MSN to Hobo
Default Re: Creating a web browser?

WebBrowser1.GoBack

WebBrowser1.GoForward

WebBrowser1.Refresh

WebBrowser1.Navigate Text1.Text


There ya go, you have a fully functional web browser.
Reply With Quote
  #17  
Old 11-11-2009, 09:23 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Hobo View Post
WebBrowser1.GoBack

WebBrowser1.GoForward

WebBrowser1.Refresh

WebBrowser1.Navigate Text1.Text


There ya go, you have a fully functional web browser.
Oh yes, like I'm just gonna write 4 lines of gibberish.

I'm not fucking stupid, retard. You're a moderator right? Could you get your shit straight or get the fuck out of here? Fucking pansy.
Reply With Quote
  #18  
Old 11-11-2009, 09:27 PM
Hobo Hobo is offline
Distant Traveler
 
Join Date: Jan 2009
Location: Chicago/San Francisco
Thanks: 6
Thanked 49 Times in 27 Posts
Send a message via AIM to Hobo Send a message via MSN to Hobo
Default Re: Creating a web browser?

Quote:
Originally Posted by Treefingers.s View Post
Oh yes, like I'm just gonna write 4 lines of gibberish.

I'm not fucking stupid, retard. You're a moderator right? Could you get your shit straight or get the fuck out of here? Fucking pansy.
Clearly you're not very smart. I just gave you 4 lines of code for a working web browser in VB.

Get the sand out of your vagina before replying like a whiny little bitch.
Reply With Quote
  #19  
Old 11-11-2009, 09:30 PM
Hobo Hobo is offline
Distant Traveler
 
Join Date: Jan 2009
Location: Chicago/San Francisco
Thanks: 6
Thanked 49 Times in 27 Posts
Send a message via AIM to Hobo Send a message via MSN to Hobo
Default Re: Creating a web browser?

PS: Good luck writing that web browser in HTML/JS.
Reply With Quote
  #20  
Old 11-11-2009, 09:31 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Hobo View Post
Clearly you're not very smart. I just gave you 4 lines of code for a working web browser in VB.

Get the sand out of your vagina before replying like a whiny little bitch.
I'm saying I don't want anything small. I'm thinking about making one at most equal to opera.

I don't know how I'm going to do that with 4 lines of text. I don't even... Fuck. Can we keep this JavaScript? My friend will probably quit if he has ot learn something else. I don't feel like doing it all by myself.
Reply With Quote
  #21  
Old 11-11-2009, 09:33 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Hobo View Post
PS: Good luck writing that web browser in HTML/JS.
Ok, thanks. I'm pretty sure I didn't know what the fuck to do in the first place. I just threw the idea out of no where to my friend and he wanted to do it.

I don't see why not, right?

PS: When I make it (I fucking will), you'll stfu.

PSS: I hope you don't wear those kinds of shoes for show.
Reply With Quote
  #22  
Old 11-11-2009, 09:37 PM
Hobo Hobo is offline
Distant Traveler
 
Join Date: Jan 2009
Location: Chicago/San Francisco
Thanks: 6
Thanked 49 Times in 27 Posts
Send a message via AIM to Hobo Send a message via MSN to Hobo
Default Re: Creating a web browser?

Quote:
Originally Posted by Treefingers.s View Post
Ok, thanks. I'm pretty sure I didn't know what the fuck to do in the first place. I just threw the idea out of no where to my friend and he wanted to do it.

I don't see why not, right?

PS: When I make it (I fucking will), you'll stfu.

PSS: I hope you don't wear those kinds of shoes for show.
You do not make a web browser in HTML/JS, plain and simple, dumbass.

As Raziel previously stated, yet you ignored, you can make a web browser in visual basic very easily. I PROVIDED YOU WITH THE CODING TO MAKE A VERY MINIMAL WEB BROWSER IN VISUAL BASIC. You did not listen, because you my friend are a fucking idiot.
Reply With Quote
  #23  
Old 11-11-2009, 09:39 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Hobo View Post
You do not make a web browser in HTML/JS, plain and simple, dumbass.

As Raziel previously stated, yet you ignored, you can make a web browser in visual basic very easily. I PROVIDED YOU WITH THE CODING TO MAKE A VERY MINIMAL WEB BROWSER IN VISUAL BASIC. You did not listen, because you my friend are a fucking idiot.
I don't care if I do not make a web browser in HTML/JS, I'm going to fucking do it.

Did you see my fucking reply to his post?
Reply With Quote
  #24  
Old 11-11-2009, 09:41 PM
Hobo Hobo is offline
Distant Traveler
 
Join Date: Jan 2009
Location: Chicago/San Francisco
Thanks: 6
Thanked 49 Times in 27 Posts
Send a message via AIM to Hobo Send a message via MSN to Hobo
Default Re: Creating a web browser?

Quote:
Originally Posted by Treefingers.s View Post
I don't care if I do not make a web browser in HTML/JS, I'm going to fucking do it.

Did you see my fucking reply to his post?
You really just don't get it...please kill yourself
Reply With Quote
  #25  
Old 11-11-2009, 09:44 PM
tim tim is offline
Baron
 
Join Date: Jul 2009
Thanks: 383
Thanked 132 Times in 82 Posts
Default Re: Creating a web browser?

You don't "code" a web browser in JavaScript, smart guy. JavaScript is akin to HTML in that it is what displays what you see on the screen - i.e. it is the code that is on the website itself, not the code that runs the browser.

To program a web browser, you will need to learn C++ (or C, or Visual C#), Python, Visual BASIC, or some other programming language.

You will also need to do some studying on the subject on your own time, no one here is going to walk you step by step from "Hello, World!" to creating a fully functional web browser. Learning to code something that complex from scratch is something that takes many months, if not years, of studying computer languages. Hell, I've been studying C++ for well over 3 years now and I doubt I could pull it off.
Reply With Quote
  #26  
Old 11-11-2009, 09:47 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Hobo View Post
You really just don't get it...please kill yourself
Oh, sorry if I don't get it. I'm obviously oblivious to what you mean
Reply With Quote
  #27  
Old 11-11-2009, 09:47 PM
Animal Farm Pig Animal Farm Pig is offline
Baron
 
Join Date: Jan 2009
Location: Chicago, IL
Thanks: 42
Thanked 117 Times in 81 Posts
Default Re: Creating a web browser?

Quote:
Originally Posted by Treefingers.s View Post
I don't care if I do not make a web browser in HTML/JS, I'm going to fucking do it.
Reply With Quote
  #28  
Old 11-11-2009, 09:48 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by tim View Post
You don't "code" a web browser in JavaScript, smart guy. JavaScript is akin to HTML in that it is what displays what you see on the screen - i.e. it is the code that is on the website itself, not the code that runs the browser.

To program a web browser, you will need to learn C++ (or C, or Visual C#), Python, Visual BASIC, or some other programming language.

You will also need to do some studying on the subject on your own time, no one here is going to walk you step by step from "Hello, World!" to creating a fully functional web browser. Learning to code something that complex from scratch is something that takes many months, if not years, of studying computer languages. Hell, I've been studying C++ for well over 3 years now and I doubt I could pull it off.
I already know C, so I guess I should start from there. Thanks for letting me know, I guess where ever I started learning JS/HTML isn't a really in depth explainer to what "Browser Script" is.
Reply With Quote
  #29  
Old 11-11-2009, 09:51 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Animal Farm Pig View Post
I didn't have a reason to quit because I didn't know why I was supposed to. I'm not going to quit anything else.

Well, I'll get ready and etc.
Reply With Quote
  #30  
Old 11-11-2009, 09:56 PM
Animal Farm Pig Animal Farm Pig is offline
Baron
 
Join Date: Jan 2009
Location: Chicago, IL
Thanks: 42
Thanked 117 Times in 81 Posts
Default Re: Creating a web browser?

Quote:
Originally Posted by Treefingers.s View Post
I didn't have a reason to quit because I didn't know why I was supposed to. I'm not going to quit anything else.

Well, I'll get ready and etc.
Comment
^
|
|
|
|
|
|
Your head
Reply With Quote
  #31  
Old 11-11-2009, 10:01 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Animal Farm Pig View Post
Comment
^
|
|
|
|
|
|
Your head
Dude, you gotta know when to quit.
Reply With Quote
  #32  
Old 11-11-2009, 10:02 PM
tim tim is offline
Baron
 
Join Date: Jul 2009
Thanks: 383
Thanked 132 Times in 82 Posts
Default Re: Creating a web browser?

Quote:
Originally Posted by Treefingers.s View Post
I already know C, so I guess I should start from there. Thanks for letting me know, I guess where ever I started learning JS/HTML isn't a really in depth explainer to what "Browser Script" is.
No problem dude.

Try http://www.w3schools.com/ for tutorials on JavaScript and HTML. As for coding the framework for a browser, I can't help you. People on the ##C++ and ##C (I think) channels on Freenode (irc://irc.freenode.org:6667) should be able to help you with some of the more advanced stuff.

I'd try to help but my brain might explode.
Reply With Quote
  #33  
Old 11-11-2009, 10:05 PM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by tim View Post
No problem dude.

Try http://www.w3schools.com/ for tutorials on JavaScript and HTML. As for coding the framework for a browser, good luck on that. If I tried to do that my brain might explode.
I am actually learning from w3schools right now, dude. Seems as though you are the only person to atleast provide details and help in your posts.

Gosh, I feel horrible since I've never really tried or stayed with something longer than 2 seconds.

Can I ask you for one more favor? Can you tell me what exactly I need and a web page that shows the structure/etc?

That's all I need and then I'll pwn you motherfuckers.
Reply With Quote
  #34  
Old 11-12-2009, 12:23 AM
Axiom Axiom is offline
Duke
 
Join Date: May 2008
Thanks: 21
Thanked 53 Times in 42 Posts
Default Re: Creating a web browser?

You can make a web browser in JS.

In theory:

1) Run your "Browser JS" from the command line.
2) First you have to send the URL to a local file.
3) The local file (HTML Frameset, or perl, php whatever if you know it) acts as a proxy to retrieve the remote file by passing the XSS restriction on javascript.
4) Write your module to parse the response code, removing tags etc.
5) Print the text back to console.

At this stage it would be a text browser like the old school unix browsers:


6) Write the logic to "click on links". There's going to be numerous problems to solve throughout the project but between your OS and javascript you should be able to find a solution.

This is where I'd stop but since you want to pwn us motherfuckers.

7) Then begin your code on rendering the file as an image instead of text. You can save the image as a file and have console open it up. But then you're going to need some further hacks it hook the mouse clicks on links etc. It's a big job, but not impossible...

Quote:
Originally Posted by Treefingers.s View Post
Can you tell me what exactly I need and a web page that shows the structure/etc?

That's all I need and then I'll pwn you motherfuckers.
Honestly, I'm doubtful you have the patience for this project...

Some Resources:
http://www.thefrontside.net/blog/lea...e_command_line
http://stackoverflow.com/questions/3...within-js-file
http://www.devarticles.com/c/a/JavaS...-the-Server/1/
Reply With Quote
  #35  
Old 11-12-2009, 12:28 AM
Agent 008 Agent 008 is offline
Slightly Grander Duke
 
Join Date: Jan 2009
Thanks: 432
Thanked 1,719 Times in 1,058 Posts
Default Re: Creating a web browser?

You can write a browser in html and javascript. Then you can use the new browser to run itself.
Reply With Quote
  #36  
Old 11-12-2009, 12:46 AM
jd123 jd123 is offline
Member
 
Join Date: Sep 2009
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Creating a web browser?

Code:
public class Browser {
   private int bWidth;
   private int bHeight;
   private String hPage;

   public Browser() { bWidth = 400; bHeight = 500; hPage="http://java.com"}

   public Browser(int width, int height, int homepage) {
      this.bWidth = width;
      this.bHeight = height;
      this.hPage = homepage;
   }

   public void navWeb(int url) {
      window.location= url;
   }
   
   public void back() {
      window.location-1;
   }

   public void close() {
      window.close=true;
   }
}
Code:
public class Main {
   public static void Main(String[] args) {
      Browser myBrowser = new Browser(800, 800, "Http://google.com);
      myBrowser.navWeb(//yourwebsitehere);
   }
}
Reply With Quote
  #37  
Old 11-12-2009, 12:52 AM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

So they finally come out of their caves, huh? Thanks guys. I'm gonna do this.
Reply With Quote
  #38  
Old 11-13-2009, 01:38 AM
Aragami Aragami is offline
Member
 
Join Date: May 2009
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via AIM to Aragami Send a message via MSN to Aragami
Default Re: Creating a web browser?

Treefingers, you don't seem to realise that everyone in this thread was trying to help you, but you just want to flame them if they seem the least bit derogatory.
Reply With Quote
  #39  
Old 11-13-2009, 01:44 AM
Treefingers.s Treefingers.s is offline
Banned
 
Join Date: Jan 2009
Location: Totse Island
Thanks: 130
Thanked 174 Times in 137 Posts
Send a message via Skype™ to Treefingers.s
Default Re: Creating a web browser?

Quote:
Originally Posted by Aragami View Post
Treefingers, you don't seem to realise that everyone in this thread was trying to help you, but you just want to flame them if they seem the least bit derogatory.
You obviously didn't read most of my posts, and you obviously have no idea of what's going on.
Reply With Quote
  #40  
Old 11-13-2009, 01:59 AM
lolocaust lolocaust is offline
Member
 
Join Date: Mar 2009
Location: /dev/null
Thanks: 69
Thanked 59 Times in 44 Posts
Default Re: Creating a web browser?

this thread =

a webbrowser itself is pretty simple, you can make a very minimal UI pretty quickly (say, using webkit). Coding your own html/javascript parser, though, is a completely different animal. Writing a javascript intepreter in javascript is just dumb.

anyway if you're serious, here's a really basic browser that could get you started:
http://www.uzbl.org/

webkit is the shit anyway, I don't know why you wouldn't wanna use it.

@Axiom: people still use text browsers all the time, I use links every now and again to look up documentation and stuff occasionally
Reply With Quote
Reply

Bookmarks

Tags
browser, creating, web

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Offline Browser for Mac OS X? aaron669 I need to find it on the internet 2 11-16-2010 12:58 AM
What is a browser? Dfg LOL, Internet 6 09-25-2009 04:29 PM
yep, this should crash your browser... Axiom Bat Country 8 07-16-2009 11:02 PM
Your Web Browser Angry Blue Bird of Death Generally Speaking 56 07-10-2009 10:27 PM
Safari Web Browser Angry Blue Bird of Death Technophiles and Technophiliacs 2 07-10-2009 08:18 PM


All times are GMT. The time now is 07:46 AM.


Hot Topics
On IRC
Users: 4
Messages/minute: 0
Topic: "http://www.zoklet.net/..."
Users: 22
Messages/minute: 0
Topic: "buttpee"
Users: 10
Messages/minute: 0
Topic: "11:37 < mib_i8mfin> so wie ich die website hier sehe las..."
Advertisements
Your ad could go right HERE! Contact us!

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.