Ping Mitzs

Discussion in 'Web Development & Web Hosting' started by tripwire45, Mar 16, 2008.

  1. tripwire45
    Honorary Member

    tripwire45 Zettabyte Poster

    13,493
    180
    287
    I was trolling the Internet this morning and found this collection of free, web developer articles that you might find useful:

    http://www.ibm.com/developerworks/web/
     
    Certifications: A+ and Network+
  2. Mitzs
    Honorary Member

    Mitzs Ducktape Goddess

    3,286
    85
    152
    Thanks Trip!:) Save that one. I was reading some stuff lastnight and one of them was never to use javascript for links because it can cause prombles for your users. But it didn't state what kind of prombles. Have you heard anything about that?
     
    Certifications: Microcomputers and network specialist.
    WIP: Adobe DW, PS
  3. tripwire45
    Honorary Member

    tripwire45 Zettabyte Poster

    13,493
    180
    287
    No. I "hide" all of my email addresses behind JavaScript to prevent (or at least try) spambots from being able to use them to spam me. I don't know if anyone has experienced any problems, but then, I don't know everything either. :wink:
     
    Certifications: A+ and Network+
  4. hbroomhall

    hbroomhall Petabyte Poster Gold Member

    6,624
    117
    224
    I'd hazard a guess that the increasing inclination for browsers to not run any scripts unless allowed specificaly might cause such page styles to be irritating to the viewer. I know that I abandon pages found casualy when they appear to be full of scripting like that.

    Harry.
     
    Certifications: ECDL A+ Network+ i-Net+
    WIP: Server+
  5. Mitzs
    Honorary Member

    Mitzs Ducktape Goddess

    3,286
    85
    152
    That makes sense harry but I thought on some navigation bars you had to do though js because css could not do it?
     
    Certifications: Microcomputers and network specialist.
    WIP: Adobe DW, PS
  6. rota919

    rota919 New Member

    7
    0
    1
    To "Java/javascript or not to java/javascript" that's the question...

    First you need to make sure you understand the difference between Java and Javascript.

    Bottom line is Java is written in "english" and then compiled into "machine language" and run by "Sun Java engine". To change something you need to recompile the script before publishing it or you will not see the changes. You need the source code before you can change anything.

    Javascript on the other hand is pure "english", anyone can look at the code and change it if you want.

    What is mostly disabled in the browsers? It would be "Java"

    Is javascript going to stay with us?
    I would hardly think Microsoft will develop their "starlight" system if it is not the case.
    Visit microsoft.com and disable your "Java" and "Javascript" respectively. Look at the source code of the page and you will see they call a couple of Javascript libraries to make the thing work.

    Or maybe I just don't know enough about "Java" or "Javascript"
     
  7. dmarsh
    Honorary Member 500 Likes Award

    dmarsh Petabyte Poster

    4,305
    503
    259
    As harry pointed out users can disable javascript in various ways, also search engine crawlers can't handle it so it may impact SEO.

    In reality every website worth its salt uses a fair amount of js so its really a matter of drawing a balance and trying to make things degrade gracefully where possible. Some companies like banks worry about cross site scripting attacks, so won't touch ajax and prefer to keep js to an absolute minimum.

    Try not to do funky things just for the sake of it, be aware of the advantages and disadvantages of various approaches. Clean html sprinkled with a bit of css and javascript works a lot of the time, with maybe the occasional bit of flash for media based sites.
     
  8. rota919

    rota919 New Member

    7
    0
    1
    Anyone any idea what the statistics is for visitors with javascript disabled in their browsers?

    I agree with getting a balance between java, flash and all those nice things and the importance of graceful degrading but if you develop a site in AJAX and 50% of visitors has javascript switch off, it hardly worth building an AJAX based site or developing with MS's starlight.
     
  9. Mitzs
    Honorary Member

    Mitzs Ducktape Goddess

    3,286
    85
    152

    I know the difference, and am not inclined to go near Java. This may change down the road but it is not the path I am on.
     
    Certifications: Microcomputers and network specialist.
    WIP: Adobe DW, PS

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.