Results 1 to 11 of 11
-
16-08-2012, 01:34 PM #1Blaaargh!
- Join Date
- Oct 2011
- Location
- Meerut, U.P.
- Posts
- 11
{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.
-
16-08-2012, 03:17 PM #2
-
16-08-2012, 08:49 PM #3Blaaargh!
- Join Date
- Oct 2011
- Location
- Meerut, U.P.
- Posts
- 11
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
-
16-08-2012, 08:56 PM #4
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
-
17-08-2012, 01:16 AM #5
Re: {Help needed} N0ob needs help developing a web browser
one month is tight, but yea possible
but dont expect flashy GUI too
-
18-08-2012, 11:35 AM #6Blaaargh!
- Join Date
- Oct 2011
- Location
- Meerut, U.P.
- Posts
- 11
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!
-
18-08-2012, 07:17 PM #7
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
-
18-08-2012, 07:32 PM #8
Re: {Help needed} N0ob needs help developing a web browser
^^
+1
The Final AvengerSpoiler:
“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!”
-
21-08-2012, 09:38 AM #9Blaaargh!
- Join Date
- Oct 2011
- Location
- Meerut, U.P.
- Posts
- 11
Re: {Help needed} N0ob needs help developing a web browser
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.
-
26-08-2012, 08:57 PM #10Right Off the Assembly Line
- Join Date
- Aug 2012
- Posts
- 43
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....
-
27-08-2012, 08:12 PM #11
Re: {Help needed} N0ob needs help developing a web browser
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



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks