Topic: how to be cool... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=27791" title="Pages that link to Topic: how to be cool... (Page 1 of 1)" rel="nofollow" >Topic: how to be cool... <span class="small">(Page 1 of 1)</span>\

 
LaSun
Paranoid (IV) Inmate

From: deep inside my head
Insane since: Sep 2001

posted posted 04-15-2006 15:26

so i managed to get this site functional.. you know.. it suits its purpose.. but my coding skill is limited to (mostly outdated) html and (still learning) css, so the site is pretty static - none of those cool whirlie moving bits you'd find on really smartly designed websites.

i would love your suggestions (please) for some cool things i could learn to write for the site that would make it more, um.. cool... but still keep (or increase) its functionality. for example, should i figure out how to create a pulldown menu? (what is that? javascript or XHTML?) would it help if i learned flash and did something.. flash-ish.. to the site? as an up and coming coder, what programming language should i try to master next?

oh, and yes. feel free to give me a general critique of the site if you like. i promise not to sulk...

TwoD
Bipolar (III) Inmate

From: Sweden
Insane since: Aug 2004

posted posted 04-16-2006 02:52

I'd suggest JavaScript.

Pros:
JS needs no plugins.
It is easy to learn.
No complilation needed, interpreted plaintext code.
Lets you interact with the Document Object Model in an easy way.
Runs entierly on the client, doesn't matter which server you have.
The syntax is similar to other languages.
etc..

Cons:
Differences between browsers, JavaScript (or JScript if you're coding for Internet Explorer) is based on ECMAScript and each browser has its own implementation.
The DOM in each browser is different, which makes cross-browser compatibility an even bigger issue.
It's slow compared to compiled code.
Is usually confined to the browser. But JScript can be run on servers supporting ASP. JScript can also be run in the Windows Scripting Host.
Users can disable scripts, you might lose a lot of functionality unless you think about that.
etc..

I suggest you check out the DHTML/Javascript section here and the FAQ.
There are many tutorials/reference documents available online, I recommend reading a lot while studying other peoples' code.

Just remember that functionality comes first if you think about adding something just because it looks cool. Then again, do it the right way and your visitors just can't be without that special feature enabled by your scripts.

/TwoD

LaSun
Paranoid (IV) Inmate

From: deep inside my head
Insane since: Sep 2001

posted posted 04-23-2006 13:40

javascript it is then! although i did start studying it at the gurus a while ago.. but then i got confused. hhmm...

thanks for that =)

At0mic_PC
Bipolar (III) Inmate

From: Columbia MS USA
Insane since: Apr 2001

posted posted 04-27-2006 03:04

I noticed a couple of problems when viewing your site.

http://i38.photobucket.com/albums/e112/atomicpc/7d0316e8.png

As you can see by the screenshot I can't see the links at the top.

One link has a box in front of it.


The secret of life is honesty and fair dealing. If you can fake that, you've got it made. --Groucho Marx

LaSun
Paranoid (IV) Inmate

From: deep inside my head
Insane since: Sep 2001

posted posted 04-30-2006 07:35

thanks for pointing that out, atomic.. that's strange.. the page looks fine on my screen - tried different browsers and screen resolutions.

very weird...

At0mic_PC
Bipolar (III) Inmate

From: Columbia MS USA
Insane since: Apr 2001

posted posted 04-30-2006 14:15

I'm running Linux using Firefox 1.5.0.1 at 1280x1024.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu