'google' 2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tatata9999@gmail.com

    #1

    'google' 2

    The first generation of web site search engine hands-down is google.
    A majority of these web
    sites are static page -driven html pages.

    Now, I would think more and more web-based applications are coming
    into the fray, my recent
    experience with google's webbot (indexing engine, a part of the
    google's search service) tells
    me that its indexing algorithm does not consider a database-driven web
    application as part of
    a qualified 'web site'. Minicking it as a html site is like a man
    trying to dress in skirt,
    oh, my poor Scotsman... Hence, I believe a service that would evaluate
    and index web apps
    (database-driven, xml-based or what not) vs. the plain HTML -driven
    web sites would be
    valuable to both consumers and businesses. Or maybe there's already
    such a service out there?

  • David Quinton

    #2
    Re: 'google' 2

    On Sun, 21 Oct 2007 02:38:47 -0000, tatata9999@gmai l.com wrote:
    Please take a look at my app to see what I mean, http://www.mytata.net
    >when you have a chance. So, in sum, the speed of the app is a major
    >design consideration.
    Not criticising, but:
    <http://validator.w3.or g/check?verbose=1 &uri=http%3A%2F %2Fweb.mytata.n et%3A8000%2FmyT A%2F>
    won't help.
    --
    Locate your Mobile phone: <http://www.bizorg.co.u k/news.html>
    Great gifts: <http://www.ThisBritain .com/ASOS_popup.html >

    Comment

    • Andy Dingley

      #3
      Re: 'google' 2

      On 21 Oct, 03:38, tatata9...@gmai l.com wrote:
      On Oct 20, 7:20 pm, Adrienne Boswell <arb...@yahoo.c omwrote:
      >
      2. Put CSS in an external stylesheet.
      3. Put javascript in an external script.
      Yes, I read about using include file for js, so, I just did.
      Which is the complete opposite of what you were told
      As for CSS, I've even eliminated them for now for speed sake.
      You're mad, aren't you?

      Comment

      • André Gillibert

        #4
        Re: 'google' 2

        tatata9999@gmai l.com wrote:
        Now, I would think more and more web-based applications are coming into
        the fray, my recent experience with google's webbot (indexing engine, a
        part of the google's search service) tells me that its indexing
        algorithm does not consider a database-driven web application as part of
        a qualified 'web site'.
        Google doesn't index your "database" pages because you didn't provide a
        public access!
        Otherwise, google has perfectly fine algorithms to crawl database driven
        sites.
        For google indexing, keep in mind that AJAX is very unfriendly to bots
        (and to people who have a good browser).
        As for CSS, I've even eliminated them for now for speed sake.
        POSH (Plain Old Semantic HTML) visually improved by a stylesheet results
        in much smaller code than table driven HTML code designed with its layout
        in mind only.

        Your code is not optimized.
        For example, this page:

        Uses 6819 bytes.
        It could get down to 600 bytes (you would have to remove that JavaScript
        thing).
        As for images, I have only a few tiny ones.
        That's ok.
        One thing I want to do away is a bit too many tables.
        Table layouts are a bad thing.

        --
        If you've a question that doesn't belong to Usenet, contact me at
        <tabkanDELETETH ISnaz@yahoDELET ETHATo.fr>

        Comment

        • Beauregard T. Shagnasty

          #5
          Re: 'google' 2

          André Gillibert wrote:
          It could get down to 600 bytes (you would have to remove that
          JavaScript thing).
          Do you mean the 22,050 bytes of urchintracker.j s ? :-)

          --
          -bts
          -Motorcycles defy gravity; cars just suck

          Comment

          • André Gillibert

            #6
            Re: 'google' 2

            Beauregard T. Shagnasty wrote:
            André Gillibert wrote:
            >
            >It could get down to 600 bytes (you would have to remove that
            >JavaScript thing).
            >
            Do you mean the 22,050 bytes of urchintracker.j s ? :-)
            >
            The 217 bytes of toggle.js, the 21411 bytes of urchin.js, and #6000 bytes
            of useless/invisible tag soup.

            --
            If you've a question that doesn't belong to Usenet, contact me at
            <tabkanDELETETH ISnaz@yahoDELET ETHATo.fr>

            Comment

            • tatata9999@gmail.com

              #7
              Re: 'google' 2

              On Oct 21, 9:04 am, "André Gillibert"
              <tabkanDELETETH IS...@yahodelet ethato.frwrote:
              tatata9...@gmai l.com wrote:
              Now, I would think more and more web-based applications are coming into
              the fray, my recent experience with google's webbot (indexing engine, a
              part of the google's search service) tells me that its indexing
              algorithm does not consider a database-driven web application as part of
              a qualified 'web site'.
              >
              Google doesn't index your "database" pages because you didn't provide a
              public access!
              Otherwise, google has perfectly fine algorithms to crawl database driven
              sites.
              For google indexing, keep in mind that AJAX is very unfriendly to bots
              (and to people who have a good browser).
              >
              As for CSS, I've even eliminated them for now for speed sake.
              >
              POSH (Plain Old Semantic HTML) visually improved by a stylesheet results
              in much smaller code than table driven HTML code designed with its layout
              in mind only.
              >
              Your code is not optimized.
              For example, this page:http://web.mytata.net:8000/myTA/index2_so.cfm?utype=s
              Uses 6819 bytes.
              It could get down to 600 bytes (you would have to remove that JavaScript
              thing).
              >
              As for images, I have only a few tiny ones.
              >
              That's ok.
              >
              One thing I want to do away is a bit too many tables.
              >
              Table layouts are a bad thing.
              >
              --
              If you've a question that doesn't belong to Usenet, contact me at
              <tabkanDELETETH IS...@yahoDELET ETHATo.fr>
              On providing public access to google for indexing my database, could
              you elaborate a bit?
              Like usually it's done via sitemap.xml? or?
              Then, what I should watch in terms of privacy for user data protection
              (though I tend to think the only confidential data in my db would be
              user email address, could I set up some sort of exclusion rule?)
              How that thing work, I'd loving to know it NOW.

              And thank you for the technique on POSH and CSS combo. Will work on
              it...


              Comment

              • tatata9999@gmail.com

                #8
                Re: 'google' 2

                On Oct 21, 2:52 am, David Quinton
                <usenet_2005D_e m...@REMOVETHIS BITbizorg.co.uk wrote:
                On Sun, 21 Oct 2007 02:38:47 -0000, tatata9...@gmai l.com wrote:
                Please take a look at my app to see what I mean,http://www.mytata.net
                when you have a chance. So, in sum, the speed of the app is a major
                design consideration.
                >
                Not criticising, but:
                <http://validator.w3.or g/check?verbose=1 &uri=http%3A%2F %2Fweb.mytata.n ...>
                won't help.
                --
                Locate your Mobile phone: <http://www.bizorg.co.u k/news.html>
                Great gifts: <http://www.ThisBritain .com/ASOS_popup.html >
                I don't perceive it as criticism at all, on the contrary, I want to
                thank you, someting on the plate...

                Comment

                • tatata9999@gmail.com

                  #9
                  Re: 'google' 2

                  On Oct 21, 8:16 am, Andy Dingley <ding...@codesm iths.comwrote:
                  On 21 Oct, 03:38, tatata9...@gmai l.com wrote:
                  >
                  On Oct 20, 7:20 pm, Adrienne Boswell <arb...@yahoo.c omwrote:
                  >
                  2. Put CSS in an external stylesheet.
                  3. Put javascript in an external script.
                  Yes, I read about using include file for js, so, I just did.
                  >
                  Which is the complete opposite of what you were told
                  You lost me here.
                  >
                  As for CSS, I've even eliminated them for now for speed sake.
                  >
                  You're mad, aren't you?
                  You're right, I don't see its syntax's logic (not from a designer's
                  background).


                  Comment

                  • tatata9999@gmail.com

                    #10
                    Re: 'google' 2

                    On Oct 21, 9:40 am, "Beauregard T. Shagnasty"
                    <a.nony.m...@ex ample.invalidwr ote:
                    André Gillibert wrote:
                    It could get down to 600 bytes (you would have to remove that
                    JavaScript thing).
                    >
                    Do you mean the 22,050 bytes of urchintracker.j s ? :-)
                    >
                    --
                    -bts
                    -Motorcycles defy gravity; cars just suck
                    The tradeoff of not knowing site usage would be huge unless spending
                    time to find an alternative, have to chew on that.

                    Comment

                    • tatata9999@gmail.com

                      #11
                      Re: 'google' 2

                      On Oct 21, 9:46 am, "André Gillibert"
                      <tabkanDELETETH IS...@yahodelet ethato.frwrote:
                      Beauregard T. Shagnasty wrote:
                      André Gillibert wrote:
                      >
                      It could get down to 600 bytes (you would have to remove that
                      JavaScript thing).
                      >
                      Do you mean the 22,050 bytes of urchintracker.j s ? :-)
                      >
                      The 217 bytes of toggle.js, the 21411 bytes of urchin.js, and #6000 bytes
                      of useless/invisible tag soup.
                      >
                      --
                      If you've a question that doesn't belong to Usenet, contact me at
                      <tabkanDELETETH IS...@yahoDELET ETHATo.fr>
                      I respectfully disagree on not using invisible tag (to me, providing
                      user less cluttered page would easier for consumption...)

                      Comment

                      • André Gillibert

                        #12
                        Re: 'google' 2

                        wrote:
                        On Oct 21, 9:46 am, "André Gillibert"
                        <tabkanDELETETH IS...@yahodelet ethato.frwrote:
                        >Beauregard T. Shagnasty wrote:
                        André Gillibert wrote:
                        >>
                        >It could get down to 600 bytes (you would have to remove that
                        >JavaScript thing).
                        >>
                        Do you mean the 22,050 bytes of urchintracker.j s ? :-)
                        >>
                        >The 217 bytes of toggle.js, the 21411 bytes of urchin.js, and #6000
                        >bytes
                        >of useless/invisible tag soup.
                        >>
                        >
                        I respectfully disagree on not using invisible tag (to me, providing
                        user less cluttered page would easier for consumption...)
                        >
                        My point was to REMOVE entirely the invisible content from the page and to
                        replace the JavaScript link with a regular anchor pointing to a page with
                        the content.

                        --
                        If you've a question that doesn't belong to Usenet, contact me at
                        <tabkanDELETETH ISnaz@yahoDELET ETHATo.fr>

                        Comment

                        • tatata9999@gmail.com

                          #13
                          Re: 'google' 2

                          On Oct 21, 11:35 am, "André Gillibert"
                          <tabkanDELETETH IS...@yahodelet ethato.frwrote:
                          wrote:
                          >
                          >
                          >
                          >
                          >
                          On Oct 21, 9:46 am, "André Gillibert"
                          <tabkanDELETETH IS...@yahodelet ethato.frwrote:
                          Beauregard T. Shagnasty wrote:
                          André Gillibert wrote:
                          >
                          It could get down to 600 bytes (you would have to remove that
                          JavaScript thing).
                          >
                          Do you mean the 22,050 bytes of urchintracker.j s ? :-)
                          >
                          The 217 bytes of toggle.js, the 21411 bytes of urchin.js, and #6000
                          bytes
                          of useless/invisible tag soup.
                          >
                          I respectfully disagree on not using invisible tag (to me, providing
                          user less cluttered page would easier for consumption...)
                          >
                          My point was to REMOVE entirely the invisible content from the page and to
                          replace the JavaScript link with a regular anchor pointing to a page with
                          the content.
                          >
                          --
                          If you've a question that doesn't belong to Usenet, contact me at
                          <tabkanDELETETH IS...@yahoDELET ETHATo.fr>- Hide quoted text -
                          >
                          - Show quoted text -
                          Does this have something to do with google bot indexing? Or saving
                          some bytes? thks. oh, could you share your knowledge on the google
                          database indexing techniques? Many thks.

                          Comment

                          • André Gillibert

                            #14
                            Re: 'google' 2

                            tatata9999@gmai l.com wrote:
                            On Oct 21, 9:40 am, "Beauregard T. Shagnasty"
                            <a.nony.m...@ex ample.invalidwr ote:
                            >André Gillibert wrote:
                            It could get down to 600 bytes (you would have to remove that
                            JavaScript thing).
                            >>
                            >Do you mean the 22,050 bytes of urchintracker.j s ? :-)
                            >>
                            >
                            The tradeoff of not knowing site usage would be huge unless spending
                            time to find an alternative, have to chew on that.
                            >
                            Do your statistics with *your* server. HTTP requests are sent to your
                            server, I don't see why you wouldn't be able to make statistics on them?
                            You can get the client IP address, all the HTTP headers such as the user
                            agent string or the referer URI, without any client-side scripts.

                            This type of script make me confirm that JavaScripts are mainly used as
                            spywares, not for user benefit.
                            I understand that kind people who use JavaScript for improving user
                            experience defends their JavaScripts. But I don't understand how people
                            who use JavaScripts only to "own" the user computer can defend their
                            position.
                            Assume that 100% of the JavaScripts on earth were used for such cr*p, as a
                            *user*, would you really enable them in your browser profile?

                            Fortunately, I've disabled JavaScripts on my browser. Surely, it breaks
                            your statistics, but web statistics are always biaised.

                            --
                            If you've a question that doesn't belong to Usenet, contact me at
                            <tabkanDELETETH ISnaz@yahoDELET ETHATo.fr>

                            Comment

                            • tatata9999@gmail.com

                              #15
                              Re: 'google' 2

                              On Oct 21, 11:51 am, "André Gillibert"
                              <tabkanDELETETH IS...@yahodelet ethato.frwrote:
                              tatata9...@gmai l.com wrote:
                              On Oct 21, 9:40 am, "Beauregard T. Shagnasty"
                              <a.nony.m...@ex ample.invalidwr ote:
                              André Gillibert wrote:
                              It could get down to 600 bytes (you would have to remove that
                              JavaScript thing).
                              >
                              Do you mean the 22,050 bytes of urchintracker.j s ? :-)
                              >
                              The tradeoff of not knowing site usage would be huge unless spending
                              time to find an alternative, have to chew on that.
                              >
                              Do your statistics with *your* server. HTTP requests are sent to your
                              server, I don't see why you wouldn't be able to make statistics on them?
                              You can get the client IP address, all the HTTP headers such as the user
                              agent string or the referer URI, without any client-side scripts.
                              >
                              This type of script make me confirm that JavaScripts are mainly used as
                              spywares, not for user benefit.
                              I understand that kind people who use JavaScript for improving user
                              experience defends their JavaScripts. But I don't understand how people
                              who use JavaScripts only to "own" the user computer can defend their
                              position.
                              Assume that 100% of the JavaScripts on earth were used for such cr*p, as a
                              *user*, would you really enable them in your browser profile?
                              >
                              Fortunately, I've disabled JavaScripts on my browser. Surely, it breaks
                              your statistics, but web statistics are always biaised.
                              >
                              --
                              If you've a question that doesn't belong to Usenet, contact me at
                              <tabkanDELETETH IS...@yahoDELET ETHATo.fr>
                              Thank you very much. I see your point. Not really into CSS, is
                              there a way to 'minik' javascript function like toggle in my case with
                              CSS?


                              Comment

                              Working...