Nixers sourced tiling web browser - Off topic

Users browsing this thread: 1 Guest(s)
jobss
Long time nixers
A tiled environment is favored among programmers, because it allow's its users to see everything they are doing at a single glance.

And yet, in the age of ever popular websites, browsers still follow the "one view" technique to a tee. Only one page can be seen at a time, unless if you have another instance of the browser open. But having that other browser open would consume computer resources.

So why not, collectively ( nixers programmers and designers ) make a browser that tiles open web sites, and they then can be arranged horizontally, vertically or in a custom grid format, as found in out beloved TWM's? Upon importance they ( the web page ) could be resized easily and the user can still see all of his other web pages, with out having to go back to another tab.

And like with our custom layouts we love to alter, the browser could save the layouts and have a history of all layouts that were added to the browser.

The great Stan Lee once famously said, " With great power comes a great responsibility ". The power of the internet has consumed our lives, to the point that hackers are now taking over our phones to track our locations and activate parts of our phones through security holes in applications. All from over the internet, A place almost all of us call home.

While focusing on making a productive environment, we should also make security a top priority.

For example, by default there should be an ad blocker in place to block ads that potentially could inject code into our systems, and also upon termination of the browser all cookies and stored cache should be purged ( this helps to prevent people from forgetting to log out of online banking sites and online market places ).

Many users may want ads enabled or may want themselves to be logged into all sites or just certain sites. So like a pilot in an aircraft, everything should be able to be tweaked and have the ability to be turned off. Inside the settings page, users would be able to alter wich sites the ad blocker would work, which sites to keep them logged in and which cookies should be able to kept,

All settings having an on and off switch would make all users happier then just leaning towards one way or another.

If we were to import plugins from various web browsers, by default only plugins with a star ratting of 4 or above should be installed with a min. number of reviews being 12. ( Those parameters would be editable with in the master settings page of the browser ).

If any one else has any things they would like to have put into place for the project post them below.

An official name, nor design has come to mind yet. A vote would determine both the name and design of the browser. In the mean time, the code-name for this project will be "Bella Web", Italian for beautiful web.

Any one can contribute to the project.
The world is quaking from our Linux Thoughts!
Saos
Long time nixers
Like this? https://addons.mozilla.org/en-US/firefox...tile-tabs/

Of course this is an addon, not a full-blown browser like you're proposing.
jobss
Long time nixers
(27-03-2014, 02:02 PM)Saos Wrote: Like this? https://addons.mozilla.org/en-US/firefox...tile-tabs/

Of course this is an addon, not a full-blown browser like you're proposing.

That's what gave me the inspiration. I don't really use Firefox tho. ;P

Also as of the current version Firefox has 10,622,128 lines of code. Making it a mammoth of a browser , I think that this browser would come in at around 170,000 lines of code.

There is a demand for the tiling aspect of a web browser, that plug in has 76,000 downloads and a perfect 5 star rating out of 157 user reviews.
The world is quaking from our Linux Thoughts!
Saos
Long time nixers
I definitely think it's a cool idea. If not that, some sort of plugin for xombrero, which I know several people use since its so light. It makes sense that it could follow the Vim philosophy in splitting web pages the same way you can split files in a single session.

I'm not a terribly experiences programmer though, so I'm just speculating.
jobss
Long time nixers
(27-03-2014, 02:20 PM)Saos Wrote: I definitely think it's a cool idea. If not that, some sort of plugin for xombrero, which I know several people use since its so light. It makes sense that it could follow the Vim philosophy in splitting web pages the same way you can split files in a single session.

I'm not a terribly experiences programmer though, so I'm just speculating.

I have never heard of xombrero, I will defiantly look into that, for a while now I have been using luakit.
The world is quaking from our Linux Thoughts!
z3bra
Grey Hair Nixers
Dwb can actually "lock" a tab, so that it will always be shown. It split the browser in two, with you locked tab on the left and other tabs on te right. But that's not really tilling.
For this, I personnally spawn an instance of surf when I need to have the page openned in a new window (!s bound to -> open tab in surf). You can now manage it using the WM !

Anyway, I think tilling WM are overrated ;)
BANGARANG, MOTHERFUCKER
dunz0r
Members
UZBL can do this. Many moons ago I had UZBL hook up to awesomes sockets and manage it's own layouts, very convenient.

UZBL itself isn't horribly convenient though, albeit very configurable.