Slashdot Mirror


New BBC Sports Website Makes Heavy Use of RDF

New submitter whyloginwhysubscribe writes "A technical blog post describes how the BBC has rolled out the latest changes to its sports website in anticipation of the Summer Olympics in London. The innovative content management system extends the already available dynamic semantic publishing, which enables their journalists 'to spend more time creating great content and less time managing that content.' The post covers some of the technical and lots of the HCI / UI design decisions and is accompanied by a non-technical overview of the re-design."

1 of 89 comments (clear)

  1. Re:I'll get a gold in freestyle grammar nazism by Menkhaf · · Score: 4, Interesting

    On a similar note, what's up with the 5196 empty lines?

    ~/tmp$ grep ^$ launching_bbc_sport_new.html |wc
          5196 0 5196

    ...or the 21360 kB of whitespace?

    ~/tmp$ grep '^[[:blank:]]*$' launching_bbc_sport_new.html |wc
          5896 1400 21360

    That's one sixth of the page size (excluding external sources).

    And speaking of external sources: 336 kB of Javascript. Neat, huh?

    ~/tmp/bbc$ for i in `grep --color=never -o 'src="http://[[:alnum:][:punct:]/]*"' launching_bbc_sport_new.html |sed -r 's/src="//' | sed -r 's/"//'|grep '.js' --color=never`; do wget $i; done;
    ~/tmp/bbc$ du -ch *.js*
    28K bbccom.js
    28K blq_core.js
    16K comments-blog.js
    8.0K embed.js
    16K gloader.0.1.6.js
    16K gloader.js
    8.0K gw.js?csid=J08781
    20K id-core.js
    60K id.js
    24K require.js
    64K s_code.js
    36K sharetools.js
    12K swfobject.js
    336K total

    I haven't done any webpage project nearly as big as what I imagine BBC to be, but still, 476 kB all in all. Wow.

    --
    A proud member of the Onion-in-Hand alliance