Results 1 to 11 of 11
  1. #1
    Blaaargh!
    Join Date
    Oct 2011
    Location
    Meerut, U.P.
    Posts
    11

    Post {Help needed} N0ob needs help developing a web browser

    Hey guys, i am a 12th grader who needs to develop a web browser for a school fair(project) the problem is that i know exactly zilch about browser backends.
    Would appreciate if you guys help me out a bit.

    I have some ideas like
    * use an open source framework and engine andd
    * develop a gui

    there is just me and one other guy who knows programming in java.
    please help us out!

    oh and i almost forgot, i know some java, rudimentary c and c++, and then some.

  2. #2
    Wahahaha~! Faun's Avatar
    Join Date
    Dec 2006
    Location
    Pune/there
    Posts
    8,447

    Default Re: {Help needed} N0ob needs help developing a web browser

    webkit
    Steam | Flickr | Battlelog
    Spoiler:
    Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX Ti|D7000|Classic Vibe 50 Strat|XONAR STX|RE272|UM Miracle|Optimus G

    Mono

  3. #3
    Blaaargh!
    Join Date
    Oct 2011
    Location
    Meerut, U.P.
    Posts
    11

    Default Re: {Help needed} N0ob needs help developing a web browser

    Thanks!
    On a side note, i doubt that i would be able to complete the project in the given timeframe (one month)...
    *bad poker face

  4. #4
    Project Halcyon V2.1 tkin's Avatar
    Join Date
    Aug 2008
    Location
    Hyderabad, India
    Posts
    9,160

    Default Re: {Help needed} N0ob needs help developing a web browser

    Also theres gecko.
    Project Halcyon V2.1
    2600k/Z68VPro/Vengeance/U12PSE2/TX750v2/1TB.Black/DRWB5ST/HAF912+A
    M35/PortaPro/E30/Optimus.L9/Siberia/5800XM/FZ150/SH14/FiiO.E6
    Dell.15R/Ci3.3110m/7670m/ALVS4621/Funbook/Ferox


  5. #5
    Wise Cold Ghoul Piyush's Avatar
    Join Date
    Feb 2010
    Location
    GZB.
    Posts
    5,112

    Default Re: {Help needed} N0ob needs help developing a web browser

    one month is tight, but yea possible
    but dont expect flashy GUI too

  6. #6
    Blaaargh!
    Join Date
    Oct 2011
    Location
    Meerut, U.P.
    Posts
    11

    Default Re: {Help needed} N0ob needs help developing a web browser

    i hate to say this but I cannot code in csharp.
    I know this is a major pain in the butt, but what do I do??
    Also, JAVA!

  7. #7
    Project Halcyon V2.1 tkin's Avatar
    Join Date
    Aug 2008
    Location
    Hyderabad, India
    Posts
    9,160

    Default Re: {Help needed} N0ob needs help developing a web browser

    ^^ Then forget about it, your programming skills are nowhere near to develop something like this, best you can do is get firefox source code, put a new GUI and call it a day.
    Project Halcyon V2.1
    2600k/Z68VPro/Vengeance/U12PSE2/TX750v2/1TB.Black/DRWB5ST/HAF912+A
    M35/PortaPro/E30/Optimus.L9/Siberia/5800XM/FZ150/SH14/FiiO.E6
    Dell.15R/Ci3.3110m/7670m/ALVS4621/Funbook/Ferox


  8. #8
    Live.To.RISE. rajatGod512's Avatar
    Join Date
    Aug 2011
    Location
    Kanpur,India
    Posts
    555

    Default Re: {Help needed} N0ob needs help developing a web browser

    ^^
    +1
    The Final Avenger
    Spoiler:
    Core i7 2600k|ASUS P8Z77-V LX|G.Skill Ripjaws X 1600 Mhz 8GB (4x2)|Gigabyte HD 7850 2GB OC|WDC Blue SATA III 500 GB +160GB |Asus DRW-24B5ST|Seasonic S12II-520|CM 690 II Advanced USB 3.0 (Transparent Side Panel)|Logitech G300|Logitech K100|F&D A-520|Razer Goliathus Speed|Compaq 510|Samsung Galaxy Y GT-S5360|

    “Today, at the edge of our hope, at the end of our time, we have chosen to believe in each other. Today, we face the monsters that are at our door. Today, we are canceling the apocalypse!”

  9. #9
    Blaaargh!
    Join Date
    Oct 2011
    Location
    Meerut, U.P.
    Posts
    11

    Cool Re: {Help needed} N0ob needs help developing a web browser

    Quote Originally Posted by tkin View Post
    Then forget about it, your programming skills are nowhere near to develop something like this, best you can do is get firefox source code, put a new GUI and call it a day.
    On the contrary, my dear sir, I have already a basic browser with an editor pane to display "text/(as in)html" basic functions like go button, back and forward button and the ability to actually browse the 'net built. now, all I need is to get it to somehow render the webpages normally (it has trouble with some css formatting) and, i am thinking of Databasse connectivity w/ MySQL for storing History, but i would not give an option to delete it (bwahahahah!).
    The formatting is a pain, as Google (homepage) appears blue with the buttons and stuff all over.
    I programmed it in netbeans, using swing.

  10. #10
    Right Off the Assembly Line
    Join Date
    Aug 2012
    Posts
    43

    Default Re: {Help needed} N0ob needs help developing a web browser

    Use qt .. it has built in webkit....it also very easy to code in Qt [qt.nokia.com]...i got a nice gui creater too and many features that you will like....

  11. #11
    Master KOD3R nbaztec's Avatar
    Join Date
    Sep 2010
    Location
    New Delhi
    Posts
    342

    Default Re: {Help needed} N0ob needs help developing a web browser

    Quote Originally Posted by TheGibMaker View Post
    On the contrary, my dear sir, I have already a basic browser with an editor pane to display "text/(as in)html" basic functions like go button, back and forward button and the ability to actually browse the 'net built. now, all I need is to get it to somehow render the webpages normally (it has trouble with some css formatting) and, i am thinking of Databasse connectivity w/ MySQL for storing History, but i would not give an option to delete it (bwahahahah!).
    The formatting is a pain, as Google (homepage) appears blue with the buttons and stuff all over.
    I programmed it in netbeans, using swing.
    On the contrary, you have a text reader, which sends HTTP requests and yields the content. It is not a browser, the same thing can be achieved using `curl google.com` on *nix. What you do need to figure out is the exact thing you are having trouble with, i.e. rendering and for that you'll need to parse in CSS & HTML, for which you'll need lexical analyzers for each, then you'll need to paint the output or use native controls to display stuff, which is essentially the major part of it. And oh yeah, not to forget JavaScripts too. You need to parse them too. Good luck.
    AMD Phenom II X6 1055T|MSI 880GMA-E45|MSI 7770|2x2 Corsair DDR3 1333MHz|CM Elite 310|Corsair CX400W|DELL ST2320L
    Myself @ nbaztec.co.in
    Build Your Rig! (XBlade) @ nbaztec.co.in - Build Your Rig!
    My Inner Artist @ nbaztec.co.in - Designs

Tags for this Thread

Bookmarks

Posting Permissions

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