Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Ajax vs Being Known

Ajax vs Being Known

Scheduled Pinned Locked Moved Web Development
questionvisual-studiodesignhelp
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vladimir S
    wrote on last edited by
    #1

    Here's a question for you all - I'm working on a commercial web site and I've chosen to go the Ajax way in it's design. All went well, but now I've somewhat hit the deadend when I got to the point where client has a problem advertising the site. So, what I'm interested in is - in your experience, what are the best practices on advertising an Ajax site and make it appear on a common search engine? Obviously, the site doesn't have many pages (it's virtually one page in total that can be directly called - default.aspx) and content is exclusively dinamycaly changed. Also, having no links to point to certain URLs, but onclick events, makes extremely hard for any search engine to pick up any other content except the starting page. The site is not live yet, but having this in mind, for a commercial site, I'm not sure if I should leave it as it is or start splitting pieces of it into iframes or otherwise. Last thing I would want is to make a technically superior site, but that will fail to acheive it's primary objective. Any taughts?

    L B Steve EcholsS 3 Replies Last reply
    0
    • V Vladimir S

      Here's a question for you all - I'm working on a commercial web site and I've chosen to go the Ajax way in it's design. All went well, but now I've somewhat hit the deadend when I got to the point where client has a problem advertising the site. So, what I'm interested in is - in your experience, what are the best practices on advertising an Ajax site and make it appear on a common search engine? Obviously, the site doesn't have many pages (it's virtually one page in total that can be directly called - default.aspx) and content is exclusively dinamycaly changed. Also, having no links to point to certain URLs, but onclick events, makes extremely hard for any search engine to pick up any other content except the starting page. The site is not live yet, but having this in mind, for a commercial site, I'm not sure if I should leave it as it is or start splitting pieces of it into iframes or otherwise. Last thing I would want is to make a technically superior site, but that will fail to acheive it's primary objective. Any taughts?

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      Vladimir S. wrote:

      I've chosen to go the Ajax way in it's design

      Why? What requirments and/or specifications did Ajax provide the solution for?

      Vladimir S. wrote:

      technically superior

      You mean Ajax is technically superior to something? What? Ajax is just a name they made up to describe something that existed since DHTML. We even implemented it once using a Java Applet. Back then you implemented that technique because you "needed" it. Now that there are libraries, code generators and other mindless developer products for Ajax I have no doubt that the technique will become widely abused.

      V 1 Reply Last reply
      0
      • L led mike

        Vladimir S. wrote:

        I've chosen to go the Ajax way in it's design

        Why? What requirments and/or specifications did Ajax provide the solution for?

        Vladimir S. wrote:

        technically superior

        You mean Ajax is technically superior to something? What? Ajax is just a name they made up to describe something that existed since DHTML. We even implemented it once using a Java Applet. Back then you implemented that technique because you "needed" it. Now that there are libraries, code generators and other mindless developer products for Ajax I have no doubt that the technique will become widely abused.

        V Offline
        V Offline
        Vladimir S
        wrote on last edited by
        #3

        Totally agree. We all used that one way or another all these years. I just wanted to learn about experiences how such site could be made available for search engines.

        L 1 Reply Last reply
        0
        • V Vladimir S

          Totally agree. We all used that one way or another all these years. I just wanted to learn about experiences how such site could be made available for search engines.

          L Offline
          L Offline
          led mike
          wrote on last edited by
          #4

          Well I have not kept up with potential changes but remember "Web Crawler"? Search engines used to crawl over your site by parsing the anchor elements in the HTML etc. If they still do that you could put a "site map" type link on your home page that provides access to your various content through traditional anchor elements.

          1 Reply Last reply
          0
          • V Vladimir S

            Here's a question for you all - I'm working on a commercial web site and I've chosen to go the Ajax way in it's design. All went well, but now I've somewhat hit the deadend when I got to the point where client has a problem advertising the site. So, what I'm interested in is - in your experience, what are the best practices on advertising an Ajax site and make it appear on a common search engine? Obviously, the site doesn't have many pages (it's virtually one page in total that can be directly called - default.aspx) and content is exclusively dinamycaly changed. Also, having no links to point to certain URLs, but onclick events, makes extremely hard for any search engine to pick up any other content except the starting page. The site is not live yet, but having this in mind, for a commercial site, I'm not sure if I should leave it as it is or start splitting pieces of it into iframes or otherwise. Last thing I would want is to make a technically superior site, but that will fail to acheive it's primary objective. Any taughts?

            B Offline
            B Offline
            Brent Lamborn
            wrote on last edited by
            #5

            I don't think there's a good answer here. When flash came on the scene big, we saw a lot of sites with a link: "Click here for HTML version" (and still do). That's probably how they get the bots to crawl the site. Also, what about bookmark's? If a user bookmark's your site, they will only be bookmarking the home page, no matter what they happen to be looking at while bookmarking the page. If you ask me, AJAX is only good for secure web application's on intranet's, or maybe a shopping cart, bank account application, etc. AJAX looks cool, but I think the hype will slow quite a bit once the web community catches on to this. "Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine. M y and h don't work so well due to m addiction to caffeine and m in abilit to to set a cup down uprigt.

            Steve EcholsS 1 Reply Last reply
            0
            • B Brent Lamborn

              I don't think there's a good answer here. When flash came on the scene big, we saw a lot of sites with a link: "Click here for HTML version" (and still do). That's probably how they get the bots to crawl the site. Also, what about bookmark's? If a user bookmark's your site, they will only be bookmarking the home page, no matter what they happen to be looking at while bookmarking the page. If you ask me, AJAX is only good for secure web application's on intranet's, or maybe a shopping cart, bank account application, etc. AJAX looks cool, but I think the hype will slow quite a bit once the web community catches on to this. "Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine. M y and h don't work so well due to m addiction to caffeine and m in abilit to to set a cup down uprigt.

              Steve EcholsS Offline
              Steve EcholsS Offline
              Steve Echols
              wrote on last edited by
              #6

              dotnethead wrote:

              Also, what about bookmark's? If a user bookmark's your site, they will only be bookmarking the home page, no matter what they happen to be looking at while bookmarking the page.

              I agree it's a problem, but it is fixable. http://www.contentwithstyle.co.uk/Articles/38/[^]

              dotnethead wrote:

              AJAX looks cool, but I think the hype will slow quite a bit once the web community catches on to this.

              I also agree the hype will die down, but it's cutting edge (or being more widely adopted) and I think browsers and the underlyng technology will change to deal with it way better. Just look how far beyond HTML we've already come. AJAX is the next evolutionary step. Granted, web development is a vast wasteland of technologies, by people pushing it to the limits, and it works (some of the time :)) Ahhh, wouldn't it be nice to start from scratch....


              - S 50 cups of coffee and you know it's on!

              • S
                50 cups of coffee and you know it's on!
                Code, follow, or get out of the way.
              1 Reply Last reply
              0
              • V Vladimir S

                Here's a question for you all - I'm working on a commercial web site and I've chosen to go the Ajax way in it's design. All went well, but now I've somewhat hit the deadend when I got to the point where client has a problem advertising the site. So, what I'm interested in is - in your experience, what are the best practices on advertising an Ajax site and make it appear on a common search engine? Obviously, the site doesn't have many pages (it's virtually one page in total that can be directly called - default.aspx) and content is exclusively dinamycaly changed. Also, having no links to point to certain URLs, but onclick events, makes extremely hard for any search engine to pick up any other content except the starting page. The site is not live yet, but having this in mind, for a commercial site, I'm not sure if I should leave it as it is or start splitting pieces of it into iframes or otherwise. Last thing I would want is to make a technically superior site, but that will fail to acheive it's primary objective. Any taughts?

                Steve EcholsS Offline
                Steve EcholsS Offline
                Steve Echols
                wrote on last edited by
                #7

                I'm in the same quandry, and decided to put links to "normal" pages that show the same content as the ajax stuff (just not as cool) so the creepy crawlers can find them.


                - S 50 cups of coffee and you know it's on!

                • S
                  50 cups of coffee and you know it's on!
                  Code, follow, or get out of the way.
                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups