Author Topic: New EEVblog Website Install  (Read 41806 times)

0 Members and 1 Guest are viewing this topic.

Offline fmaimon

  • Supporter
  • ****
  • Posts: 165
  • Country: br
Re: New EEVblog Website Install
« Reply #50 on: August 07, 2015, 11:51:03 pm »
For all of you who likes the old width better, use this greasemonkey script

Code: [Select]
// ==UserScript==
// @name        EEVBlog width changer
// @namespace   eevblog.rlz
// @include     *.eevblog.com/forum/*
// @version     1
// @grant       none
// ==/UserScript==
function addGlobalStyle(css) {
    var head, style;
    head = document.getElementsByTagName('head')[0];
    if (!head) { return; }
    style = document.createElement('style');
    style.type = 'text/css';
    style.innerHTML = css;
    head.appendChild(style);
}

addGlobalStyle('div#wrapper    { max-width: 100%; }')
 

Offline apelly

  • Supporter
  • ****
  • Posts: 1061
  • Country: nz
  • Probe
Re: New EEVblog Website Install
« Reply #51 on: August 08, 2015, 02:37:36 am »
For all of you who likes the old width better, use this greasemonkey script
Nice work.
 

Offline T3sl4co1l

  • Super Contributor
  • ***
  • Posts: 21658
  • Country: us
  • Expert, Analog Electronics, PCB Layout, EMC
    • Seven Transistor Labs
Re: New EEVblog Website Install
« Reply #52 on: August 08, 2015, 03:32:08 am »
It should be a maximum size if anything, not just a fixed width that makes the page just overflow on windows smaller than 1045px.

THIS! :D

Quote
I suppose when the screen is so wide that every paragraph becomes a single line... I just found hero999's images funny because if you force yourself to be objective for a moment, they both have the same amount of dead, empty whitespace:

Correct. On a properly formatted page for readability the text would wrap around the image.

Curious...

It's rather easy to tell HTML/CSS to wrap an image, but I don't think I've ever seen a forum which supports it.

Probably because it's just that little bit too fiddly (if you chain a bunch of pics on left and right alignments, and don't have enough text to fill in between, the whole flow is broken), and inline (paragraph style) images are "good enough", if sometimes wasteful of whitespace or left-right balance.

So, I don't have any problem with inline images.  Heck, it's the LaTeX default, too.  If it's good enough for Knuth...

Oh, and speaking of oversize images: it is nice that the forum normally avoids "blow-outs" by resizing images.  Unfortunately, it does so the lazy way!  A recent thread had several pages of enormous 3000-pixel-wide images stacked in it!  What am I, made of bandwidth?  Even users on high-end machines and fiber connections will have trouble downloading and rendering that page!  You have to be an idiot to post that many camera-fresh photos!  GAH!

So, it would be nice if a script turned large (over 800 or 1000 pixels width) images into links or thumbnails.

Of course, thumbnails would increase the processing and storage demands (which already includes exactly this function for in-forum attachments, which is fantastic!), so I'd be happy with links.

(And, like I've said before, it would be nice to be able to post a YouTube link, just as a humble link and nothing more.  :-[ )

Tim
« Last Edit: August 08, 2015, 03:39:12 am by T3sl4co1l »
Seven Transistor Labs, LLC
Electronic design, from concept to prototype.
Bringing a project to life?  Send me a message!
 

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: New EEVblog Website Install
« Reply #53 on: August 08, 2015, 04:53:37 am »
Forum is irritatingly small for me too. Hopefully Dave doesn't let these god-awful web "designers" he found come play in the forum as well as wrecking his front page... |O

That's a tad rude. You have not seen the new website. Also, they are doing it for free because they are fans, cut them some slack.
Show us your website.
 

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: New EEVblog Website Install
« Reply #54 on: August 08, 2015, 04:55:04 am »
(And, like I've said before, it would be nice to be able to post a YouTube link, just as a humble link and nothing more.  :-

If you can find a forum plugin that does that, or can modify the current one to do that, I'll be happy to use it.
 

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: New EEVblog Website Install
« Reply #55 on: August 08, 2015, 04:57:33 am »
I seriously question that Wordpress blogs have fixed widths as a direct consequence of the studies. I am more likely to think it is because smartphones and tablets are widely used in the portrait orientation. And for fashion.

Wordpress came out 5 years before the first smartphones.
 

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: New EEVblog Website Install
« Reply #56 on: August 08, 2015, 04:58:44 am »
Is anybody else now having difficulty viewing the forum on a smart TV

Works fine on my Sony Bravia, exactly the same look as my 1920x1080 desktop monitor.
 

Offline c4757p

  • Super Contributor
  • ***
  • Posts: 7799
  • Country: us
  • adieu
Re: New EEVblog Website Install
« Reply #57 on: August 08, 2015, 05:40:20 am »
Forum is irritatingly small for me too. Hopefully Dave doesn't let these god-awful web "designers" he found come play in the forum as well as wrecking his front page... |O

That's a tad rude. You have not seen the new website. Also, they are doing it for free because they are fans, cut them some slack.
Show us your website.

Have you looked at their website? It's horrible! It's so inefficient it needs its own loading screen, doesn't show any content without JavaScript, and bounces around in surprising ways as you try to interact with it! Graphically it looks like garbage, the contrast is wonky between the text and the image and the funny rectangular highlighting makes be feel like I've accidentally selected text. It looks like Web 53.0 vomited on it. Free is too expensive, and I sure as hell hope you wouldn't actually pay for that. I'd pay people to get rid of that shit!

"Show us your website" is a ridiculous challenge. It's not a question of who can bang out HTML better. Their website is practically unusable, that fact can't be cancelled by whether or not I can do better. I'm not advertising my services as a web developer.
No longer active here - try the IRC channel if you just can't be without me :)
 

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: New EEVblog Website Install
« Reply #58 on: August 08, 2015, 06:17:03 am »
Have you looked at their website? It's horrible! It looks like Web 53.0 vomited on it. Free is too expensive, and I sure as hell hope you wouldn't actually pay for that. I'd pay people to get rid of that shit!

That has absolutely nothing to do with my wordpress website. What makes you think my website would look like theirs?
Have a look at their portfolio, seems they know what they are doing to me.
http://www.inerds.com.au/portfolio/

They are taking an industry standard popular wordpress template and modifying it for my requirements. Hard to screw that up. And I've already shown a capture of the mock website and everyone liked it. It's not hugely different to what I have now, just a hell of a lot tidier and more capable.
« Last Edit: August 08, 2015, 06:19:01 am by EEVblog »
 

Offline Rasz

  • Super Contributor
  • ***
  • Posts: 2616
  • Country: 00
    • My random blog.
Re: New EEVblog Website Install
« Reply #59 on: August 08, 2015, 06:20:47 am »
And if it goes horribly wrong, we know who to blame!
http://www.inerds.com.au/

...

The forum was changed from a 95% width setting to a fixed 1045px

did those geniuses of "responsive design" did this?  |O
I would understand if page detected browser window width and scaled up to preserve aspect ratio and make it easier to read with bigger fonts, but displaying something the size of postcard on a huge modern monitor because webdesigner is not skilled enough? poor poor

No one seems to complain about fixed width wordpress blog sites though, but that's kinda par for the course. Forums are different beasts.

not true, as always I was the first to complain when you "upgraded" theamphour, I also posted usercss back then to widen it from default its 1996 800px width.

Code: [Select]
.site-container {
margin-left: 2% !important;
max-width: 1200px !important;
width: 80% !important;
}

.site-header {
left: 1% !important;
max-width: 1200px !important;
width: 80% !important;
}

.powerpress_player embed {
width: 100% !important;
}


this fixes the forum:
Code: [Select]
div#wrapper
{
  max-width: 100% !important;
  width: 100% !important;
}

btw dont know whats up, but supplyframe iframe doesnt load for me at all, didnt even knew it was there but got curious why I have 160px margin at the top
Who logs in to gdm? Not I, said the duck.
My fireplace is on fire, but in all the wrong places.
 

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: New EEVblog Website Install
« Reply #60 on: August 08, 2015, 06:23:58 am »
I'll bet they didn't confine themselves into a narrow fixed width band up the middle of the screen then either.

Yes, they did. Many (most?) of the stock themes did. Go look at captures on the Wayback Machine archive.
 

Offline BravoV

  • Super Contributor
  • ***
  • Posts: 7547
  • Country: 00
  • +++ ATH1
Re: New EEVblog Website Install
« Reply #61 on: August 08, 2015, 10:57:52 am »
For all of you who likes the old width better, use this greasemonkey script

 :clap: Thank you !!! It works, using Waterfox aka Firefox x64.

Installed the greasemonkey for the 1st time, just to make the forum's width max out as my screen resolutions as I move around using different pcs, laptop.

Offline BravoV

  • Super Contributor
  • ***
  • Posts: 7547
  • Country: 00
  • +++ ATH1
Re: New EEVblog Website Install
« Reply #62 on: August 08, 2015, 11:44:39 am »
I don't know crap about web page stuff, its surprising to know that pc/os/internet/web have been evolved for decades, still now days the web technology can not reliably and capable of auto stretching the page's content to the viewer screen's max width ? Of course I'm talking vectorized items (scalable) like font, tab etc.

cmiiw

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: New EEVblog Website Install
« Reply #63 on: August 08, 2015, 12:39:10 pm »
I don't know crap about web page stuff, its surprising to know that pc/os/internet/web have been evolved for decades, still now days the web technology can not reliably and capable of auto stretching the page's content to the viewer screen's max width ?

Of course it can. It works well for things like this forum. Not so great for things like wordpress blog that post the same content over and over and want it to look a certain way. This is why a ton of Wordpress and other sites are fixed widths, it allows the content producer to force the user to see the content the way they want them to see it, because some presentations can be better in fixed width
There are pros and cons to both approaches.
 

Offline krivx

  • Frequent Contributor
  • **
  • Posts: 765
  • Country: ie
Re: New EEVblog Website Install
« Reply #64 on: August 08, 2015, 02:09:52 pm »
I don't know crap about web page stuff, its surprising to know that pc/os/internet/web have been evolved for decades, still now days the web technology can not reliably and capable of auto stretching the page's content to the viewer screen's max width ?

Of course it can. It works well for things like this forum. Not so great for things like wordpress blog that post the same content over and over and want it to look a certain way. This is why a ton of Wordpress and other sites are fixed widths, it allows the content producer to force the user to see the content the way they want them to see it, because some presentations can be better in fixed width
There are pros and cons to both approaches.

I feel like this is historical as well. When blogging platforms were taking off there was a lot of talk of an online publishing revolution, it may have been a deliberate decisions to have posts default to a format familiar from print articles/editorials.
 

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: New EEVblog Website Install
« Reply #65 on: August 08, 2015, 02:25:55 pm »
I feel like this is historical as well. When blogging platforms were taking off there was a lot of talk of an online publishing revolution, it may have been a deliberate decisions to have posts default to a format familiar from print articles/editorials.

Of course they copied that, and they had good reason to. And those print articles and magazines have column based formatting because they are proven to be easier to read. All this stuff was researched long before the interwebs came along.
 

Offline ataradov

  • Super Contributor
  • ***
  • Posts: 11236
  • Country: us
    • Personal site
Re: New EEVblog Website Install
« Reply #66 on: August 08, 2015, 05:33:57 pm »
And those print articles and magazines have column based formatting because they are proven to be easier to read.
They are easier to read that way because of the overall stupidity of the news paper and magazine layout. And may be that's why they all go out of business now. And that's probably why they are complaining that browsers plugins showing just the content of the article formatted in a way user wants, kills their business (and this thing is now embedded into Firefox by default). Try to present content in a way people actually want to read it or go out of business.

I personally rad with BIG fonts (I limit all my fonts to 16 minimum, and increase the size for things I read a lot). And why would not I? I have a big monitor, and my eye sight is not perfect. With this new formatting, no matter how much I increase the font size, I get the same width, but less information on the screen.

And the is also a factor of "people used to it", even if things are not that efficient. If tomorrow there will be a study that shows that car pedals are more efficient if rearranged, it is not a reason to go and start changing them.

But I really don't care, because Stylish script fixed that stupidity for me after 5 minutes of use.

Just saying, so far you have a lot of people complaining on one side, and "studies" on the other.
Alex
 

Offline krivx

  • Frequent Contributor
  • **
  • Posts: 765
  • Country: ie
Re: New EEVblog Website Install
« Reply #67 on: August 08, 2015, 05:49:02 pm »
I feel like this is historical as well. When blogging platforms were taking off there was a lot of talk of an online publishing revolution, it may have been a deliberate decisions to have posts default to a format familiar from print articles/editorials.

Of course they copied that, and they had good reason to. And those print articles and magazines have column based formatting because they are proven to be easier to read. All this stuff was researched long before the interwebs came along.

The broadsheet format and multiple columns both date to ~18th century, surely the logistics of movable type frames may have had something to do with it? Thin columns only seem to excel when there are many alongside each other with headlines, I can skim several with a very natural sideways glance. It doesn't seem to have been successful for other print media, I can only think of Bibles as another example.

edit: (Yes, this is a very silly argument. Yes, I am waiting to finish the workday.)
 

Offline SL4P

  • Super Contributor
  • ***
  • Posts: 2318
  • Country: au
  • There's more value if you figure it out yourself!
Re: New EEVblog Website Install
« Reply #68 on: August 08, 2015, 09:48:25 pm »
Can't read it on iPad any more... no pinch to zoom functionality!
Don't ask a question if you aren't willing to listen to the answer.
 

Offline EEVblogTopic starter

  • Administrator
  • *****
  • Posts: 37730
  • Country: au
    • EEVblog
Re: New EEVblog Website Install
« Reply #69 on: August 08, 2015, 11:00:23 pm »
Just saying, so far you have a lot of people complaining on one side, and "studies" on the other.

To be very clear - I don't like the new fixed width forum format and have asked them to change it back!
I am not in any way arguing fixed width is a good move for the forum. Relax.
 

Offline SL4P

  • Super Contributor
  • ***
  • Posts: 2318
  • Country: au
  • There's more value if you figure it out yourself!
Re: New EEVblog Website Install
« Reply #70 on: August 08, 2015, 11:04:40 pm »
I might add to my earlier comment that I don't like having to 'reject' the offer to install tapas talk every time I change pages.
Hugs
Don't ask a question if you aren't willing to listen to the answer.
 

Offline rs20

  • Super Contributor
  • ***
  • Posts: 2318
  • Country: au
Re: New EEVblog Website Install
« Reply #71 on: August 09, 2015, 12:21:11 am »
I'm also pleased that it's getting changed back, but I can't let this poor logic stand:

I personally rad with BIG fonts (I limit all my fonts to 16 minimum, and increase the size for things I read a lot). And why would not I? I have a big monitor, and my eye sight is not perfect. With this new formatting, no matter how much I increase the font size, I get the same width, but less information on the screen.

How are you making your fonts bigger? If I hit Ctrl-+ in chrome, the width of the page scales up along with the fonts.

And the is also a factor of "people used to it", even if things are not that efficient. If tomorrow there will be a study that shows that car pedals are more efficient if rearranged, it is not a reason to go and start changing them.
:palm: I don't think forum layout is life-threatening  :palm:

Just saying, so far you have a lot of people complaining on one side, and "studies" on the other.
Change aversion. People who are upset shout louder than people who are happy, even when in the minority. Change aversion. I could go on.

Also, you think a whine-fest on a forum is a better source of truth than a pile of well-run, unbiased studies? Yikes!
 

Offline nixfu

  • Supporter
  • ****
  • Posts: 346
  • Country: us
Re: New EEVblog Website Install
« Reply #72 on: August 09, 2015, 01:39:48 am »
Whoa...forum is much less useful on my big iMac monitor now...its a skinny little bar now in the middle of my browser.

Fixed sizes are BAD.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19470
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: New EEVblog Website Install
« Reply #73 on: August 09, 2015, 07:44:11 am »
Fixed sizes are BAD.

Just so. Web mis-designers arrogance is a lose-lose compromise for me.... This forum now runs off the side of my notebook's screen, AAAAARGH. And is irritatingly small on my HD screen.

If you want to see a ludicrous site, have a look at the RS site. There the information is actually wider than an HD screen, yet they constrain it to a narrow strip in the middle, thus ensuring you have to scroll more than desirable!  For example, see http://uk.rs-online.com/web/c/semiconductors/amplifiers-comparators/operational-amplifiers/



There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline TiN

  • Super Contributor
  • ***
  • Posts: 4543
  • Country: ua
    • xDevs.com
Re: New EEVblog Website Install
« Reply #74 on: August 09, 2015, 08:06:29 am »
Fixed sizes are BAD.  :-BROKE



And it's NOT 4K, only 2560x1600.

Hope to see it back too :)
« Last Edit: August 09, 2015, 09:11:19 am by TiN »
YouTube | Metrology IRC Chat room | Let's share T&M documentation? Upload! No upload limits for firmwares, photos, files.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf