All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info
Discussion Forums
Login: Password:Remember me: Sign up! | Forgot password

Forums > Commons
A place to come and discuss the features of this site, as well as suggest/request additions and modifications. Oh yeah, and Bug reports too.
Jonathan Chang
2005-05-28 22:46:53
Seeking assistance from all the Scholars

Dear all the scholars,

In time to come when the string puzzles have been put up, I need the assistance from all the Scholars to put in < pre > prior to a picture and to end with < /Pre > so as to ensure all the pictures to be in proper order instead of joining up lines without without leaving spaces at the same time.

This is merely due to Mr. Levik told me that Journeymen and students are not granted with the right for the use of these commands except Scholars and Director.

Nevertheless, when the string puzzles are approaching to top ten prior to the releasing, I eagerly seek your co-operation.

Your co-operation to this matter is very much appreciated.

Thanks

brianjn
2005-06-01 10:26:35
Re: Seeking assistance from all the Scho

Jonathan, I am sure that you have not noticed properly what Nikki, myself and others have told you about those two HTML tags.

I pretended to submit a problem. It went like this:


|_ 1 _ 2 _ 3 _|
| |
| |
_______________


Now, because I wanted to see that my layout was correct, I went to Preview. The result was as I had expected:
|_ 1 _ 2 _ 3 _|
| |
| |
_______________ !

Note that
 and 
do not appear in my 'result' although they are there in what I 'intended' to submit.

I don't think that you need the Admin team to work on this; just go back and rethink what those of us, who have used this technique either here or elsewhere, have explained to you.

In the context of posting a new problem, I don't think that my example could be clearer.

Tell us how you go.
brianjn
2005-06-01 10:51:02
Re: Seeking assistance from all the Scho

Oh! Whoops!

The RESULT as I expected IS NOT THE RESULT WHICH APPEARS IN THE LAST COMMENT!!!

My humblest apologies, Jonathan. The above I did not expect. OK! There is one step that I did not do. I did NOT submit. Now you would have had to SUMBIT to see what we have not.

I have just looked at a problem which I have posted in which the spaces in the layout have been removed. Now it does not affect my layout significantly, but having worked with some of your designs via email, I doubt that the Admin folk could afford time to realign designs of the complexity of your 'string puzzles'.

In my first comment the layout which I had for my Preview bore the HTML 'pre' tags, but as Jonathan contends, they disappear on him. And, in my expected result, I see the crunching phenomena to which Jonathan alluded. And my should read:
"Note that
< pre > (I've expanded the tag here in the hope that it stays visible)
and
< / pre >".

The tags have gone!!

Is there some 'Escape' character that we can add to such lines to alleviate the need for the intervention of the Admin team for which Jonathon legitimately seeks?

Jonathan Chang
2005-06-01 16:00:12
Re: Seeking assistance from all the Scholars

<pre>

1
<pre>

Jonathan Chang
2005-06-01 16:02:46
Re: Seeking assistance from all the Scholars

Now I type < pre > and < /pre > as follows:

<pre>
|___________|
| |
<pre>
send

Jonathan Chang
2005-06-01 16:04:32
Re: Seeking assistance from all the Scholars

You see the '/' disappears and it appears to be < pre > and ends with < pre > instead of commencing with < pre > and ends with < /pre >

Sam
2005-06-01 18:01:44
Re: Seeking assistance from all the Scho

JC: **wait** until the problems are in the top ten. You seem to imply that you've petitioned Levik a number of times over this, and you've certainly bombarded the chatterbox with your HTML problems.

Because of the way the chatterbox and forums are, it's not easy to show HTML in them. Also, without seeing your problem it's difficult for us to see what exactly needs to be done.

You seem to think that you need to correct all your formatting problems before the puzzle gets in the top ten. You don't. When it's in the voting queue, we'll be able to see it, and help edit the HTML there. Until then, stop worrying about it: our efforts to help here obviously aren't working.

Gamer
2005-06-01 22:03:37
Re: Seeking assistance from all the Scholars

Yes, the HTML in the forums and in the chatterbox do not function the same way as in problems, and the queue is not a rigid TU/TD place; it is a place to fix your problem.

Tristan
2005-06-02 00:08:14
Re: Seeking assistance from all the Scho

Sam's right. We can help you more easily when your problem appears in the top ten.

For future reference, I believe the pre tag only works for scholars and journeymen, though I could be wrong. You may look into <a=\"http://perplexus.info/forum.php?fid=6&tid=17\">this thread for more information.

To re-explain in short what is in the above thread, <br> makes a line break and <p> skips a line. To create a less than sign (<) without making an html tag, you must follow an & with lt (as in Less Than).

Example:

Line<br>
break<p>

and then skip a line

translates into

Line
break

and then skip a line

Tristan
2005-06-02 00:10:33
Re: Seeking assistance from all the Scho

Well, apparently & followed by lt doesn't always translate into < all the time. Perhaps if I knew more html, I would know how to correct my above comment.

brianjn
2005-06-02 04:29:06
Re: Seeking assistance from all the Scho

Tristan, the ASCII for '<' is '<', 60 being the ASCII value for '<'.
I note in a reference book \"HTML 4.0 - E.Stephen Mack & Janan Platt SYBEX ISBN 0-7821-2143-8\" that there are two means of encoding various characters.

This is what I referred to earlier as an 'Escape' character. The reference (p77)indicates that there are two sets of \"entity codes\" (or escape sequences). One is called Latin-1 [includes ASCII chars 32 to 126 and 160 to 255. Then there is the USC or Unicode. Here it seems that digits are used instead of alpha chars.

Question: And I haven't tried it, should your <br> instead be written as:
'< br>'? Or would the numeric code work? <br> or even <br> ?
These are the numeric codes for: <, /, > and 'space'.
< == < > == > / == / and space ==

My reference suggests that some browsers do not recognise one or other of these. Maybe Perplexus needs us to use the numeric system. If that is the case, I'm sure that it would make life easier for the 'scholeria' at the edit point, and the "Chatterbox" can again become a place of 'trivia'.

brianjn
2005-06-02 04:47:36
Re: Seeking assistance from all the Scho

Hey!!! This area does not like a range of characters!!! In my first line I had '<' is (entity code) being 'ampersand,hash and 60'. The latter translated into '<'!!!

OK! It is apparently possible for malicious persons to sent damaging data (like erassure of a HDD, implant trojans/viruses, etc. These codes are being filtered out at levik's end as being considered by the software as being "illegal characters".

Does this make sense?

Maybe we might get some confirmation about this, and maybe a note in the FAQs might suggest to us what the editors should expect to see, because I know that what JC sent to me was difficult to decypher.

Erik O.
2005-06-02 15:53:39
Re: Seeking assistance from all the Scholars

testing...

&38;&108;&116;&59;

Erik O.
2005-06-02 15:56:09
Re: Seeking assistance from all the Scholars

http://www.tntluoma.com/sidebars/codes/

It seems I forgot my hash marks in the previous post, and Brian, you need to follow your codes with a semicolon.

&lt; should look like the code required to make a '<'.

Erik O.
2005-06-02 16:02:45
Re: Seeking assistance from all the Scholars

The link in the previous post lists all the 'shortcuts' for displaying funky characters in HTML.

I don't know who all gets to use <pre> and </pre> tags, but as a journeyman I am able to use them. Can someone who is a student or apprentice check to see if the <pre> and </pre> tags are available to them by cutting and pasting the following stuff into the window below and posting it? The typeface should change to Courier and all the characters should line up if the tags are working properly.


<pre>
0 1 2 3
4 5 6 7
8 9 A B
C D E F
</pre>

Gamer
2005-06-02 21:19:02
Re: Seeking assistance from all the Scholars

I remember when I learned about the pre codes. I personally think it's useful for drawing pictures like a box around the characters:

 

/---------\
| 0 1 2 3 |
| 4 5 6 7 |
| 8 9 A B |
| C D E F |
\---------/
Tristan
2005-06-02 22:21:46
Re: Seeking assistance from all the Scho

Let's see, Test:

$#60

Tristan
2005-06-02 22:23:23
Re: Seeking assistance from all the Scho

Oops. Try again:
<

Tristan
2005-06-02 22:27:54
Re: Seeking assistance from all the Scho

Yes, that works right.

The other code I was using was just 'ampersand, lt' without a semicolon. It worked sometimes, but not every time. It sure is hard to explain html through these forums here.

brianjn
2005-06-03 01:33:58
Re: Seeking assistance from all the Scho

Erik, sorry, I did overlook the semicolon.


0 1 2 3
4 5 6 7
8 9 A B
C D E F


The above matrix has been cut and pasted as was suggested. I expect the tags to disappear with format being just as if I had typed 4 lines without the < pre > tags.


| 0 1 2 3 |
| 4 5 6 7 |
| 8 9 A B |
| C D E F |


The above matrix immediately above was written with included spaces(the | is Shift +Fwd slash). I've put '.' where spaces should be, because I expect the matrix to 'compress'.


|.0....1...2...3.|
|.4....5...6...7.|
|.8....9...A...B.|
|.C....D...E...F.|

brianjn
2005-06-03 01:38:38
Re: Seeking assistance from all the Scho

OK! We seem to have no real difficulties here, but try an example like I suggested above:
brianjn
2005-06-01 10:26:35 As though you had compose a problem and previewed it before submitting (don't bother to submit though).

Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information