XML example

XML(extensible markup language) is used for defining data elements on a Web page or in a data file. HTML tags determine the way information is displayed by a browser, and XML tags identify the meaning (semantics) of the information.

Users can define their own XML tags in a DTD, Data Type Declaration. In the following example, we are defining various tags to describe a stock quote. If all brokers could agree on the DTD for stock quotes, it would be relatively easy for them to share data and do business with each other.

Sample DTD

<!ELEMENT stock-quote (symbol, price+, when)>
  <!ATTLIST stock-quote market (NYSE|NASD|AMEX) "NYSE">
<!ELEMENT symbol (#PCDATA)>
<!ELEMENT price (#PCDATA)>
  <!ATTLIST price
	type (ask|bid) "ask"
	value CDATA #IMPLIED
  >
<!ELEMENT when (date, time)>
<!ELEMENT date (#PCDATA)>
<!ELEMENT time (#PCDATA)>
Sample XML Document
<stock-quote market="NYSE">
     <symbol>IBM</symbol>
     <price type="ask" value="84.25"/>
     <price type="bid" value="85.00"/>
     <when>
         <date>8/5/2005</date>
         <time>12:13PM</time>
     </when>
</stock-quote>
The RSS feed describing our class blog

This is the RSS feed describing our class blog. Note that it is an XML document with many application-specific tags like <tagline>, <author>, <name>, <created>, <modified>, <title>, and <content> that denote semantics rather than the way something is to appear. The inventor of RSS had to devise a DTD to describe documents like this.

<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns="http://purl.org/atom/ns#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.3" xml:lang="en-US"> <link href="https://www.blogger.com/atom/18164409" rel="service.post" title="CIS471" type="application/atom+xml" /> <link href="https://www.blogger.com/atom/18164409" rel="service.feed" title="CIS471" type="application/atom+xml" /> <title mode="escaped" type="text/html">CIS471: Network-based applications</title> <tagline mode="escaped" type="text/html">This blog supplements CIS471, a course on the technology, applications and implications of computer networks/</tagline> <link href="http://cis471.blogspot.com" rel="alternate" title="CIS471" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409</id> <modified>2006-04-14T01:50:33Z</modified> <generator url="http://www.blogger.com/" version="6.72">Blogger</generator> <info mode="xml" type="text/html"> <div xmlns="http://www.w3.org/1999/xhtml">This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the <a href="http://help.blogger.com/bin/answer.py?answer=697">Blogger Help</a> for more info.</div> </info> <convertLineBreaks xmlns="http://www.blogger.com/atom/ns#">true</convertLineBreaks> <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><link rel="start" href="http://feeds.feedburner.com/Cis471" type="application/atom+xml" /><entry> <link href="https://www.blogger.com/atom/18164409/114497943227938399" rel="service.edit" title="WiMax deployment: 3 Mbps for $18.99 per month" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-04-13T18:39:00-07:00</issued> <modified>2006-04-14T01:50:33Z</modified> <created>2006-04-14T01:50:32Z</created> <link href="http://feeds.feedburner.com/Cis471?m=73" rel="alternate" title="WiMax deployment: 3 Mbps for $18.99 per month" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114497943227938399</id> <title mode="escaped" type="text/html">WiMax deployment: 3 Mbps for $18.99 per month</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">We have been talking about portable (not mobile) connectivity and WiMax. An early WiMax deployment has just been announced in <a href="http://www.unstrung.com/document.asp?doc_id=92476&amp;WT.svl=news2_2">Muskegon County Michigan</a>. This will be a public-private partnership, and data rates of 10 Mbps and higher will be available at higher cost.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/04/wimax-deployment-3-mbps-for-1899-per.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/114451935837774660" rel="service.edit" title="Ad-supported connectivity" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-04-08T11:02:00-07:00</issued> <modified>2006-04-08T18:03:06Z</modified> <created>2006-04-08T18:02:38Z</created> <link href="http://feeds.feedburner.com/Cis471?m=72" rel="alternate" title="Ad-supported connectivity" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114451935837774660</id> <title mode="escaped" type="text/html">Ad-supported connectivity</title> <content mode="escaped" type="text/html" xml:base="http://cis471.blogspot.com" xml:space="preserve">We have been talking about municipal wireless networks, and a coalition between Google and Earthling recently won the bidding for the San Francisco network. Google plans to offer free connecivity &lt;a href="http://www.internetnews.com/wireless/article.php/3597381"&gt;by presenting ads&lt;/a&gt; to users based on the location of the access point they are connected to, the nature of the establishment with the access point and the personal profile of the user. They have applied for a &lt;a href="http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;Sect2=HITOFF&amp;amp;p=1&amp;u=%2Fnetahtml%2FPTO%2Fsearchbool.html&amp;amp;r=1&amp;f=G&amp;amp;l=50&amp;co1=AND&amp;amp;d=PG01&amp;s1=20060059044&amp;amp;OS=20060059044&amp;amp;RS=20060059044"&gt;patent &lt;/a&gt; on this form of advertising.</content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/04/ad-supported-connectivity.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/114434155059033495" rel="service.edit" title="Attend conferences -- virtually" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-04-06T09:12:00-07:00</issued> <modified>2006-04-06T16:42:22Z</modified> <created>2006-04-06T16:39:10Z</created> <link href="http://feeds.feedburner.com/Cis471?m=71" rel="alternate" title="Attend conferences -- virtually" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114434155059033495</id> <title mode="escaped" type="text/html">Attend conferences -- virtually</title> <content mode="escaped" type="text/html" xml:base="http://cis471.blogspot.com" xml:space="preserve">There are many interesting conferences that are relevant to our class. You can "attend" many of them virtually on the Web. For example, there is a very complete Web site for Microsoft's recent &lt;a href="http://www.mix06.com/"&gt;MIX Conference&lt;/a&gt;. You can see the keynote talks and other sessions, read blogs and comments, see demos and video recaps, download beta software given to attendees, etc. (Atlas, Microsoft's new AJAX development tool was presented and is available for download). &lt;br /&gt;&lt;p&gt;&lt;br /&gt;Another excellent source of conference coverage is &lt;a href="http://www.itconversations.com"&gt;IT Conversations&lt;/a&gt; which posts audio recordings of the sessions at excellent conferences, most of which are relevant to CIS 471. You can listen to these on your PC or download them to an MP3 player for portable listening.</content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/04/attend-conferences-virtually.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/114367923224490150" rel="service.edit" title="Applications of blogging in business" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-03-29T16:40:00-08:00</issued> <modified>2006-03-30T00:40:37Z</modified> <created>2006-03-30T00:40:32Z</created> <link href="http://feeds.feedburner.com/Cis471?m=70" rel="alternate" title="Applications of blogging in business" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114367923224490150</id> <title mode="escaped" type="text/html">Applications of blogging in business</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">Scott Anderson, Director of Enterprise Brand Communications at Hewlett-Packard, gave a <a href="http://www.itconversations.com/shows/detail997.html">talk</a> on HP's use of blogs. He spends some time on using blogs for internal collaboration, but focuses primarily on their use in maintaing a two-way relationship with customers.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/03/applications-of-blogging-in-business_29.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/114343918819228193" rel="service.edit" title="Britannica refutes Nature's comparison with Wikipedia" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-03-26T21:55:00-08:00</issued> <modified>2006-03-27T06:39:27Z</modified> <created>2006-03-27T05:59:48Z</created> <link href="http://feeds.feedburner.com/Cis471?m=69" rel="alternate" title="Britannica refutes Nature's comparison with Wikipedia" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114343918819228193</id> <title mode="escaped" type="text/html">Britannica refutes Nature's comparison with Wikipedia</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">The BBC publised an <a href="http://news.bbc.co.uk/1/hi/technology/4840340.stm">article</a> on Britannica's article-by-article <a href="http://corporate.britannica.com/britannica_nature_response.pdf">refutation</a> of the Nature study comparing Encyclopedia Britannica with the Wikipedia.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/03/britannica-refutes-natures-comparison.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/114255751431175936" rel="service.edit" title="Municipal WiFi networks" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-03-16T16:57:00-08:00</issued> <modified>2006-03-17T01:05:14Z</modified> <created>2006-03-17T01:05:14Z</created> <link href="http://feeds.feedburner.com/Cis471?m=68" rel="alternate" title="Municipal WiFi networks" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114255751431175936</id> <title mode="escaped" type="text/html">Municipal WiFi networks</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">WiFi was invented for indoor LANs in homes and offices, but it is also being used in cities. One <a href="http://www.networkworld.com/research/2006/030606-municipal-wi-fi.html?rlt=03">report</a> esitmates that 320 cities are building networks and <a href="http://www.networkingpipeline.com/news/181503866;jsessionid=OMUSXGLGROFUKQSNDBOCKICCJUMEKJVN">another </a> estimates that 126,000 square miles will be covered by 2010. See our class notes on <a href="http://bpastudio.csudh.edu/fac/lpress/netapps/hout/wifiapplication.htm">municipal WiFi</a> and the <a href="http://bpastudio.csudh.edu/fac/lpress/471/hout/hermosa/">Hermosa Beach wireless project</a>.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/03/municipal-wifi-networks.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/114240570810483039" rel="service.edit" title="Five podcast excerpts" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-03-14T22:14:00-08:00</issued> <modified>2006-03-15T07:03:42Z</modified> <created>2006-03-15T06:55:08Z</created> <link href="http://feeds.feedburner.com/Cis471?m=67" rel="alternate" title="Five podcast excerpts" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114240570810483039</id> <title mode="escaped" type="text/html">Five podcast excerpts</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">I've put five new excerpts from podcasts on our Web site. They cover the Wikipedia, sources of content for Internet applications, municipal WiFi in San Francisco, the impact of the Internet on the newspaper, and a discussion of mashups.<br /> <ul> <br /> <li> <a href="http://bpastudio.csudh.edu/fac/lpress/471/audio/Wikicongresschanges.htm">Wikipedia entries for members of Congress</a> <br /> </li> <br /> <li> <a href="http://bpastudio.csudh.edu/fac/lpress/471/audio/yahoocontent.htm">Interview of Yahoo CEO Terry Semel on sources of content</a> <br /> </li> <br /> <li> <a href="http://www.publicradio.org/columns/futuretense/2006/02/index.shtml">San Francisco moves closer to free wi-fi from American Public Media</a> <br /> </li> <br /> <li> <a href="http://www.publicradio.org/columns/futuretense/2006/03/index.shtml">The best blogging newspapers from American Public Media</a> <br /> </li> <br /> <li> <a href="http://www.publicradio.org/columns/futuretense/2006/02/index.shtml">Mashing up Web sites to create something new from American Public Media</a> <br /> </li> </ul> </div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/03/five-podcast-excerpts.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/114089343531790665" rel="service.edit" title="Breaking the end-to-end principle" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-02-25T10:50:00-08:00</issued> <modified>2006-02-25T18:50:35Z</modified> <created>2006-02-25T18:50:35Z</created> <link href="http://feeds.feedburner.com/Cis471?m=66" rel="alternate" title="Breaking the end-to-end principle" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114089343531790665</id> <title mode="escaped" type="text/html">Breaking the end-to-end principle</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">We have talked about the end-to-end principle of network design and the idea that routers treat all packets the same. Now that a few telephone and cable companies control much of the ISP business in the US, they are seeking legislation that will allow them to program IP routers to examine packets. This would allow them to bill for specific services and give delivery priority to their content or that of those who pay a premium. Here is Vint Cerf's <a href="http://googleblog.blogspot.com/2005/11/vint-cerf-speaks-out-on-net-neutrality.html">advice to congress</a> on this bill. You can also listen to a brief <a href="http://bpastudio.csudh.edu/fac/lpress/471/audio/deeppacketinspection.htm">roundtable discussion</a> of this effort.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/02/breaking-end-to-end-principle.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/114089166575822780" rel="service.edit" title="Lobbying against municipal networks" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-02-25T10:09:00-08:00</issued> <modified>2006-02-25T18:21:06Z</modified> <created>2006-02-25T18:21:05Z</created> <link href="http://feeds.feedburner.com/Cis471?m=65" rel="alternate" title="Lobbying against municipal networks" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114089166575822780</id> <title mode="escaped" type="text/html">Lobbying against municipal networks</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">Telephone and cable companies have lobbied for State legislation to outlaw municipal networks for several years. They are also doing so at the federal level. <a href="http://blogs.zdnet.com/ip-telephony/?p=913">Russell Shaw</a> shows AT&amp;T (SBC) contributions to the sponsors of the legislation. You can also listen to a short <a href="http://bpastudio.csudh.edu/fac/lpress/471/audio/deeppacketinspection.htm">roundtable discussion</a> of this lobbying effort.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/02/lobbying-against-municipal-networks.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/114027179270365213" rel="service.edit" title="Considerations for Pasadena city wireless network" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-02-18T06:09:00-08:00</issued> <modified>2006-02-18T14:09:53Z</modified> <created>2006-02-18T14:09:52Z</created> <link href="http://feeds.feedburner.com/Cis471?m=64" rel="alternate" title="Considerations for Pasadena city wireless network" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-114027179270365213</id> <title mode="escaped" type="text/html">Considerations for Pasadena city wireless network</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">We have talked about municipal networks, and Pasadena, California recently received bids for a citywide WiFi network. The bidders raised many <a href="http://muniwireless.com/municipal/bids/995/">questions</a> while working on their proposals. Note that they are generally not concerned with technology, but with mechanical mounting of the radios, power supply, and other "nuts and bolts" issues. That is typical.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/02/considerations-for-pasadena-city.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113916651057178539" rel="service.edit" title="AOL goes P2P for video" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-02-05T11:01:00-08:00</issued> <modified>2006-02-05T19:08:39Z</modified> <created>2006-02-05T19:08:30Z</created> <link href="http://feeds.feedburner.com/Cis471?m=63" rel="alternate" title="AOL goes P2P for video" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113916651057178539</id> <title mode="escaped" type="text/html">AOL goes P2P for video</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">AOL will <a href="http://www.lightreading.com/document.asp?doc_id=88118&amp;WT.svl=news1_4">use peer to peer</a> technology to deliver video over the Internet. Would you give AOL permission to store files on your hard drive in return for the ability to download?<br /> <br />A lot of people think of AOL as a network for beginners, but do not forget that they are part of Time Warner. AOL may become an Internet video powerhouse.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/02/aol-goes-p2p-for-video.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113916381182007316" rel="service.edit" title="Vint Cerf talk" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-02-05T10:23:00-08:00</issued> <modified>2006-02-05T18:23:31Z</modified> <created>2006-02-05T18:23:31Z</created> <link href="http://feeds.feedburner.com/Cis471?m=62" rel="alternate" title="Vint Cerf talk" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113916381182007316</id> <title mode="escaped" type="text/html">Vint Cerf talk</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">Vint Cerf gave a talk entitled <a href="http://scpd.stanford.edu/sonnet/player.aspx?GUID=6F704E8F-352F-42E0-BC58-3F9014EA1F81">The Internet Today and Tomorrow</a> at Stanford University. He covers some of the topics we will in our Network Applications and TCP/IP sections. Cerf was co-inventor along with Bob Kahn of TCP/IP.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/02/vint-cerf-talk.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113916324274376650" rel="service.edit" title="Interview of Bob Kahn" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-02-05T10:13:00-08:00</issued> <modified>2006-02-05T18:14:03Z</modified> <created>2006-02-05T18:14:02Z</created> <link href="http://feeds.feedburner.com/Cis471?m=61" rel="alternate" title="Interview of Bob Kahn" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113916324274376650</id> <title mode="escaped" type="text/html">Interview of Bob Kahn</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">I have posted an <a href="http://bpastudio.csudh.edu/fac/lpress/471/audio/kahnexcerpt.htm">excerpt</a> from a <a href="http://www.pbs.org/cringely/nerdtv/">NerdTV</a> interview of networking pioneer and TCP/IP co-inventor Bob Kahn. At the start of the excerpt he is talking about the ARPANet. The ARPANet was a single network, like a large LAN. The next step was to inter-connect multiple networks, to create an inter-network. Kahn and his colleague Vint Cerf invented TCP/IP to do that. The initial goal of TCP (later split into TCP and IP) was to connect the ARPANet with two other networks each of which had different packet sizes, data rates and communication protocols. TCP/IP has ended up connecting millions of dissimilar networks (3 minutes 33 seconds).</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/02/interview-of-bob-kahn.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113910711633979958" rel="service.edit" title="Recommended paint program" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-02-04T18:38:00-08:00</issued> <modified>2006-02-05T13:23:41Z</modified> <created>2006-02-05T02:38:36Z</created> <link href="http://feeds.feedburner.com/Cis471?m=60" rel="alternate" title="Recommended paint program" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113910711633979958</id> <title mode="escaped" type="text/html">Recommended paint program</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">This week's <a href="http://cowcast.creativecow.net/index.html">Creative Cow podcast</a> recommended a paint program called <a href="http://www.ambientdesign.com/artrage.html">ArtRage</a>. There is a free version and a full edition for $19.95. I have not tried it out. If you do, let us know what you think of it or show us some of your work using it.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/02/recommended-paint-program.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113872890272660499" rel="service.edit" title="We paid $200 billion for broadband connectivity -- where is it?" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-01-31T09:33:00-08:00</issued> <modified>2006-01-31T17:35:02Z</modified> <created>2006-01-31T17:35:02Z</created> <link href="http://feeds.feedburner.com/Cis471?m=59" rel="alternate" title="We paid $200 billion for broadband connectivity -- where is it?" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113872890272660499</id> <title mode="escaped" type="text/html">We paid $200 billion for broadband connectivity -- where is it?</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">Bruce Kushnick just published <a href="http://www.newnetworks.com/broadbandscandals.htm">The $200 Billion Broadband Scandal</a> in which he shows that in return for promising to install fiber for high-speed connectivity to US homes, the Bell companies received $200 billion in higher phone rates and tax perks -- about $2,000 per household. The promise was not kept. Today we are the <a href="http://www.websiteoptimization.com/bw/0601/">19th ranked nation</a> in household broadband connectivity rate, just ahead of Slovenia.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/01/we-paid-200-billion-for-broadband.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113839185187836586" rel="service.edit" title="Pracitcal wireless book published under Creative Commons license" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-01-27T11:38:00-08:00</issued> <modified>2006-01-27T19:57:32Z</modified> <created>2006-01-27T19:57:31Z</created> <link href="http://feeds.feedburner.com/Cis471?m=58" rel="alternate" title="Pracitcal wireless book published under Creative Commons license" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113839185187836586</id> <title mode="escaped" type="text/html">Pracitcal wireless book published under Creative Commons license</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml"> <a href="http://us.wndw.net/">Wireless Networking in the Developing World</a> is a practical book that is not limited to developing nations. It covers the wirelss material we will cover in our class and more.<br /> <br />In addition to being a valuable book, it is an example of a new approach to content creation, publishing and intelectual property. It is available for free download under a <a href="http://creativecommons.org/">Creative Commons</a> license and (soon) as a print-on-demand book from <a href="http://www.lulu.com/">Lulu.com</a>.<br /> <br />Some of the material from the book is based on a <a href="http://www.itrainonline.org/itrainonline/mmtk/wireless.shtml">wireless workshop</a>. You might also find that to be a useful reference on wireless networks.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/01/pracitcal-wireless-book-published.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113829595970612983" rel="service.edit" title="The role of the Internet in making life decisions" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-01-26T08:55:00-08:00</issued> <modified>2006-01-26T17:21:24Z</modified> <created>2006-01-26T17:19:19Z</created> <link href="http://feeds.feedburner.com/Cis471?m=57" rel="alternate" title="The role of the Internet in making life decisions" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113829595970612983</id> <title mode="escaped" type="text/html">The role of the Internet in making life decisions</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">A recent <a href="http://news.bbc.co.uk/go/pr/fr/-/1/hi/technology/4644666.stm">BBC article</a> states that the internet has played an important role in the life decisions of 60 million Americans, research shows. The article is based on a report from the <a href="http://www.pewtrusts.com/">Pew Charitable Trusts</a>, an organization that conducts research on American life. This survey sheds light on one of our course topics: the implications of the Internet for the individual and for society.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/01/role-of-internet-in-making-life.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113825347348479617" rel="service.edit" title="Joel Spolsky on interface design" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-01-25T21:24:00-08:00</issued> <modified>2006-01-31T01:29:11Z</modified> <created>2006-01-26T05:31:13Z</created> <link href="http://feeds.feedburner.com/Cis471?m=56" rel="alternate" title="Joel Spolsky on interface design" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113825347348479617</id> <title mode="escaped" type="text/html">Joel Spolsky on interface design</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">Joel Spolsky just began a series of articles on <a href="http://www.joelonsoftware.com/design/index.html">user interface design</a>. If you are interested in Web design, I'd advise you to check it out. <br /> <br />Note that he is not going to publish them as finished articles, but will start with first drafts, then incorporate reader feedback into the revision. This is another variation on our question "who created the content?"</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/01/joel-spolsky-on-interface-design.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113802952725395229" rel="service.edit" title="IEEE 802.11n specification set for first draft vote" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-01-23T07:18:00-08:00</issued> <modified>2006-01-23T15:18:47Z</modified> <created>2006-01-23T15:18:47Z</created> <link href="http://feeds.feedburner.com/Cis471?m=55" rel="alternate" title="IEEE 802.11n specification set for first draft vote" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113802952725395229</id> <title mode="escaped" type="text/html">IEEE 802.11n specification set for first draft vote</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">This <a href="http://www.infoworld.com/article/06/01/18/74302_HN80211n_1.html">Infoworld article</a> states that the IEEE 802.11n specification will be voted on this week, setting the stage for standard-compliant, 100 Mbps Wi-Fi products by midyear. This article touches many of the topics we cover.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/01/ieee-80211n-specification-set-for.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113750780734271690" rel="service.edit" title="Users judge Web sites in 50 milliseconds" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-01-17T06:19:00-08:00</issued> <modified>2006-01-17T14:23:27Z</modified> <created>2006-01-17T14:23:27Z</created> <link href="http://feeds.feedburner.com/Cis471?m=54" rel="alternate" title="Users judge Web sites in 50 milliseconds" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113750780734271690</id> <title mode="escaped" type="text/html">Users judge Web sites in 50 milliseconds</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">A <a href="http://www.nature.com/news/2006/060109/full/060109-13.html">recent study</a> shows users make very rapid judgements about Web pages. They do not like a lot of complex graphics and do want speed. Google seems to understand this.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/01/users-judge-web-sites-in-50.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113750746965563477" rel="service.edit" title="British like mobile TV" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-01-17T06:12:00-08:00</issued> <modified>2006-01-17T14:17:53Z</modified> <created>2006-01-17T14:17:49Z</created> <link href="http://feeds.feedburner.com/Cis471?m=53" rel="alternate" title="British like mobile TV" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113750746965563477</id> <title mode="escaped" type="text/html">British like mobile TV</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">The BBC reports that a <a href="http://news.bbc.co.uk/1/hi/technology/4620792.stm">marketing trial</a> concludes that British people are willing to watch TV broadcasts on a small, portable device. Similar service is in use in Korea and is being tested elsewhere. Would you use such a service? How much would you be willing to pay per month?</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/01/british-like-mobile-tv.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113676585776817047" rel="service.edit" title="Data mining and privacy" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-01-08T16:13:00-08:00</issued> <modified>2006-01-09T00:17:38Z</modified> <created>2006-01-09T00:17:37Z</created> <link href="http://feeds.feedburner.com/Cis471?m=52" rel="alternate" title="Data mining and privacy" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113676585776817047</id> <title mode="escaped" type="text/html">Data mining and privacy</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">There has been a lot of publicity about the National Security Agency doing data mining lately. Open APIs allow us all to mine data. Are you comfortable with the Amazon data mining described in <a href="http://www.applefritter.com/bannedbooks">this article</a>?</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/01/data-mining-and-privacy.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113641780308159673" rel="service.edit" title="Camstudio -- open source screen casting" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2006-01-04T15:25:00-08:00</issued> <modified>2006-01-04T23:36:43Z</modified> <created>2006-01-04T23:36:43Z</created> <link href="http://feeds.feedburner.com/Cis471?m=51" rel="alternate" title="Camstudio -- open source screen casting" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113641780308159673</id> <title mode="escaped" type="text/html">Camstudio -- open source screen casting</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml"> <a href="http://sourceforge.net/projects/camstudio">Camstudio</a> is an open source program for audio/video screen capture. It sounds like it might be an alternative to <a href="http://www.techsmith.com/products/studio/default.asp">Camtasia</a> or <a href="http://www.macromedia.com/software/captivate/">Captivate</a>. I have not tried it, but would like to hear from those who have.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2006/01/camstudio-open-source-screen-casting.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113571909545316948" rel="service.edit" title="Blogs in developing nations" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-12-27T13:31:00-08:00</issued> <modified>2005-12-27T21:31:35Z</modified> <created>2005-12-27T21:31:35Z</created> <link href="http://feeds.feedburner.com/Cis471?m=50" rel="alternate" title="Blogs in developing nations" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113571909545316948</id> <title mode="escaped" type="text/html">Blogs in developing nations</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">BBC News posted <a href="http://news.bbc.co.uk/2/hi/africa/4512290.stm">African Bloggers Find their Voice</a>, a survey of African blogs and their implications for politics and the media. The article has links to several African blogs and to Harvard's <a href="http://cyber.law.harvard.edu/globalvoices">Global Voices</a> site which follows and encourages blogs in developing nations.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/12/blogs-in-developing-nations.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113484259841901005" rel="service.edit" title="Assessing the Wikipedia" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-12-17T10:03:00-08:00</issued> <modified>2005-12-20T15:26:06Z</modified> <created>2005-12-17T18:03:18Z</created> <link href="http://feeds.feedburner.com/Cis471?m=49" rel="alternate" title="Assessing the Wikipedia" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113484259841901005</id> <title mode="escaped" type="text/html">Assessing the Wikipedia</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">The British science magazine Nature published a <a href="http://www.nature.com/news/2005/051212/full/438900a.html">comparison of Wikipedia and Encyclopedia Britannica</a> based on the number of errors in selected articles in each. For more on Wikipedia assessment see <a href="http://del.icio.us/tag/wikieval?setcount=100">these links</a>.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/12/assessing-wikipedia_17.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113457296194594678" rel="service.edit" title="Inmarsat: global mobile connectivity" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-12-14T07:08:00-08:00</issued> <modified>2005-12-14T15:09:22Z</modified> <created>2005-12-14T15:09:21Z</created> <link href="http://feeds.feedburner.com/Cis471?m=47" rel="alternate" title="Inmarsat: global mobile connectivity" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113457296194594678</id> <title mode="escaped" type="text/html">Inmarsat: global mobile connectivity</title> <content mode="escaped" type="text/html" xml:base="http://cis471.blogspot.com" xml:space="preserve">&lt;a href="http://broadband.inmarsat.com/default.aspx?language=EN&amp;textonly=False"&gt;Inmarsat&lt;/a&gt; offers global access to portable computers using LEO satellite. For terrestrial mobile connectivity options, see this &lt;a href="http://bpastudio.csudh.edu/fac/lpress/471/hout/3G.htm"&gt;class note&lt;/a&gt;.</content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/12/inmarsat-global-mobile-connectivity_14.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113440785470977137" rel="service.edit" title="Doug Kaye: audio production how-to" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-12-12T09:17:00-08:00</issued> <modified>2005-12-12T17:17:34Z</modified> <created>2005-12-12T17:17:34Z</created> <link href="http://feeds.feedburner.com/Cis471?m=44" rel="alternate" title="Doug Kaye: audio production how-to" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113440785470977137</id> <title mode="escaped" type="text/html">Doug Kaye: audio production how-to</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">At the November 2005 <a href="http://www.portablemediaexpo.com/">Portable Media Expo</a>, Doug Kaye of <a href="http://www.itconversations.com">IT Conversations</a> gave a talk on what IT Conversations does and will do in the future, open source audio production software tools they are developing, the management of his volunteer organization and many how-to tips on audio editing and production for podcasts. This 24 minute <a href="http://bpastudio.csudh.edu/fac/lpress/471/audio/kayeaudiotips.mp3">excerpt</a> includes only the how-to portion of the talk in which Kaye tells us how to produce MP3 podcasts. Check the full, hour-long <a href="http://www.portablemediaexpo.com/friday.htm">talk</a> for the other topics.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/12/doug-kaye-audio-production_113440785470977137.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113440478866770568" rel="service.edit" title="Protopage -- a useful tool?" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-12-12T08:23:00-08:00</issued> <modified>2005-12-12T16:26:28Z</modified> <created>2005-12-12T16:26:28Z</created> <link href="http://feeds.feedburner.com/Cis471?m=43" rel="alternate" title="Protopage -- a useful tool?" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113440478866770568</id> <title mode="escaped" type="text/html">Protopage -- a useful tool?</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">The <a href="http://protopage.com/">Protopage</a> service allows you to create and maintain a site with text, graphics and links very simply using your browser. Can you find applications for it?</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/12/protopage-useful-tool.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113409292765010829" rel="service.edit" title="Problems with AJAX" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-12-08T17:44:00-08:00</issued> <modified>2005-12-09T01:48:47Z</modified> <created>2005-12-09T01:48:47Z</created> <link href="http://feeds.feedburner.com/Cis471?m=42" rel="alternate" title="Problems with AJAX" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113409292765010829</id> <title mode="escaped" type="text/html">Problems with AJAX</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">User interface expert Jakob Nielsen points out some <a href="http://www.usabilityviews.com/ajaxsucks.html">flaws</a> in AJAX. With AJAX, there is no longer a one-one association between a URL and a Web page, the Back button does not work, some browsers have problems, etc.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/12/problems-with-ajax.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113349926476917599" rel="service.edit" title="A false Wikipedia &quot;biography&quot;" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-12-01T20:54:00-08:00</issued> <modified>2005-12-12T16:32:55Z</modified> <created>2005-12-02T04:54:24Z</created> <link href="http://feeds.feedburner.com/Cis471?m=41" rel="alternate" title="A false Wikipedia &quot;biography&quot;" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113349926476917599</id> <title mode="escaped" type="text/html">A false Wikipedia "biography"</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">In our homework survey, we found the Wikipedia to be quite accurate and complete; however, errors can go undetected for some time. One example is the Wikipedia biography of <a href="http://www.usatoday.com/news/opinion/editorials/2005-11-29-wikipedia-edit_x.htm#?POE=click-refer">John Seigenthaler</a>. It has been deleted now, but, for 132 days, the Wikipedia falsely linked him to the assassinations of John and Robert Kennedy and made other completely inaccurate assertions. This erroneous biography was copied verbatim to other Web sites.<br /> <br />In response to this incident, Wikipedia began requiring <a href="http://news.bbc.co.uk/1/hi/technology/4502846.stm">registration</a> before posting a new article. And, finally, the man who made the false post has <a href="http://news.bbc.co.uk/1/hi/technology/4520678.stm">apologized</a>.<br /> <br />Don't take the Wikipedia or anything else on the Web as The Truth. Can you find any errors in the Wikipedia?</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/12/false-wikipedia-biography.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113346685246239686" rel="service.edit" title="Portable Media and Podcast Expo" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-12-01T11:46:00-08:00</issued> <modified>2005-12-01T19:58:37Z</modified> <created>2005-12-01T19:54:12Z</created> <link href="http://feeds.feedburner.com/Cis471?m=39" rel="alternate" title="Portable Media and Podcast Expo" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113346685246239686</id> <title mode="escaped" type="text/html">Portable Media and Podcast Expo</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">The <a href="http://www.portablemediaexpo.com">Expo</a> was held in November 2005 in Ontario, California. The keynotes and sessions covered podcasting and audio technology and business and the future of media. Many sessions were excellent, and they are all online. Here are direct links to recordings of the <a href="http://www.portablemediaexpo.com/friday.htm">Friday</a> and <a href="http://www.portablemediaexpo.com/saturday.htm">Saturday</a> sessions.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/12/portable-media-and-podcast-expo.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113346597371587254" rel="service.edit" title="Doug Kaye on the value of free content" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-12-01T11:39:00-08:00</issued> <modified>2005-12-01T19:39:34Z</modified> <created>2005-12-01T19:39:33Z</created> <link href="http://feeds.feedburner.com/Cis471?m=40" rel="alternate" title="Doug Kaye on the value of free content" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113346597371587254</id> <title mode="escaped" type="text/html">Doug Kaye on the value of free content</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">I posted a 3m 19s <a href="http://bpastudio.csudh.edu/fac/lpress/471/audio/valueoffree.htm">excerpt</a> from Doug Kaye's <a href="http://www.portablemediaexpo.com/saturday.htm">keynote address</a> at the Portable Media Expo held in November 2005. Doug talks about the value of free information. He feels you maximize the value of content by making it free with no impediments (like registration) to accessing it. If you like this excerpt, listen to the entire talk in which he describes his <a href="http://www.itconversations.com">IT Conversations</a> project and his (ambitious) future plans.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/12/doug-kaye-on-value-of-free-content.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113323154807828398" rel="service.edit" title="Free media hosting services and their implications" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-11-28T18:24:00-08:00</issued> <modified>2005-11-29T02:32:28Z</modified> <created>2005-11-29T02:32:28Z</created> <link href="http://feeds.feedburner.com/Cis471?m=37" rel="alternate" title="Free media hosting services and their implications" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113323154807828398</id> <title mode="escaped" type="text/html">Free media hosting services and their implications</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">I just listened to an excellent <a href="http://www.itconversations.com/shows/detail677.html">presentation</a> on two media hosting sites, <a href="http://www.omn.org/">Open Media Network</a> and <a href="http://www.ourmedia.org/">Ourmedia.org</a>. The speakers describe their sites and their vision of future media. I will add this as a link to our media context <a href="http://bpastudio.csudh.edu/fac/lpress/471/hout/apps/mediacontext.htm"> note</a>.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/11/free-media-hosting-services-and-their.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113323033904083960" rel="service.edit" title="Another free image editor" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-11-28T18:02:00-08:00</issued> <modified>2005-11-29T02:12:19Z</modified> <created>2005-11-29T02:12:19Z</created> <link href="http://feeds.feedburner.com/Cis471?m=38" rel="alternate" title="Another free image editor" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113323033904083960</id> <title mode="escaped" type="text/html">Another free image editor</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">Washington State University has developed an image processing program called <a href="http://fileforum.betanews.com/detail/PaintNET/1096481993/1">Paint.NET</a>. It offers a good deal more than Microsoft Paint, but not as much as Photoshop ane Gimp. I'll add a link to it to our image processing <a href="http://bpastudio.csudh.edu/fac/lpress/netapps/image/">notes</a>. <br /> <br />If you try it out, let us know what you think.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/11/another-free-image-editor.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113272963468081739" rel="service.edit" title="$100 portables for children in developing nations" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-11-22T22:57:00-08:00</issued> <modified>2005-11-23T07:07:14Z</modified> <created>2005-11-23T07:07:14Z</created> <link href="http://feeds.feedburner.com/Cis471?m=36" rel="alternate" title="$100 portables for children in developing nations" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113272963468081739</id> <title mode="escaped" type="text/html">$100 portables for children in developing nations</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">Andy Carvin <a href="http://www.andycarvin.com/archives/2005/10/audio_of_negrop.html">blogged</a> a talk by Nicholas Negroponte on the MIT proposal to build $100 laptops for children in developing nations. The entry includes a link to a <a href="http://www.andycarvin.com/podcasts/negropontelaptop.mp3">podcast</a> of the talk.</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/11/100-portables-for-children-in.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113268699071208882" rel="service.edit" title="Social bookmarking at IBM" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-11-22T11:04:00-08:00</issued> <modified>2005-11-22T19:16:30Z</modified> <created>2005-11-22T19:16:30Z</created> <link href="http://feeds.feedburner.com/Cis471?m=35" rel="alternate" title="Social bookmarking at IBM" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113268699071208882</id> <title mode="escaped" type="text/html">Social bookmarking at IBM</title> <content mode="escaped" type="text/html" xml:base="http://cis471.blogspot.com" xml:space="preserve">We have been using &lt;a href="http://del.icio.us/tag/cis471"&gt;del.icio.us&lt;/a&gt; for social bookmarking in our class. Researchers at IBM built a social bookmarking tool which they use within IBM. This &lt;a href="http://www.acmqueue.org/modules.php?name=Content&amp;pa=showpage&amp;pid=344"&gt;article&lt;/a&gt; describes the tool and presents data on its use on the IBM intranet.&lt;br /&gt;&lt;br /&gt;We discussed social bookmarking in our &lt;a href="http://bpastudio.csudh.edu/fac/lpress/471/hout/apps/contentattheedge.htm"&gt;class note&lt;/a&gt; on content being created at the edge of the network.</content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/11/social-bookmarking-at-ibm.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113268133524584524" rel="service.edit" title="Wikipedia lectures" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-11-22T09:41:00-08:00</issued> <modified>2005-12-03T19:47:16Z</modified> <created>2005-11-22T17:42:15Z</created> <link href="http://feeds.feedburner.com/Cis471?m=33" rel="alternate" title="Wikipedia lectures" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113268133524584524</id> <title mode="escaped" type="text/html">Wikipedia lectures</title> <content mode="escaped" type="text/html" xml:base="http://cis471.blogspot.com" xml:space="preserve">Last night we talked about the &lt;a href="http://www.wikipedia.org"&gt;Wikipedia&lt;/a&gt; and the "management" of the "organization" that creates and maintains it. Here are links to recordings of two thought-provoking talks on the Wikipedia given recently at UC Berkeley:&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://josephhall.org/nqb2/index.php/2005/11/09/kapor"&gt;Mitch Kapor&lt;/a&gt;, founder of Lotus.&lt;br /&gt;&lt;li&gt;&lt;a href="http://josephhall.org/nqb2/index.php/2005/11/03/jimbo"&gt;Jimmy Wales&lt;/a&gt;, Wikipedia founder.&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;What do your management professors think of the Wikipedia and the &lt;a href="http://en.wikipedia.org/wiki/Wikimedia"&gt;Wikimedia Foundation&lt;/a&gt;?</content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/11/wikipedia-lectures_22.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113252462465006941" rel="service.edit" title="Municipal data center/exchange points" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-11-20T13:49:00-08:00</issued> <modified>2005-11-20T22:10:36Z</modified> <created>2005-11-20T22:10:24Z</created> <link href="http://feeds.feedburner.com/Cis471?m=32" rel="alternate" title="Municipal data center/exchange points" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113252462465006941</id> <title mode="escaped" type="text/html">Municipal data center/exchange points</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">Last week we talked about <a href="http://bpastudio.csudh.edu/fac/lpress/netapps/hout/orgConnectivity.htm">data center/traffic exchange points</a> like <a href="http://bpastudio.csudh.edu/fac/lpress/netapps/hout/oneWilshire/index.htm">One Wilshire</a>. One Wilshire is privately owned.<br /> <br />We have also talked about <a href="http://bpastudio.csudh.edu/fac/lpress/netapps/hout/wifiapplication.htm">municipal networks</a>. Governments operate exchange points in many nations. Is there a role in the US for <a href="http://lists.canarie.ca/pipermail/news/2005/000079.html">municipal</a> exchange points like these in New Zealand and Canada?</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/11/municipal-data-centerexchange-points.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113235083197376846" rel="service.edit" title="Connecting Africa to The Internet" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-11-18T13:53:00-08:00</issued> <modified>2005-11-18T21:57:48Z</modified> <created>2005-11-18T21:53:51Z</created> <link href="http://feeds.feedburner.com/Cis471?m=31" rel="alternate" title="Connecting Africa to The Internet" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113235083197376846</id> <title mode="escaped" type="text/html">Connecting Africa to The Internet</title> <content mode="escaped" type="text/html" xml:base="http://cis471.blogspot.com" xml:space="preserve">The International Telecommunication Union has just convened the World Summit on the Information Society (&lt;a href="http://www.itu.int/wsis/"&gt;WSIS&lt;/a&gt;), focused on eliminating the digital divide. During the last ten years, studies and pilot projects have demonstrated that the Internet can improve the quality of life for the roughly 3 billion people living in rural areas of developing nations. Conferences like WSIS are great, but, after ten years of conferences, workshops and projects, it is time for action.&lt;br /&gt;&lt;br /&gt;Rahul Tongia of Carnegie Mellon University has proposed &lt;a href="http://www.contrib.andrew.cmu.edu/~tongia/FiberAfrica--ending_a_digital_divide.pdf"&gt;FiberAfrica&lt;/a&gt;, a project that would bring Internet connectivity to within walking or bicycling distance of 400 million rural Africans. In July, at a meeting reminiscent of WSIS, the &lt;a href="http://web.worldbank.org/WBSITE/EXTERNAL/NEWS/0,,contentMDK:20576902~menuPK:34463~pagePK:34370~piPK:34424~theSitePK:4607,00.html"&gt;G8 pledged&lt;/a&gt; $25 billion in new African aid -- Tongia's proposal would be a good way to spend some of it.&lt;br /&gt;&lt;p&gt;&lt;br /&gt;For more on connecting rural villages in developing nations, see &lt;a href="http://bpastudio.csudh.edu/fac/lpress/grnet/"&gt;GRNet&lt;/a&gt; .</content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/11/connecting-africa-to-internet.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113234023729169767" rel="service.edit" title="Cisco buys Scientific Atlanta" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-11-18T10:56:00-08:00</issued> <modified>2005-11-18T18:57:23Z</modified> <created>2005-11-18T18:57:17Z</created> <link href="http://feeds.feedburner.com/Cis471?m=30" rel="alternate" title="Cisco buys Scientific Atlanta" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113234023729169767</id> <title mode="escaped" type="text/html">Cisco buys Scientific Atlanta</title> <content mode="escaped" type="text/html" xml:base="http://cis471.blogspot.com" xml:space="preserve">Cisco announced the purchase of Scientific Atlanta, the leading supplier of TV set-top boxes and cable TV technology. Cisco also owns Linksys, a leading provider of wireless LANs for the home. You can see the outline of video being delivered to, stored and distributed within your home.&lt;br /&gt;&lt;br /&gt;This announcement is also interesting in that the press release, audio recording of the press conference, and supporting material are &lt;a href="http://investor.cisco.com/phoenix.zhtml?c=81192&amp;p=irol-EventDetails&amp;EventId=1167144"&gt;available&lt;/a&gt; on Cisco's Web site.</content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/11/cisco-buys-scientific-atlanta.html</feedburner:origLink></entry> <entry> <link href="https://www.blogger.com/atom/18164409/113225511827051105" rel="service.edit" title="Google Base -- Google's latest service offering" type="application/atom+xml" /> <author> <name>Larry</name> </author> <issued>2005-11-17T10:59:00-08:00</issued> <modified>2005-11-18T20:16:31Z</modified> <created>2005-11-17T19:18:38Z</created> <link href="http://feeds.feedburner.com/Cis471?m=29" rel="alternate" title="Google Base -- Google's latest service offering" type="text/html" /> <id>tag:blogger.com,1999:blog-18164409.post-113225511827051105</id> <title mode="escaped" type="text/html">Google Base -- Google's latest service offering</title> <content type="application/xhtml+xml" xml:base="http://cis471.blogspot.com" xml:space="preserve"> <div xmlns="http://www.w3.org/1999/xhtml">Google just announced <a href="http://base.google.com">Google Base</a>, a service that will apparently provide unlimited, free server space. This is the latest in a growing list of major service announcements from Google which hopes to "organize the world's information and make it universally useful and accessible."<br /> <br />Microsoft dominated the PC desktop, but has not been able to dominate the Internet. Google and Yahoo are working on many new services -- will one of them become the "Microsoft" of the Internet? Bob Cringley thinks the <a href="http://www.pbs.org/cringely/pulpit/pulpit20051117.html">game is already over</a>, and Google has won. What are the implications of that possibility?<br /> <br />(See our class note on <a href="http://bpastudio.csudh.edu/fac/lpress/471/hout/apps/platformevolution.htm">development platform evolution</a>).</div> </content> <draft xmlns="http://purl.org/atom-blog/ns#">false</draft> <feedburner:origLink>http://cis471.blogspot.com/2005/11/google-base-googles-latest-service.html</feedburner:origLink></entry> <feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=Cis471</feedburner:awareness></feed>

Disclaimer: The views and opinions expressed on unofficial pages of California State University, Dominguez Hills faculty, staff or students are strictly those of the page authors. The content of these pages has not been reviewed or approved by California State University, Dominguez Hills.