Results 1 to 11 of 11

Thread: Better than IE

  1. #1

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Better than IE

    How would you like to participate in a new project? This project involves many internet scripts such as HTML, XHTML, JAVASCRIPT, CSS 1.0, CSS 2.0. The project is mainly making a new web browsing control to implement in a new web browser. I have the webbrowser done, I would like some help with making the control. I am looking for anybody who has knowledge of text parsing, the languages mentioned above, and knows how to display images in this new control. If you would like to take part in this project just PM me.
    "Imagination is more important than knowledge" - Albert Einstein, born on March 14th 1879.
    Can't find it here on VBForums? Go to the CodeProject. MSDN is your friend . I have such a bad website, my friend decided it would be funny to change the template and he moderates the site for me: visit my site!

    "Thinking of you, wherever you are
    We pray for our sorrows to end, and hope that our hearts will blend.
    Now I will step forward to realize this wish.
    And who knows, starting a new journey may not be so hard…
    Or maybe it has already begun.
    There are many worlds, but they share the same sky
    one sky, one destiny..."

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Better than IE

    Have you read all the W3C standards (I haven't)? Not just HTML and XHTML, but SGML and XML too? CSS? ECMAScript? Are you aware of every last RFC document that is relevant in those standards papers (I'm not)? What language are you planning to develop this in? Are you going to develop every last component yourself, or use libraries? If so what libraries are you going to use? What licence is this going to be developed and distributed under?

  3. #3

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Re: Better than IE

    No I have not read the W3C standards, I'm planning to develop this in C#, I am going to develop every last component myself, and this is going to be an open source browser. Hmm...I'll have to think about the license it will be developed and distributed under...
    "Imagination is more important than knowledge" - Albert Einstein, born on March 14th 1879.
    Can't find it here on VBForums? Go to the CodeProject. MSDN is your friend . I have such a bad website, my friend decided it would be funny to change the template and he moderates the site for me: visit my site!

    "Thinking of you, wherever you are
    We pray for our sorrows to end, and hope that our hearts will blend.
    Now I will step forward to realize this wish.
    And who knows, starting a new journey may not be so hard…
    Or maybe it has already begun.
    There are many worlds, but they share the same sky
    one sky, one destiny..."

  4. #4
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: Better than IE

    Quote Originally Posted by sheikh78
    No I have not read the W3C standards, I'm planning to develop this in C#, I am going to develop every last component myself, and this is going to be an open source browser. Hmm...I'll have to think about the license it will be developed and distributed under...
    First go about reading all the documentation Penagate suggested. Maybe the you'll realize the scope of what you suggest.

    Next you'll need to look into developing core libraries for each language, a phrase for each language and then put it altogether in a pretty GUI so people will use it. You'll also need to focus on security and partial existing compatability not to mention innovation and adding features to contend with existing features.

    Its not a task one person can do however determined, look at modifying the source code of Firefox instead, look at the source code and see how it works before you decide you decide to even try writing your own... its not a simple challenge there are loads of things to consider.

    -- Ryan Jones
    My Blog.

    Ryan Jones.

  5. #5

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Re: Better than IE

    Could you point me in the direction of where I could see firefox's code? I know it is open sourced and what language is it developed in?
    "Imagination is more important than knowledge" - Albert Einstein, born on March 14th 1879.
    Can't find it here on VBForums? Go to the CodeProject. MSDN is your friend . I have such a bad website, my friend decided it would be funny to change the template and he moderates the site for me: visit my site!

    "Thinking of you, wherever you are
    We pray for our sorrows to end, and hope that our hearts will blend.
    Now I will step forward to realize this wish.
    And who knows, starting a new journey may not be so hard…
    Or maybe it has already begun.
    There are many worlds, but they share the same sky
    one sky, one destiny..."

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Better than IE

    Quote Originally Posted by sheikh78
    I am going to develop every last component myself
    See you in 150 years.

  7. #7
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Better than IE

    Quote Originally Posted by sheikh78
    Could you point me in the direction of where I could see firefox's code? I know it is open sourced and what language is it developed in?
    C++.

    http://developer.mozilla.org/en/docs...la_Source_Code

  8. #8

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Re: Better than IE

    Quote Originally Posted by penagate
    See you in 150 years.
    Yep. I'll have my grandchildren working on it.
    "Imagination is more important than knowledge" - Albert Einstein, born on March 14th 1879.
    Can't find it here on VBForums? Go to the CodeProject. MSDN is your friend . I have such a bad website, my friend decided it would be funny to change the template and he moderates the site for me: visit my site!

    "Thinking of you, wherever you are
    We pray for our sorrows to end, and hope that our hearts will blend.
    Now I will step forward to realize this wish.
    And who knows, starting a new journey may not be so hard…
    Or maybe it has already begun.
    There are many worlds, but they share the same sky
    one sky, one destiny..."

  9. #9

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Re: Better than IE

    Anyway what file would it be in which directory? So far I am in firefox-1.5.0.2-source\mozilla\browser\components\build. I don't know if one of the C++ is the browser. I am going to keep looking on their website though.
    "Imagination is more important than knowledge" - Albert Einstein, born on March 14th 1879.
    Can't find it here on VBForums? Go to the CodeProject. MSDN is your friend . I have such a bad website, my friend decided it would be funny to change the template and he moderates the site for me: visit my site!

    "Thinking of you, wherever you are
    We pray for our sorrows to end, and hope that our hearts will blend.
    Now I will step forward to realize this wish.
    And who knows, starting a new journey may not be so hard…
    Or maybe it has already begun.
    There are many worlds, but they share the same sky
    one sky, one destiny..."

  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Better than IE

    Dude, the browser is all of it.

  11. #11

    Thread Starter
    Hyperactive Member sheikh78's Avatar
    Join Date
    Apr 2006
    Location
    C:/
    Posts
    423

    Re: Better than IE

    Got it.
    "Imagination is more important than knowledge" - Albert Einstein, born on March 14th 1879.
    Can't find it here on VBForums? Go to the CodeProject. MSDN is your friend . I have such a bad website, my friend decided it would be funny to change the template and he moderates the site for me: visit my site!

    "Thinking of you, wherever you are
    We pray for our sorrows to end, and hope that our hearts will blend.
    Now I will step forward to realize this wish.
    And who knows, starting a new journey may not be so hard…
    Or maybe it has already begun.
    There are many worlds, but they share the same sky
    one sky, one destiny..."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width