And they're still using the Bill Gates Borg icon?
Slashdot Launches Re-Design
51–57 of 57 posts
Re: Slashdot Launches Re-Design
#52Slashdot? I read HN.
Of the three that might appeal to me, I read the abstracts, and occasionally follow the links to the original articles. I ignore the comments because I never log in anymore. The only ad I might see is in the upper right.
The new design seems to confirm that I'm not alone.
Re: Slashdot Launches Re-Design
#53Re: Slashdot Launches Re-Design
#54My problem with /. was that the stories were not voted in on by the community but rather by a select few curators who added editorial content in the headlines. And they're still using the Bill Gates Borg icon?
You're right about the editorial content in the headlines and summary though but I like that the stories have a small blurb explaining the story unlike Reddit or Hacker News.
Re: Slashdot Launches Re-Design
#55The problem is that the culture did not really evolve. There's nothing that Slashdot stands for anymore. I wonder whether it would be a good idea for Slashdot, now that the readers as well as the authors are older, to cover topics for geeks in their 30s or 40s: homes, families, kids... I believe that there would be a range of interesting topics, and I don't know any news site that covers them.
Re: Slashdot Launches Re-Design
#56Earlier quoted context omitted.
For 4 rounded corners you probably need to download 4 images. Thats 4 extra connections to the server to connect to, download, process. It isn't the processor time that is taking longer its the transfer time.
Most modern browsers (all but IE I believe) will let you round corners with CSS. An extra line or so of CSS is hardly much of a transfer overhead. I believe current thinking (on non-enterprise sites anyway) is to let the IE people have their square corners, and those on new browsers get all the curvy goodness.
Re: Slashdot Launches Re-Design
#57It's unfortunate that they've jumped on the fixed positioning bandwagon. Non-scrolling headers/footers break the way Page Up and Page Down work, because the visible size is no longer the size of the scrollable area. Luckily there's a user style in the Slashdot comments that changes the fixed elements to absolute positioning. It isn't a perfect solution, though (e.g. for when you use an alternate browser).
It also seems to break their "Parent" links -- it ends up with the top bar partially covering the comment's header. I've yet to encounter a web site where floating title bar is a good idea.