Be a Supporter!

What is <code>?

  • 440 Views
  • 17 Replies
New Topic Respond to this Topic
Conal
Conal
  • Member since: Jul. 25, 2006
  • Offline.
Forum Stats
Member
Level 31
Melancholy
What is ? 2007-12-18 06:50:41 Reply

What does it mean?
What can I do with it!?

What is <code>?


​   ▲      ▲      ▲
▲ ▲▲ ▲▲ ▲
                                                                      ಠ_ಠ

BBS Signature
mrazerty
mrazerty
  • Member since: Jun. 5, 2006
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to What is ? 2007-12-18 07:29:58 Reply

It allows you to include actionscript in your post.


Whatever you do,DON'T CLICK THIS!!

BBS Signature
Casualty
Casualty
  • Member since: Sep. 15, 2004
  • Offline.
Forum Stats
Member
Level 35
Musician
Response to What is ? 2007-12-18 07:59:45 Reply

Here are some nice examples of posts including the <code> tag. It only works in the Flash and Programming forum, but it's really convenient to post long excerpts of codes you need help with/have corrected for someone/anything.

Jon
Jon
  • Member since: Aug. 6, 2006
  • Offline.
Forum Stats
Member
Level 40
Blank Slate
Response to What is ? 2007-12-18 08:04:09 Reply

It's to help distinguish the difference between code and normal text, for the Programming/Flash forums.


hello

HypaShadow
HypaShadow
  • Member since: Dec. 18, 2007
  • Offline.
Forum Stats
Member
Level 15
Blank Slate
Response to What is ? 2007-12-18 08:16:55 Reply

that is a html code it helps u choose differant styles in ur text

like this
and this
and this
and this

lol


...

BBS Signature
Conal
Conal
  • Member since: Jul. 25, 2006
  • Offline.
Forum Stats
Member
Level 31
Melancholy
Response to What is ? 2007-12-18 08:34:02 Reply

At 12/18/07 07:59 AM, Casualty wrote: Here are some nice examples of posts including the <code> tag. It only works in the Flash and Programming forum, but it's really convenient to post long excerpts of codes you need help with/have corrected for someone/anything.

I think I get it...


​   ▲      ▲      ▲
▲ ▲▲ ▲▲ ▲
                                                                      ಠ_ಠ

BBS Signature
Conal
Conal
  • Member since: Jul. 25, 2006
  • Offline.
Forum Stats
Member
Level 31
Melancholy
Response to What is ? 2007-12-18 08:41:36 Reply

At 12/18/07 08:34 AM, GOTHCLAWZ wrote:
At 12/18/07 07:59 AM, Casualty wrote: Here are some nice examples of posts including the <code> tag. It only works in the Flash and Programming forum, but it's really convenient to post long excerpts of codes you need help with/have corrected for someone/anything.
I think I get it...

Well I don't really, Please shair an example here because it will show exactly what your doing.


​   ▲      ▲      ▲
▲ ▲▲ ▲▲ ▲
                                                                      ಠ_ಠ

BBS Signature
kidray76
kidray76
  • Member since: Oct. 19, 2005
  • Offline.
Forum Stats
Moderator
Level 38
Blank Slate
Response to What is ? 2007-12-18 09:18:17 Reply

At 12/18/07 08:41 AM, GOTHCLAWZ wrote:
At 12/18/07 08:34 AM, GOTHCLAWZ wrote:
At 12/18/07 07:59 AM, Casualty wrote: Here are some nice examples of posts including the <code> tag. It only works in the Flash and Programming forum, but it's really convenient to post long excerpts of codes you need help with/have corrected for someone/anything.
I think I get it...
Well I don't really, Please shair an example here because it will show exactly what your doing.

normal text
bolded text

<code>

public class lol {
public static void main (String [] args) {
System.out.println("Text used for AS and programming langues");
}
}

</code>


NG Review Moderator // Pm me for Review Abuse

BBS Signature
Conal
Conal
  • Member since: Jul. 25, 2006
  • Offline.
Forum Stats
Member
Level 31
Melancholy
Response to What is ? 2007-12-18 09:20:17 Reply

At 12/18/07 09:18 AM, kidray76 wrote: <code>

Ooh what does that do?


​   ▲      ▲      ▲
▲ ▲▲ ▲▲ ▲
                                                                      ಠ_ಠ

BBS Signature
Casualty
Casualty
  • Member since: Sep. 15, 2004
  • Offline.
Forum Stats
Member
Level 35
Musician
Response to What is ? 2007-12-18 09:27:46 Reply

At 12/18/07 08:41 AM, GOTHCLAWZ wrote: Well I don't really, Please shair an example here because it will show exactly what your doing.

Can't you see the gray parts? Yes you can, you had to scroll down until you saw vTHATv to understand.

What is <code>?

kidray76
kidray76
  • Member since: Oct. 19, 2005
  • Offline.
Forum Stats
Moderator
Level 38
Blank Slate
Response to What is ? 2007-12-18 09:46:23 Reply

At 12/18/07 09:20 AM, GOTHCLAWZ wrote:
At 12/18/07 09:18 AM, kidray76 wrote: <code>
Ooh what does that do?

Casualty showed great example, only used for the flash and programming forum. When you post code like I just did, the structure of the code conforms to bbs spacing and paragraph guideliens. However, when you do the code, it keeps it as. Helpful to read programs to see indents.

Hard to explain, but do a little programming and you'll know what I'm talking about.


NG Review Moderator // Pm me for Review Abuse

BBS Signature
Conal
Conal
  • Member since: Jul. 25, 2006
  • Offline.
Forum Stats
Member
Level 31
Melancholy
Response to What is ? 2007-12-21 06:12:57 Reply

So basicly...

<code>

If I type stuff here it will be in a grey box?

</code>

If thats true then I'm done here, & thankyou.


​   ▲      ▲      ▲
▲ ▲▲ ▲▲ ▲
                                                                      ಠ_ಠ

BBS Signature
Cheekyvincent
Cheekyvincent
  • Member since: Nov. 16, 2006
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to What is ? 2007-12-21 06:40:17 Reply

At 12/21/07 06:12 AM, GOTHCLAWZ wrote: So basicly...

if you read more carefully, it only works in the flash and programming forums

Hackzor-Productions
Hackzor-Productions
  • Member since: Dec. 11, 2007
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to What is ? 2007-12-21 08:57:28 Reply

Basically, if you want to tell someone some actionscript code, you use the <code> functions to make it look like this...

<code>actionscript</code>


BBS Signature
Hackzor-Productions
Hackzor-Productions
  • Member since: Dec. 11, 2007
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to What is ? 2007-12-21 08:58:30 Reply

OK... that didn't work because we're not in the flash forum.

Silly me.


BBS Signature
Conal
Conal
  • Member since: Jul. 25, 2006
  • Offline.
Forum Stats
Member
Level 31
Melancholy
Response to What is ? 2007-12-23 08:10:05 Reply

At 12/21/07 06:40 AM, Cheekyvincent wrote:
At 12/21/07 06:12 AM, GOTHCLAWZ wrote: So basicly...
if you read more carefully, it only works in the flash and programming forums

I know, I read it carfully.
I was just setting an example.

Well anyway, I test'd it & the post got deleted & I had a 2 day banne for posting un-seriously in a serious thread.

<code>
End of topic!
</code>


​   ▲      ▲      ▲
▲ ▲▲ ▲▲ ▲
                                                                      ಠ_ಠ

BBS Signature
SkySausage
SkySausage
  • Member since: Jul. 2, 2007
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to What is ? 2007-12-23 08:27:15 Reply

for a moment i thought NG glitched because of that 'reply to post' picture.

<code> won't work because we're not in the flash forum. notice the "<code>" doesn't show up under "HTML you may use" when posting a reply in other forums.


BBS Signature
Cheekyvincent
Cheekyvincent
  • Member since: Nov. 16, 2006
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to What is ? 2007-12-23 08:57:53 Reply

At 12/23/07 08:27 AM, SkySausage wrote: for a moment i thought NG glitched because of that 'reply to post' picture.

OK PEOPLE KNOW IT ONLY WORKS IN THE FLASH FORUM, THE QUESTION HAS BEEN ANSWERED, THERE IS NO NEED, so,s top post counting +1!

Je suis serieux!