Website with AJAX

Discussion in 'HTML & Website Design' started by ct2k7, Mar 24, 2008.

  1. #1
    Has anyone here made a website with ajax? Or consisting wholly oj AJAX coding?

    Is it difficult? What are the pros/cons for using it?

    Can it be used to enhance my website: http://thinkteen.co.uk?

    Thanks
     
    ct2k7, Mar 24, 2008 IP
  2. amnesia623

    amnesia623 Active Member

    Messages:
    159
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #2
    AJAX is cool.

    But from an SEO perspective, it's not so cool.

    Make sure the content you have pulled into via AJAX is content you don't want seen in the search engines.

    ...I know there are ways around it, but are they effective?

    AJAX is good for form submissions and element of a page that need to be reloaded/submitted. Other than that, I'd stay away from it.


    Try tizag.com for tutorials
     
    amnesia623, Mar 24, 2008 IP
  3. ct2k7

    ct2k7 Peon

    Messages:
    457
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ah ok kl :) How about MS Silverlight?

    The content that would be pulled via ajax would be one that should be indexed.
     
    ct2k7, Mar 24, 2008 IP
  4. amnesia623

    amnesia623 Active Member

    Messages:
    159
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #4
    I'm not familiar with MS Silverlight - but if it's an MS based technology that is supposed to be a boxed and branded version of an existing web technology, I'd stay away. :)
     
    amnesia623, Mar 24, 2008 IP
  5. ct2k7

    ct2k7 Peon

    Messages:
    457
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Lol ok - hmm, I'm going to end up with a small problem since I haven't used flash before and part of the site is meant to be in flash.. :(
     
    ct2k7, Mar 24, 2008 IP
  6. amnesia623

    amnesia623 Active Member

    Messages:
    159
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #6
    What type of problem are you going to run into? What is the flash part of your site going to be?

    To be fair....google can parse some text in flash files but it's not predictable and I would suggest putting stuff you wish to be indexed inside a flash file.

    Don't forget that you can always use SEO'd, keyword rich landing pages to describe and link to your flash.
     
    amnesia623, Mar 24, 2008 IP
  7. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #7
    For basic stuff no, otherwise, yes.

    If you have the content generated by PHP you can call that by Ajax, and if you wanted it to be called when clicking a link, set the href to the PHP url, and the onclick attribute to the Ajax function. This way search engines and users without JS can access all areas of sites. Its a bit complicated to do, but once you do it, it is well worth it.

    Stay away from Flash, as it is far too big to download. The majoity of people I know get out of a flash site the instant it starts to load. I personally browse with flash turned off.
     
    blueparukia, Mar 24, 2008 IP