![]() |
|
|
#749 |
|
"Graham uses ISO 8601"
Mar 2014
AU, Sydney
3638 Posts |
|
|
|
|
|
|
#750 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
24·389 Posts |
Quote:
And, OMG, the side menus actually work without JS. Good job. You see, we don't need JS to make a useful website
|
|
|
|
|
|
|
#751 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2·3·1,693 Posts |
I'm curious about one layout detail. (See attached.) Perhaps this is browser-related? (I habitually run Firefox, currently V. 28.0.)
|
|
|
|
|
|
#752 |
|
Dec 2002
5·163 Posts |
|
|
|
|
|
|
#753 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
Upgrading resolved that issue. It also reminded me WHY I was still at 28.0.
Higher version include "helpful" and totally unwanted layout changes. This sort of gratuitous change with an update, unannounced and unchangeable, is one of my biggest complaints about Firefox. ![]() EDIT: Rolled back to 28.0. Still working to restore my desired layout.
Last fiddled with by kladner on 2014-09-19 at 14:13 |
|
|
|
|
|
#754 | |
|
Mar 2014
19 Posts |
Quote:
The two exponents I was working on are M68647807 and M68648053 both from 2^72 to 2^73. When I submit them, I get the following from submit_spider: 20140919_133623 INFO: M68648053 submitted; GHz Days credit. There should be a number before GHz Days. Last time I looked into this, it was a server-side timeout that submit_spider was not catching. Any ideas how I can further diagnose this problem? I was able to submit the exact same results into the manual submission form and it worked instantaneously: Code:
Found 5 lines to process. processing: TF factor 8823644269361374859767 for M68647807 (272-273) CPU credit is 12.5662 GHz-days. processing: TF factor 8102569144038786442433 for M68648053 (272-273) CPU credit is 10.8524 GHz-days. Done processing: * Parsed 4 lines. * Found 0 datestamps. GHz-days Qty Work Submitted Accepted Average 2 Trial Factoring: factor 14.781 23.419 7.391 2 - all - 14.781 Found factors lengths: Bits Count 73 2 Digits Count 22 2 K size Count 1013 10,000,000,000,000 2 Status codes: Code Meaning Count 0 no error 2 |
|
|
|
|
|
|
#755 | |
|
"/X\(‘-‘)/X\"
Jan 2013
55628 Posts |
Quote:
The new menus are easier to use on my phone, but it's not obvious they're a menu. As to how to best achieve that, I don't know. I'm not a UX guy :) |
|
|
|
|
|
|
#756 | |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
2×4,909 Posts |
Quote:
Something for George. Somewhere on the front page or on the "getting Started" page, there should be discussion on GPUs participation. |
|
|
|
|
|
|
#757 |
|
Serpentine Vermin Jar
Jul 2014
3,313 Posts |
Wow, that's some old Firefox. :)
I haven't looked at older versions of FF myself but I'm *guessing* the reason is that older versions of Firefox (and Chrome) had their own custom ways of handling "box-sizing" in CSS. FF/Chrome each had their own custom thing. FF needs "-moz-box-sizing" and Chrome used, I think, "-webkit-box-sizing". The reason for adding that to the default styling is so that when adding padding/margins to a div section, it adds those to the *inside* of the div, not to the outside, which makes it SO much easier to lay out your sections without worrying about how many pixels are popping out from padding, margins, borders, etc. My guess is that older browsers that don't handle just plain "box-sizing: border-box" for that setting are getting the borders added outside the divs and then all of a sudden my side-by-side sections don't fit next to each other in the constrained width. I ran into that a lot when trying to shoehorn it in without using border-box. I (mistakenly) assumed nobody in their right mind would still be running old FF/Chrome so I didn't bother including those alternate styles... guess I need to add those back in for backwards compatibility. For all the (boring?) details, see: http://www.paulirish.com/2012/box-si...order-box-ftw/ And sure enough, FF 28 was the last version that still didn't have support for the almost-standard "box-sizing" by itself. Chrome has supported it since way back at v10, and even IE has supported it since IE 8. Safari since v5.1, etc. So...I'll add this to the CSS and it should fix it for old FF, <= v28. -moz-box-sizing: border-box; /* old Firefox, etc */ |
|
|
|
|
|
#758 | |
|
Serpentine Vermin Jar
Jul 2014
331310 Posts |
Quote:
I settled on font size 3=1em and size 4=1.35em which is actually a touch larger than the 1.13em I'd seen elsewhere. I also marked up the "articles" on the home page with some proper h2/h3 elements and tried to tweak the font-size on them to kind of match what the old page has. H2 for instance is 1.5em and H3 used as the "title" of each article section is 1.35em and it replaced the old font size=4 they all used to have. I considered using % instead of em for the size up/down but just didn't bother at this point. The default font size for the normal text *should* all be 12pt, and a boring "font-family: Tahoma, Arial, Helvetica, sans-serif;" If you're seeing a larger font size for the regular text, like 16.4, that seems weird. :) If you're able to check using the Chrome inspect element tools, I'd be curious to see where it thinks it's inheriting a larger font size from. |
|
|
|
|
|
|
#759 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
Thanks! Sorry for being such a stick-in-the-mud.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Official "Faits erronés dans de belles-lettres" thread | ewmayer | Lounge | 39 | 2015-05-19 01:08 |
| Official "all-Greek-to-me Fiction Literature and Cinema" Thread | ewmayer | Science & Technology | 41 | 2014-04-16 11:54 |
| Official "Lasciate ogne speranza" whinge-thread | cheesehead | Soap Box | 56 | 2013-06-29 01:42 |
| Official "Ernst is a deceiving bully and George is a meanie" thread | cheesehead | Soap Box | 61 | 2013-06-11 04:30 |
| Official "String copy Statement Considered Harmful" thread | Dubslow | Programming | 19 | 2012-05-31 17:49 |