<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>world-wide-web-consortium &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/world-wide-web-consortium/</link>
	<description>Feed of posts on WordPress.com tagged "world-wide-web-consortium"</description>
	<pubDate>Wed, 10 Feb 2010 13:20:13 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[World Wide Web Consortium [W3C]]]></title>
<link>http://moonbeatblog.wordpress.com/2010/01/20/world-wide-web-consortium-w3c/</link>
<pubDate>Wed, 20 Jan 2010 16:24:58 +0000</pubDate>
<dc:creator>moonbeatblog</dc:creator>
<guid>http://moonbeatblog.wordpress.com/2010/01/20/world-wide-web-consortium-w3c/</guid>
<description><![CDATA[The W3C was created in October 1994 by Tim Berners-Lee (picture shown) when he left the European Org]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The W3C was created in October 1994 by Tim Berners-Lee (picture shown) when he left the European Orginization for Nuclear Research (known as CERN, who he had collaberated with to make the W3C).</p>
<p style="text-align:center;"><img class="aligncenter" title="Timmy Boy" src="http://weblogmania.files.wordpress.com/2009/03/tim-berners-lee.jpg?w=344&#038;h=258" alt="" width="344" height="258" /></p>
<p>Right now, the World Wide Web Consortium has a goal to standardize the web, making it accessible to users in different cultures, using more resources and beating physical limitations.  W3C is hosted by three universities (Massachusetts Institute of Technology, The French National Research institute in Europe, and Keio University in Japan).  2 principles that guide W3C&#8217;s work are &#8220;Web for All&#8221;, and &#8220;Web on Everything&#8221;.  The vision of W3C involves participation, sharing knowledge, and thereby building trust on a global scale.</p>
<p>W3C functions as a member organization (due to its importance both in scope and in investment) and some of the well known members apart of this orginization are as follows:</p>
<p style="text-align:center;"><img class="alignnone" title="IBM" src="http://willscullypower.files.wordpress.com/2009/07/ibm.jpg?w=125&#038;h=65" alt="" width="125" height="65" /> <img class="alignnone" title="Apple" src="http://weblogs.baltimoresun.com/business/consuminginterests/blog/apple-logo1.jpg" alt="" width="55" height="65" /> <img class="alignnone" title="Microsoft" src="http://www.aiesec.org/australia/images/Partnerlogo/microsoft.jpg" alt="" width="275" height="65" /></p>
<p style="text-align:center;"><img class="alignnone" title="AOL" src="http://i.zdnet.com/blogs/aol_logo.jpg" alt="" width="133" height="65" /> <img class="alignnone" title="Adobe" src="http://www.distance-learning-centre.co.uk/images/Adobe.jpg" alt="" width="86" height="65" /> <img class="alignnone" title="Macromedia" src="http://www.aqsa.org.uk/Portals/0/Multimedia/flashIcon.png" alt="" width="65" height="65" /></p>
<p style="text-align:left;">
<p style="text-align:left;">Each web standard that goes through W3C has a specific 7 part approval system.  These standards can be related to HTML, XHTML, XML, CSS, XSL, XML Schema, XPath, XQuery, DOM, SOAP, WSDL, RDF, SMIL, and more.  The standardization process consists of the following 7 steps:</p>
<ol>
<li>-W3C receives a Submission</li>
<li>-W3C publishes a Note</li>
<li>-W3C creates a Working Group</li>
<li>-W3C publishes a Working Draft</li>
<li>-W3C publishes a Candidate Reccomendation</li>
<li>-W3C publishes a Proposed Recommendation</li>
<li>-W3C publishes a Recommendation</li>
</ol>
<p>[More information on this 7 part process can be found <a href="http://www.w3.org/2005/10/Process-20051014/tr" target="_blank">here</a>]</p>
<p>For web design and applications, the W3C has standards for building and rendering web pages, including HTML, CSS, SVG, Ajax, and other Web Application technologies.  Web Architecture focuses on the foundation technologies and principles which sustain the Web, including URIs and HTTP.  W3C also has standards for XML Technology, mobile device technologies, and browsers.</p>
<p>In addition to the classic &#8220;Web of Documents&#8221;, W3C is helping to build a technology stack to support a &#8220;Web of Data&#8221; (data as found in databases).  <a href="http://www.w3.org/standards/semanticweb/" target="_blank">The official W3C web page</a> reads <em>&#8220;The ultimate goal of the Web of Data is to enable computers to do more useful work and to develop systems that can support trusted interactions over the network.&#8221;</em></p>
<p style="text-align:left;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to: Make your blog's images more accessible]]></title>
<link>http://restructure.wordpress.com/2009/12/16/howto-make-your-blog-images-more-accessible/</link>
<pubDate>Wed, 16 Dec 2009 14:00:19 +0000</pubDate>
<dc:creator>Restructure!</dc:creator>
<guid>http://restructure.wordpress.com/2009/12/16/howto-make-your-blog-images-more-accessible/</guid>
<description><![CDATA[This tutorial explains how bloggers can make their images more accessible for people with visual imp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This tutorial explains how bloggers can make their images more accessible for people with visual impairments by adding &#8216;alt-text&#8217;. While most web accessibility tutorials assume that the all creators of web content code in raw HTML, it is 2009, and most bloggers today probably do not know HTML.</p>
<p>This tutorial also assumes that the blogger uses a blogging software (such as WordPress) and creates web content through a graphical interface. While this tutorial uses WordPress examples, the vast majority of this tutorial is applicable to any blogging software, content management system, and even to those who build webpages from scratch.</p>
<h3>Tutorial</h3>
<p>Understanding how to add &#8216;alt-text&#8217; requires understanding how to edit a post in HTML mode, as well as understanding the structure of a HTML tag. These two prerequisites will be explained first. The content of this tutorial consists of the following sections:</p>
<ol>
<li><a title="Go to section ''Accessing the HTML of your post''" href="http://restructure.wordpress.com/2009/12/16/howto-make-your-blog-images-more-accessible/#htmlmode">Accessing the HTML of your post</a></li>
<li><a title="Go to section ''Understanding HTML tags''" href="http://restructure.wordpress.com/2009/12/16/howto-make-your-blog-images-more-accessible/#htmltags">Understanding HTML tags</a></li>
<li><a title="Go to section ''Adding 'alt-text' to images''" href="http://restructure.wordpress.com/2009/12/16/howto-make-your-blog-images-more-accessible/#imgalt">Adding &#8216;alt-text&#8217; to images</a></li>
</ol>
<p><!--more-->Note that if you are only a blogger and you do not create WordPress themes or Blogger templates for your blog, then you do not have complete control over the HTML of your blog layout. Some blog layouts—such as the current theme of my Restructure! blog at WordPress.com—are less accessible than others, because the designers did not take accessibility issues into consideration. However, as a blogger, you still have control over the HTML of your posts, which would make at least the content of your posts more accessible.</p>
<h4><a style="color:black;text-decoration:none;" name="htmlmode">1. Accessing the HTML of your post</a></h4>
<p>In WordPress, when you compose or edit your post, you can access the HTML source by clicking on the &#8220;HTML&#8221; tab, which is pointed to by the big blue arrow in the following screenshot:</p>
<p><img class="aligncenter size-full wp-image-8672" title="Click on the ''HTML'' tab, shown by the blue arrow" src="http://restructure.wordpress.com/files/2009/12/tutorial-viewhtml1.jpg" alt="Screenshot of HTML tab in WordPress post editor" width="459" height="440" /></p>
<p>After you click on the HTML tab, you should see the HTML source of your post:</p>
<p><img class="aligncenter size-full wp-image-8680" title="HTML composition mode in WordPress" src="http://restructure.wordpress.com/files/2009/12/tutorial-viewhtml2.jpg" alt="Screenshot of HTML composition mode in WordPress post editor" width="444" height="474" /></p>
<p>You can create or edit a post in HTML mode, including adding features to your post to make it more accessible.</p>
<h4><a style="color:black;text-decoration:none;" name="htmltags">2. Understanding HTML tags</a></h4>
<p>HTML consists of HTML <strong>tags</strong>, which have the basic form:</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;TAG /&#62;
</pre>
<p>or</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;TAG&#62;something goes here&#60;/TAG&#62;
</pre>
<p>Some tags take first form, and other tags take the second form.  An example of a tag that takes the second form is the following:</p>
<pre class="brush: xml; auto-links: false; light: true;">
It is extremely difficult to imagine how somebody with &#34;credentials&#34; as an academic or intellectual could believe that it is acceptable for him to contradict himself, and believe, further, that &#60;em&#62;contradicting himself makes him intellectually superior to his logically-consistent peers&#60;/em&#62;.
</pre>
<p>The &#8216;em&#8217; tag is used to <em>emphasize</em> a part of the text, and appears in <em>italics</em> in a standard graphical web browser.</p>
<h5>Attributes</h5>
<p>Other tags have <strong>attributes</strong>. A tag with an attribute has the basic form:</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;TAG X=&#34;a value for X&#34; /&#62;
</pre>
<p>or</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;TAG X=&#34;a value for X&#34;&#62;something goes here&#60;/TAG&#62;
</pre>
<p>For example:</p>
<pre class="brush: xml; auto-links: false; light: true;">
In February, &#60;a href=&#34;http://www.cbc.ca/canada/toronto/story/2009/05/06/hospital-charges.html&#34;&#62;two security guards in Toronto allegedly beat an aboriginal man&#60;/a&#62;, sending him to the hospital with three broken ribs and a punctured lung.
</pre>
<p>The &#8216;a&#8217; tag is called an anchor tag, and is usually used to hyperlink text and make it link to another webpage. The anchor tag has the attribute &#8216;href&#8217;, and href has the <strong>value</strong> of &#8220;http://www.cbc.ca/canada/toronto/story/2009/05/06/hospital-charges.html&#8221;.</p>
<h5>More than one attribute</h5>
<p>However, a tag can have more than one attribute, and they are of the form:</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;TAG X=&#34;a value for X&#34; Y=&#34;a value for Y&#34; Z=&#34;a value for Z&#34; /&#62;
</pre>
<p>or</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;TAG X=&#34;a value for X&#34; Y=&#34;a value for Y&#34; Z=&#34;a value for Z&#34;&#62;something goes here&#60;/a&#62;
</pre>
<p>Here is an example of the anchor tag with two attributes:</p>
<pre class="brush: xml; auto-links: false; light: true;">
In February, &#60;a href=&#34;http://www.cbc.ca/canada/toronto/story/2009/05/06/hospital-charges.html&#34; title=&#34;Criminal charges unlikely against security guards accused of beating aboriginal man&#34;&#62;two security guards in Toronto allegedly beat an aboriginal man&#60;/a&#62;, sending him to the hospital with three broken ribs and a punctured lung.
</pre>
<p>In this example, the anchor tag has two attributes, &#8216;href&#8217; and &#8216;title&#8217;, which have the values of &#8220;http://www.cbc.ca/canada/toronto/story/2009/05/06/hospital-charges.html&#8221; and &#8220;Criminal charges unlikely against security guards accused of beating aboriginal man&#8221;, respectively. Attributes must have particular values, e.g., the &#8216;href&#8217; attribute must have the value of a web address or e-mail address, etc.</p>
<p>If a tag has more than one attribute, the order of the attributes does not matter.</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;TAG X=&#34;a value for X&#34; Y=&#34;a value for Y&#34; Z=&#34;a value for Z&#34; /&#62;
</pre>
<p>is equivalent to:</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;TAG Y=&#34;a value for Y&#34; Z=&#34;a value for Z&#34; X=&#34;a value for X&#34; /&#62;
</pre>
<p>For example:</p>
<pre class="brush: xml; auto-links: false; light: true;">
In February, &#60;a title=&#34;Criminal charges unlikely against security guards accused of beating aboriginal man&#34; href=&#34;http://www.cbc.ca/canada/toronto/story/2009/05/06/hospital-charges.html&#34;&#62;two security guards in Toronto allegedly beat an aboriginal man&#60;/a&#62;, sending him to the hospital with three broken ribs and a punctured lung.
</pre>
<p>is equivalent to the earlier example of an anchor tag with two attributes.</p>
<h4><a style="color:black;text-decoration:none;" name="imgalt">3. Adding &#8216;alt-text&#8217; to images</a></h4>
<p><em>In practice</em>, in its most basic form, the HTML for inserting an image into your post looks something like this:</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;img src=&#34;http://restructure.wordpress.com/files/2009/11/blackface_universitytoronto_racism.jpg&#34; /&#62;
</pre>
<p>The &#8216;img&#8217; in the &#8216;img&#8217; tag stands for &#8216;image&#8217;. The attribute &#8217;src&#8217; stands for &#8217;source&#8217;, which is the web address of the actual image file. This way of inserting images into your post (i.e., having only the &#8217;src&#8217; attribute) <em>works</em> in graphical web browsers, but it is <em>technically incorrect</em>, because the <a title="World Wide Web Consortium (Wikipedia)" href="http://en.wikipedia.org/wiki/World_Wide_Web_Consortium">World Wide Web Consortium</a> (W3C) says that an &#8216;alt&#8217; attribute is <strong>required</strong>. The W3C requires that the img tag must have an &#8216;alt&#8217; attribute <em>not</em> because they are trying to make things more difficult, but because the presence of the &#8216;alt&#8217; attribute would make things <em>easier</em> for people who have visual impairments and browse the web using screen readers, for example. &#8216;Alt&#8217; stands for &#8216;alternative&#8217;, i.e., the alternative to the image.</p>
<p>Thus, the proper HTML for inserting an image into your post, in its most basic form, requires both a &#8217;src&#8217; attribute and &#8216;alt&#8217; attribute, and looks something like this:</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;img src=&#34;http://restructure.wordpress.com/files/2009/11/blackface_universitytoronto_racism.jpg&#34; alt=&#34;Photo of U of T students in blackface ''Cool Runnings'' Halloween costumes&#34; /&#62;
</pre>
<p>The value of the alt attribute is a text description of the image. In my example, I attempted to describe the image for someone who cannot see the photo. I probably should have also noted that there were five costumed young men, consisting of four young white men with their faces painted brown, and one young black man with his face painted chalk white.</p>
<p>If you have a WordPress blog and you view the HTML of your post using the WordPress post editor, the img tag would probably look messier, because it has additional attributes:</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;img src=&#34;http://restructure.wordpress.com/files/2009/11/blackface_universitytoronto_racism.jpg&#34; alt=&#34;Photo of U of T students in blackface ''Cool Runnings'' Halloween costumes&#34; title=&#34;Blackface stirs debate&#34; width=&#34;400&#34; height=&#34;300&#34; class=&#34;aligncenter size-full wp-image-8000&#34; /&#62;
</pre>
<p>You can ignore the other attributes of the img tag by leaving them alone; you do not have to understand them, as long as you know that they are other attributes of the img tag.</p>
<p><strong>To make your image more accessible, you just add or edit the &#8216;alt&#8217; attribute of the img tag so that the value of the &#8216;alt&#8217; attribute is a useful text description.</strong> Remember, the order of the attributes does not matter, so if the &#8216;alt&#8217; attribute does not exist, you can add it to the end, or wherever.</p>
<p>When I say that you can &#8220;just&#8221; add or edit the alt attribute, I mean that the process of adding or editing the alt attribute is fairly straightforward if you know how to edit HTML. Ensuring that your text description is &#8220;useful&#8221; is not as straightforward, as translating an image into relevant text is a creative skill, and there is no one right way to do it. Your text description does not have to perfectly and completely describe the image, as that is impossible. However, one way to evaluate the appropriateness of your image is to see how your post looks like in the text web browser Lynx (<a title="Lynx for Windows" href="http://csant.info/lynx.htm">Lynx for Windows</a> / <a title="Lynx for Mac" href="http://www.apple.com/downloads/macosx/unix_open_source/lynxtextwebbrowser.html">Lynx for Mac</a>).</p>
<h5>More examples</h5>
<p>Here is another example of an img tag with an alt attribute. In this example, the image is of a bar graph:</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;img class=&#34;size-full wp-image-1602&#34; title=&#34;How Americans voted&#34; src=&#34;http://restructure.wordpress.com/files/2008/11/howwevoted.jpg&#34; alt=&#34;White Americans, 43% for Obama, 55% for McCain, and 2% for Other. Black Americans, 95% for Obama, 4% for McCain, and 1% for Other. Latino Americans, 67% for Obama, 31% for McCain, and 2% for Other. Asian Americans, 62% for Obama, 35% for McCain, and 3% for Other. Other Americans, 66% for Obama, 31% for McCain, and 3% for Other.&#34; width=&#34;580&#34; height=&#34;185&#34; /&#62;
</pre>
<p>As you can see, the value of the alt attribute is a description of the percentages displayed on the graph. The image description conveys the relevant information; the value is not just &#8220;Bar graph&#8221;.</p>
<p>However, sometimes an image is decorative and extraneous to understanding the text of the post. In this case, you can set the value of the alt attribute to an empty string (&#8220;&#8221;):</p>
<pre class="brush: xml; auto-links: false; light: true;">
&#60;img src=&#34;http://img14.imageshack.us/img14/1961/canadianimmigrationface.jpg&#34; class=&#34;alignright&#34; alt=&#34;&#34; /&#62;
</pre>
<p>If the image is decorative, it is better to have an alt attribute with an empty value than to omit the alt attribute altogether. If an image is unnecessary, it is better for the screen reader to ignore the image than to read out the file name of the unviewable image, which is what would happen if the alt attribute is omitted.</p>
<h5>Checking your work</h5>
<p>You can check if you added the alt-text correctly by viewing the post, right-clicking on the image, and choosing &#8220;Properties&#8221; in Firefox. If you are using Internet Explorer or another web browser, you would check the alt-text in a similar way.</p>
<h3>Why I made this tutorial</h3>
<p><a title="too stupid" href="http://flipfloppingjoy.com/2009/12/06/too-stupid/">Brownfemipower (BFP) at Flip Flopping joy! recently criticized a Bitch Magazine post on web accessibility</a>. Among other things, BFP writes:</p>
<blockquote><p>The <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text">“description”</a> (from the bitch article) about how to write good link text made no sense to me at all, and didn’t include how make a link text to begin with. So I know I won’t be doing that any time soon.</p></blockquote>
<p>My first reaction was also, &#8220;How hard could it be?&#8221;, but then I clicked the link, and it was a link to a W3C guidelines page, which is something that I did not expect to be linked from a blog about social issues and intersectionality (and not about code). After all, W3C guidelines are intended for coders, not bloggers who are not blogging about code.</p>
<p>While conventional wisdom would require that bloggers know HTML to be competent in what they do, this is no longer reasonable or necessary. Bloggers do not have to know the basics of a HTML document, such the &#8216;body&#8217; tag and &#8216;head&#8217; tag. Bloggers who want to make their posts more accessible only need to know the structure of an XML tag, and how to implement specific HTML tags, such as img.</p>
<p>In any case, the length of the tutorial section of this post demonstrates that &#8220;step 2&#8243; of the Bitch Magazine post <a href="http://bitchmagazine.org/post/the-transcontinental-disability-choir-how-to-make-your-blog-accessible-in-five-not-very-complic" title="How to make your blog accessible in five not-very-complicated steps">How to make your blog accessible in five not-very-complicated steps</a> is actually quite complicated, which is BFP&#8217;s point. It was fairly complicated for me to write this tutorial, since I wanted to break down &#8220;add &#8216;alt-text&#8217; to images&#8221;  to specific actions instead of vague, conceptual instructions that assume the reader knows how to view and read the HTML source of a webpage. For the original author of the five steps, &#8220;step 2&#8243; was not-very-complicated, because her description was very poorly written as a &#8220;how-to&#8221;. The lack of code snippets makes the post <em>appear</em> more user-friendly and not-very-complicated, but hand-wavy, high-level explanations about HTML are unhelpful to most people.</p>
<p>However, I am someone who has had years of experience with HTML, so perhaps I am also assuming too much background knowledge in some areas of this tutorial. What do you think? Is my lengthy post on alt-text better than the web accessibility post at Bitch? Does a post littered with code snippets in monospace font with syntax highlighting scare off non-technical readers? Which one results in more bloggers learning how to add alt-text to their images?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Web Accessibility Initiative - Bringing the web closer towards the impaired]]></title>
<link>http://infozoneinc.wordpress.com/2009/12/15/web-accessibility-initiative-bringing-the-web-closer-towards-the-impaired/</link>
<pubDate>Tue, 15 Dec 2009 11:35:51 +0000</pubDate>
<dc:creator>infozoneinc</dc:creator>
<guid>http://infozoneinc.wordpress.com/2009/12/15/web-accessibility-initiative-bringing-the-web-closer-towards-the-impaired/</guid>
<description><![CDATA[The Concept: - The world wide web consortium (W3C)&#8217;s Web Accessibility Initiative (WAI) is an ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>The Concept: -</strong></p>
<p style="text-align:left;">The <a title="World Wide Web Consortium" href="http://en.wikipedia.org/wiki/World_Wide_Web_Consortium">world wide web consortium</a> (W3C)&#8217;s <strong>Web Accessibility Initiative</strong> (<strong>WAI</strong>) is an effort to improve the accessibility of the world wide web (www or web) for people with disabilities. People with disabilities may encounter difficulties when using computers generally, but also on the web. Since people with disabilities often require non-standard devices and browsers, making websites more accessible also benefits a wide range of user agents and devices, including mobile devices, which have limited resources.</p>
<p style="text-align:left;">Apparently, the one group that needs to be thinking about the issue more than most are web designers and developers. If the <a href="http://news.cnet.com/8301-30684_3-10414041-265.html?tag=TOCmoreStories.0">article from cnet</a> is any indication it appears that that these folks are thinking about more on the front-end rather than being reminded and having to retro-fit sites later.</p>
<p>The article is about yahoo&#8217;s Victor Tsaran, blind since the age of five. Tsaran knows how much time web designers spend agonizing over color and font-width choices when laying out an application. So when he started yahoo&#8217;s accessibility push two years ago, he had a tough time arousing sympathy for engineers grousing about how much extra time was needed to create accessibility features.</p>
<p>Fortunately for Tsaran, yahoo&#8217;s accessibility manager, he&#8217;s running into that problem less and less. Web designers are starting to take accessibility as seriously as button placement or heading layout when they develop their products, improving the web experience not only for people like Tsaran but for a normal web user.</p>
<p>Acting quickly with WAI standard, google recently rolled out a service that will let Youtube users add captions to their videos, and believes that as the web moves more from an era of presentation to an era of two-way &#8220;data-driven&#8221; communication, accessibility becomes even more important.</p>
<p><strong>Now the statistics: -</strong></p>
<p>Cnet reveals that 60 million people in the U.S can&#8217;t use a computer to get on the internet in the normal fashion. Targeting them, a mix of screen reader software, keyboards with special buttons, and even motion-sensing web cameras must take the place of the mouse and QWERTY keyboard.</p>
<p>Now this can cause problems for web designers who rely too heavily on mouse navigation, or who design pages with special multimedia effects that look cool only to the people that can see them. Users of screen readers a software that essentially reads out loud a description of text, links, and buttons on a page find trouble due to use of CAPTCHA’s and Flash Intros. But again for them, simple photos or images can also create problems if the web publisher hasn’t added an <a href="http://www.xs4all.nl/~sbpoley/webmatters/alt.html">ALT</a> or uses more images or graphs instead of text to represent data.</p>
<p>The good news is that most of these problems aren&#8217;t as much technology issues as design issues; content created with things like flash can be made accessible if designers start off with that principle in mind.</p>
<p>According to Yahoo making a web site accessible to as many people as possible isn&#8217;t just the right thing to do, it also makes business sense. Especially when people over 65 are increasing their use of the internet, taking an extra care for WAI during design and publishing should be a compulsory.</p>
<p><a href="http://infozoneinc.wordpress.com/files/2009/12/wai-stats.jpg"><img class="alignleft size-medium wp-image-15" title="WAI Stats" src="http://infozoneinc.wordpress.com/files/2009/12/wai-stats.jpg?w=300" alt="" width="300" height="211" /></a></p>
<p><strong>The Verdict</strong></p>
<p>So as the web roars forward with HTML5 standards being debated, and more and more advances there is a reason beside just fairness that should make businesses stand up and take notice of web accessibility concerns.</p>
<p>So where are you with accessibility issues for your site? Have you given them consideration? Why??</p>
<p>Mainly because, in order to do business with the U.S. government, companies must comply with Section 508 of the Rehabilitation Act, which insists that electronic and information technology products sold to government agencies be designed with disabled employees in mind. Yeah, it’s already a requirement to do work with the government!</p>
<p>Courtesy: &#8211; <a href="http://www.cnet.com/">Cnet</a></p>
<p>NIk!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HTML5 = compatibility]]></title>
<link>http://davidkirkpatrick.wordpress.com/2009/10/23/html5-compatibility/</link>
<pubDate>Fri, 23 Oct 2009 17:08:30 +0000</pubDate>
<dc:creator>davidkirkpatrick</dc:creator>
<guid>http://davidkirkpatrick.wordpress.com/2009/10/23/html5-compatibility/</guid>
<description><![CDATA[Part two of two posts (find part one here) CIO.com has an informative article on &#8220;Five New Tec]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>Part two of two posts (<a href="http://davidkirkpatrick.wordpress.com/2009/10/23/usb-3-0blazing-speed/" target="_blank">find part one here</a></em><em>)</em></p>
<p>CIO.com has an informative article on &#8220;<a href="http://www.cio.com/article/print/505555" target="_blank">Five New Technologies That Will Change Everything</a>.&#8221; I&#8217;m breaking this particular link into two posts because two of those techs deserve individual attention because of the sea-change they are going to create in your computing and browsing experience respectively.</p>
<p>This post is on the latest HTML version &#8212; HTML5. The idea behind HTML5 is creating a standard that allows every web page to look essentially the same regardless which browser, or platform (computer, mobile device, etc.), the user is viewing the page with/on. A lofty goal considering how the browser wars have been fought since IE and Navigator tussled way back in the last century, but here&#8217;s to the success of HTML5.</p>
<p>From the link:</p>
<blockquote><p><img src="http://images.pcworld.com/news/graphics/173288-web-browsers_original.jpg" alt="Web browsers" /></p>
<div>Web pages built with HTML5 will display the same on any browser&#8211;desktop or mobile.</div>
</blockquote>
<blockquote><p>Hulk VI was great, but what should you watch this evening? Before heading off to work in the morning, you click to some trailers on a movie Website, but you don&#8217;t have time to watch many. So you use your mobile phone to snap a picture of the 2D barcode on one of the videos; the phone&#8217;s browser then takes you to the same site. On the commuter train to the office, you watch the previews over a 4G cell phone connection. A few of the movies have associated games that you try out on your phone, too.</p>
<p>Remember when every Website had a badge that read &#8220;optimized for Netscape Navigator&#8221; or &#8220;requires Internet Explorer 4&#8243;? In the old days, people made Web pages that worked best with&#8211;or only with&#8211;certain browsers. To some extent, they still do.</p>
<p>The new flavor of the HTML&#8211;the standard program for writing Web pages&#8211;is called HTML5 (<a style="color:#003366;text-decoration:underline;" href="http://www.pcworld.com/businesscenter/article/165653/html5_could_be_the_os_killer.html">Hypertext Markup Language version 5</a>); and HTML5 aims to put that practice to bed for good.</p>
<p>Specifically, HTML5 may do away with the need for audio, video, and interactive plug-ins. It will allow designers to create Websites that work essentially the same on every browser&#8211;whether on a desktop, a laptop, or a mobile device&#8211;and it will give users a better, faster, richer Web experience.</p>
<p>Instead of leaving each browser maker to rely on a combination of its in-house technology and third-party plug-ins for multimedia, HTML5 requires that the browser have built-in methods for audio, video, and 2D graphics display. Patent and licensing issues cloud the question of which audio and video formats will achieve universal support, but companies have plenty of motivation to work out those details.</p>
<p>In turn, Website designers and Web app developers won&#8217;t have to deal with multiple incompatible formats and workarounds in their efforts to create the same user experience in every browser.</p>
<p>This is an especially valuable advance for mobile devices, as their browsers today typically have only limited multimedia support. The iPhone&#8217;s Safari browser, for example, <a style="color:#003366;text-decoration:underline;" href="http://www.pcworld.com/article/173092/3_reasons_why_iphone_wont_get_adobe_flash.html">doesn&#8217;t handle Adobe Flash</a>&#8211;even though Flash is a prime method of delivering video content across platforms and browsers.</p>
<p>&#8220;It&#8217;ll take a couple of years to roll out, but if all the browser companies are supporting video display with no JavaScript [for compatibility handling], just the video tag and no plug-in, then there&#8217;s no downside to using a mobile device,&#8221; says Jeffrey Zeldman, a Web designer and leading Web standards guru. &#8220;Less and less expert users will have better and better experiences.&#8221;</p>
<p>Makers of operating systems and browsers appear to be falling into line behind HTML5. <a style="color:#003366;text-decoration:underline;" href="http://www.pcworld.com/businesscenter/article/165622/code_for_the_web_google_tells_developers.html">Google Chrome</a>, Apple Safari, <a style="color:#003366;text-decoration:underline;" href="http://www.pcworld.com/article/172570/opera_10.html">Opera</a>, and WebKit (the development package that underlies many mobile and desktop programs), <a style="color:#003366;text-decoration:underline;" href="http://www.pcworld.com/article/161210/firefox_beta_update_supports_html_5.html">among others</a>, are all moving toward HTML5 support.</p>
<p>For its part, Microsoft says that Internet Explorer 8 will support only parts of HTML5. But Microsoft may not want to risk having its Internet Explorer browser lose more market share by resisting HTML5 in the face of consensus among the other OS and browser makers.</p>
<p>HTML5 is now completing its last march toward a final draft and official support by the World Wide Web Consortium.</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[El Debate sobre la Gobernanza de Internet]]></title>
<link>http://blogtecnopolis.wordpress.com/2009/10/08/el-debate-sobre-la-gobernanza-de-internet/</link>
<pubDate>Thu, 08 Oct 2009 06:22:51 +0000</pubDate>
<dc:creator>Tecnópolis</dc:creator>
<guid>http://blogtecnopolis.wordpress.com/2009/10/08/el-debate-sobre-la-gobernanza-de-internet/</guid>
<description><![CDATA[(ESPECIALES WWW2009 Conference) Según Yochai Benkler, profesor de leyes y director del Berkman Cente]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>(ESPECIALES <a title="Cinferencia WWW2009" href="http://www2009.org/" target="_blank">WWW2009 Conference</a>)</p>
<p>Según <a title="Yochai Benkler" href="http://en.wikipedia.org/wiki/Yochai_Benkler" target="_blank"><strong>Yochai Benkler</strong></a>, profesor de leyes y director del <a title="Web Berkman Center for Internet &#38; Society" href="http://cyber.law.harvard.edu/" target="_blank">Berkman Center for Internet &#38; Society</a> de la Universidad de Harvard, la conceptualización de la idea de la &#8216;<strong>Gobernanza de Internet</strong>&#8216; gira en torno a tres &#8216;capas&#8217; de gobierno o &#8216;gobernanza&#8217;: la primera, la capa de la &#8216;infraestuctura física&#8217; a través de la cual tienen lugar los desplazamientos de información; la segunda integrada por el &#8216;código&#8217; o capa &#8216;lógica&#8217; que gestiona el control de la infaestructura y, la tercera es la capa de &#8216;contenido&#8217; que contiene la información que circula a través de la red.</p>
<p><a title="Tecnopolis UPTV" href="http://www.tecnopolis.upv.es"><strong>Tecnópolis UPV</strong></a> ha asistido a la <a title="Programa Reunión 4 IGF Spain" href="http://www.gobernanzainternet.es/doc/archivos/Programa_reuni%C3%B3n_4.pdf" target="_blank">IV Reunión del Foro de la Gobernanza de Internet</a>, cuyo capítulo español se reunió hace pocos dias en Madrid, realizando un <a title="4ª Reunión Gobernanza Internet IGF Spain" href="http://www.gobernanzainternet.es/" target="_blank"><strong>Debate sobre la Gobernanza de Internet</strong></a>, en coincidencia con la <a title="WWW2009 Conference Madrid" href="http://www2009.org/" target="_blank">Conferencia mundial WWW</a> del <strong><a title="Consorcio W3C" href="http://www.w3c.es/Consorcio/" target="_blank">W3C (World Wide Web Consortium)</a> </strong>-que se celebraba por primera vez en España- y que, además, conmemora el 20 aniversario de la invención de la Web por <a title="Tim Berners-Lee/W3C" href="http://www.w3.org/People/Berners-Lee/" target="_blank"><strong>Tim Berners-Lee</strong></a>.</p>
<p>Esta semana <a title="Tecnopolis UPTV" href="http://www.tecnopolis.upv.es" target="_blank"><strong>Tecnópolis UPTV</strong></a> ofrece las visiones sobre el presente y futuro de  Internet (y su Gobernanza), que dieron en dicho Debate, dos de los padres de Internet: <a title="Vinton Cerf Wikipedia" href="http://es.wikipedia.org/wiki/Vinton_Cerf" target="_blank"><strong>Vinton Cerf</strong>,</a> el líder del desarrollo del conjunto de protocolos <a title="TCP/IP" href="http://es.wikipedia.org/wiki/Familia_de_protocolos_de_Internet"><strong>TCP/IP</strong> (Protocolo de Control de Transmisión (TCP) / Protocolo de Internet (IP)</a>, esenciales en Internet, y <strong><a title="Tim Berners-Lee Wikipedia" href="http://es.wikipedia.org/wiki/Tim_Berners-Lee" target="_blank">Tim Berners-Lee</a>,</strong> al que se conoce como &#8216;inventor de la Web&#8217;.  <a title="MIT CSAIL People" href="http://www.csail.mit.edu/directory/pi" target="_blank"><strong>Tim</strong></a> y su grupo <a title="CERN 20th Web Anniversary" href="http://info.cern.ch/www20/" target="_blank">desarrollaron en el CERN en Ginebra</a> lo que por sus siglas en inglés se denominan: <a title="HTML Wikipedia" href="http://es.wikipedia.org/wiki/Código_HTML" target="_blank"><strong>Lenguaje HTML</strong> (<em>HyperText Markup Language</em>)</a> o lenguaje de etiquetas de hipertexto; el <a title="Protocolo HTTP  Wikipedia" href="http://es.wikipedia.org/wiki/HTTP"><strong>protocolo HTTP</strong> (HyperText Transfer Protocol)</a>; y el sistema de localización de objetos en la web <a title="URL (Localizador Uniforme de Recursos) Wikipedia" href="http://es.wikipedia.org/wiki/URL"><strong>URL</strong> (Uniform Resource Locator)</a></p>
<p>En el programa se ofrece también parte del <a title="Foro de la Gobernanza de Internet" href="http://www.fundacion.telefonica.com/debateyconocimiento/gobernanza/" target="_blank"><strong>Debate sobre la Gobernanza de Internet </strong></a>que tuvo logar en el<a title="Web IGF Spain" href="http://www.gobernanzainternet.es/" target="_blank"> <strong>IGF Spain</strong></a>, en el que <a title="Blog Héctor Pérez" href="http://www.arpahector.com/" target="_blank"><strong>Héctor Pérez</strong></a>, ingeniero de telecomunicaciones por la <a title="Web Universidad Politécnica de Valencia," href="http://www.upv.es" target="_blank">Universidad Politécnica de Valencia,</a> emprendedor y fundador de la <em>start-up </em><a title="Blog Start-Up Arpamet" href="http://blog.arpamet.com/" target="_blank"><strong>Arpamet</strong> </a>dialogó con <strong>Tim Berners-Lee</strong> y <strong>Vinton Cerf.</strong></p>
<p><strong>El Partido (politico) de Internet</strong></p>
<p><a title="Hector Perez Arenas Xing" href="http://www.xing.com/profile/Hector_PerezArenas" target="_blank"><strong>Héctor Pérez Arenas</strong></a>, también es co-promotor del <a title="El partido de internet" href="http://partidodeinternet.es/" target="_blank"><strong>Partido de Internet</strong></a> que promueve el trasladar el concepto de <a title="La Larga Cola / The Long Tail Wikipedia" href="http://es.wikipedia.org/wiki/Larga_Cola" target="_blank"><strong>La Larga Cola</strong> <strong>(The Long Tail)</strong></a> de <a title="Chris Anderson" href="http://es.wikipedia.org/wiki/Chris_Anderson" target="_self"><strong>Chris Anderson</strong> </a>a la política, en primer lugar, en España. En este programa de<strong> <a title="Tecnopolis UPTV" href="http://www.tecnopolis.upv.es" target="_blank">Tecnóplis UPTV</a></strong>, <strong>Héctor</strong> describe la visión que este partido quiere desarrollar dentro del mundo de la política española.<strong> El Partido de Internet</strong> promueve regenerar la democracia en cada cámara del parlamento (incluyendo el europeo), planteando unas listas abiertas cuyos electos deberán comprometerse a votar en cada momento lo que decidan -&#8217;entre todos&#8217;- sus votantes a través de internet mediante su DNI electrónico (y no cada cuarto años, sino de forma habitual y cotidiana), posicionándose sud electos en concreto en cada votación importante. Es una novedosa propuesta que está ahora en constucción o en fase <em>Beta</em> &#8211; según la terminología de <a title="Tim O'Reilly Wikipedia" href="http://es.wikipedia.org/wiki/Tim_O'Reilly" target="_blank"><strong>Tim O&#8217;Reilly</strong></a> para la <a title="Tim O'Reilly Tecnopolis UPTV" href="http://blogtecnopolis.wordpress.com/2008/04/02/tim-oreilly-web2l0/" target="_blank"><strong>Web 2.0</strong></a>. <strong>Héctor</strong>, afirma que todo el sistema de tecnología para poder realizar la transacciones electrónicas de este partido será realizado con software libre para garantizar la transparencia y la no-dependencia de los sistemas privados propiedad de las empresas multinacionales.</p>
<p>Esta entrega de <a title="Tecnopolis UPTV" href="http://www.tecnopolis.upv.es" target="_blank"><strong>Tecnópolis UPTV</strong></a> se emite <strong>el miercoles 7 de Octubre der 2009, de las 13.30 a 14.30 h. y de 21.30 a 22.30 h</strong>. y el <strong>domingo 11 de Octubre</strong>con el mismo horario (horas de España).  La televisión de la Universidad Politécnica de Valencia emite en abierto en el área metropolitana de Valencia, por el canal 45 UHF; en TV por cable en España, por el canal 989 de Ono y, por el satélite Hispasat para Iberoamérica.</p>
<p><strong>Para ver el programa ahora mismo,  clickear sobre el gráfico:</strong></p>
<p><a title="Descarga programa" href="http://mediaserver01.upv.es/UPRTV/TV/Tecnopolis/2009-05-13%20Tecnopolis%20El%20debate%20de%20la%20gobernanza%20de%20internet.%20[Hector%20Pérez,%20Vinton%20Cerf,%20Tim%20Berners%20Lee].wmv" target="_blank"><img class="aligncenter size-full wp-image-761" title="Visor GOBERNANZA" src="http://blogtecnopolis.wordpress.com/files/2009/05/visor-gobernanza.jpg" alt="Visor GOBERNANZA" width="450" height="322" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[I'm learning web design (and you should too)]]></title>
<link>http://davidchaitt.com/2009/04/11/im-learning-web-design-and-you-should-too/</link>
<pubDate>Sat, 11 Apr 2009 19:11:20 +0000</pubDate>
<dc:creator>David Chaitt</dc:creator>
<guid>http://davidchaitt.com/2009/04/11/im-learning-web-design-and-you-should-too/</guid>
<description><![CDATA[So I&#8217;ve spent the past 3 weeks learning the basics of XHTML and am now onto tackling CSS (note]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So I&#8217;ve spent the past 3 weeks learning the basics of XHTML and am now onto tackling CSS (note:  if you don&#8217;t know what they are, you should).   I treat it as a language.  Just like any other language, syntax, location, and spelling matters.   However, the worst case scenario in speaking French with a native speaker is that they may not understand what you&#8217;re saying. but at least have a gist of what you mean, whereas in HTML, if one word is wrong or a symbol is omitted, your whole site may be effected.</p>
<p>My roommate <a href="http://rootdownmedia.com">Arthur</a> has been the motivation for me learning.   He makes a killing designing websites for bands and record labels; in fact, he&#8217;s so busy that he needs he needs help.   I was fascinated as I used to watch him at work because web design is both an art and science.  SOOOOO I took it upon myself to learn design to help him aside from the fact that it&#8217;s a great skill to learn.  You not only don&#8217;t have to pay someone to set up your site, but you also can get paid by someone else to do it for them.  Win win situation is you ask me.</p>
<p>Why do I bring it up on music blog?  Good question.  Bands benefit immensely from having great sites.  Concert footage.  Audio streaming.  Podcasts.  Twitter feeds.  Chatboards.  Contests.  All that and more is a direct connection with your fans.  Fans care as much about your tourdates as they do about what&#8217;s in your fridge.  You want to create a sustainable community of fans.  Sustainable in the sense that the site won&#8217;t sizzle in popularity and cool down just as quick as you published it.  Keeping it fresh and updated keeps the fans coming back.</p>
<p>Check the <a href="http://www.google.com/analytics/">analytics</a> to see where people are going on your site.  What pages are getting the most traffic?  How long are they staying there?  All this data will tell you a lot about your fans&#8217; web browsing habits, so don&#8217;t take it lightly.</p>
<p>Also, the layout of your homepage is crucial.  After seeing Arthur from planning to creating his sites, I know how much effort goes into the color of a background, for example, even to the most minute shade of yellow.  In addition, you have to assume that most people won&#8217;t scroll down, so what is at the top of homepage is (debatably) THE MOST IMPORTANT part of your site.  It&#8217;s like choosing the first song for your new album; first impressions do have an impact.  It determines whether they want to keep listening to another song or, in this case, click on another page on your site.</p>
<p>Basically, as I&#8217;m learning about how to create websites, I&#8217;ve noticed the little things that make a site unique, eye-catching, and interactive.   So do yourself a favor, pick up a copy of <a href="http://www.amazon.com/Building-Site-Dummies-David-Crowder/dp/0764507206">Building a Website for Dummies</a> or check out the <a href="http://www.w3.org/">World Wide Web Consortium</a> for an online-based tutorial.   It&#8217;s a pain in the ass, but the result is most definitely worth the hassle.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tim Berners-Lee: The next Web of open, linked data]]></title>
<link>http://k21st.wordpress.com/2009/03/31/tim-berners-lee-the-next-web-of-open-linked-data/</link>
<pubDate>Tue, 31 Mar 2009 10:41:29 +0000</pubDate>
<dc:creator>Wildcat</dc:creator>
<guid>http://k21st.wordpress.com/2009/03/31/tim-berners-lee-the-next-web-of-open-linked-data/</guid>
<description><![CDATA[20 years ago, Tim Berners-Lee invented the World Wide Web. For his next project, he&#8217;s building]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>20 years ago, <a class="zem_slink" href="http://www.w3.org/People/Berners-Lee/" title="Tim Berners-Lee" rel="homepage">Tim Berners-Lee</a> invented the World Wide Web. For his next project, he&#8217;s building a web for open, <a class="zem_slink" href="http://en.wikipedia.org/wiki/Linked_Data" title="Linked Data" rel="wikipedia">linked data</a> that could do for numbers what <a class="zem_slink" href="http://en.wikipedia.org/wiki/World_Wide_Web" title="World Wide Web" rel="wikipedia">the Web</a> did for words, pictures, video: unlock our <a class="zem_slink" href="http://en.wikipedia.org/wiki/Data" title="Data" rel="wikipedia">data</a> and reframe the way we use it together.</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/OM6XIICm_qo&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/OM6XIICm_qo&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span><br />
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://teabreak.pk/tim-berners-lee-is-still-inventing-122/17938/">Tim Berners-Lee is still inventing &#8230;</a> (teabreak.pk)</li>
<li class="zemanta-article-ul-li"><a href="http://www.socialmediatoday.com/SMC/72571">Are you ready for the Semantic Web?</a> (socialmediatoday.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.sciam.com/article.cfm?id=facts-about-the-webs-creation">Facts about the Web&#8217;s Creation</a> (sciam.com)</li>
</ul>
<div style="margin-top:10px;height:15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/25efb5ce-06e5-4d79-a806-5ade1792148d/" title="Zemified by Zemanta"><img style="border:medium none;float:right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=25efb5ce-06e5-4d79-a806-5ade1792148d" alt="Reblog this post [with Zemanta]"></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The World Wide Web Consortium (W3C)]]></title>
<link>http://1ajgarci.wordpress.com/2009/02/06/the-world-wide-web-consortium-w3c/</link>
<pubDate>Fri, 06 Feb 2009 22:04:38 +0000</pubDate>
<dc:creator>Ayanta</dc:creator>
<guid>http://1ajgarci.wordpress.com/2009/02/06/the-world-wide-web-consortium-w3c/</guid>
<description><![CDATA[The World Wide Web Consortium is an international association founded and headed by Tim Berners-Lee ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The <a href="http://www.w3.org/">World Wide Web Consortium</a> is an international association founded and headed by <a href="http://en.wikipedia.org/wiki/Tim_Berners_Lee">Tim Berners-Lee</a> (inventor of the <a href="http://en.wikipedia.org/wiki/World_Wide_Web">World Wide Web</a>), since October 1994. It has many offices all around the world, the central one being hosted by <a href="http://en.wikipedia.org/wiki/Csail">MIT/CSAIL</a> in the USA.</p>
<p>The W3C is in charge of establishing <a href="http://en.wikipedia.org/wiki/Web_standard">web standards</a> and developing programs related to them (such as the <a href="http://en.wikipedia.org/wiki/Markup_language">markup language</a> <a href="http://en.wikipedia.org/wiki/Xml">XML</a>). It was created to get developers all over the world to agree to following a set of principles that would be supported by everyone. Thanks to this, the inconsistencies between webpages would disappear, and accessibility and compatibility to different kind of platforms would increase.</p>
<p>The social value of the Internet consists in its capability to facilitate the communication and help us share our knowledge. One of the main goals of the W3C is to make these advantages available universally, regardless of aspects like language, geographical location or which hardware is used. In their own words, “we work toward <strong>a Web for Everyone</strong>”.</p>
<p><strong>References:<br />
</strong></p>
<ul>
<li><a href="http://es.wikipedia.org/wiki/W3C">World Wide Web Consortium</a> (2009, January 28). In <em>Wikipedia, the free encyclopedia</em>. Retrieved February 05, 2009.</li>
<li><a href="http://www.w3.org/Consortium/mission">About W3C: Goals</a> (2008, February 01). In <em>w3.org</em>, by Ian Jacobs.Retrieved February 05, 2009.</li>
<li><a href="http://es.geocities.com/w3c_2006/">¿Qué es el W3C?</a> (2006, April 25). In <em>W3C: Consorcio World Wide Web</em>, by Alicia Monsalvo Miguel. Retrieved February 05, 2009.</li>
<li><a href="http://www.maestrosdelweb.com/editorial/accesi/">Accesibilidad en páginas web</a> (2001, November 16). In <em>maestros del web</em>, by Joaquín Gracia Murugarren. Retrieved February 05, 2009.</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[OWL panel, documents, comments…]]></title>
<link>http://ivan-herman.name/2009/01/15/owl-panel-documents-comments/</link>
<pubDate>Thu, 15 Jan 2009 07:56:45 +0000</pubDate>
<dc:creator>Ivan Herman</dc:creator>
<guid>http://ivan-herman.name/2009/01/15/owl-panel-documents-comments/</guid>
<description><![CDATA[Right before Christmas the videos from the ISWC2008 conference were released. (Nice Christmas presen]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Right before Christmas the <a href="http://ebiquity.umbc.edu/blogger/2008/12/22/videos-of-semantic-web-talks-and-tutorials-from-iswc-2008-now-online/">videos from the ISWC2008</a> conference were released. (Nice Christmas present from Tim Finin and his colleagues…) So I re-listened to the <a href="http://videolectures.net/iswc08_panel_schneider_owl/">panel discussion “An OWL 2 Far?”</a>. It is always good to listen to such discussions after a few months and, shall we say, with a slightly cooler head… It is clear from the discussion (and I guess all parties can agree on that) that the different views on OWL still generate passionate feelings and discussions…</p>
<p>A few weeks after the conference a bunch of <a href="http://www.w3.org/blog/SW/2008/12/03/eleven_w3c_publications_related_to_owl_2">OWL documents were published</a>; I also <a href="http://ivan-herman.name/2008/12/03/bridge-between-sw-communities-owl-rl/">had a blog</a> on a particular profile of it, namely OWL-RL (one of the issues discussed quite vehemently at that panel, including by yours truly…). What is slightly surprising is that, in contrast to the passions raised there, not many comments have been submitted to the Working Group yet (look at the <a href="http://lists.w3.org/Archives/Public/public-owl-comments/">public archive of the mailing list</a>). This is the time to do this, though: the OWL 2 documents are in <a href="http://www.w3.org/2005/10/Process-20051014/tr.html#last-call">Last Call</a> in the W3C process, ie, this is when the technical design is getting finalized. The Last Call period ends on the 23rd of January, which is not that far away… So, please, if you have concerns or issues, or even if you just want say what a wonderful work that is, speak up now!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Third debate in the Moodle forum]]></title>
<link>http://2jabaste.wordpress.com/2008/12/28/third-debate-in-the-moodle-forum/</link>
<pubDate>Sun, 28 Dec 2008 15:32:47 +0000</pubDate>
<dc:creator>Javier Basterrechea</dc:creator>
<guid>http://2jabaste.wordpress.com/2008/12/28/third-debate-in-the-moodle-forum/</guid>
<description><![CDATA[A markup language is an artificial language that uses a set of annotations to text that give informa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A <a title="Markup language" href="http://en.wikipedia.org/wiki/Markup_language" target="_blank">markup language</a> is an artificial language that uses a set of <strong>annotations</strong> to text that give information about the structure of the text or how it must be displayed. There are more than one markup language but, probably, the most popular ones are the <strong>HTML</strong> and the <strong>XML</strong> because of their massive use in the World Wide Web. Both of them have its origin in the <strong>SGML</strong> but after analysing them we can find some differences:</p>
<p><!--more--></p>
<ol>
<li>The <a title="XML" href="http://en.wikipedia.org/wiki/XML" target="_blank">XML</a> (eXtensive Markup Language), developed by the World Wide Web Consortium (W3C), it is a language conceived to &#8216;describe&#8217; information. The main aim of XML is to help us <strong>organizing contents</strong>, what makes it also recommendable and <strong>portable</strong> to other types of applications. By contrast, the <a title="HTML" href="http://en.wikipedia.org/wiki/HTML" target="_blank">HTML</a> (HyperText Markup Language), developed by Berners-Lee in 1991, was conceived to &#8217;show&#8217; information. Its main function is to help us giving  contents a <strong>format </strong>and present them through a navigator.</li>
<li> Another special characteristic of the XML is that it is an open language. When we are working with the XML markup language we are allowed to create and <strong>determine</strong> our <strong>own tags</strong> and document structures. By contrast, with the HTML all tags have been <strong>predefined</strong> by the <a title="World Wide Web Consortium" href="http://en.wikipedia.org/wiki/W3C" target="_blank">World Wide Web Consortium</a> (W3C).</li>
<li>In the XML markup language each one of the tags always executes the <strong>same function</strong> so it is important to respect them. Besides, XML tags are considered <strong>&#8216;case sensitive&#8217;</strong>, what means, for instance, that it is not the same to write &#60;B&#62; or &#60;b&#62;. For all these reasons, the XML markup language is helping us to be more organized because due to the great tolerance of navigators, markup languages were gradually becoming a bit chaotic.</li>
</ol>
<p>After the appearance of the XML, the World Wide Web Consortium (W3C) created the <a title="XHTML" href="http://en.wikipedia.org/wiki/XHTML" target="_blank">XHTML</a> (eXtensive HyperText Markup Language) to <strong>integrate</strong> in one system the benefits of the XML and HTML at the same time.</p>
<p>References:</p>
<ul>
<li>HTML. (2008, December 17).  In <em>Wikipedia, The Free Encyclopedia</em>. Retrieved 20:51, December 18, 2008, from<br />
<a class="external free" title="http://en.wikipedia.org/w/index.php?title=HTML&#38;oldid=258572477" rel="nofollow" href="http://en.wikipedia.org/w/index.php?title=HTML&#38;oldid=258572477">http://en.wikipedia.org/w/index.php?title=HTML&#38;oldid=258572477</a></li>
<li>XML. (2008, December 17).  In <em>Wikipedia, The Free Encyclopedia</em>. Retrieved 20:51, December 18, 2008, from<br />
<a class="external free" title="http://en.wikipedia.org/w/index.php?title=XML&#38;oldid=258500078" rel="nofollow" href="http://en.wikipedia.org/w/index.php?title=XML&#38;oldid=258500078">http://en.wikipedia.org/w/index.php?title=XML&#38;oldid=258500078</a></li>
<li> María Jesús Lamarca Lapuente. (2006). Hipertexto: El nuevo concepto de documento en la cultura de la imagen. Tesis doctoral. UCM. Retrieved  21:02, 2008, December 18, from<br />
<a title="Lenguajes hipertextuales" href="http://www.hipertexto.info/documentos/lenguajes_h.htm" target="_blank"><span class="mw-headline">http://www.hipertexto.info/documentos/lenguajes_h.htm</span></a></li>
<li><span class="mw-headline">Christian Van Der Henst S. (2003, November 11) ¿Cómo se diferencia el XML del HTML? In <em>Maestros del Web</em>. Retrieved 21:03, 2008, December 18, from<br />
<a title="Diferencias entre XML y HTML" href="http://www.maestrosdelweb.com/editorial/xmlvshtml/" target="_blank">http://www.maestrosdelweb.com/editorial/xmlvshtml</a><br />
</span></li>
<li><span class="mw-headline">Miguel Ángel Álvarez. (2001, June 21)  Diferencias entre  HTML y XML. In  Desarrollo Web. Retrieved 21:08, 2008, December 18, from<br />
<a title="Diferencias entre HTML y XML" href="http://www.desarrolloweb.com/articulos/459.php" target="_blank">http://www.desarrolloweb.com/articulos/459.php</a></span></li>
<li>Carolina García Cataño y David Arroyo Menéndez. (2002). Biblioteca Digital y Web Semántica. BiblioWeb de SinDominio. Retrieved  21:12, 2008, December 18, from<br />
<span class="mw-headline"><a title="Biblioteca digital y Web Semántica" href="http://biblioweb.sindominio.net/telematica/bibdigwebsem/bibdigwebsem.html" target="_blank">http://biblioweb.sindominio.net/telematica/bibdigwebsem/bibdigwebsem.html</a><br />
</span></li>
</ul>
<p>(This is my <strong>proposal</strong> for the answer to the third question published in the <strong>Moodle forum</strong>: <strong>identifique por lo menos tres propiedades del lenguaje XML que lo distingan de HTML y otros tantos fenómenos que se hayan propiciado tras su implantación.</strong>)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[BENED] Especial Navidad 2008. Fantástico... como nos tienen acostumbrados]]></title>
<link>http://quimosavic.wordpress.com/2008/12/24/bened-especial-navidad-2008-fantastico-como-nos-tienen-acostumbrados/</link>
<pubDate>Wed, 24 Dec 2008 09:45:07 +0000</pubDate>
<dc:creator>Joaquim Montaner</dc:creator>
<guid>http://quimosavic.wordpress.com/2008/12/24/bened-especial-navidad-2008-fantastico-como-nos-tienen-acostumbrados/</guid>
<description><![CDATA[Te paso el boletín BENED especial de Navidad 2008. Viene cargadito de cosas para que no nos aburramo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Te paso el <a title="Todos los boletines BENED" href="http://www.uned.es/catedraunesco-ead/boletines_anteriores.html" target="_blank">boletín BENED</a> especial de <a title="Boletin BENED especial Navidad 2008" href="http://www.uned.es/catedraunesco-ead/bened/Especial%20Navidad%202008.htm" target="_blank">Navidad 2008</a>. Viene cargadito de cosas para que no nos aburramos estos días&#8230;</p>
<p>yo destacaría algunos de los trabajos recogidos&#8230; a saber: el <strong><a title="Accede al Informe" href="http://www.nmc.org/pdf/2008-Horizon-Report-es.pdf" target="_blank"><strong>Horizon 2008</strong></a></strong>, <strong><a href="http://partners.becta.org.uk/upload-dir/downloads/page_documents/research/web2_technologies_learning.pdf" target="_blank"><strong>The current landscape, opportunities,       challenges and tensions</strong></a></strong> y el <strong><a href="http://eprints.rclis.org/archive/00015106/01/informeapeiwebsocial.pdf" target="_blank"><strong>APEI sobre Web social 2008.</strong></a></strong></p>
<p><strong></strong><strong>Lo dicho&#8230; buena lecturaaaaaaaaaaaaaaaaaaa <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong></p>
<p><strong></strong><strong><a href="http://www.uned.es/bened/"><img class="aligncenter" title="logo" src="http://www.uned.es/bened/archivos/bened.jpg" alt="" width="418" height="22" /></a><br />
</strong></p>
<table border="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="2%" valign="top"></td>
<td width="98%" valign="top"><strong>EDITORIAL DEL MES DE DICIEMBRE</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.uned.es/catedraunesco-ead/editorial/p7-12-2008.pdf" target="_blank"><strong>Evaluación de la       actividad docente en la UNED</strong></a></td>
</tr>
<tr>
<td>Se trata de la continuación       del editorial del mes pasado. Si en el anterior se repasaron las       funciones docentes del profesorado de la UNED, en éste se aborda la       evaluación de la actividad docente de este profesorado.</td>
</tr>
<tr>
<td>
<p align="right"><a href="http://www.uned.es/catedraunesco-ead/boletin.html" target="_blank"><strong>[Ed. Anteriores]</strong></a></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="100%">
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td><a href="http://www.uned.es/catedraunesco-ead/images/Navidad2008m.jpg" target="_blank"><strong>¡Feliz navidad!</strong></a></td>
</tr>
<tr>
<td>El equipo de la Cátedra UNESCO     de Educación a Distancia de la UNED (CUED) y quienes hacemos el BENED les     deseamos unas felices fiestas en esta Navidad 2008. Igualmente les     transmitimos nuestros mejores deseos para que el próximo año 2009 les venga     lleno de amor, felicidad y paz.</td>
</tr>
<tr>
<td>
<p align="right"><strong>[CUED y BENED]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.uned.es/catedraunesco-ead/editorial/p7-Navidad-2008.pdf" target="_blank"><strong>BENED: Cerrado por     Vacaciones</strong></a></td>
</tr>
<tr>
<td>Durante las fiestas de     navidad, debido a las vacaciones oficiales de la Universidad Nacional     de Educación a Distancia (UNED), no se publicará el Boletín Electrónico de     Educación a Distancia (BENED). A partir deldia 7 del próximo mes se     publicará el editorial del Dr. Lorenzo García Aretio, correspondiente a     enero. Agradecemos a todos los lectores su interés en el BENED y esperamos que     los documentos que publicamos sean una lectura agradable durante estos días     de vacaciones.</td>
</tr>
<tr>
<td>
<p align="right"><a href="http://www.uned.es/catedraunesco-ead/boletin.html" target="_blank"><strong>[Otros Editoriales]</strong></a></p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<p align="center"><strong>E-LEARNING</strong></p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.learningreview.com/documentos/Informe%20Especial%20Wiki%20Libro%20Net-Learning.pdf" target="_blank"><strong>El valor estratégico del wiki en el aprendizaje       colaborativo</strong></a></td>
</tr>
<tr>
<td>A partir de una amplia       experiencia en formación a través de e-learning, desde Net-Learning       abrieron la propuesta de crear un Wiki Libro colaborativo. Conozca cómo       se fue realizando este proyecto, de la mano de Susana Trabaldo y Nancy       Piriz, Directoras de Net-Learning.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.learningreview.com/documentos/Informe%20Especial%20Wiki%20Libro%20Net-Learning.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[E-learning Review]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a title="Accede al Informe" href="http://www.nmc.org/pdf/2008-Horizon-Report-es.pdf" target="_blank"><strong>Informe       Horizon 2008</strong></a></td>
</tr>
<tr>
<td>El informe anual Horizon       relata el trabajo continuo del Proyecto Horizon del New Media Consortium       (NMC), una labor de investigación cualitativa de cinco años que trata de       identificar y describir las tecnologías emergentes que probablemente       tengan un fuerte impacto en la docencia, el aprendizaje o la expresión       creativa dentro de las organizaciones dedicadas a la educación.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.nmc.org/pdf/2008-Horizon-Report-es.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[New Media CoNsortiuM]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<p align="center"><strong>NUEVAS TECNOLOGÍAS</strong></p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://schools.becta.org.uk/upload-dir/downloads/page_documents/research/web2_benefits_barriers.pdf" target="_blank"><strong>Implementing       Web 2.0 in Secondary Schools: Impacts, Barriers and Issues</strong></a></td>
</tr>
<tr>
<td>Este informe se basa en los       impactos y problemas en la aplicación de Web 2.0 en las escuelas       secundarias. Recoge, asimismo las observaciones de los profesores, sobre       el impacto de estas técnicas de innovación en los alumnos a nivel       individual e institucional.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://schools.becta.org.uk/upload-dir/downloads/page_documents/research/web2_benefits_barriers.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Becta]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://partners.becta.org.uk/upload-dir/downloads/page_documents/research/web2_technologies_learning.pdf" target="_blank"><strong>Web       2.0 technologies for learning: The current landscape  opportunities,       challenges and tensions</strong></a></td>
</tr>
<tr>
<td>La Universidad de Nottingham       en Londres junto con el Laboratorio del Conocimiento y la Universidad        Metropolitana de Manchester realizaron la investigación       de tecnologías Web 2.0. El informe será de gran interés para los       responsables de políticas en la práctica educativa durante los próximos       cinco años. Se debe orientar a los profesionales en la aplicación de esta       nueva tecnología aprovechando sus beneficios.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://partners.becta.org.uk/upload-dir/downloads/page_documents/research/web2_technologies_learning.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Becta]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.enlaces.cl/tp_enlaces/portales/tpe76eb4809f44/uploadImg/File/libro_enlaces.pdf" target="_blank"><strong>ENLACES: 15 años integrando tecnología a la educación       chilena</strong></a></td>
</tr>
<tr>
<td>Mientras en el mundo la       Internet comenzaba a tomar forma, en Chile un grupo de investigadores       constituido por ingenieros, profesores y psicólogos de la Pontificia        Universidad Católica de Chile en alianza con el       Ministerio de Educación, iniciaban su especialización en informática       educativa en la        Escuela E-209 de Santiago. Memoria de estos 15 años.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.enlaces.cl/tp_enlaces/portales/tpe76eb4809f44/uploadImg/File/libro_enlaces.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[MINEDUC]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://swiki-lifia.info.unlp.edu.ar/prospectiva/uploads/2/libro_blanco_080908.pdf" target="_blank"><strong>Libro Blanco de la Prospectiva TIC Proyecto 2020</strong></a></td>
</tr>
<tr>
<td>El estudio se plantea cuáles       son las líneas de investigación que deberían generarse y fortalecerse.       Describe la educación necesaria para el desarrollo de las nuevas       tecnologías de la información y la comunicación, y de como impulsar la       interacción público-privada-académica. Se plantea superar un retraso de       50 años en los próximos 20 años en Argentina.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://swiki-lifia.info.unlp.edu.ar/prospectiva/uploads/2/libro_blanco_080908.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Ministerio         de Ciencia, Tecnología e Innovación Productiva]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.educared.org.ar/tecnologia/generacion-i/files/GeneracionesInteractivas.pdf" target="_blank"><strong>La Generación Interactiva en Iberoamérica: Niños y       adolescentes ante las pantallas</strong></a></td>
</tr>
<tr>
<td>El presente trabajo supone       un primer paso al definir las pautas de uso y la valoración de diversas pantallas       televisión, Internet, videojuegos y celulares entre escolares de       Argentina, Chile, Perú, Brasil, Colombia, Venezuela y México. A partir de       sus resultados y conclusiones se identifican los rasgos configuradores de       la        Generación Interactiva en Iberoamérica.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.educared.org.ar/tecnologia/generacion-i/files/GeneracionesInteractivas.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Fundación         Telefónica]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<p align="center"><strong>INTERNET CULTURA</strong></p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.cenatic.es/descargas/guia_basica_sfa.pdf" target="_blank"><strong>Guía       Básica del Software de Fuentes Abiertas de CENATIC</strong></a></td>
</tr>
<tr>
<td>El Centro Nacional de       Referencia de Aplicación de las Tecnologías de la Información y la       Comunicación basadas en fuentes abiertas. Es una fundación pública       promovida por el Ministerio de Industria, Turismo y Comercio La Guía Básica del       Software de Fuentes Abiertas presentado el pasado mes de octubre cubre:       la introducción al software del futuro, su relación con empresas, y       usuarios, el entorno legal y su utilización.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.cenatic.es/descargas/guia_basica_sfa.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[CENATIC]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.coe.int/t/dghl/standardsetting/media/Doc/H-Inf%282008%29009_en.pdf" target="_blank"><strong>Human       rights guidelines for Internet service providers</strong></a></td>
</tr>
<tr>
<td>Guías publicada por el       Consejo de Europa y dirigida a los proveedores de acceso a Internet para       que comprometan a respetar los derechos humanos de los usuarios, en       materia de respeto de la vida privada, seguridad y libertad de expresión.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.coe.int/t/dghl/standardsetting/media/Doc/H-Inf%282008%29009_en.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Council of Europe&#38; EuroISPA]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://schools.becta.org.uk/upload-dir/downloads/page_documents/research/web2_esafety.pdf" target="_blank"><strong>E-safety and Web 2.0</strong></a></td>
</tr>
<tr>
<td>Las escuelas deben       desarrollar una política eficaz para la adopción de tecnologías Web 2.0,       por ello es importante establecer el peligro de riesgo para los niños.       Las escuelas deben desempeñar un papel importante en la utilización de       forma segura y responsable de Internet por parte de los niños.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://schools.becta.org.uk/upload-dir/downloads/page_documents/research/web2_esafety.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Becta]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://partners.becta.org.uk/upload-dir/downloads/page_documents/research/web2_technologies_ks3_4.pdf" target="_blank"><strong>Learners&#8217;       use of Web 2.0 technologies in and out of school in Key Stages 3 and 4</strong></a></td>
</tr>
<tr>
<td>Primer informe basado en       investigaciones empíricas que en el uso de las tecnologías Web 2.0, tanto       dentro como fuera de la        escuela. Se utilizaron dos grupos de escuelas: una       &#8220;muestra nacional&#8221; y una muestra &#8216;Web 2.0&#8242;.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://partners.becta.org.uk/upload-dir/downloads/page_documents/research/web2_technologies_ks3_4.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Becta]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.fundacionorange.es/areas/25_publicaciones/e2008.pdf" target="_blank"><strong>Presentado el informe eEspaña 2008, de la Fundación       Orange</strong></a></td>
</tr>
<tr>
<td>El Informe anual sobre el       desarrollo de la Sociedad de la Información en España, eEspaña 2008, que edita       la Fundación        Orange, muestra que España avanza tres posiciones en el       ranking europeo, alcanzando el decimoséptimo puesto.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.fundacionorange.es/areas/25_publicaciones/e2008.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Fundacion Orange]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.arl.org/bm%7Edoc/google-settlement-13nov08.pdf" target="_blank"><strong>A       guide for the Perplexed: libraries and the Google Library Project       Settlement</strong></a></td>
</tr>
<tr>
<td>La Association of Research       Libraries y la American Library Association han publicado la&#8221;Guía para los       perplejos: la bibliotecas y el acuerdo final sobre el proyecto de bibliotecas       de Google&#8221;. La guía ayuda a comprender mejor los términos y       condiciones del reciente acuerdo entre Google, el Gremio de Autores y la Asociación Americana       de Editores en relación con la digitalización de obras protegidas.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.arl.org/bm%7Edoc/google-settlement-13nov08.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Association of Research Libraries]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.w3.org/TR/WCAG20/" target="_blank"><strong>Web       Content Accessibility Guidelines (WCAG) 2.0</strong></a></td>
</tr>
<tr>
<td>Esta Guía, (WCAG) 2.0,       abarca una amplia gama de recomendaciones para hacer el contenido Web más       accesible. Siguiendo estas directrices los contenidos serán accesibles a       personas con discapacidad, incluidas aquellas con ceguera, baja visión,       sordera, pérdida de la audición, o con otras discapacidades para el       aprendizaje, limitaciones cognitivas entre otras.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.w3.org/TR/WCAG20/" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[World Wide Web Consortium]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://eprints.rclis.org/archive/00015106/01/informeapeiwebsocial.pdf" target="_blank"><strong>Informe APEI sobre Web social 2008</strong></a></td>
</tr>
<tr>
<td>A lo largo de este informe       se explicará las distintas herramientas que forman la Web social y cuáles       son sus posibles aplicaciones por parte de los profesionales de la       información.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://eprints.rclis.org/archive/00015106/01/informeapeiwebsocial.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Asociación Profesional de Especialistas en         Información]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://eprints.rclis.org/archive/00015107/01/informeapeiaccesoabierto.pdf" target="_blank"><strong>Informe APEI sobre acceso abierto 2008</strong></a></td>
</tr>
<tr>
<td>En la era de las redes y       tecnologías de la información, favorecer la comunicación más abierta       posible a los resultados de la investigación científica se ha convertido       en una reflexión y un compromiso de científicos, instituciones y gestores       de la información.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://eprints.rclis.org/archive/00015107/01/informeapeiaccesoabierto.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Asociación Profesional de Especialistas en         Información]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.elon.edu/docs/e-web/predictions/2008_survey.pdf" target="_blank"><strong>The       Future of the Internet III</strong></a></td>
</tr>
<tr>
<td>1.200 expertos fueron       encuestados por la        Elon University y el Pew Internet and American Proyect.       Se les preguntó por los dispositivos que se usarán para acceder a       Internet, si la tolerancia social se incrementará gracias a las nuevas       formas de conexión; si nuestro trabajo y nuestra vida cotidiana serán       mejores; y hasta dónde habrá llegado la influencia de la realidad virtual       y de la realidad aumentada.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.elon.edu/docs/e-web/predictions/2008_survey.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Elon University]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<p align="center"><strong>EDUCACIÓN SUPERIOR</strong></p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.universidaddigital2010.es/portal/page/udf/inicio/publico/objetivos_publicos/" target="_blank"><strong>Libro Blanco Universidad Digital 2010</strong></a></td>
</tr>
<tr>
<td>Es un estudio riguroso,       sobre las tendencias de la Educación Superior y la influencia de las       TIC en la        Universidad. Se pretende ayudar a las universidades,       por medio de la tecnología, al cumplimiento de los objetivos estratégicos       que se plantean para 2010 y que vienen condicionados por el Espacio       Europeo de Educación Superior.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.universidaddigital2010.es/portal/page/udf/inicio/publico/objetivos_publicos/" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Oficina de Cooperación Universitaria]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<p align="center"><strong>OTROS</strong></p>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://fundacion.vodafone.es/VSharedClient/FundacionVodafone/PDF/TICYDEPENDENCIA.pdf" target="_blank"><strong>Tic y dependencia: Estudio de opinión</strong></a></td>
</tr>
<tr>
<td>El Informe &#8220;TIC y       Dependencia. Estudio de Opinión expresa que las personas dependientes       consideran las TIC fundamentales para superar sus limitaciones. Así se       desprende del informe presentado por el Ministro de Industria, Turismo y       Comercio, Joan Clos, y elaborado por <a href="http://red.es/" target="_blank">red.es</a> y la Fundación Vodafone       a partir de las conclusiones cuantitativas y cualitativas de un grupo de       expertos.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://fundacion.vodafone.es/VSharedClient/FundacionVodafone/PDF/TICYDEPENDENCIA.pdf" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Fundación Vodafone]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="2%"></td>
<td width="98%"><strong>24/12/2008</strong></td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="0" width="98%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://e-libros.fundacion.telefonica.com/sie08/aplicacion_sie/ParteA/datos.html" target="_blank"><strong>Informe: La Sociedad de la Información en España 2008</strong></a></td>
</tr>
<tr>
<td>Adoptar las TIC supone un       reto, pero también abre un abanico inmenso de oportunidades para nuestra       sociedad, para nuestras empresas y por supuesto, para nuestras       administraciones. Telefónica, con este informe, contribuye cada año a la       necesaria labor de analizar el desarrollo e implantación de las       tecnologías que conforman lo que habitualmente denominamos Sociedad de la       Información.</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td><a href="http://e-libros.fundacion.telefonica.com/sie08/aplicacion_sie/ParteA/datos.html" target="_blank"><strong>[Ver+]</strong></a></td>
<td>
<p align="right"><strong>[Fundación Telefónica]</strong></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[W3C launches new web accessibility guidelines]]></title>
<link>http://hirewebdesigns.wordpress.com/2008/12/17/w3c-launches-new-web-accessibility-guidelines/</link>
<pubDate>Wed, 17 Dec 2008 14:38:12 +0000</pubDate>
<dc:creator>mackflame</dc:creator>
<guid>http://hirewebdesigns.wordpress.com/2008/12/17/w3c-launches-new-web-accessibility-guidelines/</guid>
<description><![CDATA[The World Wide Web Consortium (W3C) has launched a new version of its Web Content Accessibility Guid]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p class="first_paragraph"><span style="font-weight:bold;">The World Wide Web Consortium (W3C) has launched a new version of its Web Content Accessibility Guidelines (WCAG) standard, making it easier to understand and test by firms wishing to comply.</span></p>
<p><span><a title="Web Content Accessibility Guidelines 2.0" href="http://www.w3.org/WAI/intro/wcag.php" target="_blank">WCAG 2.0</a> updates the standard originally published in 1999 and is organised under four principles: perceivable, operable, understandable and robust. Compliance is measured at three levels: A, AA and AAA.</p>
<p>&#8220;It can be applied to any technology used on the web and allows the opening up of all types of content for people with disabilities,&#8221; said Judy Brewer, head of the W3C&#8217;s <a title="W3C Web Accessibility Initiative" href="http://www.w3.org/WAI/" target="_blank">Web Accessibility Initiative</a>. &#8220;We expect it to become the unifying standard for web accessibility internationally.&#8221;</p>
<p>The new version improves on WAGC 1.0 by broadening the types of technologies, sites and languages covered by the standard. It has also been developed with more international input, and can be tested via automated and human evaluation, according to Brewer.</p>
<p>&#8220;This enables people to know when they&#8217;ve met the requirements, and was one of our goals as we had strong demand for this,&#8221; she added.</p>
<p>&#8220;There is an extensive array of materials to support developers&#8217; needs, proven design approaches on how to meet the WCAG, and a framework for developers to innovate and still meet the requirements.&#8221;</span></p>
<p><span><strong>By :- </strong><a title="Chicago Website Design" href="http://www.dzinestand.com/"><strong>Chicago Website Design</strong></a><br />
</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[W3C’s Validators are Not Only HTML…]]></title>
<link>http://ivan-herman.name/2008/12/15/w3c%e2%80%99s-validators-are-not-only-html/</link>
<pubDate>Mon, 15 Dec 2008 17:15:31 +0000</pubDate>
<dc:creator>Ivan Herman</dc:creator>
<guid>http://ivan-herman.name/2008/12/15/w3c%e2%80%99s-validators-are-not-only-html/</guid>
<description><![CDATA[A few days ago W3C launched its validator donation program (see also Olivier’s extra blog on this). ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://www.w3.org/QA/Tools/I_heart_validator.png" alt="W3C Validator Button" /> A few days ago  <a href="http://www.w3.org/" title="World Wide Web Consortium" rel="homepage" class="zem_slink">W3C</a> launched its <a href="http://www.w3.org/QA/Tools/Donate">validator donation program</a> (see also <a href="http://www.w3.org/QA/2008/12/validator_donation_program.html">Olivier’s extra blog</a> on this). The Semantic Web community might think that this is relevant for HTML, CSS, etc, only, but <em>this is not so</em>. The same validator program of W3C also includes the <a href="http://www.w3.org/RDF/Validator/">RDF </a>and the <a href="http://validator.w3.org/feed/">Feed </a>validators; also, the <a href="http://validator.w3.org/">HTML validator</a> has also been upgraded recently to handle the <a href="http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">RDFa+XHTML DTD</a>. (Although it is not <em>required </em>by RDFa to use this DTD, it is a good idea to have it there if you want to be sure about the validity of your file.) Ie, even if you are interested in the Semantic Web only (which I do not believe is anybody’s case, actually), you should consider the program…</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=0d6c9d25-7455-4ea6-b3b2-df579ee86493" /></div>
<p>ago</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[W3C SW Case Study by Faviki: Semantic Tags]]></title>
<link>http://faviki.wordpress.com/2008/12/10/w3c-sw-case-study-by-faviki-semantic-tags/</link>
<pubDate>Wed, 10 Dec 2008 14:25:36 +0000</pubDate>
<dc:creator>Vuk Miličić</dc:creator>
<guid>http://faviki.wordpress.com/2008/12/10/w3c-sw-case-study-by-faviki-semantic-tags/</guid>
<description><![CDATA[We are honored to have been invited to write a case study about Faviki and the idea behind semantic ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.w3.org/2001/sw/sweo/public/UseCases/Faviki/"><img class="alignright" src="http://faviki.com/blog/w3c_sw_logo.gif" alt="W3C Semantic Web Activity logo" width="203" height="42" /></a>We are honored to have been  invited to write a <a href="http://www.w3.org/2001/sw/sweo/public/UseCases/Faviki/">case study about Faviki and the idea behind semantic tags</a> for the <a href="http://www.w3.org/2001/sw/">W3C Semantic Web Activity website</a>.</p>
<p>The goal of W3C SW case studies is, primarily, to help the Web community at large understand and appreciate the advantages of possibly using <a class="zem_slink" title="Semantic Web" rel="wikipedia" href="http://en.wikipedia.org/wiki/Semantic_Web">Semantic Web</a> technologies in real applications. It was a challenge to write a document that should convince (often skeptical) IT  managers and other technology people that there can be made some interesting applications based on SW technology.</p>
<p>I tried to show the benefits of  using the semantic tags and described how they are used in <a href="http://www.faviki.com">Faviki</a>. The key idea of the case study is that the semantic tags, as an intersection point of <a class="zem_slink" title="Web 2.0" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_2.0">Web 2.0</a> and the Semantic Web, have the potential to enable much faster evolution of the Web by providing a solid foundation from which the Semantic Web can grow soundly.</p>
<p>I already wrote on this blog about <a href="http://faviki.wordpress.com/2008/05/08/9/">the need for a tag evolution</a> back in May, so I was happy to present the idea, that has matured in the meantime, to a wider audience.</p>
<p>Many thanks to <a href="http://www.w3.org/People/Ivan/">Ivan Herman</a> for this opportunity and the comments which helped make the entry better.</p>
<p>Also, a big thank you to <a href="http://lat.inf.tu-dresden.de/~maja/">Maja</a>, <a href="http://www.cs.man.ac.uk/~sbrandt/">Sebastian</a> and <a href="http://www.rodpetrovic.com/">Rod</a> for their suggestions.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/b2b8749e-2747-487c-80fc-41323dcd1793/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=b2b8749e-2747-487c-80fc-41323dcd1793" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HTML 5: the next version of the HTML]]></title>
<link>http://vikaskhera.wordpress.com/2008/11/02/html-5-the-next-version-of-the-html/</link>
<pubDate>Sun, 02 Nov 2008 12:17:10 +0000</pubDate>
<dc:creator>Vikas Khera</dc:creator>
<guid>http://vikaskhera.wordpress.com/2008/11/02/html-5-the-next-version-of-the-html/</guid>
<description><![CDATA[World Wide Web Consortium released the first working draft for HTML 5 this year in January. It is a ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/BRG5VNNUq_E&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/BRG5VNNUq_E&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>World Wide Web Consortium released the first working draft for HTML 5 this year in January. It is a fifth major revision of the HTML we all use every day. When HTML 5 is expressed in XML, it is called XHTML 5. The current version of HTML is 4 which developed in 1999.</p>
<p>Apple, Opera, and the Mozilla Foundation &#8211; major browser vendors &#8211; came together as a group called Web Hypertext Application Technology Working Group (WhatWG) to build up an updated and upgraded version of HTML. W3C took note of these developments and started its own next-generation HTML effort with many of the same members.</p>
<p>This new version HTML 5 also goes under the name Web Applications 1.0 and it would be immediately familiar to existing HTML programmers. There are no namespaces or schemas. Elements don&#8217;t have to be closed. Browsers are forgiving of errors. A p is still a p, and a table is still a table. At the same time, we would come across some new and confusing elements. Our div remain, but now HTML includes section, header, footer, and nav as well. em, code, and strong are still present, but so are meter, time, and m. img and embed continue to be used, but now there are video and audio too. However, closer inspection by the html programmer would reveal that these elements aren&#8217;t that different. This can also be an effort to make HTML more developer friendly; the datagrid controls seem similar to those of ASP.NET in name and possibly functionality too.</p>
<p>It was explicitly designed to degrade gracefully in browsers that don&#8217;t support it. It provides real benefits to programmers today while promising even more for future page visitors.</p>
<p>But remember that HTML 5 is still a draft and this draft may not be finalized for years, work on HTML 5 continues. Perhaps it will be in our browsers in December 2010.</p>
<p><strong>» <a href="http://whatwg.org/html5" target="_blank">View draft recommendation</a></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[W3C suodatuslistalla]]></title>
<link>http://gorillamaski.wordpress.com/2008/09/30/w3c-suodatuslistalla/</link>
<pubDate>Tue, 30 Sep 2008 03:59:43 +0000</pubDate>
<dc:creator>gorilla</dc:creator>
<guid>http://gorillamaski.wordpress.com/2008/09/30/w3c-suodatuslistalla/</guid>
<description><![CDATA[W3C:n eli World Wide Web Consortiumin kotisivu on päätynyt Suomen poliisin suodatuslistalle. Suodatu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>W3C:n</strong> eli <strong>World Wide Web Consortiumin</strong> <a title="w3c" href="http://w3c.org">kotisivu</a> on päätynyt <strong><a title="Suomen poliisi" href="http://www.poliisi.fi">Suomen poliisin</a></strong> suodatuslistalle. Suodatuslistaa siis ylläpitää poliisi, eivät yksittäiset operaattorit.</p>
<p>Sivusto on ollut blokattuna ainakin <strong><a title="DNA" href="http://www.dna.fi">DNA:n</a></strong> ja <strong><a title="MPY" href="http://www.mpy.fi">Mikkelin Puhelimen (MPY)</a></strong> palveluissa.</p>
<p>Sivuston esto ei ole levinnyt muille suomalaisille operaattoreille siitä syystä, etteivät ne ole vielä ottaneet käyttöönsä uusinta versiota poliisin suodatuslistasta.</p>
<blockquote><p><strong>&#8220;</strong>W3C eli World Wide Web Consortium on kansainvälinen yritysten ja yhteisöjen yhteenliittymä, joka ylläpitää ja kehittää <span class="mw-redirect">WWW</span>:n standardeja tai <em>suosituksia</em> kuten W3C niitä kutsuu. Sen perusti vuonna 1994 WWW:n keksijä Tim Berners-Lee, joka toimii nykyisinkin W3C:n johtajana. Konsortiolla on noin 360 jäsentä.</p>
<p>Konsortion päämaja on Massachusetts Institute of Technologyn tiloissa Yhdysvalloissa. Muut instituutit, joissa W3C:llä on tutkimusta, ovat <span class="new">ERCIM</span> Ranskassa ja Keio University Japanissa. Lisäksi W3C:llä on useita aluetoimistoja eri maissa.&#8221; <strong>-Wikipedia</strong></p></blockquote>
<p>Ainakin DNA on myöhemmin poistanut sivuston listaltaan.</p>
<ul>
<li> <a title="boingboing.net/2008/09/27/finnish-isp-thinks-w.html" href="http://www.boingboing.net/2008/09/27/finnish-isp-thinks-w.html">Finnish ISP thinks W3C.org is a child-porn site</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[html, xhtml, and css...whats that?]]></title>
<link>http://patriciawisdom.wordpress.com/2008/09/18/html-xhtml-and-csswhats-that/</link>
<pubDate>Thu, 18 Sep 2008 19:11:31 +0000</pubDate>
<dc:creator>patriciawisdom</dc:creator>
<guid>http://patriciawisdom.wordpress.com/2008/09/18/html-xhtml-and-csswhats-that/</guid>
<description><![CDATA[HTML (HyperText Markup Language), the prodominate markup language for most webpages. HTML describes ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>HTML (<a href="http://en.wikipedia.org/wiki/HTML">HyperText Markup Language</a>), the prodominate markup language for most webpages. HTML describes the stucture of text such as links, headings, paragraph, fonts, etc. HTML is written with tags (angle brackets). It&#8217;s a way of describing how a set of text and images should be displayed to the viewer.<br />
For tutorials on HTML click (<a href="http://www.jmarshall.com/easy/html/#whatis">here</a>).</p>
<p>XHTML (<a href="http://en.wikipedia.org/wiki/XHTML">Extensible HyperText Markup Language</a>),  a markup language has the same depth of expression as HTML,  but also conforms to <a href="http://www.w3schools.com/XML/xml_whatis.asp">XML</a> syntax, which was designed to transport and store data . <a href="http://webdesign.about.com/cs/xhtmlxml/a/aa013100a.htm">XML</a> is an extensible markup language that was developed to retain the flexibility and power of HTML while reducing most of the complexity.</p>
<p>CSS (Cascading Style Sheets), is a stylesheet language used to describe the presentation of a document written in a markup language. CSS is also a W3C (<a href="http://www.w3.org/">World Wide Web Consortium</a>) Standard.<br />
<a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a> can be used locally by the readers of web pages to define colors, fonts, layouts, and other aspects of document presentation. It is designed primarily to enable the separation of document content. This separation can improve content accessibility and make the webpage more user friendly and avoid repetition within the webpage.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[We Crapped Up The Internet So Tim Berners-Lee Has To Make a New World Wide Web]]></title>
<link>http://thenewballs.wordpress.com/2008/09/17/tim-berners-lee-unveils-new-foundation-for-free-web/</link>
<pubDate>Thu, 18 Sep 2008 02:24:48 +0000</pubDate>
<dc:creator>Danielle</dc:creator>
<guid>http://thenewballs.wordpress.com/2008/09/17/tim-berners-lee-unveils-new-foundation-for-free-web/</guid>
<description><![CDATA[Sir Tim Berners-Lee, the inventor of the World Wide Web, is increasingly worried about how his creat]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Sir Tim Berners-Lee, the inventor of the World Wide Web, is increasingly worried about how his creation is being used to spread lies, hoaxes and urban myths. No doubt when he witnessed for the first time the communication of the http client and server over the Internet, Berners-Lee did not have visions of YouTube and Facebook.</p>
<blockquote><p>&#8220;On the web the thinking of cults can spread very rapidly and suddenly a cult which was 12 people who had some deep personal issues suddenly find a formula which is very believable,&#8221; and can be deeply damaging, he said.</p></blockquote>
<p>This is something I never really put much thought to until now. But imagine being the inventor and looking at what it has become. With all the misinformation, hoaxes and dumb fads that are propagated through the Internet, this is a far cry from his vision of sharing of information to create a smaller, more informed world. There was no way that the CERN Large Hadron Collider was going to cause a black hole. The smartest people in the world knew that, but Mr. I-Have-A-Website clearly did not get that memo.  Worse still is the use of the Internet by predatory types &#8211; whether it be to lure their prey, or to display their works online. I am sure we can all think of many recent examples of young and old using the Internet do harm to others.</p>
<div id="attachment_41" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-41" title="Tim Berners-Lee" src="http://thenewballs.wordpress.com/files/2008/09/w3c-tbl1.jpg?w=300" alt="Tim Berners-Lee With Huge Monitors" width="300" height="242" /><p class="wp-caption-text">Tim Berners-Lee With Huge Monitors</p></div>
<p>I love these ultra-brilliant scientific types though, because they are scientists this makes them so open to new possibilities, which in turn gives them enormous amounts of faith in the potential of humanity. Unfortunately, not only is the Internet the New Religion but it is the means for the transmission of that religion.  Being a demi-god is a lot easier if no one ever sees how all too human you are, so the whole cult frenzy thing is bound to happen.</p>
<p>He has apparently unveiled a new foundation that will give websites a label for trustworthiness. This, I am not so sure about. After all, you might not trust an anarchist newsletter online, but I would. But he is also working towards a more open, free web to ensure Internet for all, and he is opposed to the tiered domain names, so these just may go as well. More to come I suppose.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Teaching HTML and CSS [#1]]]></title>
<link>http://danielmiller.wordpress.com/2008/08/12/teaching-html-and-css/</link>
<pubDate>Tue, 12 Aug 2008 13:47:30 +0000</pubDate>
<dc:creator>Daniel</dc:creator>
<guid>http://danielmiller.wordpress.com/2008/08/12/teaching-html-and-css/</guid>
<description><![CDATA[*This is not your typical tutorial. I am creating this as a creative for creatives. If you want a fu]]></description>
<content:encoded><![CDATA[*This is not your typical tutorial. I am creating this as a creative for creatives. If you want a fu]]></content:encoded>
</item>
<item>
<title><![CDATA[W3C Validation]]></title>
<link>http://shubhamoy.wordpress.com/2008/06/05/w3c-validation/</link>
<pubDate>Wed, 04 Jun 2008 18:34:54 +0000</pubDate>
<dc:creator>Shubhamoy</dc:creator>
<guid>http://shubhamoy.wordpress.com/2008/06/05/w3c-validation/</guid>
<description><![CDATA[Hi Folks, You might have noticed this logo on some websites . Well, this logo means that the page yo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi Folks,</p>
<p>You might have noticed this logo on some websites <img src="http://sachinkraj.files.wordpress.com/2008/06/valid-xhtml10-blue.png" alt="Validated XHTML" />. Well, this logo means that the page you are surfing is created according to the norms given by <a title="Goto Wikipedia" href="http://en.wikipedia.org/wiki/W3c"><strong>W3C</strong></a>, for creating a XHTML Page. W3C has also given standards for <a title="Goto Wikipedia" href="http://enwikipedia.org/wiki/html"><strong>HTML</strong></a>, <a title="Goto Wikipedia" href="http://en.wikipedia.org/wiki/xhtml"><strong>XHTML</strong></a>, <a title="Goto Wikipedia" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets"><strong>CSS</strong> </a>and <a title="Goto Wikipedia" href="http://en.wikipedia.org/wiki/web_feed"><strong>FEED</strong></a>.</p>
<p>Read the full article <a href="http://sachinkraj.wordpress.com/2008/06/04/w3c-validation/"><strong>here</strong></a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[W3C: World Wide Web Consortium]]></title>
<link>http://calidabarboza.wordpress.com/2009/10/02/w3c-world-wide-web-consortium/</link>
<pubDate>Fri, 02 Oct 2009 18:46:50 +0000</pubDate>
<dc:creator>calidabarboza</dc:creator>
<guid>http://calidabarboza.wordpress.com/2009/10/02/w3c-world-wide-web-consortium/</guid>
<description><![CDATA[http://www.w3.org/ Mission: &#8220;To lead the World Wide Web to its full potential by developing pr]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a title="W3C: World Wide Web Consortium" href="http://www.w3.org/" target="_blank">http://www.w3.org/</a></p>
<p>Mission: &#8220;To lead the World Wide Web to its full   potential by developing protocols and guidelines that ensure long-term   growth for the Web.&#8221; &#8212; From About the World Wide Web Consortium (W3C)</p>
<p>W3C has published more than 110 <a href="http://www.w3.org/TR/">W3C Recommendations</a>.</p>
<p>&#8220;In order for the Web to reach its full potential, the most fundamental Web technologies must be compatible with one another and allow any hardware and software used to access the Web to work together. W3C refers to this goal as “Web interoperability.” By publishing open (non-proprietary) standards for Web languages and protocols, W3C seeks to avoid market fragmentation and thus Web fragmentation.&#8221; &#8212; From About the World Wide Web Consortium (W3C)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google is trying to set us up! - BREAKING NEWS - The New Web Project revealed before it's release!]]></title>
<link>http://troogle.wordpress.com/2009/06/17/google-is-trying-to-set-us-up-breaking-news-the-new-web-project-revealed-before-its-release/</link>
<pubDate>Wed, 17 Jun 2009 15:17:22 +0000</pubDate>
<dc:creator>whuup</dc:creator>
<guid>http://troogle.wordpress.com/2009/06/17/google-is-trying-to-set-us-up-breaking-news-the-new-web-project-revealed-before-its-release/</guid>
<description><![CDATA[Picture: part of the piece of paper we discovered. WHAT WE DISCOVERED TODAY IS HUGE. Glad we made it]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://troogle.wordpress.com/files/2009/06/discovery_troogle7.jpg" target="_blank"><img src="http://troogle.wordpress.com/files/2009/06/discovery_troogle7_thumb.jpg" alt="discovery_troogle7_thumb" title="discovery_troogle7_thumb" width="450" height="300" class="alignright size-full wp-image-183" /></a><em>Picture: part of the piece of paper we discovered. </em></p>
<p><span style="font-weight:bold;font-size:1.4em;">WHAT WE DISCOVERED TODAY IS HUGE</span>. Glad we made it back.. it was pretty exciting. We went to the Bilderberg Hotel in Amsterdam this morning as some Google employees should have a meeting today. We wanted to interview some of them and confront them with some critics heard over the internet about Google and the public&#8217;s privacy concerns. We decised to secretly film some of the members entering the building, which you&#8217;ll see later this week.. <strong>we try to get the video online as soon as possible</strong>. </p>
<p><a href="http://troogle.wordpress.com/files/2009/06/discovery_troogle4.jpg" target="_blank"><img src="http://troogle.wordpress.com/files/2009/06/discovery_troogle4_thumb.jpg" alt="discovery_troogle4_thumb" title="discovery_troogle4_thumb" width="350" height="234" class="aligncenter size-full wp-image-187" /></a></p>
<p><a href="http://troogle.wordpress.com/files/2009/06/discovery_troogle5.jpg" target="_blank"><img src="http://troogle.wordpress.com/files/2009/06/discovery_troogle5_thumb.jpg" alt="discovery_troogle5_thumb" title="discovery_troogle5_thumb" width="350" height="234" class="aligncenter size-full wp-image-188" /></a></p>
<p><em>Pictures: Google CEO Eric Schmidt arrives in his car in front of the Bilderberg Hotel Amsterdam.</em></p>
<p>Google CEO Eric Schmidt arrived first, obviously holding some very important papers, you can see them on the photos in this blog post. After that, several other members of the Google staff &#8211; we don&#8217;t know their names yet &#8211; arrived at Bilderberg&#8217;s.. WHAT THEN HAPPENED WAS REALLY REMARKABLE! One of them dropped his papers.. HE DROPPED IT, just in front of us, several meters from our standing point. They quickly got the papers together and went inside, but <strong>guess what</strong>&#8230;&#8230;</p>
<p>THEY LEFT SOMETHING.. a piece of paper with some notes about what they are planning to discuss.. which made us <strong>VERY UPSET</strong>. The piece of paper made true what we already thought about the so-called &#8216;company who wants to make ALL information free available for everyone&#8217;. One of the <a href="http://www.masternewmedia.org/news/2004/07/29/the_google_credo_truth_or.htm" target="_blank">Google credos</a> is &#8216;Focus on the user and all else will follow&#8217;, well now they WILL do that, and are going too far also. </p>
<p><a href="http://troogle.wordpress.com/files/2009/06/discovery_troogle3.jpg" target="_blank"><img src="http://troogle.wordpress.com/files/2009/06/discovery_troogle3_thumb.jpg" alt="discovery_troogle3_thumb" title="discovery_troogle3_thumb" width="350" height="234" class="aligncenter size-full wp-image-190" /></a></p>
<p><a href="http://troogle.wordpress.com/files/2009/06/discovery_troogle1.jpg" target="_blank"><img src="http://troogle.wordpress.com/files/2009/06/discovery_troogle1_thumb.jpg" alt="discovery_troogle1_thumb" title="discovery_troogle1_thumb" width="350" height="234" class="aligncenter size-full wp-image-191" /></a></p>
<p><em>Pictures: Eric Schmidt walks anxiously to the entrance of Bilderberg.</em></p>
<h3 style="border-bottom:1px dotted #222222;">Google plans a &#8216;New Web&#8217;</h3>
<p>Google has plans to <strong>work together with Microsoft</strong> and the <a href="http://www.w3.org" target="_blank">World Wide Web Consortium</a> (which we discovered <a href="http://troogle.wordpress.com/2009/06/16/secret-googles-ceo-meeting-at-hotel-amsterdam/">yesterday</a>). But also <strong>Mozilla and AOL are involved</strong>. And.. because of the secrecy of all this (and the cars parked at Bilderberg&#8217;s) <strong>we believe the GOVERNMENT is involved too</strong>. </p>
<p>What are they trying to do? Well, the document tells us there must be some kind of a &#8216;New Internet&#8217;, where those 5 companies are working together to re-arrange the way the Internet works. We don&#8217;t know every detail yet, sorry. But this one is big, very big. </p>
<p>What we then  discovered is a <strong>temporarily website</strong> about this project, it is called <strong><a href="http://www.thenewwebproject.com" target="_blank">The New Web Project</a></strong>. What we can see now is just an announcement of &#8216;<strong>The New Web Project</strong>&#8216; that will be launced &#8217;soon&#8217;. When that actually happens.. we don&#8217;t know. But have you EVER seen the Google and Microsoft logos together on an official released website? We don&#8217;t. And we don&#8217;t think it&#8217;s a good idea to let two of the <strong>biggest computer networking companies working together</strong>, let alone 5 of them.. what will become of the smaller ones? Eaten by the big fish? Is this another prove of the monopolistic ideas Google has? And WHY are they meeting in Amsterdam? Is the Dutch government involved too? Or is it just a &#8216;random&#8217; country like the meeting (probably about the same topic!) this week in <a href="http://www.daylife.com/photo/0fMF88rfgFghb" target="_blank">Belgium</a>?</p>
<hr />
<p>We have discovered a lot more, but don&#8217;t want to tell everything, <strong>YET</strong>. Just wait for our video to be put online this week, we&#8217;ll discover what Google is trying to do fully. For now we just want you to check <a href="http://www.thenewwebproject.com" target="_blank">www.thenewwebproject.com</a> every day to see what is going on around here. Please also follow us at this blog and <a href="http://www.twitter.com/troogleblog" target="_blank">Twitter</a> for the latest updates!</p>
<hr />
<p><a href="http://twitter.com/home?status=RT%20@Troogleblog%20Google%20is%20trying%20to%20set%20us%20up!%20The%20New%20Web%20Project%20fake!%20%20%23Troogle%20%20http://troogle.wordpress.com"><img src="http://troogle.wordpress.com/files/2009/06/retweettroogle.jpg" alt="retweettroogle" title="retweettroogle" width="230" height="40" class="aligncenter size-full wp-image-194" /></a></p>
<hr />
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sir Tim Berners-Lee honored Lifetime Achievement Award]]></title>
<link>http://workspresso.wordpress.com/2009/05/29/sir-tim-berners-lee-honored-lifetime-achievement-award/</link>
<pubDate>Fri, 29 May 2009 05:21:56 +0000</pubDate>
<dc:creator>Raffy Pekson II</dc:creator>
<guid>http://workspresso.wordpress.com/2009/05/29/sir-tim-berners-lee-honored-lifetime-achievement-award/</guid>
<description><![CDATA[The Webby Awards announced that Sir Tim Berners-Lee is scheduled to attend its 13th Annual Webby Awa]]></description>
<content:encoded><![CDATA[The Webby Awards announced that Sir Tim Berners-Lee is scheduled to attend its 13th Annual Webby Awa]]></content:encoded>
</item>

</channel>
</rss>
