My first web browser 05-24-2014, 10:02 PM
#1
This is my first web browser, Criticism would be great please.
| My first web browser filter_list | |
(05-24-2014, 10:18 PM)RaccoonCity Wrote:Thanks, What am looking for a better design, Any ideas?(05-24-2014, 10:15 PM)Maxx Wrote: How are we supposed to criticize this?
We're only looking at a small part of the GUI...
Well I guess you can from what you have.
It does look pretty good I guess.~
(05-24-2014, 10:23 PM)BlueCat Wrote:(05-24-2014, 10:18 PM)RaccoonCity Wrote:Thanks, What am looking for a better design, Any ideas?(05-24-2014, 10:15 PM)Maxx Wrote: How are we supposed to criticize this?
We're only looking at a small part of the GUI...
Well I guess you can from what you have.
It does look pretty good I guess.~
(05-25-2014, 03:16 AM)Jinxed Wrote: Are you basing it off of anything (like how TOR is spun off Firefox) or coding from scratch? Either way, I think it's pretty impressive. Making a browser is something I've wanted to do for a while but never got around to. Good job and keep it up!
(also, would the browser and/or source code ever be available?)
(05-25-2014, 04:02 AM)Fish Wrote:Huh. Never knew. I might actually do this now!(05-25-2014, 03:16 AM)Jinxed Wrote: Are you basing it off of anything (like how TOR is spun off Firefox) or coding from scratch? Either way, I think it's pretty impressive. Making a browser is something I've wanted to do for a while but never got around to. Good job and keep it up!
(also, would the browser and/or source code ever be available?)
It looks like he/she's using the original "WebBrowser" tool from VS/VB.NET, which is based off of Internet Explorer.
And to the OP, I'm totally digging it so far! Great job!
(05-25-2014, 04:06 AM)Jinxed Wrote:(05-25-2014, 04:02 AM)Fish Wrote:Huh. Never knew. I might actually do this now!(05-25-2014, 03:16 AM)Jinxed Wrote: Are you basing it off of anything (like how TOR is spun off Firefox) or coding from scratch? Either way, I think it's pretty impressive. Making a browser is something I've wanted to do for a while but never got around to. Good job and keep it up!
(also, would the browser and/or source code ever be available?)
It looks like he/she's using the original "WebBrowser" tool from VS/VB.NET, which is based off of Internet Explorer.
And to the OP, I'm totally digging it so far! Great job!
(05-25-2014, 04:24 AM)Fish Wrote:Oh god screw C#... I'll probably use the FF base(05-25-2014, 04:06 AM)Jinxed Wrote:(05-25-2014, 04:02 AM)Fish Wrote:Huh. Never knew. I might actually do this now!(05-25-2014, 03:16 AM)Jinxed Wrote: Are you basing it off of anything (like how TOR is spun off Firefox) or coding from scratch? Either way, I think it's pretty impressive. Making a browser is something I've wanted to do for a while but never got around to. Good job and keep it up!
(also, would the browser and/or source code ever be available?)
It looks like he/she's using the original "WebBrowser" tool from VS/VB.NET, which is based off of Internet Explorer.
And to the OP, I'm totally digging it so far! Great job!
I've gotta say, in Visual Studio it's pretty easy to make a browser (a lot harder for a nicer looking one). If you want to opt out of using IE as a base, there's a Firefox based browser tool.
Also, if you really want a challenge, try to write one in C#!
Good luck!