GeekIMO

GeekIMO *
Please login or register.

Login with username, password and session length
 

  • Home
  • Help
  • Search
  • Login
  • Register

  • GeekIMO »
  • Software »
  • Programming Discussion & Issues »
  • Developing a Web Browser - Suggestions
« previous next »
  • Reply
  • Print
Pages: 1 2 »  All   Go Down

Author Topic: Developing a Web Browser - Suggestions  (Read 1135 times)

ThRaInPa

  • Guest
Developing a Web Browser - Suggestions
« on: September 27, 2008, 03:54:26 PM »
  • Quote
Hi people, i'm developing a little web browser to be used on USB-Drives and i wish to ask you all for ideas/suggestions for the program.

Ideas can be small or big, clever or crazy; if it looks good and works good in the end then thats all that matters!

It will be in development for a while but any ALPHA/BETA/Stable releases i create will be posted here first!

I'm looking forward to what you can throw at me!

NOTE: The name for the program has already been determined.

Download net-u Portable Web Browser BETA Build 0050:

It has been brought to my attention that the previous link to net-u Portable Web Browser has stopped working.
I apologize for this and will have it back up on another server soon.

Old link will return after certain problems have been rectified

UPDATE HISTORY

DONE FOR NEXT RELEASE


UPDATE HISTORY

18/11/2008[11:31] - Released net-u Portable Web Browser BETA Build 0050
NO-TIME-STAMP -- Overall Performance boost (code compression)
NO-TIME-STAMP -- Added StatusBar
NO-TIME-STAMP -- Almost Finished First GUI
NO-TIME-STAMP -- Tab System dabbled, WAY still in BETA, recommended NOT to use yet.
05/10/2008[11:25] - Changed update service to semi-automatic (no longer needs the 'Check' button)
29/09/2008[22:46] - Released net-u Portable Web Browser BETA Build 0015[
29/09/2008[22:40] - Added SearchBar which can search Google, Yahoo, MSN, Wikipedia and Mininova
28/09/2008[23:10] - First BETA release declared.
28/09/2008[23:01] - Update System Finished.
28/09/2008[22:26] - First ALPHA release declared.
28/09/2008[22:25] - Finished creating new layout.
28/09/2008[22:07] - Changed browser to use ToolBar.
28/09/2008[20:09] - Added MenuBar and changed Alignment.
27/09/2008[17:18] - Update check system now working.
27/09/2008[16:05] - Back/Forward Button bugs fixed.
« Last Edit: September 27, 2008, 04:08:50 PM by 2 »
Report to moderator   Logged

Offline i-CONICA

  • Administrator
  • Guest
  • Posts: 8
  • Geek-Ups: +0/-0
    • View Profile
    • FileQuake.com
Re: Developing a Web Browser - Suggestions
« Reply #1 on: September 27, 2008, 06:28:19 PM »
  • Quote
I'd be interested to know how the update checking part of it works? That might be roughly adaptable to make an update checker for http://FileQuake.com. Similar to filehippo.com's update checker...  :-/

Most ideas i've thought of have already been done. I'd want to concentrate on making it have something not many other browsers do. I'm thinking speed! At the minute, It loads pretty much instantly and uses very little memory, But I'm sure that'll change as the program develops. My suggestion is to try to keep it as light as possible, Keep the graphics simple and you can brand the browser as "The lightest browser in the world" making it suitable for very very low spec "browsing" PCs...  :-/
« Last Edit: December 17, 2008, 02:12:06 PM by 1 »
Report to moderator   Logged

Offline Cloud

  • Administrator
  • Guest
  • Posts: 870
  • Geek-Ups: +14/-0
    • View Profile
    • Forge Team
Re: Developing a Web Browser - Suggestions
« Reply #2 on: September 27, 2008, 07:05:24 PM »
  • Quote
Bah I'm lost for ideas. Firefox has so much stuff on it, Ive ran out. But yeh speed would be the main aspect. If you could make it like chrome, id use it! (FASTER THAN FF) Ill edit this post when I have further ideas
Report to moderator   Logged

ThRaInPa

  • Guest
Re: Developing a Web Browser - Suggestions
« Reply #3 on: September 28, 2008, 02:47:33 PM »
  • Quote
Quote
I'd be interested to know how the update checking part of it works? That might be roughly adaptable to make an update checker for FileQuake.com. Similar to filehippo.com's update checker...  

It's really quite simple, i hard code the version number into the programming as
Code: [Select]
var VerNum: string;
Vernum:='0005';
(0005 being the version number)
and when a person clicks a button it checks a file i have hosted on gagm.i-conica.net, if the VerNum variable is the same as the one on the internet file then it tells the user there are no updates available. If the internet file with the 'Latest Version' number on it, is different to that which is coded into the program, it tells the user there is  download available and provides the download link, which is taken from another fileon gagm.i-conica.net. (i could make it automatic though easily but it would create/increase a small start-up wait)

Quote
Bah I'm lost for ideas. Firefox has so much stuff on it, Ive ran out. But yeh speed would be the main aspect. If you could make it like chrome, id use it! (FASTER THAN FF) Ill edit this post when I have further ideas

Ill tell you what FireFox doesnt have, a mix of speed and portablity! Even the portable FireFox has problems.
« Last Edit: April 13, 2009, 03:03:38 AM by 1 »
Report to moderator   Logged

Offline i-CONICA

  • Administrator
  • Guest
  • Posts: 8
  • Geek-Ups: +0/-0
    • View Profile
    • FileQuake.com
Re: Developing a Web Browser - Suggestions
« Reply #4 on: September 30, 2008, 06:38:14 AM »
  • Quote
Beta already? I wouldn't say it's that far yet...

Your new display pic is freaky...
Report to moderator   Logged

ThRaInPa

  • Guest
Re: Developing a Web Browser - Suggestions
« Reply #5 on: September 30, 2008, 11:38:40 AM »
  • Quote
Quote
Your new display pic is freaky...

Well most of the girls i know love it XD
Report to moderator   Logged

Offline Cloud

  • Administrator
  • Guest
  • Posts: 870
  • Geek-Ups: +14/-0
    • View Profile
    • Forge Team
Re: Developing a Web Browser - Suggestions
« Reply #6 on: September 30, 2008, 04:04:14 PM »
  • Quote
Hey, I'm no whiner but could you post a screenshot? Just wanted to see what it looks like ;)
Report to moderator   Logged

ThRaInPa

  • Guest
Re: Developing a Web Browser - Suggestions
« Reply #7 on: September 30, 2008, 04:06:08 PM »
  • Quote
Quote
Hey, I'm no whiner but could you post a screenshot? Just wanted to see what it looks like

That, my dear friend, is the entire point on giving you a download link!
Report to moderator   Logged

Offline Cloud

  • Administrator
  • Guest
  • Posts: 870
  • Geek-Ups: +14/-0
    • View Profile
    • Forge Team
Re: Developing a Web Browser - Suggestions
« Reply #8 on: September 30, 2008, 05:13:38 PM »
  • Quote
A don't really like downloading things that I haven't seen first (I'm like this with everything, nothing personal)
Report to moderator   Logged

ThRaInPa

  • Guest
Re: Developing a Web Browser - Suggestions
« Reply #9 on: September 30, 2008, 06:57:42 PM »
  • Quote
Quote
A don't really like downloading things that I haven't seen first (I'm like this with everything, nothing personal)

I guess you don't download much at all then XD
Report to moderator   Logged

Offline Cloud

  • Administrator
  • Guest
  • Posts: 870
  • Geek-Ups: +14/-0
    • View Profile
    • Forge Team
Re: Developing a Web Browser - Suggestions
« Reply #10 on: September 30, 2008, 07:07:15 PM »
  • Quote
I don't download anything I haven't seen. For all I know, it could be anything. But ill download it when I have time, I trust its just a web browser lol
Report to moderator   Logged

ThRaInPa

  • Guest
Re: Developing a Web Browser - Suggestions
« Reply #11 on: September 30, 2008, 07:33:29 PM »
  • Quote
Quote
I don't download anything I haven't seen. For all I know, it could be anything. But ill download it when I have time, I trust its just a web browser lol

Its a web browser that I developed, I uploaded to a forum im a mod on and let everyone try if they want...

Please tell me why you think i would possibly upload something that could completely destroy my positon on this forum?

Im proud to be part of geekimo
« Last Edit: October 01, 2008, 10:21:23 AM by 2 »
Report to moderator   Logged

Offline Cloud

  • Administrator
  • Guest
  • Posts: 870
  • Geek-Ups: +14/-0
    • View Profile
    • Forge Team
Re: Developing a Web Browser - Suggestions
« Reply #12 on: September 30, 2008, 09:54:25 PM »
  • Quote
Sorry if I offended you ThRaInPa it's just, I wanted to see your piece of art ;) Before I actually downloaded it.
Report to moderator   Logged

ThRaInPa

  • Guest
Re: Developing a Web Browser - Suggestions
« Reply #13 on: October 01, 2008, 10:12:58 AM »
  • Quote
Quote
Sorry if I offended you ThRaInPa it's just, I wanted to see your piece of art  Before I actually downloaded it.

Fair enough just consider others viewpoints before posting something like that eh?

I'll post a screenie after my design co-ordinator finished the GUI (It IS in BETA after all rofl)

Altho i might revert it back to alpha.
Report to moderator   Logged

Offline i-CONICA

  • Administrator
  • Guest
  • Posts: 8
  • Geek-Ups: +0/-0
    • View Profile
    • FileQuake.com
Re: Developing a Web Browser - Suggestions
« Reply #14 on: October 01, 2008, 10:24:21 AM »
  • Quote
haha now now guys  :o thought i was gonna see a murder take place here..  ??)

Cloud, It's good your cautious about what you download but seeing a screen shot doesn't indicate if a file is safe or not... (think)

Plus just remember, If it's on one of my servers, it's safe. ;)
Report to moderator   Logged

Offline i-CONICA

  • Administrator
  • Guest
  • Posts: 8
  • Geek-Ups: +0/-0
    • View Profile
    • FileQuake.com
Re: Developing a Web Browser - Suggestions
« Reply #15 on: October 01, 2008, 10:34:21 AM »
  • Quote
Quote
Well most of the girls i know love it XD
    
Quote
Quoted Text
    Your new display pic is freaky...




You know some weird girls dude... (think)
Report to moderator   Logged

ThRaInPa

  • Guest
Re: Developing a Web Browser - Suggestions
« Reply #16 on: October 01, 2008, 10:55:31 AM »
  • Quote
Quote
You know some weird girls dude...

Yeah xD But then again were not exactly alike in taste  :P
Report to moderator   Logged

Offline i-CONICA

  • Administrator
  • Guest
  • Posts: 8
  • Geek-Ups: +0/-0
    • View Profile
    • FileQuake.com
Re: Developing a Web Browser - Suggestions
« Reply #17 on: October 01, 2008, 10:58:06 AM »
  • Quote
True.. Very very true..  :P
Report to moderator   Logged

ThRaInPa

  • Guest
Re: Developing a Web Browser - Suggestions
« Reply #18 on: October 05, 2008, 03:32:05 PM »
  • Quote
Sorry for not updating y'all i been busy at uni!

More updates coming soon!
Report to moderator   Logged

Offline i-CONICA

  • Administrator
  • Guest
  • Posts: 8
  • Geek-Ups: +0/-0
    • View Profile
    • FileQuake.com
Re: Developing a Web Browser - Suggestions
« Reply #19 on: November 15, 2008, 11:59:57 PM »
  • Quote
How soon is soon? I'm guessing you've gotten bored and abandoned the project?  ;D
Report to moderator   Logged

Offline Cloud

  • Administrator
  • Guest
  • Posts: 870
  • Geek-Ups: +14/-0
    • View Profile
    • Forge Team
Re: Developing a Web Browser - Suggestions
« Reply #20 on: November 16, 2008, 12:48:20 AM »
  • Quote
Make sure you have an auto updater ThRaInPa, because ill be downloading the first version you release! Could you have the setting like on chrome? Firefox concentrates on all tabs, Chrome concentrates on the tab your on, alot faster...
Report to moderator   Logged

Offline i-CONICA

  • Administrator
  • Guest
  • Posts: 8
  • Geek-Ups: +0/-0
    • View Profile
    • FileQuake.com
Re: Developing a Web Browser - Suggestions
« Reply #21 on: November 16, 2008, 12:58:15 AM »
  • Quote
If you mean having a separate process for each tab, that's a fantastic innovation by google, ThRaInPa wouldn't be able to replicate that into Net-U..

The auto updater is very important, good point. Chrome has a process on auto start to do this, maybe a similar thing for Net-U?
Report to moderator   Logged

Offline Cloud

  • Administrator
  • Guest
  • Posts: 870
  • Geek-Ups: +14/-0
    • View Profile
    • Forge Team
Re: Developing a Web Browser - Suggestions
« Reply #22 on: November 16, 2008, 01:02:46 AM »
  • Quote
yeah. Because downloading a new version for a small bugfix would be very annoying.
Shame he cant replicate the chrome setting...
Report to moderator   Logged

Offline i-CONICA

  • Administrator
  • Guest
  • Posts: 8
  • Geek-Ups: +0/-0
    • View Profile
    • FileQuake.com
Re: Developing a Web Browser - Suggestions
« Reply #23 on: November 16, 2008, 01:04:08 AM »
  • Quote
Quote from: cloud
Shame he cant replicate the chrome setting
It's not a setting! it's the way the program has been written from the floor up! It can't be changed and it's very advanced.
Report to moderator   Logged

ThRaInPa

  • Guest
Re: Developing a Web Browser - Suggestions
« Reply #24 on: November 16, 2008, 05:31:06 PM »
  • Quote
Quote
How soon is soon? I'm guessing you've gotten bored and abandoned the project?  ;D

Bored? I've been on the project almost continuously!
While there may have not been any new releases on the net, it has come a long way.

I will Release its current version  in a day or so!
Report to moderator   Logged

  • Reply
  • Print
Pages: 1 2 »  All   Go Up
« previous next »
  • GeekIMO »
  • Software »
  • Programming Discussion & Issues »
  • Developing a Web Browser - Suggestions
 

+ Quick Reply

With Quick-Reply you can write a post when viewing a topic without loading a new page. You can still use bulletin board code and smileys as you would in a normal post.

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Name: Email:
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image
Type the letters shown in the picture:

  • Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
  • Sitemap
  • RSS
  • WAP2

Page created in 0.285 seconds with 15 queries.