Closed Thread Icon

Topic awaiting preservation: Real questions for real people. Pages that link to <a href="https://ozoneasylum.com/backlink?for=25197" title="Pages that link to Topic awaiting preservation: Real questions for real people." rel="nofollow" >Topic awaiting preservation: Real questions for real people.\

 
Author Thread
AT
Bipolar (III) Inmate

From: Gainesboro, TN, USA
Insane since: Aug 2000

posted posted 03-06-2005 19:58

Not really. Anyway!

I'm a PHP person, I enjoy it, I love it, I caress her late at night when no ones around.
My eye wonders though, I kinda like the look of JS and never *really* messed with it.

Sure I could Google this and get results, but I'd like a personal touch to the question below.

Can you point me to some handy resources to get started in JS?

Thanks!

later

...
Look at me... god... I'm marvelous!

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted posted 03-06-2005 20:36

Well, if you're a PHP person you should have no problem with the syntax of JavaScript.

If you want to get started, I suggest you to :

With that you should have enough infos to play for a while.

Rinswind 2th
Maniac (V) Inmate

From: Den Haag: The Royal Residence
Insane since: Jul 2000

posted posted 03-06-2005 22:18

On my old site (which is currently nothing ells as my link page...) i collected some javascript links. Some of them might be outdated some might be broken but some might be usefull to you.
www.rinswind.nl/#javascript

------------------------------
Support Justice for Pat Richard

(Edited by Rinswind 2th on 03-06-2005 22:19)

Iron Wallaby
Paranoid (IV) Inmate

From: USA
Insane since: May 2004

posted posted 03-06-2005 23:19

It's also important to realize that PHP an JS are completely different beasts, and are meant for different purposes (PHP is server-side, JS is client-side: this means you can mix-and-match the two to do all sorts of great stuff).

Have fun!

---
"Consider a simple room with only four walls, a ceiling and a floor. Can you see it in your mind?s eye? You better not be able to; I haven?t specified a light source yet." - Paul Nettle

AT
Bipolar (III) Inmate

From: Gainesboro, TN, USA
Insane since: Aug 2000

posted posted 03-07-2005 21:00

Greets from down south!

Thank you all for the links / tips. I appreciate it quite a bit.

I've got ICQ if anyone wants to add me, it's in my cell.

later!

...
Look at me... god... I'm marvelous!

Hugh
Paranoid (IV) Inmate

From: Dublin, Ireland
Insane since: Jul 2000

posted posted 03-08-2005 17:07

You'll have absolutely no problem, its an easy language and looks the same as PHP.
Concatenation is done with a + rather than a .
All variables are just "var"s no messing about with int float etc.. they convert easy like PHP too(ie. "1.02" is stored in a var the same as "234", strings are also just var). But it still has features like parseInt() and parseFloat().
Arrays are easier too.
Objects are a little weird (look out for "prototype")
And hold off learning the DOM for a day or two or you'll end up hating the language very quickly learn to do some simple stuff with forms and stuff first(NS2+ stuff), then move on to moving page elements and the like.
Oh also stay away from the eval() method untill you've gotten the hang of how JS works in general.
Use Firefox for its debugger, IEs is crap.

AT
Bipolar (III) Inmate

From: Gainesboro, TN, USA
Insane since: Aug 2000

posted posted 03-09-2005 02:18

Thanks Hugh, I've saved up on the links and downloads. Starting my lil Javascript library before I get started.

Time is such a wonderful thing, as a kid we have so much it's crazy but as an adult it seems like it goes as quickly as the wind.

Thanks again fellas

...
Look at me... god... I'm marvelous!

« BackwardsOnwards »

Show Forum Drop Down Menu