![]() |
|
|
#56 | |
|
May 2007
Kansas; USA
101×103 Posts |
Quote:
What does "page will fit to the others" mean? Fit to my pages? Your pages? Or what? Why does it need to fit to anything? Doesn't it already fit? What does "full support granted on my side if any changes needed" mean? Am I uploading such changes to your web pages? if so, I'd rather not do that. I try to keep my whole setup on web pages quite simple and I admit I don't particularly care to introduce much complexity to the whole process. I told you I was dumb on this stuff. :-) Last fiddled with by gd_barnes on 2010-08-23 at 08:06 |
|
|
|
|
|
|
#57 | |
|
Mar 2006
Germany
32×17×19 Posts |
Quote:
You're using the stylesheet-file "kx10n-1.css" but not to make the html-page easier to understand, read and edit. Example: I use the line "<td bgcolor=#D3D5AE>11<br>862<br>none - proven</td>" to show Riesel Base 11 proven with CK 862 -> color grey. But it's better to define a line in the *.css #prv {background-color:#D3D5AE;} <!-- proven base --> and in the html use it as "<td class="prv">11<br>862<br>none - proven</td>" Still using the first version, because it would be easier to put that page directly on your HP until the *.css is changed. Next example: Your page Riesel Base 34 Code:
<tr>
<td bgcolor="#D3D5AE">34</td>
<td bgcolor="#D3D5AE">6</td>
<td bgcolor="#D3D5AE">5, 7</td>
<td bgcolor="#D3D5AE"> </td>
<td bgcolor="#D3D5AE">k = = 1 mod 3 (3)<br>
k = = 1 mod 11 (11)</td>
<td bgcolor="#D3D5AE">none - proven</td>
<td bgcolor="#D3D5AE">5 (2)<br>
3 (1)<br>
2 (1)</td>
<td bgcolor="#D3D5AE"> </td>
</tr>
Code:
<tr class="prv"> <td>34</td> <td>6</td> <td>5, 7</td> <td></td> <td>k == 1 mod 3 (3)<br>k == 1 mod 11 (11)</td> <td>none - proven</td> <td>5 (2)<br>3 (1)<br>2 (1)</td> <td></td> </tr> So what's easier to understand in the html-code, easier to change from say proven to reserved by project or reading by a script? Advantages: - "prv" is more readable as the color #D3D5AE - if you change the color, you only need to change the *.css once, not hundreds of lines in the html! - the html-file is smaller (about 30% if all things were used so) -> quicker loading But all this depends on the program you use to edit the html-page: if that program don't support such things, it's useless (therefore I edit my pages by hand it's more easier than you think of). And the original page you edit has to fit to the script, too! Example: It seems sometimes there're missing <tr>- or <td>-tags (defining the begin/end of a table row or column). But these tags are highly recommended to create the CRUS_tab correctly! So to be sure the scripts work correct, the pages have to be consistent to guarantee this! Full support means: If any changes to the scripts are needed, I sure do it! It's not much to learn here, so you don't need to keep dumb in html!
Last fiddled with by kar_bon on 2010-08-23 at 09:27 |
|
|
|
|
|
|
#58 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
186916 Posts |
Quote:
Karsten, please send me the script--I'll see what I can do to get it going and then once it's all set up I'll be able to have a tangible example to show Gary what you're trying to say.
|
|
|
|
|
|
|
#59 |
|
May 2007
Kansas; USA
1040310 Posts |
Guys,
Check your PM now. We cannot be forced to constantly get rid of every last HTML error on the CRUS pages. If such errors cannot be coded around automatically to generate the page that you are working on, then I'm going to suggest abandoning the effort. It's too much manual effort to keep checking for such errors and correcting them. Gary |
|
|
|
|
|
#60 | |
|
Mar 2006
Germany
32×17×19 Posts |
Quote:
There're other minor issues I could solve by changing the script, but not those! It's like getting data from a manually filled formular: The algorithm has to know, where to get the data! I think, it's not that much more work to use a simple text editor, copy and paste and predefined empty rows will help. Editing html in FrontPage like changing the column width will create code in every cell which causes an increase in size of that page but looks like before in the browser and which is only needed once in the header. That's why I'm editing my pages manually (until this would be done by a PHP/SQL database). So I got full control of the html-code and no senseless code. Short: To be sure the condensed CRUS table page keeps correct, I will manage this by myself! I think it's a great simplification to see the whole CRUS effort on one small page, that's worth to continue so others can profit, too. Thanks Max for porting the script to Perl running on UNIX. Perhaps I can extend the script to handle more errors from the html-pages. Karsten |
|
|
|
|
|
|
#61 |
|
Nov 2009
35010 Posts |
S844 got lost somehow. Should be a 1k as shown in kar_bon's run from an Aug 24. The latest CRUS run shows that it is not started.
|
|
|
|
|
|
#62 | |
|
Mar 2006
Germany
B5B16 Posts |
Quote:
@Gary: Please insert one just before the line containing "<td>844</td>"! |
|
|
|
|
|
|
#63 |
|
May 2007
Kansas; USA
101×103 Posts |
|
|
|
|
|
|
#64 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Is the CRUS table correct on http://www.rieselprime.de/? It doesn't appear to have been updated in more than two weeks.
BTW, I think that a link to that table should be in the first post of this thread. Maybe this forum needs a "Project Links" sticky thread. Doing so might allow you to remove stickies from some of the other threads. |
|
|
|
|
|
#65 |
|
Mar 2006
Germany
32×17×19 Posts |
Yes, it's out of date.
Reason: The tables are automatically updated every 15 min and available at the CRUS-Homepage. I've left it on my side, because those days the script was not working correct and I've created and uploaded them on my page. Last fiddled with by kar_bon on 2010-09-09 at 20:35 |
|
|
|
|
|
#66 |
|
May 2007
Kansas; USA
101×103 Posts |
Karsten,
Can you change both of those pages to show bases <= 1030 in the title? Thanks. Gary |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Primes for proven bases | CGKIII | Conjectures 'R Us | 46 | 2017-01-03 17:31 |
| Proven PRPs? | Random Poster | FactorDB | 0 | 2012-07-24 10:53 |
| Poincare conjecture proven? | Nebob | Lounge | 36 | 2010-03-30 13:14 |
| Are Legendre symbols proven to be defective? | jasong | Math | 67 | 2008-04-20 15:01 |
| Has this been proven? ... 10^n + 1 | monst | Math | 16 | 2007-08-06 13:14 |