I'm new here

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Mick
Forum Newbie
Posts: 2
Joined: Sat Oct 05, 2002 12:40 pm
Location: Netherlands

I'm new here

Post by Mick »

He there people I just signd in here(and I realy like it:))

so I just say,for my coding I know HTML(how doesn't),CSS and I'm alredy half way java script.

I whas juast thinking when I got that one I'll start with php,or aint that smart?

so,why the <span style='color:blue' title='I&#39;m naughty, are you naughty?'>smurf</span> html isn't anebelt here?

The mick
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

ummm
Image Image
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

Hi

My name dan

U very confusing talk

Understand dont me, but i get it not?

Maybe sentences you talk in complete?
MattF
Forum Contributor
Posts: 225
Joined: Sun May 19, 2002 9:58 am
Location: Sussex, UK

Post by MattF »

methinks he used a dodgy translator...
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Welcome,

Just for a notice...

First of all you are not halfway through Javascript if you are you are not going to write it like "java script", that client script language does not exist.

If you want to do PHP just do it! It's nothing to do with HTML etc.
Mick
Forum Newbie
Posts: 2
Joined: Sat Oct 05, 2002 12:40 pm
Location: Netherlands

Post by Mick »

Think I was stoned when i wrote it :P

Oke Java Script is far better then javascript but if I write it in the doc. I use this format right:

<script language="javascript">

so I can use javascript right?
and I'm not for nothing a newbe...........

My english might be very bad I'm just 14(just enterd my thirth year of english at school) so don't give me such a hard time,K?

Thanks for the welcome :? 8)

The Mick
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

for such questions there is a client-side forum, but anyway
i.e.

Code: Select all

<html><head>
<script language="JavaScript">
   function goForIt()
   &#123;
      alert("right");
   &#125;
</script>
</head><body>
   <button onClick="goForIt()">JavaScript</button>
</button>
</body></html>
p.s.: Hi ;)
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Use this code when using Javascript

Code: Select all

<script language="Javascript" type="text/javascript">
<!--

//-->
And also I am 13 and I am Japanese... :wink:
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

I have the best excuse for poor english.

I'm American. :D
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

Takuma wrote:First of all you are not halfway through Javascript if you are you are not going to write it like "java script", that client script language does not exist.
That was dumb.
Coco
Forum Contributor
Posts: 339
Joined: Sat Sep 07, 2002 5:28 am
Location: Leeds, UK
Contact:

Post by Coco »

now now kiddies
Mortekai
Forum Newbie
Posts: 12
Joined: Sun Oct 06, 2002 2:18 pm
Location: Sweden
Contact:

Never mind the natives...:)

Post by Mortekai »

Hi there mike!!
Welcome to these forums.

Never mind the natives. :D
They are usually a great bunch from what I can tell and you should feel right at home here. Your english might not be perfect, but then again you can work on that...Its not bad though for someone of your age, keep it up.
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Coco wrote:now now kiddies
Excuse me! Kidz are as clever as the adults!!!! :wink:
Mortekai
Forum Newbie
Posts: 12
Joined: Sun Oct 06, 2002 2:18 pm
Location: Sweden
Contact:

Post by Mortekai »

I would disagree there Takuma...when it come to computers you are a few steps ahead of us.... :D
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

jason wrote:I have the best excuse for poor english.

I'm American. :D
8O
Image Image
Post Reply