473,386 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Google web survey (webstats)


A chance remark on the German-language web authoring group (dciwam)
called my attention to http://code.google.com/webstats/index.html

An interesting survey of web pages. I haven't really drawn any
conclusions yet, but I thought readers here would find it of interest,
if they hadn't got there already.

(Needs an SVG viewer to see the plots. I took their advice and used
FF1.5).

--

Jan 28 '06 #1
9 1452
Alan J. Flavell wrote:
A chance remark on the German-language web authoring group (dciwam)
called my attention to http://code.google.com/webstats/index.html

An interesting survey of web pages. I haven't really drawn any
conclusions yet, but I thought readers here would find it of interest,
if they hadn't got there already.


Yes - an unsurprising picture of widespread ignorance, for the most part
- and it tends to pose questions, rather than provide answers ("why do
people use table more than td ?").

I did see discussion of set-cookie2, however, which was new to me,
although I didn't discover why it was preferable to set-cookie, other
than a vague assertion that it was more secure.

Chris
Jan 30 '06 #2
In article <dr*******************@news.demon.co.uk>,
Chris Sharman <ch***********@sorry.nospam> wrote:
Alan J. Flavell wrote:
A chance remark on the German-language web authoring group (dciwam)
called my attention to http://code.google.com/webstats/index.html

Yes - an unsurprising picture of widespread ignorance, for the most part
- and it tends to pose questions, rather than provide answers ("why do
people use table more than td ?").


I wonder what made the Google people decide to set the DTD as HTML 5,
and use the (almost unsupported) SVG.

It was a pretty depressing read however, when you see the ratio of
invalid markup on so many elements. I've started taking notes for
searches to at least check my pages for some of the worst of the faults.

--
http://www.ericlindsay.com
Jan 30 '06 #3
Eric Lindsay wrote:
Alan J. Flavell wrote:
A chance remark on the German-language web authoring group (dciwam)
called my attention to http://code.google.com/webstats/index.html


I wonder what made the Google people decide to set the DTD as HTML 5,
and use the (almost unsupported) SVG.


Because the research was carried out and written up by Ian Hickson...

Steve

Jan 30 '06 #4
On 30 Jan 2006 05:57:11 -0800, "Steve Pugh" <st**********@gmail.com>
wrote:
Because the research was carried out and written up by Ian Hickson...


"from misguided people using XHTML but sending it as text/html."

Yup, Hixie-spoor alright
Jan 30 '06 #5
On Mon, 30 Jan 2006, Steve Pugh wrote:
Eric Lindsay wrote:
Alan J. Flavell wrote:
> http://code.google.com/webstats/index.html
I wonder what made the Google people decide to set the DTD as HTML
5, and use the (almost unsupported) SVG.


In a way it's nice to see SVG getting some use, even if I had to
upgrade an old FF installation to 1.5 before I saw it (my usual
browser is Mozilla, to be honest). It makes a change from being told
that my up-to-the-minute Flash version is in need of upgrading[1]
Because the research was carried out and written up by Ian
Hickson...


Oh, I hadn't realised that, I must admit. It certainly seems to fit
the observations, anyway.

I still haven't drawn any firm conclusions from it, but it's kind-of
interesting, all the same.

cheers

[1] I digress, but it seems that some authors have found a way to
prevent their Flash content being seen at all by FlashBlock users -
they somehow pre-empt the FlashBlock menu, and instead they lecture
the reader about upgrading to the latest Flash version, even when the
reader already has the latest Flash version installed. Next time it
happens to me, maybe I'll bother to work out what they're doing.
Jan 31 '06 #6
Alan J. Flavell wrote:
A chance remark on the German-language web authoring group (dciwam)
called my attention to http://code.google.com/webstats/index.html


Oh, I just read your post today
Very nice document indeed ! Just a pity that no more information about
the source pages that were used for the study are present - "over a
billion documents" is a bit vague, but we can assume that such a big
number gives a good insurance that the study is quite representative of
the reality maybe :)
Feb 1 '06 #7
Alan J. Flavell wrote:
A chance remark on the German-language web authoring group (dciwam)
called my attention to http://code.google.com/webstats/index.html

(Needs an SVG viewer to see the plots. I took their advice and used
FF1.5).


Strange. With my Opera 8.51, I can't see the SVG graphics, even though
this version of Opera supports SVG. The example at
http://www.opera.com/features/svg/ works fine for me.

What's the difference between the
<object data="/img/svg/circles.svg" width="220" height="150">
on Opera's example page, and the
<object data="charts/top19-elements.svg">
on the page about the Google survey?

Is it the lack of <?xml version="1.0" encoding="UTF-8"?> and DOCTYPE
declaration in the latter?

--
Garmt de Vries.

Feb 1 '06 #8
in comp.infosystems.www.authoring.html, Garmt de Vries wrote:
Alan J. Flavell wrote:
A chance remark on the German-language web authoring group (dciwam)
called my attention to http://code.google.com/webstats/index.html

(Needs an SVG viewer to see the plots. I took their advice and used
FF1.5).
Strange. With my Opera 8.51, I can't see the SVG graphics, even though
this version of Opera supports SVG. The example at
http://www.opera.com/features/svg/ works fine for me.


Do you use Adobe plug-in? Didn't work with it for me in O8.51. "Works"
without in O9tp1
What's the difference between the
<object data="/img/svg/circles.svg" width="220" height="150">
on Opera's example page, and the
<object data="charts/top19-elements.svg">
on the page about the Google survey?
Width and height not specified.
Is it the lack of <?xml version="1.0" encoding="UTF-8"?> and DOCTYPE
declaration in the latter?


No, I don't think so.
--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Feb 1 '06 #9
Chris Sharman wrote:
Alan J. Flavell wrote: [...] Yes - an unsurprising picture of widespread ignorance, for the most part
- and it tends to pose questions, rather than provide answers ("why do
people use table more than td ?").


I think that is an incorrect conclusion - the horizontal axis isn't
labeled but I'm pretty sure it represents the percentage of pages that
have the element present, not a total count of their occurrence.

What is indicated is that about the same proportion of pages have TABLE
elements as have TD elements, which is pretty much to be expected.

Looking deeper, the svg width for the TABLE bar is 503.068887939895 and
for the TD bar is 502.729586816226. The display box is 600 wide, so
about 0.06% of pages surveyed (i.e. around half a million out of one
billion pages) have a TABLE element but no TDs. I guess those pages
have some other element such as TH in their tables and no TDs - or
invalid markup.

[...]
--
Rob
Feb 2 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: wEEdpEckEr | last post by:
Hi, I'm building my own webstats, and I was wondering if I could detect following things: the screeen resolution (although I believe this is only to be found out through javascript, this sucks,...
108
by: JB | last post by:
It seems that our master Guido van Rossum had an offer from google and he accepted it!! long life to Guido & Goole ! many things to come ;) juČ
0
by: Janet93 | last post by:
If you are involved in the development of scientific computing software, you are invited to participate in a survey on developing this kind of software. If you have already received this request, I...
0
by: Janet93 | last post by:
If you are involved in the development of scientific computing software, you are invited to participate in a survey on developing this kind of software. If you have already received this request, I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.