Topic: I need some help with scripts.

I'd like to make a site similar to:
Valenth (and any similar sites)
It's basically a click-based leveling site. This is a java script that does this, correct?
I know how to create a whole web site. I'm just not sure about this element of the site. How do you make an images level change with clicks?

Vote up Vote down

Re: I need some help with scripts.

i would look to learning jQuery which is a Javascript library that makes special affects in Javascript easy.

I am about to release a jQuery tutorial - within the next few days. Meanwhile you can start by learning basic Javascript.

Stefan

Practical web design training videos: KillerSites University

Vote up Vote down

Re: I need some help with scripts.

You probably would need to explain better what you have in mind, since I'm not all that familiar with the sort of site you are wanting to build. I did check the site you linked to, but I don't really want to register to learn more.

My impression is that the site is written with PHP and probably uses MySQL for the database, in order to save user profile data. It probably uses some basic Javascript, but javascript itself doesn't do the important work.

Benjamin Falk | Falken Creative : Twitter
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter

Vote up Vote down

Re: I need some help with scripts.

Okay, I found out it IS MySQL.
but, I need a tutorial on SQL.

Vote up Vote down

Re: I need some help with scripts.

I'd start here: http://www.tizag.com/sqlTutorial/

Benjamin Falk | Falken Creative : Twitter
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter

Vote up Vote down