Settings

The page will reload to apply your changes.
Theme

ASCII Art Font

ASCII Art Menu

Original Usenet thread from alt.ascii-art, started 10 Mar 2004.
 _   _                     _        _             _     _           
| | | |___  ___ _ __   ___| |_     / \   _ __ ___| |__ (_)_   _____ 
| | | / __|/ _ \ '_ \ / _ \ __|   / _ \ | '__/ __| '_ \| \ \ / / _ \
| |_| \__ \  __/ | | |  __/ |_   / ___ \| | | (__| | | | |\ V /  __/
 \___/|___/\___|_| |_|\___|\__| /_/   \_\_|  \___|_| |_|_| \_/ \___|
ASCII Art Fart for Tue, 2004 Mar 9

ASCII Art Fart for Tue, 2004 Mar 9

alt.ascii-art · 12 messages · 10 Mar 2004 - 13 Mar 2004
_.-In alt.ascii-art, Sharky wrote the following -._
> In alt.ascii-art, Faux_Tran says...
>
>>W   &&&    CHARLENE ASPEN'S GOING TO GIVE HERSELF CONCUSSION
>> \ % " %                                                    
>>  \  * %%                                                   

Fixed that so it won't happen agian.  Any one here who knows enough
html to tell me what otehr ones might pop up?  I have ∓ > <
fixed, so i just nee the rest of them.

-- 
  .-'))  http://asciipr0n.com/fp   ('-.  | It's a damn poor mind that
 ' ..-  .:" )               ( ":.  -.. ' | can only think of one way to
  ((,,_;'.;'   UIN=66618055  ';. ';_,,)) | spell a word.
        ((_.YIM=Faux_Pseudo :._))        | - Andrew Jackson

Faux_Pseudo wrote:
> Any one here who knows enough
> html to tell me what otehr ones might pop up?  I have ∓ > <
> fixed, so i just nee the rest of them.                 ^
                                                         |
That's & is it not? _________________________________/

You just missed one: " for "

(unless you want all the non-ASCII entities too
 http://www.w3.org/TR/html4/sgml/entities.html )


/me goes back to lurking
-- 
            --= my mail box only accepts =--
            --= Content-Type: text/plain =--
            --=  Size below 10001 bytes  =--

_.-In alt.ascii-art, Pedro Graca wrote the following -._
> That's & is it not? _________________________________/

You are correct.  I typoed it in the post.  But it is correct in the
script.  

> You just missed one: " for "

Thank you.  Now that one can be avoded before it happens.

-- 
  .-'))  http://asciipr0n.com/fp   ('-.  | It's a damn poor mind that
 ' ..-  .:" )               ( ":.  -.. ' | can only think of one way to
  ((,,_;'.;'   UIN=66618055  ';. ';_,,)) | spell a word.
        ((_.YIM=Faux_Pseudo :._))        | - Andrew Jackson

Harry Mason <spa...@no.spam> ASCII art 10 Mar 2004 22:17 · permalink · report
Faux_Pseudo wrote:
> _.-In alt.ascii-art, Sharky wrote the following -._
>> In alt.ascii-art, Faux_Tran says...
>>
>>>W   &amp;&amp;&amp;    CHARLENE ASPEN'S GOING TO GIVE HERSELF CONCUSSION
>>> \ % " %                                                    
>>>  \  * %%                                                   
> 
> Fixed that so it won't happen agian.  Any one here who knows enough
> html to tell me what otehr ones might pop up?  I have &mp; &gt; &lt;
> fixed, so i just nee the rest of them.

&apos;
&quot;

There may be others, but probably not in ASCII art :)

-- 
|  Harry Mason  | .------------. |    .___,    |"Whatever you do will be |
| University of | |  hjm200 @  | | ___('v')___ | insignificant. However, |
|  Southampton  | | zepler.net | | `"-\._./-"' | it is vitally important |
|    England    | '------------' | hjm ^ ^     | that you do it." Gandhi |

Harry Mason wrote:
> &apos; &quot;
> 
> There may be others, but probably not in ASCII art :)

Html-ified Ascii character table (verified by the W3C MarkUp Validation 
Service http://validator.w3.org/):

032 [space] 048 0      064 @   080 P   096 `   112 p
033 !       049 1      065 A   081 Q   097 a   113 q
034 &quot;  050 2      066 B   082 R   098 b   114 r
035 #       051 3      067 C   083 S   099 c   115 s
036 $       052 4      068 D   084 T   100 d   116 t
037 %       053 5      069 E   085 U   101 e   117 u
038 &amp;   054 6      070 F   086 V   102 f   118 v
039 '       055 7      071 G   087 W   103 g   119 w
040 (       056 8      072 H   088 X   104 h   120 x
041 )       057 9      073 I   089 Y   105 i   121 y
042 *       058 :      074 J   090 Z   106 j   122 z
043 +       059 ;      075 K   091 [   107 k   123 {
044 ,       060 &lt;   076 L   092 \   108 l   124 |
045 -       061 =      077 M   093 ]   109 m   125 }
046 .       062 &gt;   078 N   094 ^   110 n   126 ~
047 /       063 ?      079 O   095 _   111 o

Is this something for the FAQ?

Markus

Pedro Graca <hex...@hotpop.com> ASCII art 10 Mar 2004 23:15 · permalink · report
Markus Gebhard wrote:
> Harry Mason wrote:
>> &apos; &quot;
>> 
>> There may be others, but probably not in ASCII art :)
>
> Html-ified Ascii character table (verified by the W3C MarkUp Validation 
> Service http://validator.w3.org/):
>
> 032 [space] 048 0      064 @   080 P   096 `   112 p
(snip)

And they might all be written with their numerical value

in decimal -- &#32; &#033; &#000000034; ...
or hexa    -- &#x20; &#x021; &#x000000022; ...


ObAscii (poor man's HTML being sent to the trash bin :)

          <^ HTML ^>
           |      |
           |      |
           |      |
           |______|
-- 
            --= my mail box only accepts =--
            --= Content-Type: text/plain =--
            --=  Size below 10001 bytes  =--

In alt.ascii-art, Markus Gebhard says...

>Harry Mason wrote:
>> &apos; &quot;
>> 
>> There may be others, but probably not in ASCII art :)
>
>Html-ified Ascii character table (verified by the W3C MarkUp Validation 
>Service http://validator.w3.org/):
>
>032 [space] 048 0      064 @   080 P   096 `   112 p
>033 !       049 1      065 A   081 Q   097 a   113 q
>034 &quot;  050 2      066 B   082 R   098 b   114 r
>035 #       051 3      067 C   083 S   099 c   115 s
>036 $       052 4      068 D   084 T   100 d   116 t
>037 %       053 5      069 E   085 U   101 e   117 u
>038 &amp;   054 6      070 F   086 V   102 f   118 v
>039 '       055 7      071 G   087 W   103 g   119 w
>040 (       056 8      072 H   088 X   104 h   120 x
>041 )       057 9      073 I   089 Y   105 i   121 y
>042 *       058 :      074 J   090 Z   106 j   122 z
>043 +       059 ;      075 K   091 [   107 k   123 {
>044 ,       060 &lt;   076 L   092 \   108 l   124 |
>045 -       061 =      077 M   093 ]   109 m   125 }
>046 .       062 &gt;   078 N   094 ^   110 n   126 ~
>047 /       063 ?      079 O   095 _   111 o
>
>Is this something for the FAQ?
>
>Markus

I'm all for it if CJRandall would like to add it. Pedro's additional info
about the possibility of using

in decimal -- &#32; &#033; &#000000034; ...
or hexa    -- &#x20; &#x021; &#x000000022; ...

Message-ID: <c2o7ip$1u0ar3$1...@ID-203069.news.uni-berlin.de>

would be useful too, IMO.

I failed miserably to keep a straight face when I read that
on Wed, 10 Mar 2004 17:45:25 GMT, Faux_Pseudo wrote:
> _.-In alt.ascii-art, Pedro Graca wrote the following -._
>> You just missed one: &quot; for "
>
> Thank you.  Now that one can be avoded before it happens.

I don't think that was necessary because Tran seems to put the actual
character on his page instead of the &quot;HTML-ized&quot; one.  It
actually occurred in the Fart for 9 March.
Anyway, it can't hurt :-)

L�on (aka Oliphaunt)
-- 
"Linux is very fast.
 It can do an infinite loop in about 5 seconds."
                              -- Linus Torvalds

On Wed, 10 Mar 2004 16:00:30 GMT, Faux_Pseudo wrote:
> Fixed that so it won't happen agian.  Any one here who knows enough
> html to tell me what otehr ones might pop up?  I have &mp; &gt; &lt;
> fixed, so i just nee the rest of them.

Seems to me all of this trouble is unneccesary...

http://www.asciiartfarts.com/current.txt

Perhaps you could practice your scripting skills on something else?


John

_.-In alt.ascii-art, John wrote the following -._
> Seems to me all of this trouble is unneccesary...
>
> http://www.asciiartfarts.com/current.txt

I looked at that but decided not to use it since I wanted to work with
the html output.  I dump a lot sites for some of my scripts so I can
always use the practice

-- 
  .-'))  http://asciipr0n.com/fp   ('-.  | It's a damn poor mind that
 ' ..-  .:" )               ( ":.  -.. ' | can only think of one way to
  ((,,_;'.;'   UIN=66618055  ';. ';_,,)) | spell a word.
        ((_.YIM=Faux_Pseudo :._))        | - Andrew Jackson

Hans Marks <ima...@xs4all.nl> ASCII art 12 Mar 2004 18:40 · permalink · report
Faux_Pseudo  schreef:
> _.-In alt.ascii-art, Sharky wrote the following -._
>> In alt.ascii-art, Faux_Tran says...
>>
>>>W   &amp;&amp;&amp;    CHARLENE ASPEN'S GOING TO GIVE HERSELF CONCUSSION
>>> \ % " %                                                    
>>>  \  * %%                                                   
> 
> Fixed that so it won't happen agian.  Any one here who knows enough
> html to tell me what otehr ones might pop up?  I have &mp; &gt; &lt;
> fixed, so i just nee the rest of them.

The full list (HTML 4) is here: http://www.w3.org/TR/html401/sgml/entities.
html

CU Hans
-- 
       ('<                  |\      _,,,---,,_                ima...@xs4all.nl
      ,',)                  /,`.-'`'    -.  ;-;;,_                Hans Marks
     ''<<                  |,4-  ) )-,_..;\ (  `'-'
--------""--------------  '---''(_/--'  `-'\_)  fL  ------------------------

CJRandall <col...@shieldwolf.demon.co.uk> ASCII art 13 Mar 2004 20:26 · permalink · report
Sharky writes
>In alt.ascii-art, Markus Gebhard says...
>>Harry Mason wrote:
>>> &apos; &quot;
>>> 
>>> There may be others, but probably not in ASCII art :)
>>
>>Html-ified Ascii character table (verified by the W3C MarkUp Validation 
>>Service http://validator.w3.org/):
>>
>>032 [space] 048 0      064 @   080 P   096 `   112 p
>>033 !       049 1      065 A   081 Q   097 a   113 q
>>034 &quot;  050 2      066 B   082 R   098 b   114 r
>>035 #       051 3      067 C   083 S   099 c   115 s
>>036 $       052 4      068 D   084 T   100 d   116 t
>>037 %       053 5      069 E   085 U   101 e   117 u
>>038 &amp;   054 6      070 F   086 V   102 f   118 v
>>039 '       055 7      071 G   087 W   103 g   119 w
>>040 (       056 8      072 H   088 X   104 h   120 x
>>041 )       057 9      073 I   089 Y   105 i   121 y
>>042 *       058 :      074 J   090 Z   106 j   122 z
>>043 +       059 ;      075 K   091 [   107 k   123 {
>>044 ,       060 &lt;   076 L   092 \   108 l   124 |
>>045 -       061 =      077 M   093 ]   109 m   125 }
>>046 .       062 &gt;   078 N   094 ^   110 n   126 ~
>>047 /       063 ?      079 O   095 _   111 o
>>
>>Is this something for the FAQ?
>>
>>Markus
>
>I'm all for it if CJRandall would like to add it. Pedro's additional info
>about the possibility of using
>
>in decimal -- &#32; &#033; &#000000034; ...
>or hexa    -- &#x20; &#x021; &#x000000022; ...
>
>Message-ID: <c2o7ip$1u0ar3$1...@ID-203069.news.uni-berlin.de>
>
>would be useful too, IMO.

Hello World!

hmm ... i wasn't aware that 034 &quot; was a problem

ok ... this question has been asked a few times in the past year ...

    "how do i put ascii-art on a webpage?"

well ... it *is* answered in the FAQ ... altho' in the small print
checkout section 13.1 sub-paragraph 3 as follows:

[13]  What to NOT post to alt.ascii-art? [da roolz]
    ...
    *   HTML art. HTML, the language used in Web pages, can be used to
        add special effects such as colours, font size, and blinking
        text to ASCII art, and HTML can be read by some Usenet readers.
        However, to many they just appear as a jumble of <TAGS> and are
        totally unrecognizable, so don't post HTML to Usenet. Put it on
        a Web page instead, and post the address to news:alt.ascii-art.
        See http://llizard.crosswinds.net/ascii-art/asciionpage.htm
        for instructions on how to do this.
    ...

*the important bit*

        See http://llizard.crosswinds.net/ascii-art/asciionpage.htm
        for instructions on how to do this.

i've just been there and the page is still "alive and kicking"

ok ... so ... maybe it isn't "in your face" enough ?

should i make a separate or special case to high-light (hi-lite) this ?

... since it would appear that most of you only "breeze thru" the FAQ
and don't digest every word :)

All in favour say "AYE" !   ... your vote counts

yes ... that *includes* the 200+ Lurkers out there as well ... i know
you are there! ... you can't hide from me :)


obascii$#
                 .:::.
                Y     Y
              _/__   __\_
             (a <o>^<o> e)
              Y    _\   Y
               \  -=-  /
                Y.___.Y
                |     |
any likeness or resemblance
to anyone living or otherwise
is not intended (unintentional)
cjr

ps: a special message for tQn:  fork-off you pervy asshole!
                                i am *so* glad you are gone!
                                even tho' you did manage to
                                destroy this ng it *is* still
                                alive ... even if only just

hi to all the good folks here
see yuz
Colin
-- 
<PRE>
    __ ___ ___
:::/  |_  | . )::
::( (-| | |  <:::
:::\__|___|_|_\::
</PRE>

About this thread. These messages were posted publicly to the newsgroup alt.ascii-art in 2004 and are mirrored here unchanged as part of the Historic Archives – only email addresses are masked. The artwork and text belong to their original authors: if you copy a piece, keep the artist's initials or signature intact and credit them where you can. Are you one of the authors? Contact us to get your posts attributed, connected to your artist profile, or removed.

Report this message

Help us keep the archive clean and accurate. Reports are reviewed by a person – nothing is changed automatically.

Help classify this post