<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MatSays : ramblings of a grumpy developer-designer-teacher &#187; Internet News</title>
	<atom:link href="http://www.matsays.com/category/misc/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matsays.com</link>
	<description>ramblings of a grumpy developer - designer - teacher &#124; my art institute of las vegas web design blog</description>
	<lastBuildDate>Wed, 23 Jun 2010 15:56:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 3.0</title>
		<link>http://www.matsays.com/misc/wordpress-3-0/</link>
		<comments>http://www.matsays.com/misc/wordpress-3-0/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 15:56:16 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1208</guid>
		<description><![CDATA[I&#8217;ve been waiting in anticipation for the release of WP3.0 and now that it went full-bore, I&#8217;ve been way to busy to mess around with it. Nonetheless, I&#8217;m looking forward to spending a few hours this weekend checking out the changes. In the meantime, here&#8217;s a good post from Craig Buckler at Sitepoint &#8230;
WordPress version [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been waiting in anticipation for the release of WP3.0 and now that it went full-bore, I&#8217;ve been way to busy to mess around with it. Nonetheless, I&#8217;m looking forward to spending a few hours this weekend checking out the changes. In the meantime, here&#8217;s a <a href="http://www.sitepoint.com/blogs/2010/06/22/whats-new-in-wordpress-3-0-for-developers/">good post from Craig Buckler at Sitepoint</a> &#8230;</p>
<p>WordPress version 3.0 was released at the end of last week. It’s a little later than the intended May 1 release date, but WordPress is one of the most popular blogging and content management systems on the planet, so it was better to be late than cause issues for thousands of websites.</p>
<p>The update is the result of six months’ work by 218 dedicated contributors, culminating in 1,217 bug fixes and feature enhancements. So what can you expect from WordPress 3.0?</p>
<h4>New Installer</h4>
<p>WordPress has always been easy to install but it’s become even simpler. Few administrators will have to fiddle with the <code>wp-config.php</code> configuration file: all the MySQL settings can be specified within the installer panels now.</p>
<p>The new installer also allows you to specify the administrator ID and password. I suspect few people ever bothered to change it from the default “admin” in previous versions, so the facility to create your own ID will aid security.</p>
<h4>New Interface</h4>
<p>The WordPress 3.0 administration panels have received a polish. It’s hardly a radical change from version 2, but it’s lighter and feels slicker.</p>
<p><a href="http://www.matsays.com/wp-content/uploads/2010/06/wordpress-3-admin.png"><img class="aligncenter size-full wp-image-1209" title="wordpress-3-admin" src="http://www.matsays.com/wp-content/uploads/2010/06/wordpress-3-admin.png" alt="" width="450" height="387" /></a></p>
<p>There are few obvious changes to the interface until you reach the Appearance section.</p>
<h4>New Default Theme</h4>
<p>RIP Kubrick: you’ve served us well and many websites use you to this day. Kubrick has been replaced by “Twenty Ten,” a new theme that has built-in support for child themes, background alterations, header customization, and drop-down menus.</p>
<p>The theme’s look and widgets can be customized within the administration panel, so I expect many people will never venture beyond the Twenty Ten theme. For those that do, there’s a new “Install Themes” tab that allows you to search for templates by color, type, and features.</p>
<p><em>Not impressed but then again, if they made a nice one, I&#8217;d be out of extra work!</em></p>
<h4>WordPress Multi-user</h4>
<p>WordPress MU was a fork that allowed hundreds of blogs to run from a single installation; it has now been merged with the main version 3.0 application. It’s disabled by default, but can be switched on by adding the following line to your <code>wp-config.php</code> file:</p>
<div>
<div><code>define('WP_ALLOW_MULTISITE', true);<br />
</code></div>
</div>
<p>This could be the most important feature for web developers: you can create a number of websites using just one installation of WordPress. Updates are easier and hosting space is drastically reduced.</p>
<h4>Custom Post Types</h4>
<p>Pages and Posts were available in previous versions of WordPress:</p>
<ul>
<li>Pages were normally used for static content such as About Us or Contact Us pages.</li>
<li>Posts would commonly be used for date-stamped news, articles, or blog posts.</li>
</ul>
<p>WordPress 3.0 supports custom post types. For example, you could have a Product type that’s specifically used for items sold on your website. Product pages can then be treated separately; for example, have their own menu or search box.</p>
<p>Custom post types are configured using PHP rather than within the administration panels. Watch out for a full tutorial on SitePoint shortly.</p>
<h4>Other Features</h4>
<p>Where do I start? I suggest you visit <a href="http://codex.wordpress.org/Version_3.0">the WordPress 3.0 Codex page</a> for a comprehensive list.</p>
<h4>Should you upgrade now?</h4>
<p>I have no hesitation in recommending WordPress 3.0 for a new installation. But what if you’re upgrading from WordPress 2.x?</p>
<p>I’ve rarely experienced problems with the WordPress automated upgrade; it’s a quick one-click process that just works. However, my first attempt failed abysmally and I was left with a broken site. You should note that this was a test installation of 2.8.6 with lots of dodgy code and plugins, but you need to be wary: some themes and plugins are certain to break.</p>
<p>I would recommend updating a local test version of your site before attempting to upgrade the live server. Remember to back up your files and MySQL database, and you can’t go wrong.</p>
<p>If past experience is anything to go by, the WordPress team will almost certainly release 3.0.1 within a few weeks. If you’re especially nervous, you might be advised to wait a little longer …</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fwordpress-3-0%2F', 'WordPress+3.0')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple v. Adobe, The Re-Match</title>
		<link>http://www.matsays.com/misc/news/apple-v-adobe-the-re-match/</link>
		<comments>http://www.matsays.com/misc/news/apple-v-adobe-the-re-match/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 05:47:12 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1202</guid>
		<description><![CDATA[ZDNet reports that the battle between Apple and Adobe continues with the latest OSX update 10.6.4.  Reportedly the update provides an older version of Flash that Adobe claims to be less secure and outdated.  Apple counters that its installation corrects issues in (more current versions of) Flash that open up cross-domain request vulnerabilities.
From ZDNet
The discussion [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Mac OS X update comes with buggy Flash Player" href="http://www.zdnet.co.uk/news/security-threats/2010/06/17/mac-os-x-update-comes-with-buggy-flash-player-40089271/">ZDNet</a> reports that the battle between Apple and Adobe continues with the latest OSX update 10.6.4.  Reportedly the update provides an older version of Flash that Adobe claims to be less secure and outdated.  Apple counters that its installation corrects issues in (more current versions of) Flash that open up cross-domain request vulnerabilities.</p>
<p>From ZDNet</p>
<blockquote><p>The discussion comes amidst an ongoing war of words between Apple and  Adobe over over Apple&#8217;s refusal to support Flash Player on its iPad and  iPhone devices. In April, for instance, Steve Jobs <a title="Steve Jobs  launches broadside against Adobe's Flash" href="http://www.zdnet.co.uk/news/mobile-apps/2010/04/29/steve-jobs-launches-broadside-against-adobes-flash-40088812/">outlined  his criticisms</a> of the Flash development platform in a blog post.</p>
<p>In addition, this is not the first time Adobe has sent out a warning  to users over an Apple update. In September, the company said that an  Mac OS X update issued in August was shipping with a superceded version  of Flash Player. It also noted that the Apple&#8217;s update was downgrading  people with more recent versions of the player to the earlier edition.</p>
<p>That does not appear to be the case with this week&#8217;s Apple update,  according to Adobe security response programme manager Wendy Poland.</p></blockquote>
<p>I still can&#8217;t say that I am a Maconvert though Jen has me spinning the apples all over the house.  As a developer, I can&#8217;t say I&#8217;m in love with Flash either.  What I can say is that there are very specific rules that good web developers and designers abide by, one of which is that cross-domain requests are a very real and very scary threat.  Having taught a semester&#8217;s worth of web security and really digging into the issue of XSS, HTTP vulnerabilities and phishing schemes, and all the while developing Flash apps that have these apparent holes, it is easy to think that a malicious developer could easily design around this problem.  So kudos to Apple if in fact they really did fall back to plug up the problem.</p>
<p>I probably shouldn&#8217;t take sides.  Adobe has been well aware of the problem but it&#8217;s difficult at best to plug up every vulnerability across every platform out there.  Apple is doing what it can to protect its users.</p>
<p>So what&#8217;s the point?  The point is &#8211; be aware that there is a problem and that it is your responsibility (assuming you&#8217;re a developer) to cover it &#8211; not just the product makers.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fapple-v-adobe-the-re-match%2F', 'Apple+v.+Adobe%2C+The+Re-Match')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/apple-v-adobe-the-re-match/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJS = Sencha</title>
		<link>http://www.matsays.com/misc/news/extjs-becomes-sencha/</link>
		<comments>http://www.matsays.com/misc/news/extjs-becomes-sencha/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 03:13:33 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[framwork]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1196</guid>
		<description><![CDATA[So amongst some of the other hidden news of the day, the former ExtJS has now re-branded itself as Sencha.  Joining forces withthe jQTouch and Raphaël projects, brainchilds of David Kaneda (rock-star UX/UI dude) and Dmitry Baranovskiy, I expect to see real great things from the new child.
Though quite honestly I don&#8217;t use ExtJS in [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-left: 10px; margin-bottom: 5px;" title="Sencha (logo)" src="http://www.matsays.com/wp-content/uploads/2010/06/sencha-logo.png" alt="" width="250" height="250" align="right" />So amongst some of the other hidden news of the day, the former ExtJS has now re-branded itself as <a title="Sencha" href="http://www.sencha.com/">Sencha</a>.  Joining forces withthe <a href="http://www.jqtouch.com/">jQTouch</a> and <a href="http://raphaeljs.com/">Raphaël</a> projects, brainchilds of David Kaneda (rock-star UX/UI dude) and Dmitry Baranovskiy, I expect to see real great things from the new child.</p>
<p>Though quite honestly I don&#8217;t use ExtJS in favor of pure handcoding and maybe a smattering of minimal jQuery, it&#8217;s still a  real formidable framework, though Ext&#8217;s (sorry, Sencha&#8217;s) exploration  into HTML5 and CSS3 is probably the best collaborative work on the web  so far.  The best part of it is the basic open source system and Ext  Designer, which I only recently tried out for the first time.  jQTouch  and Raphaël will still both remain MIT licensed.</p>
<p>According to the <a title="Ext JS + jQTouch + Raphaël = Sencha" href="http://www.sencha.com/blog/2010/06/14/ext-js-jqtouch-raphael-sencha/">post</a> on its site:</p>
<blockquote><p>We’re choosing Sencha as our name because it evokes next-generation  software development and it’s easy to remember, spell and pronounce.   Sencha — the name of a popular Japanese green tea — is in the tradition  of Java, and represents a new level of development. It feels memorable  to us.</p></blockquote>
<p>I&#8217;m real intrigued with <a href="http://raphaeljs.com/">Raphaël</a> after my recent batch of Advanced Scripting students churned out some really fantastic HTML5 vector graphics.  Will have to try and carve out a few minutes to play around with it.</p>
<p>In any case, best of luck to the new venture &#8211; sounds like a real winner in the making!</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fextjs-becomes-sencha%2F', 'ExtJS+%3D+Sencha')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/extjs-becomes-sencha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacMini Update</title>
		<link>http://www.matsays.com/misc/news/macmini-update/</link>
		<comments>http://www.matsays.com/misc/news/macmini-update/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 13:33:20 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[macmini]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1191</guid>
		<description><![CDATA[While waiting for Apple Store to get their s&#8212; in gear so I can pre-order the iPhone for J, I&#8217;m reading that lost in the hoopla, Apple also snuck in an update to the Mini.  Personally I love Mini&#8217;s &#8211; small, compact, and powerful for the price, but these new updates throw it over [...]]]></description>
			<content:encoded><![CDATA[<p>While waiting for Apple Store to get their s&#8212; in gear so I can pre-order the iPhone for J, I&#8217;m reading that lost in the hoopla, Apple also snuck in an update to the Mini.  Personally I love Mini&#8217;s &#8211; small, compact, and powerful for the price, but these new updates throw it over the top.</p>
<p>Amongst them include an upgraded enclosure to unibody aluminum &#8211; much beefier than the plastic job my old one has.  And the body has a new panel on the base giving it access to the memory slots.  Plus they&#8217;ve added HDMI which makes it soooo much easier to connect it up with my HDTV (rather than having to put the MBP flipped open right next to it).</p>
<p>But of course the killer one that caught my attention &#8211; not because I am so into the 3D idea but simply because of iStream&#8217;s involvement with it &#8211; is the addition of Nvidia GeForce 320M graphics, one of the foundations for Nvidia&#8217;s 3D Vision.  Killer.</p>
<p>Posted on <a title="Mac Mini gets a sneaky update: spec bump, unibody enclosure, HDMI" href="http://www.tuaw.com/2010/06/15/mac-mini-gets-a-sneaky-update-spec-bump-unibody-enclosure-hdm/">TUAW</a><br />
Buy the base model for $699 or the SL Server version for $999 at <a title="Mac Mini" href="http://store.apple.com/us/browse/home/shop_mac/family/mac_mini?aid=AIC-NAUS-K2-BUYNOW-MACMINI-FEATURES&amp;cp=BUYNOW-MACMINI-FEATURES">Apple Store</a></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fmacmini-update%2F', 'MacMini+Update')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/macmini-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Economics of Internet Porn</title>
		<link>http://www.matsays.com/misc/news/economics-of-internet-porn/</link>
		<comments>http://www.matsays.com/misc/news/economics-of-internet-porn/#comments</comments>
		<pubDate>Thu, 20 May 2010 16:10:44 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1167</guid>
		<description><![CDATA[[MatSays: though most of this is can be filed as a head-slapper "duh" it does nonetheless pose some interesting research statistics - basically stuff that pretty much every adult webmaster already knows but didn't have solid evidence or numbers to back it up and really didn't want everyone else to know]
by Christopher Mims via Technology [...]]]></description>
			<content:encoded><![CDATA[<p>[<em><strong>MatSays:</strong> though most of this is can be filed as a head-slapper "duh" it does nonetheless pose some interesting research statistics - basically stuff that pretty much every adult webmaster already knows but didn't have solid evidence or numbers to back it up and really didn't want everyone else to know</em>]</p>
<p>by Christopher Mims via <a title="How the Internet Porn Business Works" href="http://www.technologyreview.com/blog/guest/25192/">Technology Review</a><br />
<strong>How the  Internet Porn Business Works&gt;: </strong><em>Researchers set up adult Web sites to study  how the industry makes its money and spreads malware.</em></p>
<p>A first-of-its-kind analysis of the online porn industry reveals the  economics, and the vulnerabilities, of the shady world of online adult media.</p>
<p>If you want to know how the online adult industry works, you must become a  part of that industry. That&#8217;s what five security researchers from The Technical University of Vienna, Sophia Antipolis and UC Santa Barbara did in an  attempt to get a handle on how the adult industry makes money online. And they  found that it&#8217;s exposing everyone who consumes its wares to previously  unsuspected levels of malware.</p>
<p><strong>Peddling Porn in the Name of Science</strong></p>
<p>By setting up their own adult websites, the researchers, who will present  their <a href="http://iseclab.org/papers/weis2010.pdf" target="_blank">paper</a> on June 7, 2010 at <a href="http://weis2010.econinfosec.org/" target="_blank">The Ninth Workshop on the Economics of Information Security</a> at Harvard University, discovered that 43% of the clicks that arrived at their own adult website belonged to users whose browsers  were vulnerable to a known exploit in either Adobe Flash or handling of the Microsoft Office or Adobe PDF document types.</p>
<p>Lead researcher Glibert Wondracek and his colleagues spent a total of $160 to acquire 47,000 clicks from sellers of adult traffic, known in the  industry as <em>traffic brokers</em>, of which 20,000 could have been exploited to build a botnet,  according to the researchers. The researchers discovered that they easily could have leveraged their investment for a  hefty profit by serving as the vector for a Pay-Per Install affiliate program, which in one instance offered $130 per 1,000 installs to drop malicious code (malware, adware etc.) onto exploited machines.</p>
<p>To assess how much malicious code is being injected into users&#8217; browsers by  adult websites, Wondracek et al. custom-built an automated web crawler to  download the content of almost a half million URLs spread across thousands of  adult websites. Incredibly, 3.23% of those pages &#8220;were found to trigger malicious behavior such as code execution, registry changes, or  executable downloads,&#8221; five times the prevalence of malware discovered by previous research on the subject.</p>
<p>In a back of the envelope calculation, multiplying 3.23% by the percentage  of internet users who view porn (42.7%) or even just the percentage of men who view porn while at work (20%), by the frequency with which porn is  accessed, suggests that internet porn is a major vector for infection of  vulnerable machines.</p>
<p><strong>The Peculiar Economics of Online Porn</strong></p>
<p>A likely explanation for the high rates of malware on adult websites is  the almost total lack of policing or enforcement by the brokers who move  traffic between adult websites. According to Wondracek et al.&#8217;s analysis of the  economy of online porn sites, 9 out of 10 are &#8220;free&#8221; sites that host image or video galleries and make money by directing traffic to pay sites or even  to one another. This traffic is monetized through traffic brokers &#8211; the  majority of which do not even visit the sites in their affiliate networks,  according to experiments conducted by the researchers.</p>
<p>Unlike online ad placements by Google and affiliate marketing schemes by  Amazon, adult sites do not rely on code that resides on the sites sending them traffic  that could help verify that traffic is generated by humans and not click  bots. As a result, the researchers found that it would potentially be quite easy to defraud not only users, but the traffic brokers and for-pay porn sites  that enable the vast ecosystem of free adult media sites. (No users or  brokers were actually harmed in the course of this research, which was vetted by the  legal department of the Technical University of Vienna.)</p>
<p>The intricacies of the elaborate system of traffic arbitrage that have grown  up around the world of porn traffic direction on the web are way beyond the  scope of this blog post, but it&#8217;s possible that the rest of the media world  could learn a thing or two from the way that for-pay adult sites have created a seething ecosystem of traffic affiliates constantly skimming clicks and  pennies off of one another.</p>
<p>On the other hand, it&#8217;s just as likely that these techniques wouldn&#8217;t work  for traditional media, because users don&#8217;t appear to be as motivated to read  news as to find porn. How else can we explain the fact that in the course of  the experiment, users clicked many times on single links that were randomly directing them to anything but the media they were apparently after &#8211; a practice widespread among free porn sites?</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Feconomics-of-internet-porn%2F', 'Economics+of+Internet+Porn')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/economics-of-internet-porn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Font API &amp; Google Font Directory</title>
		<link>http://www.matsays.com/misc/tricks/google-font-api-google-font-directory/</link>
		<comments>http://www.matsays.com/misc/tricks/google-font-api-google-font-directory/#comments</comments>
		<pubDate>Thu, 20 May 2010 15:10:05 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[IMD325 UCD I]]></category>
		<category><![CDATA[IMD335 UCD II]]></category>
		<category><![CDATA[IMD345 UCD III]]></category>
		<category><![CDATA[IMD414 Dynamic Design]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[typeface]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1159</guid>
		<description><![CDATA[Yesterday Google announced a new initiative to provide extended web font support through the Google Font API and the Google Font Directory.The Font API provides a cross-browser methodology for using any of the fonts in the Font Directory in a web page with a simple line of HTML.  The result &#8211; richer, textually styled web [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday Google announced a new initiative to provide extended web font support through the Google Font API and the Google Font Directory.The Font API provides a cross-browser methodology for using any of the fonts in the Font Directory in a web page with a simple line of HTML.  The result &#8211; richer, textually styled web pages with SEO semantics intact, crisp scaling in browser zoom mode and accessibility to screen readers.</p>
<p>For years, the only other options were to use images (which then lose the semantics and made it difficult to update over time) or <a title="sIFR" href="http://www.mikeindustries.com/blog/sifr">sIFR</a> (which still rocks and can provide much more extended support for very unusual fonts).  Now you can add Font API support with:</p>
<pre>&lt;link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'&gt;

body { font-family: 'Tangerine', serif; }</pre>
<p>Produces (though this is an image):</p>
<div style="text-align: center;"><img class="aligncenter size-full wp-image-1160" title="Tangerine from Google Font API" src="http://www.matsays.com/wp-content/uploads/2010/05/Tangerine.png" alt="" width="400" height="71" /></div>
<p>According to Google, the back end system converts the font into a format acceptable to the browser (including MSIE6), serving up only the weights and styles you specify, and can be cache headered in order to optimize/improve performance over the span of the site.  They also work with HTML5 and CSS3, so transformations like rotation and drop shadows still works.  Currently support exists only for Western European languages (Latin-1) but I&#8217;m pretty sure that will expand quickly once it takes hold.</p>
<p>Nice job!</p>
<p><a title="Goofle Font API &amp; Google Font Directory" href="http://googlecode.blogspot.com/2010/05/introducing-google-font-api-google-font.html">Read the Google announcement here</a>.<br />
See the fonts available in the <a title="Google Font Directory" href="http://code.google.com/webfonts">Google Font Directory</a>.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Ftricks%2Fgoogle-font-api-google-font-directory%2F', 'Google+Font+API+%26%23038%3B+Google+Font+Directory')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/tricks/google-font-api-google-font-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developer wants to stick an H.264 fork in Firefox</title>
		<link>http://www.matsays.com/misc/developer-wants-to-stick-an-h-264-fork-in-firefox/</link>
		<comments>http://www.matsays.com/misc/developer-wants-to-stick-an-h-264-fork-in-firefox/#comments</comments>
		<pubDate>Mon, 17 May 2010 15:40:15 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD302 Net Broadcasting]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcasting]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1154</guid>
		<description><![CDATA[by Lee Matthews via DownloadSquad
I&#8217;d love for fifteen or twenty minutes to go by without my Google Reader  barfing out yet another piece of software patent or &#8220;HTML5 video codec  war&#8221; news, but that&#8217;s how it is. At this point, I wouldn&#8217;t be surprised  if the video tag didn&#8217;t become standardized until [...]]]></description>
			<content:encoded><![CDATA[<p>by Lee Matthews via DownloadSquad</p>
<p>I&#8217;d love for fifteen or twenty minutes to go by without my Google Reader  barfing out yet another piece of software patent or &#8220;HTML5 video codec  war&#8221; news, but that&#8217;s how it is. At this point, I wouldn&#8217;t be surprised  if the video tag didn&#8217;t become standardized until HTML6 or 7.</p>
<p>One serious downside to the lack of consensus is the fact that your  browser may very well not have built-in support for some video files  embedded with the tag. Firefox, for example, is running with Ogg Theora  and won&#8217;t be bolting on H.264 support. Apart from patent issues, there&#8217;s  a $5 million price tag to be paid to MPEG-LA if Mozilla did want to  support the codec, and they still wouldn&#8217;t be able to include that code  in their open source.</p>
<p>But developers love to spin remixes of the Fox, and it only makes sense  that someone would take matters into his or her own hands. Enter Maya  Posch, who has launched the Wild Fox project on SourceForge. The plan:  add H.264 support to Firefox&#8217;s stable branch using <a href="http://en.wikipedia.org/wiki/Libavcodec">libavcodec</a> or <a href="http://en.wikipedia.org/wiki/GStreamer">GStreamer</a>.<br />
Posch feels &#8220;that decisions have been made due to patents which do not  apply in most parts of the world.&#8221; He continues, &#8220;The Wild Fox project  aims to rectify this by releasing builds with these features included,  builds which will of course only be available to those not in software  patent-encumbered countries.&#8221;</p>
<p>That sounds useful, right? A nice, pre-packaged Firefox build with H.264  support? Sure it does, but there&#8217;s a potential pitfall.</p>
<p>While you would probably be able to download and install Wild Fox even  in the U.S. and Korea (two of the patent-encumbered countries), <a href="http://www.osnews.com/story/23303/Wild_Fox_Firefox_Fork_with_H_264_Support">Thomas  Holwerda of OSNews warns</a> that you&#8217;d be doing so at your own risk,  saying &#8220;MPEG-LA has clearly stated that it will sue unlicensed users  (and is clearly not afraid to do so).&#8221; Their director of Global  Licensing, Allen Harkness, has said &#8220;where a royalty has not been paid,  such a product remains unlicensed and any downstream users/distributors  would have liability.&#8221;</p>
<p>Yes, that means MPEG-LA could come after you if you choose to browse  with Wild Fox. However, it&#8217;s <em>infinitely more likely</em> that they&#8217;d  target Posch and Wild Fox.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fdeveloper-wants-to-stick-an-h-264-fork-in-firefox%2F', 'Developer+wants+to+stick+an+H.264+fork+in+Firefox')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/developer-wants-to-stick-an-h-264-fork-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The main thing is not to install Flash!</title>
		<link>http://www.matsays.com/soapbox/the-main-thing-is-not-to-install-flash/</link>
		<comments>http://www.matsays.com/soapbox/the-main-thing-is-not-to-install-flash/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 17:19:26 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[INF400 Web Security]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1016</guid>
		<description><![CDATA[[via DownloadSquad by Jay Hathaway]
With the Pwn2Own hacking contest coming up at Vancouver&#8217;s CanSecWest security conference later this month, Italian computer security blog OneITSecurity took some time to interview Charlie Miller. Miller, in case you&#8217;re not familiar, is a security expert who has won Pwn2Own two years running by hacking Apple&#8217;s Safari browser with incredible speed. Safari [...]]]></description>
			<content:encoded><![CDATA[<p>[via <a href="http://www.downloadsquad.com/2010/03/02/reigning-pwn2own-champion-the-main-thing-is-not-to-install-fla/">DownloadSquad</a> by <a href="http://www.downloadsquad.com/bloggers/jay-hathaway/">Jay Hathaway</a>]</p>
<p>With the <a href="http://dvlabs.tippingpoint.com/blog/2010/02/15/pwn2own-2010">Pwn2Own hacking contest</a> coming up at Vancouver&#8217;s CanSecWest security conference later this month, Italian computer security blog OneITSecurity took some time to <a href="http://www.oneitsecurity.it/01/03/2010/interview-with-charlie-miller-pwn2own/">interview Charlie Miller</a>. Miller, in case you&#8217;re not familiar, is a security expert who has won Pwn2Own two years running by hacking Apple&#8217;s Safari browser with incredible speed. Safari isn&#8217;t the only target &#8212; this year, all major browsers and a selection of mobile operating systems will serve as Pwn2Own challenges &#8211; but it&#8217;s fair to say that Miller knows a thing or two about keeping your browser secure.</p>
<p>Here are the highlights from Miller&#8217;s interview:</p>
<blockquote><p>He thinks <a href="http://www.downloadsquad.com/tag/Windows7/">Windows 7</a> will prove more secure than OS X Snow Leopard this year, in part because it doesn&#8217;t have Java and Flash enabled by default. Windows&#8217; full ASLR (address space layout randomization) also gives it a security advantage.</p>
<p>When asked what he thought would make the safest OS and browser combo, he opted for <a href="http://www.downloadsquad.com/tag/Chrome/">Chrome</a> or IE8 on Windows 7, with no <a href="http://www.downloadsquad.com/tag/Flash/">Flash</a> installed, although &#8220;there probably isn&#8217;t enough difference between the browsers to get worked up about.&#8221;</p>
<p>For my money, the juiciest quote from the interview was &#8220;<strong><em>The main thing is not to install Flash!</em></strong>&#8221;</p>
<p>On the mobile side, Miller guessed that the <a href="http://www.downloadsquad.com/tag/iPhone/">iPhone</a> 3GS would be more easily exploitable than the Motorola Droid, mainly because the iPhone&#8217;s been around longer, and has been subjected to more extensive security research.</p></blockquote>
<p>You can check out Miller&#8217;s full answers (in English or Italian!) at <a href="http://www.oneitsecurity.it/01/03/2010/interview-with-charlie-miller-pwn2own/">OneITSecurity</a>.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fthe-main-thing-is-not-to-install-flash%2F', 'The+main+thing+is+not+to+install+Flash%21')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/the-main-thing-is-not-to-install-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powered by Google</title>
		<link>http://www.matsays.com/soapbox/powered-by-google/</link>
		<comments>http://www.matsays.com/soapbox/powered-by-google/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 21:34:04 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1005</guid>
		<description><![CDATA[Yesterday, the Federal Energy Regulatory Commission (FERC) granted Google Energy&#8217;s request to purchase and resell wholesale energy.  Google Energy was formed in December for this purpose.  Google claims that the group was formed to regulate its own energy costs, but with the grant specifically allowing the reselling of purchased bulk energy, it opens the doors [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, the Federal Energy Regulatory Commission (FERC) granted Google Energy&#8217;s request to purchase and resell wholesale energy.  Google Energy was formed in December for this purpose.  Google claims that the group was formed to regulate its own energy costs, but with the grant specifically allowing the reselling of purchased bulk energy, it opens the doors for Google to compete in a wholly new market selling to consumers even.</p>
<p>So now Google is in the data storage, ISP, mobile device, hardware, software, and now the energy market.  For all the resources that Google provides that I use and inasmuch as I like how much they make my life easier, this may have been one step too far.  Any thoughts?</p>
<p>[<a title="Google gets go-ahead to buy, sell energy" href="http://news.cnet.com/8301-11128_3-10456435-54.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-20">more here on CNET</a>]</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fpowered-by-google%2F', 'Powered+by+Google')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/powered-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buzz and other social intrusions</title>
		<link>http://www.matsays.com/soapbox/buzz-and-other-social-intrusions/</link>
		<comments>http://www.matsays.com/soapbox/buzz-and-other-social-intrusions/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:22:32 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=983</guid>
		<description><![CDATA[Set aside the fact that there&#8217;s already a lawsuit against Google Buzz, but at what point does social networking become just too much?  Not being an avid user of Facebook or Twitter, sometimes I give off a pretty negative impression of both and others but I am trying (for Jen&#8217;s sake).  I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Set aside the fact that there&#8217;s already a lawsuit against Google Buzz, but at what point does social networking become just too much?  Not being an avid user of Facebook or Twitter, sometimes I give off a pretty negative impression of both and others but I am trying (for Jen&#8217;s sake).  I don&#8217;t use Gmail so I haven&#8217;t gotten into the whole Buzz thang &#8211; not that I would have anyway.  So after much deliberation and thought I came to the conclusion that it&#8217;s just me.  What my deal is is that I avoid the &#8220;friendsy&#8221; social networking but I do in fact utilize others &#8211; like LinkedIn.  I would gather that it&#8217;s because it is less socially oriented and more professionally oriented.</p>
<p>To that end, however, I do wonder how I will deal with <a href="http://www.switched.com/2010/02/18/linkedin-facebook-and-myspace-coming-to-outlook/">this little ditty</a> about Outlook taking in social networks.  With iStreamPlanet Boss Mio being such a fan of all things Redmond, of course we use Exchange and Outlook so there&#8217;s pretty much no doubt that as soon as Outlook 2010 drops, we&#8217;ll have it all at our fingertips.</p>
<div style="text-align:center;"><img title="MSFT Outlook-LinkedIn" src="http://www.matsays.com/wp-content/uploads/2010/02/outlooklinkedin.jpg" alt="" width="525" height="204" /></div>
<p>On the one hand that could be great &#8211; not having to log into all the networks each time.  But I can also see a real danger in it, both from a productivity as well as a privacy standpoint.  In the article, <a href="http://www.switched.com/bloggers/terrence-obrien/">Terrence O&#8217;Brien</a> writes &#8220;The question is whether or not developers will be able to make the marriage seamless and unobtrusive. Let&#8217;s just hope we won&#8217;t have to train our spam filters to start blocking Facebook updates.&#8221; Touché.  Guess I&#8217;ll have to download the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c87e257c-d76f-4785-a09b-af36babd6e32&#038;displaylang=en#Instructions">Outlook Social Connect beta</a> and find out for myself. Speaking of LinkedIn &#8211; if anyone knows of a GIS job opening in Honolulu, Denver or Des Moines, shoot me an email (no joke).</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fbuzz-and-other-social-intrusions%2F', 'Buzz+and+other+social+intrusions')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/buzz-and-other-social-intrusions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When does a device go too far? A cat is not a tiger&#8230;</title>
		<link>http://www.matsays.com/misc/news/when-does-a-device-go-too-far-a-cat-is-not-a-tiger/</link>
		<comments>http://www.matsays.com/misc/news/when-does-a-device-go-too-far-a-cat-is-not-a-tiger/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 16:07:31 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD414 Dynamic Design]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[chromium ui]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=929</guid>
		<description><![CDATA[In the fallout   advent days since the overhype release of the iDon&#8217;tKnowWhatIAmNow, even Google is still chasing after that market with nightly builds of the Chromium UI which appear, for all intensive purposes, poised to take on the Fruit Tablet. But this, frankly, is just getting out of hand.

I&#8217;ll give it to the Quince company [...]]]></description>
			<content:encoded><![CDATA[<p>In the <span style="text-decoration: line-through;">fallout</span>   <span style="text-decoration: line-through;">advent</span> days since the overhype release of the iDon&#8217;tKnowWhatIAmNow, even Google is still chasing after that market with nightly builds of the Chromium UI which appear, for all intensive purposes, poised to take on the Fruit Tablet. But this, frankly, is just getting out of hand.</p>
<div style="text-align: center;"><img class="aligncenter size-full wp-image-930" title="Chrome Interface mockup" src="http://www.matsays.com/wp-content/uploads/2010/02/chrome-vertical-asdf.jpg" alt="" width="580" height="237" /></div>
<p>I&#8217;ll give it to the Quince company &#8211; they make nice interfaces. Really nice interfaces. Smooth, sleek and all that. But when it comes to devices, it&#8217;s sometimes a hit or miss. Google, on the other hand, well&#8230;they&#8217;re still playing a lot of catch-up. Google is a great <span style="text-decoration: line-through;">big brother</span> data collection/aggregation company but for all the work put into Android, especially into v2, it&#8217;s still just not the same.  Jennifer, a long time Mac-head, battled with me for the better part of 11 years.  If you walk into our home/MadeByGirl offices now, however, it&#8217;s nothing but one-bite fruit machines all over the place.  And though I hate some things (ok, code-writing is just an abomination and I STILL can&#8217;t get used to the command keys, something about Ctrl and Alt just fit my fingers well). And I suspect that the next few objets d&#8217;art that materialize will also be sleek and ringing &#8220;ta-da&#8221; when turned on.</p>
<p><a rel="attachment wp-att-931" href="http://www.matsays.com/misc/news/when-does-a-device-go-too-far-a-cat-is-not-a-tiger/attachment/kindle/"><img border="0" class="size-thumbnail" style="margin:0px 0px 8px 8px;" title="Kindle" src="http://www.matsays.com/wp-content/uploads/2010/02/Kindle-100x100.jpg" alt="" width="100" height="100" align="right" /></a>Take the Kindle.  Now that&#8217;s a device with purpose.  Why is it so popular?  Because it has one purpose and one purpose only.  And it does it well.  Hey, if they added on a couple of other features, awesome, but it&#8217;s when it becomes overbuilt, that&#8217;s when it starts to become pointless.  Just like that, the iPod.  One purpose from inception, super design, awesome and intuitive interface, good UX, sells <span style="text-decoration: line-through;">millions</span> billions.</p>
<p>My G1, on the other hand, I am quickly learning that I wish it were just a freakin&#8217; phone.  My very first Sprint mobile (circa 1993) was a somewhat bricky Samsung with a rocker switch and I loved it.  Hell, I wish I still had it &#8211; the roller switch was just so easy to use (compared to this pinhead sized trackball thing).  And for all the touchscreen love, I still miss that the phone was just to make calls.  Yes, I post from my phone, send text and all that other crap, but at some point I just started deleting apps because there really was no point to it.  Which is my point.</p>
<p><a rel="attachment wp-att-932" href="http://www.matsays.com/misc/news/when-does-a-device-go-too-far-a-cat-is-not-a-tiger/attachment/ipod-classic-1/"><img border="0" class="size-thumbnail" style="margin:0px 8px 8px 0px;" title="ipod-classic-1" src="http://www.matsays.com/wp-content/uploads/2010/02/ipod-classic-1-100x100.jpg" alt="" width="100" height="100" align="left" /></a>The iPad brings in a new level of &#8220;I really don&#8217;t know what I want to be.&#8221;  On the one hand, it&#8217;s very limited, but at the same time it&#8217;s pretty extreme.  I, like a lot of people, don&#8217;t seem to know where it will fit in.  Maybe I just need to use one for a while.  Or not use it as it sits idly on my coffee table, eventually becoming a very expensive coaster with a nice user interface.  Jobs had a lot of failures in the past but maybe we just don&#8217;t understand the <span style="text-decoration: line-through;">impetus</span>   <span style="text-decoration: line-through;">crazy, drunken idea</span>   <span style="text-decoration: line-through;">motivation</span> business model behind it quite yet (like Lisa).  Maybe the idea behind &#8220;just leave them all over like computerized notepads&#8221; really does have something behind it.</p>
<p>So back to Google &#8211; are we just plunking that idea on a browser?  As if every time Jennifer tells me to put the freakin laptop away while she&#8217;s trying to watch &#8220;Millionaire Matchmaker&#8221; and share a moment isn&#8217;t bad enough, but to have Google in my pocket, on the laptop screen, on my neighborhood gas pump (ok, that hasn&#8217;t materialized in my neck of the woods yet), and now on my coffee table too?  Right next to an iPad?  Does this mean that in 5 years, all the books in my custom-made bookshelf will be replaced with digital tablets (that I have to label with a Brother p-Touch &#8211; now there&#8217;s a device with purpose &#8211; one job, one UI, no complications)?</p>
<p>The age of computerization is nice.  It is.  But put the <span style="text-decoration: line-through;">shit</span>   <span style="text-decoration: line-through;">screen</span>   thing down and pick up a book.  A real book with paper and ink.  Enjoy it&#8230;it&#8217;s the original UI.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fwhen-does-a-device-go-too-far-a-cat-is-not-a-tiger%2F', 'When+does+a+device+go+too+far%3F+A+cat+is+not+a+tiger%26%238230%3B')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/when-does-a-device-go-too-far-a-cat-is-not-a-tiger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That&#8217;s Ctrl+C/Ctrl+V, Idiot</title>
		<link>http://www.matsays.com/soapbox/thats-ctrlcctrlv-idiot/</link>
		<comments>http://www.matsays.com/soapbox/thats-ctrlcctrlv-idiot/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 15:31:37 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[shorturl]]></category>
		<category><![CDATA[tweeting]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=882</guid>
		<description><![CDATA[[from NYMag by Chris Rozvar, excerpts from Gawker.com]
Great SOTU speech by the Man last night IMHO.  It was clear, detailed, lucid, and the GOP response was, well, pretty lackluster and inexplicit.  But whatever.  Exactly what O-man said about dropping the partisan issue and changing the way of political thinking&#8230;it&#8217;ll never happen.  Lobbyists will still continue [...]]]></description>
			<content:encoded><![CDATA[<p>[from <a title="Major Mistake" href="http://nymag.com/daily/intel/2010/01/major_garrett_accidentally_twe.html">NYMag</a> by <a title="Chris Rozvar" href="http://nymag.com/author/chris%20rovzar">Chris Rozvar</a>, excerpts from <a href="http://gawker.com/5458566/lessons-in-the-danger-of-copying-and-pasting-fox-news-correspondent-tweets-hooker-website">Gawker.com</a>]</p>
<p>Great SOTU speech by the Man last night IMHO.  It was clear, detailed, lucid, and the GOP response was, well, pretty lackluster and inexplicit.  But whatever.  Exactly what O-man said about dropping the partisan issue and changing the way of political thinking&#8230;it&#8217;ll never happen.  Lobbyists will still continue to bust the hopes of the rest of middle America (amazing, aren&#8217;t they American&#8217;s too?  Don&#8217;t they leave their cushy jobs at night and go back home the same as the rest of us, just with better pay?).</p>
<p>But I digress, here&#8217;s the report&#8230;</p>
<div style="background-color: #d4d4dd; border: dotted 1px #bbb; padding: 15px;">It&#8217;s a nightmare that anyone with a Twitter account is vaguely afraid of, but no one before the year 2005 would have ever dreamed of having to worry about: Major Garrett, Fox News&#8217; White House correspondent, accidentally tweeted the wrong link to <a href="http://twitter.com/majoratWh">his 13,059 followers</a>. He intended to send out a shortened link to a transcript of last night&#8217;s State of the Union address. Instead, the link that went out was one to a Las Vegas call-girl website. <a href="http://gawker.com/5458566/lessons-in-the-danger-of-copying-and-pasting-fox-news-correspondent-tweets-hooker-website">Gawker managed to nab the series of tweets</a> before he took them down:</p>
<blockquote style="color:black;"><p>&#8220;To overcome the numbing weight of our politics&#8221; and other Obama SOTU excerpts http://bit.ly/d6W Wed 27 Jan 18:22</p>
<p><em>Horrified, he deleted and explained:</em></p>
<p>I apologize. Bit.ly turned my original link to SOTU excerpts to a soft-porn link. NOT my intention. http://bit.ly/d6WZBu Wed 27 Jan 19:21</p></blockquote>
<blockquote><p>The link just posted works. Any frequent visitor here knows that is not my style. Sorry. Shld have caught it sooner. Wed 27 Jan 19:23</p>
<p><em>Enraged, he admonished and ordered:</em></p>
<p>For those suckling snide syrup. I publicly acknowledged an innocent mistake and corrected it. If that&#8217;s not good enuf, take a hike. Wed 27 Jan 20:18</p></blockquote>
<p>As Gawker observes, it&#8217;s extremely unlikely that bit.ly would make that kind of error. But why would Washington-based Garrett be looking up a Vegas-based website like that?</p>
<div style="text-align:center;"><img class="aligncenter size-full wp-image-883" src="http://www.matsays.com/wp-content/uploads/2010/01/majorgarrett.jpg" alt="Major Garrett, Fox News' White House correspondent" width="340" height="259" /></div>
<p>If Garrett joins the press corps on Obama&#8217;s trip to Vegas later in February, we guess we&#8217;ll have an answer.</p></div>
<p>Maybe he should re-tweet it &#8211; might as well ride the wave, eh!</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fthats-ctrlcctrlv-idiot%2F', 'That%26%238217%3Bs+Ctrl%2BC%2FCtrl%2BV%2C+Idiot')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusblue.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/thats-ctrlcctrlv-idiot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dark Side of HTML 5 Video</title>
		<link>http://www.matsays.com/ailv/imd302/the-dark-side-of-html-5-video/</link>
		<comments>http://www.matsays.com/ailv/imd302/the-dark-side-of-html-5-video/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 19:59:09 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD302 Net Broadcasting]]></category>
		<category><![CDATA[IMD414 Dynamic Design]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[H264]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=872</guid>
		<description><![CDATA[[repost from Sitepoint, author Louis Simoneau]
Last week, YouTube announced beta HTML 5 video support: once you’ve activated the beta, you’ll see videos using a native browser element rather than the Flash plugin. The new player only works with a recent version of either Safari or Chrome (or Chrome Frame in IE), as the video is [...]]]></description>
			<content:encoded><![CDATA[<p>[repost from <a href="http://www.sitepoint.com/blogs/2010/01/25/the-dark-side-of-html-5-video/">Sitepoint</a>, author <a href="http://www.sitepoint.com/articlelist/586">Louis Simoneau</a>]</p>
<p>Last week, YouTube announced beta HTML 5 video support: once you’ve activated the beta, you’ll see videos using a native browser element rather than the Flash plugin. The new player only works with a recent version of either Safari or Chrome (or Chrome Frame in IE), as the video is encoded with the H.264 codec, which isn’t supported in Firefox. A day after YouTube’s announcement, Vimeo made a similar one. They also now provide preliminary support for the HTML video element with a new HTML player.</p>
<p>Superficially this seems like a victory for the “open” Web, right? A few major sites, representing a significant percentage of online video, begin to move away from a proprietary technology (Flash) and towards an open standard (HTML 5). But when you look a little deeper it turns out to not be so simple. Both YouTube and Vimeo have chosen to provide their HTML video encoded with the H.264 codec, which is patent-encumbered. Apple has a big stake in H.264, so Safari supports it, and Google has paid a licensing fee to include an H.264 decoder in Chrome.</p>
<p>Mozilla Firefox, on the other hand, doesn’t support H.264: it will only play HTML video encoded with the Ogg Theora codec. This is partly for ideological reasons, as the Theora codec is open source and therefore inline with Mozilla’s principles. But there’s more to it than just ideology. In reply to YouTube’s announcement, Mozilla’s VP of Engineering, Mike Shaver, published a blog post explaining why Mozilla is sticking to its guns with Theora. He points to H.264’s licensing fees not only as a justification for Mozilla’s decision not to support the format, but also as a more dire threat: “[...] if H.264 becomes an accepted part of the standardized web, those fees are a barrier to entry for developers of new browsers, those bringing the web to new devices or platforms, and those who would build tools to help content and application development.” Mozilla’s Open Source Evangelist, Christopher Blizzard, also had a lot to say on the topic, likening the situation to what happened years ago with the GIF format (and, to a lesser extent, with MP3).</p>
<p>It’s important to remember that the current level of browser support for web standards comes, in large part, from Firefox’s ability to compete on a level playing field with other browsers, and from the Mozilla team’s dedication to open standards. When big sites like YouTube begin positioning a proprietary format as the de facto standard for HTML video, they significantly impede the ability of free-as-in-speech browsers like Firefox to rival their competitors in functionality, which hurts interoperability and innovation on the Web as a whole. Meanwhile, though Chrome and Safari may be excellent browsers, and while their support for modern standards-based HTML and CSS should be applauded, in this respect their choice of a proprietary video format is more reminiscent of IE, circa the mid-90’s.</p>
<p>The fact that YouTube and Vimeo are trumpeting their new HTML 5 video support as an open standards victory is misleading to say the least. And it does lead to confusion: as pointed out by Christopher Blizzard, more than a few people on Twitter seem to think that Firefox’s lack of support for YouTube’s HTML 5 video should be taken to mean that Firefox doesn’t support HTML 5!</p>
<p>YouTube stated that it was launching the new feature in response to a user survey in which “Support HTML5 open web video with open formats” was the most requested feature. It seems that YouTube might only have been paying attention to the first half of the sentence: HTML 5 video, yes; open formats, eh, not so much.</p>
<p>So what do you think? Is it the job of YouTube and other sites like it to lead the way in providing video in an open format? Or should Chrome and Safari lead the way by supporting those formats first? Or are Mozilla being hopeless idealists?</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Failv%2Fimd302%2Fthe-dark-side-of-html-5-video%2F', 'The+Dark+Side+of+HTML+5+Video')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/ailv/imd302/the-dark-side-of-html-5-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will my &#8220;123456&#8243; password be safe?</title>
		<link>http://www.matsays.com/misc/news/bad-password-practices/</link>
		<comments>http://www.matsays.com/misc/news/bad-password-practices/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 17:07:42 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[INF400 Web Security]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=859</guid>
		<description><![CDATA[Everyone in INF400 must read these articles:Imperva Releases Detailed Analysis of 32 Million Breached Consumer Passwords (please download the PDF report for discussion later in the semester)GottaBeSecure: Mobile Password Security

&#160;

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>Everyone in INF400 must read these articles:<br/><br/><a href="http://www.imperva.com/news/press/2010/01_21_Imperva_Releases_Detailed_Analysis_of_32_Million_Passwords.html" target="reading">Imperva Releases Detailed Analysis of 32 Million Breached Consumer Passwords</a> (please download the PDF report for discussion later in the semester)<br/><a href="http://www.gottabemobile.com/2007/12/28/gottabesecure-mobile-password-security" target="reading">GottaBeSecure: Mobile Password Security</a><br/><br/></p>
<div style="text-align:center;"><a href="http://www.matsays.com/misc/news/bad-password-practices/attachment/security/" rel="attachment wp-att-860"><img src="http://www.matsays.com/wp-content/uploads/2010/01/security.jpg" alt="" title="security" width="600" height="339" /></a></div>
<p><br/>&nbsp;</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fbad-password-practices%2F', 'Will+my+%26%238220%3B123456%26%238243%3B+password+be+safe%3F')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/bad-password-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save MySQL from the Dark Side</title>
		<link>http://www.matsays.com/soapbox/save-mysql-from-the-dark-side/</link>
		<comments>http://www.matsays.com/soapbox/save-mysql-from-the-dark-side/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:03:32 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[IMD375 Databases]]></category>
		<category><![CDATA[IMD402 Server Side Scripting]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=786</guid>
		<description><![CDATA[[thanks Mark R for passing this on...verbatim from the source site]
If Oracle buys MySQL as part of Sun, database customers will pay the bill.
In April 2009, Oracle announced that it had agreed to acquire Sun. Since Sun had acquired MySQL the previous year, this would mean that Oracle, the market leader for closed source databases, would get to own [...]]]></description>
			<content:encoded><![CDATA[<p>[thanks Mark R for passing this on...verbatim from the <a href="http://www.helpmysql.org/en/theissue/customerspaythebill">source site</a>]</p>
<h2 style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 28px; PADDING-BOTTOM: 5px; MARGIN: 1px 0px 15px; COLOR: #245182; LINE-HEIGHT: 40px; PADDING-TOP: 0px; FONT-STYLE: italic; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif">If Oracle buys MySQL as part of Sun, database customers will pay the bill.</h2>
<p style="MARGIN: 15px 0px">In April 2009, Oracle <a style="COLOR: #245182; TEXT-DECORATION: underline" href="http://www.oracle.com/us/corporate/press/018363">announced</a> that it had agreed to acquire Sun. Since Sun <a style="COLOR: #245182; TEXT-DECORATION: underline" href="http://www.mysql.com/news-and-events/sun-to-acquire-mysql.html">had acquired MySQL</a> the previous year, this would mean that Oracle, the market leader for closed source databases, would get to own MySQL, the most popular open source database.</p>
<p style="MARGIN: 15px 0px">If Oracle acquired MySQL on that basis, it would have as much control over MySQL as money can possibly buy over an open source project. In fact, for most open source projects (such as Linux or Apache) there isn&#8217;t any comparable way for a competitor to buy even one tenth as much influence. But MySQL&#8217;s success has always depended on the company behind it that develops, sells and promotes it. That company (initially MySQL AB, then Sun) has always owned the important intellectual property rights (IPRs), most notably the trademark, copyright and (so far only for defensive purposes) patents. It has used the IPRs to produce income and has reinvested a large part of those revenues in development, getting not only bigger but also better with time.</p>
<p style="margin: 15px 0px; text-align: center;"><img class="aligncenter" title="banner-sign-en" src="http://www.matsays.com/wp-content/uploads/2010/01/banner-sign-en.png" alt="banner-sign-en" width="340" height="240" /></p>
<p style="MARGIN: 15px 0px">If those IPRs fall into the hands of MySQL&#8217;s primary competitor, then MySQL immediately ceases to be an alternative to Oracle&#8217;s own high-priced products. So far, customers had the choice to use MySQL in new projects instead of Oracle&#8217;s products. Some large companies even migrated (switched) from Oracle to MySQL for existing software solutions. And every one could credibly threaten Oracle&#8217;s salespeople with using MySQL unless a major discount was granted. If Oracle owns MySQL, it will only laugh when customers try this. Getting rid of this problem is easily worth one billion dollars a year to Oracle, if not more.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fsave-mysql-from-the-dark-side%2F', 'Save+MySQL+from+the+Dark+Side')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/save-mysql-from-the-dark-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spark it up!</title>
		<link>http://www.matsays.com/misc/spark-it-up/</link>
		<comments>http://www.matsays.com/misc/spark-it-up/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:42:08 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[IMD402 Server Side Scripting]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[student]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=720</guid>
		<description><![CDATA[Last year it was DreamSpark, now it&#8217;s WebsiteSpark!
For my students and UNLV colleagues: if you had never heard of the DreamSpark program, you should jump on it.  A program launched in 2008 by MSFT (don&#8217;t groan) can get you free software.  Yes, free.  Yes, I&#8217;ve gotten some of it.  In a blatant (and conducive) attempt to move budding [...]]]></description>
			<content:encoded><![CDATA[<p>Last year it was DreamSpark, now it&#8217;s WebsiteSpark!</p>
<p><strong><em>For my students and UNLV colleagues:</em></strong> if you had never heard of the <a title="DreamSpark" href="https://www.dreamspark.com/default.aspx">DreamSpark</a> program, you should jump on it.  A program launched in 2008 by MSFT (don&#8217;t groan) can get you free software.  Yes, free.  Yes, I&#8217;ve gotten some of it.  In a blatant (and conducive) attempt to move budding developers and IT staffers to the Redmond dark side, they&#8217;re offering Visual Studio (2005 &amp; 2008), Windows Server 2008, Expression Studio and more for free.  So while the university&#8217;s alliance program is broken and paltry, you could have just headed straight to the source and gotten legit, keyed copies.</p>
<p><img class="size-full wp-image-721 alignnone" title="dreamspark" src="http://www.matsays.com/wp-content/uploads/2009/09/dreamspark.png" alt="dreamspark" width="500" height="252" /></p>
<p><em><strong>Now the new stuff:</strong></em> just released by MSFT &#8211; <a title="WebsiteSpark" href="http://www.microsoft.com/web/websitespark/">WebsiteSpark</a>.  Like it&#8217;s older brother, the new program is aimed at small companies &#8211; no more than 10 employees &#8211; and offers:</p>
<ul>
<li>3 Visual Studio licenses</li>
<li>1 Expression Studio 2 or 3 license</li>
<li>2 Expression Web licenses</li>
<li>3 users license for WinServer 2008 and SQLServer 2008</li>
<li>4 processor license for self-hosting WinServer 2008 and SQLServer 2008</li>
</ul>
<p>That&#8217;s a buttload of very expensive stuff for nothing.  The caveat is that you must launch a new web app (that&#8217;s app boys and girls, not a paltry PHP site) and if you hit it big, you have to exit the program and pay a $100 fee.  That&#8217;s peanuts compared to the value.  Or you could go to a bunch of MSFT seminars and collect copies but that takes a lot of time and snoozing through 4 hours of demos.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fspark-it-up%2F', 'Spark+it+up%21')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/spark-it-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CyanogenMod Ceasing?</title>
		<link>http://www.matsays.com/soapbox/cyanogenmod-ceasing/</link>
		<comments>http://www.matsays.com/soapbox/cyanogenmod-ceasing/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 08:07:14 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=716</guid>
		<description><![CDATA[Filed under the &#8220;That Really Blows&#8221; folder &#8230; news leaking that my favorite OS modder CyanogenMod has received a cease-and-desist letter from Google.  For those of you unfamiliar, the GPhone and other Android phones can be rooted with a mod.  In the spirit of trying out new things and hoping to not break [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under the &#8220;That Really Blows&#8221; folder &#8230; news leaking that my favorite OS modder CyanogenMod has received a cease-and-desist letter from Google.  For those of you unfamiliar, the GPhone and other Android phones can be rooted with a mod.  In the spirit of trying out new things and hoping to not break my phone at the same time, I tried it out and lo-and-behold it rocks.  Why?  Well to start, there was an Exchange client with sync right out of the box (those of you with Androids know that it&#8217;s $25 a pop for a mail client that supports Exchange).  Add to that the fact that you have root, a simplified Office app, and a slew of animation and tactile enhancements, a killer keyboard, and more and you got a really kick ass mod.  And I always thought that Google actually supported guys like Cy but apparently I was wrong&#8230;</p>
<p>[via <a href="http://androidandme.com/2009/09/hacks/cyanogenmod-in-trouble/">Android and Me</a>]</p>
<p><img class="aligncenter size-large wp-image-717" title="cyanogenmod_540" src="http://www.matsays.com/wp-content/uploads/2009/09/cyanogenmod_540-500x194.png" alt="cyanogenmod_540" width="500" height="194" /></p>
<p>Everyone’s favorite Android hacker appears to have angered someone at Google. We just received word that Cyanogen has received a cease and desist letter from Google. Details are scarce, but it appears Google is not happy about Cyanogen distributing their closed source Android apps (Market, Talk, Gmail, YouTube, etc). CyanogenMod is easily the most popular custom Android rom with over 30,000 active users.</p>
<p>Relevant bits from the chat log we received:</p>
<div style="font-family:Georgia;font-weight:bold;color:#aaa;"><em>[20:03]  google just cease and desisted me<br />
[20:15]  cyanogenmod is probably going to be dead<br />
[20:16]  i’m opening a dialogue with them<br />
[20:20]  no they are talking specifically about the closed-source google apps<br />
[20:20]  and how i am not licensed to distribute them<br />
[20:20]  my argument is that i only develop for google-experience devices which are already licensed for these apps<br />
[20:20]  so we’ll see what they say<br />
[20:20]  maybe we can work something out<br />
[20:24]  maps, market, talk, gmail, youtube</em></div>
<p>Hopefully, the two parties will be able to work something out. I’ve been using CyanogenMod on both my Android phones for several months and they are awesome. If you want to show your support for Cyanogen, you can always visit his site and place a donation for all the countless hours he has put into improving the Android platform.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fcyanogenmod-ceasing%2F', 'CyanogenMod+Ceasing%3F')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/cyanogenmod-ceasing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress under attack, upgrade your blog now</title>
		<link>http://www.matsays.com/ailv/imd402/wordpress-under-attack-upgrade-your-blog-now/</link>
		<comments>http://www.matsays.com/ailv/imd402/wordpress-under-attack-upgrade-your-blog-now/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 16:01:47 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD335 UCD II]]></category>
		<category><![CDATA[IMD345 UCD III]]></category>
		<category><![CDATA[IMD402 Server Side Scripting]]></category>
		<category><![CDATA[INF400 Web Security]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[backdoor]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=682</guid>
		<description><![CDATA[[by Jay Hathaway at DownloadSquad via Mashable]
Several sites are reporting that a major attack on Wordpress blogs started yesterday. The latest version of Wordpress, 2.8.4, is not vulnerable to this particular worm, so upgrading now could save you a lot of headaches. The worm creates a new, hidden administrator account on your blog, allowing whoever&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>[by Jay Hathaway at <a href="http://www.downloadsquad.com/2009/09/06/wordpress-under-attack-upgrade-your-blog-now/">DownloadSquad</a> via Mashable]</p>
<p>Several sites are reporting that a major attack on Wordpress blogs started yesterday. The latest version of Wordpress, 2.8.4, is not vulnerable to this particular worm, so upgrading now could save you a lot of headaches. The worm creates a new, hidden administrator account on your blog, allowing whoever&#8217;s behind this thing to access the guts of your blog, databases and all.</p>
<p>How do you know if your site has been affected? Lorelle on Wordpress offers two possible ways to find out:</p>
<blockquote><p><em>There are strange additions to the pretty permalinks, such as</em><br />
<tt>example.com/category/post-title/%&amp;(%7B$%7Beval(base64_decode($_SERVER%5BHTTP_REFERER%5D))%7D%7D|.+)&amp;%/</tt><em>.<br />
The keywords are &#8220;eval&#8221; and &#8220;base64_decode.&#8221;</em></p>
<p><em>The second clue is that a &#8220;back door&#8221; was created by a &#8220;hidden&#8221; Administrator. Check your site users for <strong>&#8220;Administrator (2)&#8221;</strong> or a name you do not recognize.</em></p></blockquote>
<p>Wordpress has acknowledged the attacks and encouraged users to upgrade their sites. Wordpress.com users aren&#8217;t affected, as the whole system has already been updated to 2.8.4. If you&#8217;ve already been afflicted by the attack, start on the steps in Wordpress&#8217; FAQ.</p>
<p><em>I&#8217;ve already done the upgrade and it is the same, painless upgrade as usual.  Just be sure (especially if you&#8217;re using FireFTP) that you set the transfer options to Automatic Mode (Tools &gt; Options &gt; Downloads/Uploads : top fieldset).</em></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Failv%2Fimd402%2Fwordpress-under-attack-upgrade-your-blog-now%2F', 'Wordpress+under+attack%2C+upgrade+your+blog+now')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/ailv/imd402/wordpress-under-attack-upgrade-your-blog-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a.k.a. it was too good to last</title>
		<link>http://www.matsays.com/soapbox/wikipedia-gets-edite/</link>
		<comments>http://www.matsays.com/soapbox/wikipedia-gets-edite/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 17:11:01 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD345 UCD III]]></category>
		<category><![CDATA[INF340 Web Design Concepts]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=655</guid>
		<description><![CDATA[The New York Times is reporting that &#8220;officials&#8221; at Wikipedia say that &#8220;within weeks, the English-language Wikipedia will begin imposing a layer of editorial review on articles about living people.&#8221;  Under the nomiker (known as a feature to the the spin doctors) &#8220;flagged revisions&#8221;, it requires that an experienced editor (to be sure, all editors [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="Wikipedia to Limit Changes to Articles on People " href="http://www.nytimes.com/2009/08/25/technology/internet/25wikipedia.html?_r=2">New York Times</a> is reporting that &#8220;officials&#8221; at Wikipedia say that &#8220;within weeks, the English-language Wikipedia will begin imposing a layer of editorial review on articles about living people.&#8221;  Under the nomiker (known as a feature to the the spin doctors) &#8220;flagged revisions&#8221;, it requires that an experienced editor (to be sure, all editors are volunteers) sign off (a.k.a. approve&#8221;) the change before it gets posted live.</p>
<p><img align="right" title="Wikipedia Logo" src="http://www.matsays.com/wp-content/uploads/2009/08/489px-Wikipedia-logo-en-big.png" alt="Wikipedia Logo" width="151" height="191" />If you&#8217;ve ever read David Weinberger&#8217;s &#8221;Everything is Miscellaneous&#8221; (<a title="Everything is Miscellaneous" href="http://www.amazon.com/Everything-Miscellaneous-Power-Digital-Disorder/dp/0805080430">ISBN10: 0805080430</a>) as well as a host of other books and articles on Wikipedia, it&#8217;s almost as if Wikimedia is doing a 180 on its own founding principles.  Since the beginning, the founders strongly defended and imposed the concept that the community itself was the police and at no time should an editor be the final say&#8230;this to extent that a founder removed himself as an editor for changing an article without the consent of the community (consent being reached by culminating responses and critique any time an article change was made or requested).</p>
<p>“We are no longer at the point that it is acceptable to throw things at the wall and see what sticks,” said Michael Snow, a lawyer in Seattle who is the chairman of the Wikimedia board. “There was a time probably when the community was more forgiving of things that were inaccurate or fudged in some fashion — whether simply misunderstood or an author had some ax to grind. There is less tolerance for that sort of problem now.”</p>
<p>Not that I am necessarily opposed to having these types of sanctions, but at the same time, it gets to the core of defeating the point of the community based system.  The community, as I&#8217;ve often maintained, can rarely govern itself over a long period of time.  If it could, governments wouldn&#8217;t exist.  But by the same token, where does the power and authority end?  Should the Wikimedia board not consider that instead of a single editor, at the very least, possibly three or more editors should have to consent to the alteration first?</p>
<p>Advocates of the system point out that [it] provides an extra layer of insurance to prevent false posts and improve the overall accuracy.  But once again, at whose expense?  Is historical information not fact riddled by the opinion of the observer?  Who is to determine what is accurate?  While editors are, for sure, carefully chosen, aren&#8217;t VH1 game show contestants screened as well (ok, bad analogy but you get the idea &#8211; substitute radical terrorists in place of game show contestants and it&#8217;s a bit more frightening).  There is much at stake in this issue &#8211; freedom of speech, importance of historical record, observation and opinion &#8211; more than just the fact that Wikipedia could potentially end up more like Encyclopedia Brittanica (a system it sought to avoid) than the incarnation we&#8217;ve all grown to love over the last eight years.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fwikipedia-gets-edite%2F', 'a.k.a.+it+was+too+good+to+last')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/wikipedia-gets-edite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wimbledon Live &#8211; Smooth Stream &amp; Silverlight</title>
		<link>http://www.matsays.com/misc/wimbledon-live-smooth-stream-silverlight/</link>
		<comments>http://www.matsays.com/misc/wimbledon-live-smooth-stream-silverlight/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 18:30:57 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[smooth streaming]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tennis]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=617</guid>
		<description><![CDATA[Most of you know that I&#8217;ve been inundated for the last 2 weeks with a crash course project that was launched on Monday.  iStreamPlanet built the player and back-end and is managing video assets for NBC Sports&#8217; presentation of the 2009 Wimbledon Championships.  The player is built on Silverlight 2.0 and features a fairly large [...]]]></description>
			<content:encoded><![CDATA[<p>Most of you know that I&#8217;ve been inundated for the last 2 weeks with a crash course project that was launched on Monday.  iStreamPlanet built the player and back-end and is managing video assets for NBC Sports&#8217; presentation of the 2009 Wimbledon Championships.  The player is built on Silverlight 2.0 and features a fairly large archive of previews, highlights, and interviews from daily matches as well as full match replay on-demand for selected games. </p>
<p>Starting June 27, it will also feature live feeds including up to five simultaneous live feeds (of course the UK being 8 hours ahead of me means some extremely early morning admin).  The live feeds (and subsequent VOD archives) will feature at least one Smooth Stream, Microsoft&#8217;s new adaptive streaming technology that will bring you hi-definition video at 2950k (it looks really sweet).</p>
<p>The 2009 Wimbledon runs through July 5th.</p>
<p style="text-align: center;"><a href="http://tennis.nbcsports.com"><img class="size-full wp-image-618  aligncenter" title="Wimbledon Live on NBC Sports by iStreamPlanet" src="http://www.matsays.com/wp-content/uploads/2009/06/wimbledonlive.jpg" alt="Wimbledon Live on NBC Sports by iStreamPlanet" width="500" height="325" border="0" /></a></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fwimbledon-live-smooth-stream-silverlight%2F', 'Wimbledon+Live+%26%238211%3B+Smooth+Stream+%26%23038%3B+Silverlight')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/wimbledon-live-smooth-stream-silverlight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silverlight 3 Debuts</title>
		<link>http://www.matsays.com/soapbox/silverlight-3-debuts/</link>
		<comments>http://www.matsays.com/soapbox/silverlight-3-debuts/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 21:59:34 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=557</guid>
		<description><![CDATA[The hot topic at Mix was the beta release of Silverlight 3.  Tons of new features including 3D and animation effects, hardware acceleration support, multi-touch, outside-the-browser capabilities, and native support for h.264 and 720p HD amongst other things.  In addition, its been retooled with cross-application support between Blend and Word to enhance rapid development, new controls, SEO [...]]]></description>
			<content:encoded><![CDATA[<p>The hot topic at Mix was the beta release of Silverlight 3.  Tons of new features including 3D and animation effects, hardware acceleration support, multi-touch, outside-the-browser capabilities, and native support for h.264 and 720p HD amongst other things.  In addition, its been retooled with cross-application support between Blend and Word to enhance rapid development, new controls, SEO enhancement, deep linking and more.</p>
<p style="text-align: center;"><img class="size-medium wp-image-558  aligncenter" title="silverl-sadf-2q35-23rfac" src="http://www.mobimeet.com/wp-content/uploads/2009/03/silverl-sadf-2q35-23rfac-500x231.jpg" alt="silverl-sadf-2q35-23rfac" width="500" height="231" /></p>
<p>I first encountered Silverlight 2 years ago when it was first released at NAB as version 1 (the Javascript version).  Quickly iStream assimilated into the Silverlight army and helped push several products into the forefront with Silverlight 2 over the last year+ including several prominent public jobs and some to be released shortly.  Now, just 23 short months later, SL3 promises some great stuff.</p>
<p>For all those that say Flash still kicks SL in the ass, maybe true, but with a 10 year head-start I would&#8217;ve thought they&#8217;d still be leaps and bounds ahead.  The fact that SL is quickly catching up and becoming a prominent player especially in the business forefront says something about its acceptance and viability.  Don&#8217;t take me wrong, I too still develop plenty of Flash apps and here at iStream we take strides to develop interfaces concurrently on both platforms but the sheer speed at which SL has come to adolescence speaks volumes about what it may bring in the near future.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fsilverlight-3-debuts%2F', 'Silverlight+3+Debuts')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/silverlight-3-debuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Web Turns 20</title>
		<link>http://www.matsays.com/misc/news/the-web-turns-20/</link>
		<comments>http://www.matsays.com/misc/news/the-web-turns-20/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:00:35 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD325 UCD I]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[berners-lee]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=553</guid>
		<description><![CDATA[3 months after I graduated from Cornell, much bigger minds were hard at work.  20 years ago today, Tim Berners-Lee submitted his first proposal to CERN for the creation of what eventually would become the World Wide Web.  Originally designed as a means of countering data loss at CERN.  At the time, the average longevity [...]]]></description>
			<content:encoded><![CDATA[<p>3 months after I graduated from Cornell, much bigger minds were hard at work.  20 years ago today, Tim Berners-Lee submitted his first proposal to CERN for the creation of what eventually would become the World Wide Web.  Originally designed as a means of countering data loss at CERN.  At the time, the average longevity of a researcher was just 2 years which meant that there was a high turnover which led to loss of knowledge, &#8220;&#8230;the technical details of past projects are sometimes lost forever, or only recovered after a detective investigation in an emergency.  Often, the information has been recorded, it just cannot be found.&#8221;</p>
<p style="text-align: center;">
<img class="size-medium wp-image-554  aligncenter" title="Berners-Lee, Inventor of the Web" src="http://www.mobimeet.com/wp-content/uploads/2009/03/cern02_540x346-500x320.jpg" alt="Berners-Lee, Inventor of the Web" width="500" height="320" /></p>
<p>In the resulting manifesto, entitled &#8220;<a title="Information Management: A Proposal by Berners-Lee" href="http://www.w3.org/History/1989/proposal.html">Information Management: A Proposal</a>&#8220;, Berners-Lee suggests the we &#8220;should work toward a universal linked information system.&#8221;  Every student of web design should read it and understand the origins of the industry.  It is an amazing path that the Web has taken in its course to ubiquity and utility but it all started, like most great inventions, as just an idea in someone&#8217;s head.</p>
<p style="text-align: center;"><img class="size-medium wp-image-555  aligncenter" title="Images transcript from Berners-Lee proposal" src="http://www.mobimeet.com/wp-content/uploads/2009/03/cern07_540x745-500x689.jpg" alt="Images transcript from Berners-Lee proposal" width="500" height="689" /></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fthe-web-turns-20%2F', 'The+Web+Turns+20')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/the-web-turns-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The World According to Microsoft, circa 2019</title>
		<link>http://www.matsays.com/misc/news/the-world-according-to-microsoft-circa-2019/</link>
		<comments>http://www.matsays.com/misc/news/the-world-according-to-microsoft-circa-2019/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 07:33:03 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=544</guid>
		<description><![CDATA[If Microsoft ever seizes control of the government (seeing as how it can still run a profit and the US government can&#8217;t, maybe it wouldn&#8217;t be a bad thing &#8230; except they might ask for that 2 cent overpayment on your social security check back) maybe this is what we can expect?  Minority Microsoft Report-style?
Video: [...]]]></description>
			<content:encoded><![CDATA[<p>If Microsoft ever seizes control of the government (seeing as how it can still run a profit and the US government can&#8217;t, maybe it wouldn&#8217;t be a bad thing &#8230; except they might ask for that 2 cent overpayment on your social security check back) maybe this is what we can expect?  <span style="text-decoration: line-through;">Minority </span>Microsoft Report-style?<br />
<embed src="http://images.video.msn.com/flash/soapbox1_1.swf" width="432" height="364" id="f0sft3d1" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" pluginspage="http://macromedia.com/go/getflashplayer" flashvars="c=v&#038;v=a517b260-bb6b-48b9-87ac-8e2743a28ec5&#038;ifs=true&#038;fr=shared&#038;mkt=en-GB"><noembed><a href="http://video.msn.com/?mkt=en-GB&#038;playlist=videoByUuids:uuids:a517b260-bb6b-48b9-87ac-8e2743a28ec5&#038;showPlaylist=true&#038;from=shared" target="_new" title="Future Vision Montage">Video: Future Vision Montage</a></noembed></embed></p>
<p><a href="http://www.istartedsomething.com/20090228/microsoft-office-labs-vision-2019-video/">A longer version can also be found here</a>.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fthe-world-according-to-microsoft-circa-2019%2F', 'The+World+According+to+Microsoft%2C+circa+2019')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/the-world-according-to-microsoft-circa-2019/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iStreamDirector &#8211; Innovation Award</title>
		<link>http://www.matsays.com/soapbox/istreamdirector-innovation-award/</link>
		<comments>http://www.matsays.com/soapbox/istreamdirector-innovation-award/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 22:10:23 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD302 Net Broadcasting]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[dam digitalassets istreamplanet]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=531</guid>
		<description><![CDATA[A little self-pride and indulgence &#8230; StreamingMedia magazine lists iStreamPlanet&#8217;s iStreamDirector in its 2009 Editor&#8217;s Picks &#8211; a list of the best in innovative products and services in streaming media for 2008.

iStreamDirector is both a digital asset management (DAM) system and a content management system (CMS) that does such things as media ingestion, transcoding between multiple [...]]]></description>
			<content:encoded><![CDATA[<p>A little self-pride and indulgence &#8230; <a href="http://www.streamingmedia.com/article.asp?id=11000">StreamingMedia magazine</a> lists iStreamPlanet&#8217;s iStreamDirector in its 2009 Editor&#8217;s Picks &#8211; a list of the best in innovative products and services in streaming media for 2008.</p>
<p><img src="/wp-content/uploads/2009/02/1-Streaming_Mag_468x60.gif" border="0" alt="" /></p>
<p>iStreamDirector is both a digital asset management (DAM) system and a content management system (CMS) that does such things as media ingestion, transcoding between multiple formats, metadata management, live event management, Silverlight and Flash player creation, playlist management, rights management and so on.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fistreamdirector-innovation-award%2F', 'iStreamDirector+%26%238211%3B+Innovation+Award')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/istreamdirector-innovation-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple frees iTunes Store music of DRM</title>
		<link>http://www.matsays.com/ailv/imd302/apple-frees-itunes-store-music-of-drm/</link>
		<comments>http://www.matsays.com/ailv/imd302/apple-frees-itunes-store-music-of-drm/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 23:39:06 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD302 Net Broadcasting]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=492</guid>
		<description><![CDATA[by Nik Fletcher via DownloadSquad
It&#8217;s been a long time coming, but Apple has finally secured the deals to sell the entire iTunes music catalogue without DRM and the entire music library is finally available in the 256kbps AAC format that has been known as iTunes Plus until now.
Starting in April, iTunes will also be introducing [...]]]></description>
			<content:encoded><![CDATA[<p>by <a href="http://www.downloadsquad.com/bloggers/nik-fletcher/">Nik Fletcher</a> via <a href="http://www.downloadsquad.com/2009/01/08/apple-frees-itunes-store-tunes-of-drm/">DownloadSquad</a></p>
<p>It&#8217;s been a long time coming, but <a href="http://www.downloadsquad.com/tag/Apple/">Apple</a> has finally secured the deals to sell the entire iTunes music catalogue without DRM and the entire music library is finally available in the 256kbps AAC format that has been known as iTunes Plus until now.</p>
<p>Starting in April, iTunes will also be introducing variable pricing for songs &#8211; 69¢, 99¢ and $1.29 depending on the prices set by the record labels. Despite the momentum that the likes of <a href="http://www.amazon.com/">Amazon</a> and other DRM-free vendors such as <a href="http://www.7digital.com/">7Digital</a> have been gaining in the last few months, the iTunes store remains the largest (and most popular) online music store.</p>
<p>If you&#8217;re already sunk a fair amount of money in the <a href="http://www.apple.com/itunes">iTunes store</a>, Apple will allow you to upgrade your entire library to the DRM-free format &#8211; for 30¢ per song or 25% of the album price.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Failv%2Fimd302%2Fapple-frees-itunes-store-music-of-drm%2F', 'Apple+frees+iTunes+Store+music+of+DRM')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/ailv/imd302/apple-frees-itunes-store-music-of-drm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In the news today &#8211; October 30, 2008</title>
		<link>http://www.matsays.com/soapbox/in-the-news-today-october-30-2008/</link>
		<comments>http://www.matsays.com/soapbox/in-the-news-today-october-30-2008/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 06:45:38 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=485</guid>
		<description><![CDATA[It&#8217;s been a tiring day&#8230;but here&#8217;s the news.
In what may be a little slip, Motorola CEO Sinjay Jha mentioned Windows Mobile 6.5.  Partly after the announcement that WM7 will now not be released until mid 2009, this may have a sliver of truth to it.  Frankly I&#8217;ve been using this WM phone (originally 5 and [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a tiring day&#8230;but here&#8217;s the news.</p>
<p>In what may be a little slip, Motorola CEO Sinjay Jha mentioned Windows Mobile 6.5.  Partly after the announcement that WM7 will now not be released until mid 2009, this may have a sliver of truth to it.  Frankly I&#8217;ve been using this WM phone (originally 5 and upgraded to 6) and now, I just hate it.  Again, I&#8217;m not overly partial to the iPhone.  I love, more than anything else, the interface &#8211; slick and usable and the iconics and screen flow is, bar none, the best.  But it&#8217;s still gimicky.  WM6 has a lot of usable features but the flow stinks and its impossible to do a lot of things.  I would love to see what&#8217;s going to be included (potentially and allegedly) with this release, but in the end, who cares.  So I decided I&#8217;m just going to go buy a G1 instead &#8211; how can you beat a $148 price tag (Walmart &#8211; believe it or not).  I was really determined to wait for the Touch Pro but I&#8217;m just bored from waiting now, and the draw of being able to program Android apps in Eclipse is figuratively making me drool.</p>
<p>Moblin.  Know what it is, you know why it&#8217;s in a news category of its own.  Don&#8217;t?  Go look it up.</p>
<p>Blow out the candles.  iPod turned 7 today.  Wow.  Throw party.</p>
<p>Sarah Palin is still an idiot.  I actually feel bad for McCain having to grimace through every journalist asking if he regrets nominating her onto the ticket and daydreaming of just blowing up at one of them and saying &#8220;Of course I am, the woman is a train wreck!&#8221;</p>
<p>Jen, <a title="Jen's blog" href="http://madebygirl.blogspot.com/">your blog</a> is looking really good and I am very proud of you and your numbers.</p>
<p>Finally, Martin Cooper, an engineer from Motorola and one of the key inventors of the cellphone, says that today&#8217;s phones are too complicated&#8230;</p>
<blockquote><p>[From <a title="Cell Phone Inventor Says iPhone Is Too Complicated" href="http://www.switched.com/2008/10/30/cell-phone-inventor-says-iphone-is-too-complicated/">switched.com</a>]</p>
<p>The inventor of the cellphone says the <a href="http://www.switched.com/category/iphone" target="_blank"><span style="color: #ff6b08;">iPhone</span></a>&#8217;s ubiquitous, do-everything, jack-of-all-trades approach to applications, music and – oh yeah – phone calls, makes the Apple Computer superstar mobile device less impressive, not more.</p>
<p><a href="http://en.wikipedia.org/wiki/Martin_Cooper" target="_blank"><span style="color: #ff6b08;">Martin Cooper</span></a>, who while working at Motorola made the first cell-phone call in 1973 with a device weighing two pounds and with only 20 minutes of battery life, says that cell phones today, especially the <a href="http://www.switched.com/tag/iphone" target="_blank"><span style="color: #ff6b08;">iPhone</span></a>, are too complex. Speaking at a <a href="http://www.cmp-egevents.com/web/escb" target="_blank"><span style="color: #ff6b08;">conference in Boston</span></a>, Cooper said wireless companies and cell phone makers have the wrong ideas when it comes to making products people really need. Instead, he advocates cell phones with fewer features and functions, not more. He also says cell phone reception problems and dropped calls are a major problem for the industry and could be avoided with some better technology. (Cooper serves as chairman of a company called <a href="http://www.arraycomm.com/" target="_blank"><span style="color: #ff6b08;">ArrayComm</span></a>, which develops software to help antenna arrays more finely pinpoint cell phone location.)</p>
<p>Cooper&#8217;s main push is for simpler, specialized phones, such as the one his <a href="http://www.jitterbug.com/" target="_blank"><span style="color: #ff6b08;">wife designed</span></a> called <a href="http://www.switched.com/2008/01/25/best-phones-for-long-battery-life-4/" target="_blank"><span style="color: #ff6b08;">Jitterbug</span></a>, a cell phone with large buttons and extra large characters on the LCD screen for use by the elderly.</p>
<p>&#8220;A phone that&#8217;s an Internet appliance, an MP3 player, a camera and a whole bunch of other functions doesn&#8217;t make a lot of sense,&#8221; he said. &#8220;You try to build a universal device that does all things for all people, and guess what? It doesn&#8217;t do anything very well.&#8221;</p></blockquote>
<p>&#8230;okay, true maybe. Then why are we using computers instead of typewriters and graph paper? Technology changes people and people change technology. It, like evolution and natural ecologies, changes with needs, wants, conditions and the environment. It will get more complex and no matter how much we attempt to make it simpler, our fiendish need for gathering information (much like women hoard shoes) and gaining knowledge is one (or two) step(s) ahead of the ability to streamline the process of acquiring it. Build a better mousetrap and the world will come knocking at your door &#8230; at least until evolution produces a better mouse (on that note, did you know that a rat has 700psi of jaw force in its bite &#8211; that&#8217;s more than an alligator).</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fin-the-news-today-october-30-2008%2F', 'In+the+news+today+%26%238211%3B+October+30%2C+2008')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/in-the-news-today-october-30-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First it was colored dreams, now it&#8217;s ???</title>
		<link>http://www.matsays.com/soapbox/first-it-was-colored-dreams-now-its/</link>
		<comments>http://www.matsays.com/soapbox/first-it-was-colored-dreams-now-its/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 05:38:10 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[informatics]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[neurology]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=484</guid>
		<description><![CDATA[[from Reuter's]
An appropriate followup to last week&#8217;s findings that television has actually altered people&#8217;s dreams (from black-and-white to color), now it&#8217;s that the Internet is actually causing our brains to develop differently.
DUH.
I mean, c&#8217;mon &#8211; that&#8217;s partly why I am even going back to school &#8211; to study that very subject.  The research, led by [...]]]></description>
			<content:encoded><![CDATA[<p>[from <a title="Is surfing the Internet altering your brain?" href="http://www.reuters.com/article/technologyNews/idUSTRE49Q2YW20081027?feedType=RSS&amp;feedName=technologyNew&amp;sp=true">Reuter's</a>]</p>
<p>An appropriate followup to <a href="http://www.telegraph.co.uk/earth/main.jhtml?view=DETAILS&amp;grid=&amp;xml=/earth/2008/10/17/scidream117.xml">last week&#8217;s findings</a> that television has actually altered people&#8217;s dreams (from black-and-white to color), now it&#8217;s that the Internet is actually causing our brains to develop differently.</p>
<p>DUH.</p>
<p>I mean, c&#8217;mon &#8211; that&#8217;s partly why I am even going back to school &#8211; to study that very subject.  The research, led by a team at UCLA, &#8220;discovered&#8221; that searching and text messaging has improved the brain&#8217;s ability to filter information (uh, isn&#8217;t that pretty much what the computer does so isn&#8217;t that basically &#8220;learning by watching&#8221;), but warns that it has a price if one fails to maintain social skills.</p>
<p>Make up your own mind.</p>
<blockquote><p>By Belinda Goldsmith</p>
<p>CANBERRA (Reuters) &#8211; The Internet is not just changing the way people live but altering the way our brains work with a neuroscientist arguing this is an evolutionary change which will put the tech-savvy at the top of the new social order.</p>
<p>Gary Small, a neuroscientist at UCLA in California who specializes in brain function, has found through studies that Internet searching and text messaging has made brains more adept at filtering information and making snap decisions.</p>
<p>But while technology can accelerate learning and boost creativity it can have drawbacks as it can create Internet addicts whose only friends are virtual and has sparked a dramatic rise in Attention Deficit Disorder diagnoses.</p>
<p>Small, however, argues that the people who will come out on top in the next generation will be those with a mixture of technological and social skills.</p>
<p>&#8220;We&#8217;re seeing an evolutionary change. The people in the next generation who are really going to have the edge are the ones who master the technological skills and also face-to-face skills,&#8221; Small told Reuters in a telephone interview.</p>
<p>&#8220;They will know when the best response to an email or Instant Message is to talk rather than sit and continue to email.&#8221;</p>
<p>In his newly released fourth book &#8220;iBrain: Surviving the Technological Alteration of the Modern Mind,&#8221; Small looks at how technology has altered the way young minds develop, function and interpret information.</p>
<p>Small, the director of the Memory &amp; Aging Research Center at the Semel Institute for Neuroscience &amp; Human Behavior and the Center on Aging at UCLA, said the brain was very sensitive to the changes in the environment such as those brought by technology.</p>
<p>He said a study of 24 adults as they used the Web found that experienced Internet users showed double the activity in areas of the brain that control decision-making and complex reasoning as Internet beginners.</p>
<p>&#8220;The brain is very specialized in its circuitry and if you repeat mental tasks over and over it will strengthen certain neural circuits and ignore others,&#8221; said Small.</p>
<p>&#8220;We are changing the environment. The average young person now spends nine hours a day exposing their brain to technology. Evolution is an advancement from moment to moment and what we are seeing is technology affecting our evolution.&#8221;</p>
<p>Small said this multi-tasking could cause problems.</p>
<p>He said the tech-savvy generation, whom he calls &#8220;digital natives,&#8221; are always scanning for the next bit of new information which can create stress and even damage neural networks.</p>
<p>&#8220;There is also the big problem of neglecting human contact skills and losing the ability to read emotional expressions and body language,&#8221; he said.</p>
<p>&#8220;But you can take steps to address this. It means taking time to cut back on technology, like having a family dinner, to find a balance. It is important to understand how technology is affecting our lives and our brains and take control of it.&#8221;</p>
<p>(Editing by Paul Casciato)</p></blockquote>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Ffirst-it-was-colored-dreams-now-its%2F', 'First+it+was+colored+dreams%2C+now+it%26%238217%3Bs+%3F%3F%3F')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/first-it-was-colored-dreams-now-its/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vint Back the Man</title>
		<link>http://www.matsays.com/soapbox/vint-back-the-man/</link>
		<comments>http://www.matsays.com/soapbox/vint-back-the-man/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 03:27:24 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[barack]]></category>
		<category><![CDATA[net neutrality]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[vint cerf]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=476</guid>
		<description><![CDATA[If I say any of the following terms and you know what significance at least 3 of the 4 have in relationship to each other then no need to watch the video unless you, like me, think Vint is the (other) man. If you have no idea what relationship they have, watch it&#8230;it will have a bearing [...]]]></description>
			<content:encoded><![CDATA[<p>If I say any of the following terms and you know what significance at least 3 of the 4 have in relationship to each other then no need to watch the video unless you, like me, think Vint is the (other) man. If you have no idea what relationship they have, watch it&#8230;it will have a bearing on our (Web-ubiquitous) lives!</p>
<ul>
<li>Vint Cerf</li>
<li>Net Neutrality</li>
<li>Barack Obama</li>
<li>Google</li>
</ul>
<div style="width: 435px; border: #f50 1px solid; padding: 5px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/O60x75K9Fgw&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/O60x75K9Fgw&amp;hl=en&amp;fs=1"></embed></object></div>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fvint-back-the-man%2F', 'Vint+Back+the+Man')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/vint-back-the-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T-Mobile G1 (Android)</title>
		<link>http://www.matsays.com/soapbox/t-mobile-g1-android/</link>
		<comments>http://www.matsays.com/soapbox/t-mobile-g1-android/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 15:49:01 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tmobile]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=470</guid>
		<description><![CDATA[So after much much much deliberation, I decided to save my coin and forego getting the Android phone after all. Though it&#8217;s reviews weren&#8217;t terrible, I think I&#8217;ll just hold out until a better one comes along, or at least until T-Mobile decides to finally get the 3G infrastructure more distributed. I admit some envy [...]]]></description>
			<content:encoded><![CDATA[<p style="TEXT-ALIGN: left"><a href="http://www.mobimeet.com/wp-content/uploads/2008/10/g1_bars1.jpg"></a><a href="http://www.mobimeet.com/wp-content/uploads/2008/10/g1_screen.jpg"></a>So after much much much deliberation, I decided to save my coin and forego getting the Android phone after all. Though it&#8217;s reviews weren&#8217;t terrible, I think I&#8217;ll just hold out until a better one comes along, or at least until T-Mobile decides to finally get the 3G infrastructure more distributed. I admit some envy when Jennifer gets to whip out her iPhone and surf while I sit at Starbucks twiddling my thumbs (a whole other story since I don&#8217;t like their coffee anyway, which only adds to the pain) and playing Bubble Breaker for the 4000th time. Nonetheless, I guess that in this economy, I&#8217;d better save that cash cuz who knows if my job will be there tomorrow.</p>
<p style="TEXT-ALIGN: center"><a href="http://www.mobimeet.com/wp-content/uploads/2008/10/g1_flipout.jpg" style="border:dotted 1px #0F0;"><img class="alignnone size-full wp-image-471 aligncenter" title="Flipped out Android" src="http://www.mobimeet.com/wp-content/uploads/2008/10/g1_flipout.jpg" alt="" width="500" height="375" border="0"/></a></p>
<p>In any case, it comes at a weird time since I&#8217;m (finally) taking a crack at more Java coding due to school &#8211; Dr. Jo got me really into it and I love the Eclipse IDE (which is weird because no one else in my class likes it, but especially since that Frenchy company came out with the Silverlight toolkit for Eclipse, I am rockin&#8217;). Part of me wants to get the G1 just for pure technogeeky reasons but this silly WM Dash (which now seems pretty ancient) that I tote is just plain boring.</p>
<p style="TEXT-ALIGN: center"><a href="http://www.mobimeet.com/wp-content/uploads/2008/10/g1_bars1.jpg" style="border:dotted 1px #0F0;"><img class="alignnone size-full wp-image-472 aligncenter" title="Spotty 3G" src="http://www.mobimeet.com/wp-content/uploads/2008/10/g1_bars1.jpg" alt="" width="500" height="156" border="0"/></a></p>
<p> </p>
<p>So maybe I&#8217;ll get it and just put up with the spottiness for now. And maybe I&#8217;ll win the lottery too. Any comments? Would you get the phone knowing full well that a better one will probably be released in 18 months? Were you an iPhone 1 buyer who said &#8220;doh!&#8221; when they first announced iPhone 2? Should I buy it and just hope they do a firmware upgrade? Or should I save the pennies and get that sweet <a title="Dell's E4200 Ultra-Portable" href="http://www.dell.com/content/products/productdetails.aspx/laptop_latitude_e4200?c=us&amp;l=en&amp;s=bsd">Dell E4200</a> after all?</p>
<p style="text-align: center;"><a href="http://www.mobimeet.com/wp-content/uploads/2008/10/g1_screen.jpg" style="border:dotted 1px #0F0;"><img class="alignnone size-full wp-image-473 aligncenter" title="G1 Android Screen" src="http://www.mobimeet.com/wp-content/uploads/2008/10/g1_screen.jpg" alt="" width="500" height="727" border="0"/></a></p>
<p>[photos courtesy of <a href="http://www.engadget.com/2008/10/16/t-mobile-g1-review-part-1-hardware/">EngadgetMobile</a> - read the review]</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Ft-mobile-g1-android%2F', 'T-Mobile+G1+%28Android%29')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/t-mobile-g1-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automattic buys Intense Debate, threaded comments coming</title>
		<link>http://www.matsays.com/misc/news/automattic-buys-intense-debate-threaded-comments-coming/</link>
		<comments>http://www.matsays.com/misc/news/automattic-buys-intense-debate-threaded-comments-coming/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 21:23:42 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD345 UCD III]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=464</guid>
		<description><![CDATA[[from DownloadSquad]
Automattic, the company behind the popular WordPress blog publishing software has acquired blog commenting service Intense Debate.  [We've]
covered Intense Debate in the past. The service provides web publishers a replacement for the default comments systems supplied by WordPress, Blogger, and Moveable Type and other blog platforms. By installing the plugin, you get threaded [...]]]></description>
			<content:encoded><![CDATA[<p>[from <a title="Automattic buys Intense Debate, better Wordpress comments coming soon" href="http://www.downloadsquad.com/2008/09/23/automattic-buys-intense-debate-better-wordpress-comments-coming/">DownloadSquad</a>]</p>
<p>Automattic, the company behind the popular WordPress blog publishing software has acquired blog commenting service <a href="http://www.intensedebate.com/">Intense Debate</a>.  [We've]<br />
<a href="http://www.downloadsquad.com/2007/08/08/intense-debate-lets-you-track-thread-and-syndicate-blog-commen/">covered Intense Debate in the past</a>. The service provides web publishers a replacement for the default comments systems supplied by WordPress, Blogger, and Moveable Type and other blog platforms. By installing the plugin, you get threaded comments, reputations, and other advanced features. And readers can track their own comments and those left by others across any blogs or web sites that use Intense Debate.  Intense Debate will continue to be available <a href="http://www.intensedebate.com/blog/2008/09/23/automattic-acquires-intensedebate/">for use on blog platforms</a> besides WordPress, but Automattic plans to add some features, like <strong>threaded comments to WordPress 2.7</strong>, which will be the company&#8217;s next major release.  </p>
<p>This can&#8217;t come as good news for <a href="http://www.disqus.com/">Disqus</a>, another company that provides enhanced commenting features for bloggers. While Disqus has gotten a lot of good press over the last year, and has rolled out an impressive suite of blog comment management features, an awful lot of blogs are powered by WordPress. And pretty soon most of those blogs will have quick and easy access to Intense Debate&#8217;s features, giving bloggers and blog commentors one less reason to sign up for another blog commenting service.</p>
<p>[more...truncated cuz it wasn't that noteworthy]</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fautomattic-buys-intense-debate-threaded-comments-coming%2F', 'Automattic+buys+Intense+Debate%2C+threaded+comments+coming')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/automattic-buys-intense-debate-threaded-comments-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Suggest moves to production</title>
		<link>http://www.matsays.com/misc/news/google-suggest-moves-to-production/</link>
		<comments>http://www.matsays.com/misc/news/google-suggest-moves-to-production/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 15:50:03 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[ucd]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=459</guid>
		<description><![CDATA[Quick note of interest today &#8211; Google Suggest is moving, incrementally, to Google&#8217;s homepage.  IMHO great idea, not always wanted.  For those who don&#8217;t know what it is, Google Suggest is a drop down that provides suggested matches to your search criteria before you click the button (or hit Enter). 

According to google, the idea is [...]]]></description>
			<content:encoded><![CDATA[<p>Quick note of interest today &#8211; Google Suggest is moving, incrementally, to Google&#8217;s homepage.  IMHO great idea, not always wanted.  For those who don&#8217;t know what it is, Google Suggest is a drop down that provides suggested matches to your search criteria before you click the button (or hit Enter). </p>
<p style="text-align: center;"><img class="aligncenter" src="http://1.bp.blogspot.com/_Ap14FtNN91w/SK8qh7gMANI/AAAAAAAABJs/dLhew66N65I/s320-R/Suggest_3.gif" alt="Example of Google Suggest from the blog" width="320" height="190" /></p>
<p>According to google, the idea is to:</p>
<ol>
<li>Enter more effective and specific search criteria quickly</li>
<li>Reduce the chance of spelling errors</li>
<li>Save keystrokes</li>
</ol>
<p>I&#8217;ve taught how to build these in past Ajax (IMD322) classes.  It&#8217;s always a good way to introduce the idea of combining PHP database lookups with Ajax and incremental data pulls, but frequently at a cost to UCD.  And though some of the products iStream has put out have similar mechanisms, it can often be a bit of an annoyance, especially when the drop down ends up covering the button.  True, it can be helpful and true, there are some instances when it can be a godsend (such as when trying to piece together tags in delicious posts).</p>
<p><a title="Google Blog: At a loss for words?" href="http://googleblog.blogspot.com/2008/08/at-loss-for-words.html">Read more about it here</a>.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fgoogle-suggest-moves-to-production%2F', 'Google+Suggest+moves+to+production')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/google-suggest-moves-to-production/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi &#8220;touch&#8221;</title>
		<link>http://www.matsays.com/misc/news/multi-touch/</link>
		<comments>http://www.matsays.com/misc/news/multi-touch/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 15:37:43 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[haptics]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=451</guid>
		<description><![CDATA[This is extremely cool looking but I still have to ask &#8230; wouldn&#8217;t your arms get tired after a while?


addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>This is extremely cool looking but I still have to ask &#8230; wouldn&#8217;t your arms get tired after a while?</p>
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/egAl6sNMaqE&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/egAl6sNMaqE&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></div>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fmulti-touch%2F', 'Multi+%26%238220%3Btouch%26%238221%3B')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/multi-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What it takes to bring the Olympics to the PC</title>
		<link>http://www.matsays.com/misc/news/what-it-takes-to-bring-the-olympics-to-the-pc/</link>
		<comments>http://www.matsays.com/misc/news/what-it-takes-to-bring-the-olympics-to-the-pc/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 04:50:14 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[limelight networks]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/misc/what-it-takes-to-bring-the-olympics-to-the-pc/</guid>
		<description><![CDATA[[via BeyondBinary by Ina Fried]
Stage 8H is best known as the place where Saturday Night Live is filmed. This week, though, it&#8217;s been turned into an ad-hoc data center as part of NBC&#8217;s efforts to stream thousands of hours of live Olympic coverage over the Internet.
Instead of the usual crop of comedians, NBC will have [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;">[via <a href="http://news.cnet.com/8301-13860_3-10003752-56.html">BeyondBinary</a> by Ina Fried]</p>
<p>Stage 8H is best known as the place where Saturday Night Live is filmed. This week, though, it&#8217;s been turned into an ad-hoc data center as part of NBC&#8217;s efforts to <a href="http://news.cnet.com/8301-13860_3-10002909-56.html">stream thousands of hours of live Olympic coverage</a> over the Internet.</p>
<p>Instead of the usual crop of comedians, NBC will have dozens of people watching every hour of the games, looking for highlights that it can chop up and make available on-demand. It&#8217;s just one piece of an elaborate arrangement that shuttles the events in Beijing back to the U.S.</p>
<p>From each of the dozens of Olympic venues, a high-definition video feed is delivered over fiber-optic cables to the International Broadcast Center that has been set up in Beijing. A bunch of encoders and Windows Media servers get the video into an Internet-ready format. From there, it travels via satellite to NBC&#8217;s headquarters in New York.</p>
<p>There, NBC actually adds a one-minute delay, allowing its cadre of live bloggers in Stamford, Conn., and elsewhere to write their text and have the video and commentary synchronized. Once ready, it goes from NBC to Limelight Networks, a content delivery network, which has 1,000 servers just for the live events sending the content to various Internet service providers, who then shuttle the content directly to their customers. (See chart below)</p>
<p><img class="alignright" style="float: right; margin: 5px;" src="http://i.i.com.com/cnwk.1d/i/bto/20080731/olympics2_500x318.gif" alt="Bringing live video from Beijing Olympics to your PC" width="500" height="318" />(Credit: Susan Dove/CNET News)</p>
<p><strong>Making it play</strong><br />
Limelight Chief Strategy Officer Mike Gordon said his company is prepared for this to be the biggest live event the Internet has ever seen. &#8220;I would not be surprised at all to get 1 million viewers,&#8221; he said. &#8220;We&#8217;re certainly prepared for whatever the audience turns out to be.&#8221;</p>
<p><img class="alignright" style="float: right;" src="http://i.i.com.com/cnwk.1d/i/bto/20080731/MikeGordon_150x187.JPG" alt="Mike Gordon, Limelight Networks" width="150" height="187" /></p>
<p>Mike Gordon, chief strategy officer, Limelight Networks</p>
<p>(Credit: Limelight Networks)</p>
<p>That said, there is clearly an element of risk in all this, considering NBC&#8217;s history of live Olympic streaming has been limited to broadcasting a single game, the gold medal ice hockey match in Torino, Italy, two years ago.</p>
<p>&#8220;NBC has always taken risks and is always trying to do more than it has in the past,&#8221; said Perkins Miller, the NBC senior vice president in charge of the Internet push. &#8220;It does keep me up at night when I think about streaming 2,200 hours (of live coverage).&#8221;</p>
<p>The massive effort has come together in a remarkably short amount of time. Microsoft&#8217;s deal to power <a href="http://www.nbcolympics.com/">NBCOlympics.com</a> dates back only to January.</p>
<p>NBC had a pretty good idea what they wanted to do and had built some mock-ups of the player prior to deciding to partner with Microsoft.</p>
<p>Initially, they expected to use Adobe&#8217;s Flash, given that is the standard for video delivered over the Internet these days. But, as they began to hash things out with Microsoft during a series of all-day meetings at NBC&#8217;s 30 Rockefeller Plaza headquarters, Microsoft was able to show NBC some ways it could do more <a href="http://news.cnet.com/8301-13860_3-9886517-56.html">using its homegrown Silverlight technology</a>.</p>
<p><a href="http://news.cnet.com/8301-13860_3-9901142-56.html"><strong>Silverlight</strong></a>, Microsoft said, would be key to enabling NBC&#8217;s vision of a &#8220;control room&#8221; in which a viewer could watch multiple live streams at once. <span id="more-449"></span></p>
<p><img class="alignleft" style="float: left;" src="http://i.i.com.com/cnwk.1d/i/bto/20080731/PerkinsMiller_200x266.jpg" alt="Perkins Miller, NBC Universal" width="200" height="266" /></p>
<p>Perkins Miller, senior vice president, NBC Universal</p>
<p>(Credit: NBC)</p>
<p>Even within Microsoft&#8217;s team, though, there was some apprehension of whether it was doable.</p>
<p>&#8220;Can we actually pull this off?&#8221; Senior Technical Evangelist Jason Suess recalled thinking. &#8220;Is the user&#8217;s machine going to be able to maintain four connections at one time?&#8221;</p>
<p>The key, Suess said in an interview at Microsoft headquarters last week, is using an approach known as adaptive streaming in which the player has the ability to customize the bit rate of the video stream based on a computer&#8217;s connection and processing power.</p>
<p>By Valentine&#8217;s Day, they were ready for a test. It was pretty important that the test work out, given that NBC was getting ready to crate up the gear to ship it off to Beijing.</p>
<p>&#8220;That was the first time the player came to life,&#8221; Suess said. &#8220;Obviously the player was extremely crude.&#8221;</p>
<p><strong>Making it pay</strong><br />
One of the last pieces to fall into place was the advertising. Initially, NBC and Microsoft were hoping to be able to insert full video ads into the live streams, but doing so is tough work.</p>
<p>&#8220;You don&#8217;t have any way to pause a live stream,&#8221; Suess said. &#8220;Trying to deliver a video ad on top of that, you hit the limits of a user&#8217;s bandwidth.&#8221;</p>
<p>As of mid-April, they were still struggling with what to do and began considering that perhaps they would have to just rely on companion advertising around the video stream. Then they came up with an idea. Rather than insert full videos into the live streams, what if they stuck a display ad into the video, particularly during dead times in the action.</p>
<p><img class="alignright" style="float: right;" src="http://i.i.com.com/cnwk.1d/i/bto/20080731/Jason_Suess_200x266.jpg" alt="Jason Suess, Microsoft" width="200" height="266" /></p>
<p>Jason Suess, senior technical evangelist, Microsoft</p>
<p>(Credit: Ina Fried/CNET News)</p>
<p>That, approach, which is ultimately what&#8217;s being done, solved several issues. It was less bandwidth-intensive than video ads, but still got the advertiser directly in front of the viewer, all without interrupting any of the coverage. The amount of advertising will vary, Suess said; &#8220;It depends what is happening in the sports. We just wait for a dead space.&#8221;</p>
<p>By early May, NBC made the basic player available on the Internet, using a variety of prerecorded Olympic video, and by early June the enhanced Silverlight player was made public as well. The Olympic Trials, at the end of June, offered the companies and the public a chance for a test drive.</p>
<p>At this point, it&#8217;s come down to a triage of the few remaining known bugs. Each day, the bar is being raised in terms of what is a big enough deal to warrant such a late change. Suess, meanwhile, sent his wife and kids to visit family in New York so he could work 18-hour days.</p>
<p>In an interview last week, Suess said he had been at work until 1 a.m. the night before and gets in every morning by 8 a.m., so he can chat with the folks in Beijing before they sign off for the night.</p>
<p>&#8220;If I am not online and pushing things along, then I am introducing delay,&#8221; Suess said.</p>
<p>An admitted type-A personality, Suess is a stickler for organization&#8211;the kind of guy whose desk is always clean. (His wife would probably use the word &#8220;compulsive,&#8221; Suess said.)</p>
<p>Suess said he hopes things will be enough under control that he can actually watch some of the games, particularly sailing, of which he is a big fan. &#8220;I sure hope so,&#8221; he said. &#8220;When I got involved in this project, that was one of the reasons.&#8221;</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fwhat-it-takes-to-bring-the-olympics-to-the-pc%2F', 'What+it+takes+to+bring+the+Olympics+to+the+PC')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/what-it-takes-to-bring-the-olympics-to-the-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An  Internet flaw?</title>
		<link>http://www.matsays.com/misc/news/an-internet-flaw/</link>
		<comments>http://www.matsays.com/misc/news/an-internet-flaw/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:42:39 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=442</guid>
		<description><![CDATA[[my poor reference via Austin Powers, article via Breitbart]
Computer industry heavyweights are hustling to fix a flaw in the foundation of the Internet that would let hackers control traffic on the World Wide Web. 
Major software and hardware makers worked in secret for months to create a software &#8220;patch&#8221; released on Tuesday to repair the [...]]]></description>
			<content:encoded><![CDATA[<p>[my poor reference via Austin Powers, article via <a title="Internet flaw could let hackers take over the Web" href="http://www.breitbart.com/article.php?id=080709124916.zxdxcmkx&amp;show_article=1">Breitbart</a>]</p>
<p><span class="lingo_region">Computer industry heavyweights are hustling to fix a flaw in the foundation of the Internet that would let hackers control traffic on the <a class=" lingo_link" style="display: inline; font-weight: 400; font-size: 14px; cursor: pointer; color: black; font-style: normal; font-family: Arial; text-decoration: underline;" rel="nofollow" href="http://search.breitbart.com/q?s=World%20Wide%20Web&amp;sid=breitbart.com">World Wide Web.</a> </span></p>
<p>Major software and hardware makers worked in secret for months to create a software &#8220;patch&#8221; released on Tuesday to repair the problem, which is in the way computers are routed to web page addresses.</p>
<p>&#8220;It&#8217;s a very fundamental issue with how the entire addressing scheme of the <a class=" lingo_link" style="display: inline; font-weight: 400; font-size: 14px; cursor: pointer; color: black; font-style: normal; font-family: Arial; text-decoration: underline;" rel="nofollow" href="http://search.breitbart.com/q?s=Internet%20works&amp;sid=breitbart.com">Internet works,</a>&#8221; Securosis analyst Rich Mogul said in a media conference call.  &#8220;You&#8217;d have the Internet, but it wouldn&#8217;t be the Internet you expect. (Hackers) would control everything.&#8221;  <a title="read the rest of this article" href="http://www.breitbart.com/article.php?id=080709124916.zxdxcmkx&amp;show_article=1">(more&#8230;)</a></p>
<p><a href="http://www.doxpara.com/?p=1162">And a response via Doxpara.</a></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fan-internet-flaw%2F', 'An+%3Cevil%3E+Internet+flaw%3F')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/an-internet-flaw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give your bud a swurl-y?</title>
		<link>http://www.matsays.com/misc/news/swurl/</link>
		<comments>http://www.matsays.com/misc/news/swurl/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 05:33:14 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[aggregator]]></category>
		<category><![CDATA[intelligent agent]]></category>
		<category><![CDATA[lifecasting]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=429</guid>
		<description><![CDATA[Back in the dark ages there was BBS.  Eventually this evolved into usenet.  Then after the millenium it came &#8230; MySpace, blogs, wikis, photo-sharing, micro-blogging and more &#8230; pretty much every social networking idea conceivable.  Now enter Swurl.
Swurl is a lifecaster (life Friendfeed and Spokeo) &#8211; a social networking aggregator.  In short, it pulls all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.swurl.com"><img align="right" border="0" title="swurllogo" src="http://www.mobimeet.com/wp-content/uploads/2008/06/swurllogo.png" alt="swurl" width="225" height="67" style="margin:0px 0px 5px 10px;"/></a>Back in the dark ages there was BBS.  Eventually this evolved into usenet.  Then after the millenium it came &#8230; MySpace, blogs, wikis, photo-sharing, micro-blogging and more &#8230; pretty much every social networking idea conceivable.  Now enter <a title="Swurl" href="http://www.swurl.com/">Swurl</a><a href="http://www.mobimeet.com/wp-content/uploads/2008/06/swurllogo.png"></a>.</p>
<p>Swurl is a lifecaster (life Friendfeed and Spokeo) &#8211; a social networking aggregator.  In short, it pulls all the data from all your various social network activities and aggregates it into one place.  More than that, it uses somewhat intelligent decisions about the content and context to attach related materials.  For example, if you rent a movie from Netflix, Swurl appends it with a YouTube link to the trailer.  Interesting.</p>
<p>This may sound a bit intrusive, and to me it is, but only because it&#8217;s being shared.  Nonetheless, it does bring up some interesting issues about where we are headed.  Many industry experts, including Web inventor Berners-Lee, foresee the Web becoming a tool where semantics yields to intelligent agents that link enough intelligently associated information together to basically make your life easier.  Is this not one step closer to that?</p>
<p>For more on Swurl, check out this <a title="Swurl’s Lifecasting Generates Your Blog For You" href="http://www.techcrunch.com/2008/06/27/swurls-lifecasting-generates-your-blog-for-you/">article on TechCrunch</a> or <a title="Swurl" href="http://www.swurl.com/">Swurl&#8217;s web site</a>.  Any of my student&#8217;s who&#8217;ve started using this, let me know what you think.  And maybe I&#8217;ll slice out a couple of hours and set it up for myself.  Like you&#8217;d really care what the hell I&#8217;m doing (and if you do, that&#8217;s a bit scary and I still don&#8217;t get why one would want to).</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fswurl%2F', 'Give+your+bud+a+swurl-y%3F')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/swurl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bill gets to steppin</title>
		<link>http://www.matsays.com/misc/news/bill-gets-to-steppin/</link>
		<comments>http://www.matsays.com/misc/news/bill-gets-to-steppin/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 07:17:35 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=423</guid>
		<description><![CDATA[Friday marked the end of an era &#8230; whether you love him or hate him, he&#8217;s had a major impact on technology, business, politics and pretty much everything in between, both direct and indirect, and it will be interesting to see what happens with his departure from the daily ops.  And in case you missed [...]]]></description>
			<content:encoded><![CDATA[<p>Friday marked the end of an era &#8230; whether you love him or hate him, he&#8217;s had a major impact on technology, business, politics and pretty much everything in between, both direct and indirect, and it will be interesting to see what happens with his departure from the daily ops.  And in case you missed it, here&#8217;s the CNET video spoof. Check out <a title="Marking Gates' last day--with videos" href="http://news.cnet.com/8301-13860_3-9979020-56.html">more vids here</a>.</p>
<div style="text-align:center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="335" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="playerType=embedded&amp;value=50002737" /><param name="src" value="http://www.cnet.com/av/video/flv/newPlayers/universal.swf" /><embed type="application/x-shockwave-flash" width="335" height="360" src="http://www.cnet.com/av/video/flv/newPlayers/universal.swf" wmode="transparent" allowfullscreen="true" flashvars="playerType=embedded&amp;value=50002737"></embed></object></div>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fbill-gets-to-steppin%2F', 'Bill+gets+to+steppin')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/bill-gets-to-steppin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Put it on paper</title>
		<link>http://www.matsays.com/soapbox/put-it-on-paper/</link>
		<comments>http://www.matsays.com/soapbox/put-it-on-paper/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 04:12:06 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD302 Net Broadcasting]]></category>
		<category><![CDATA[IMD325 UCD I]]></category>
		<category><![CDATA[IMD335 UCD II]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[brainstorming]]></category>
		<category><![CDATA[concept]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user interface design]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=420</guid>
		<description><![CDATA[Thankfully someone out there agrees with me about the benefit of putting the idea on paper first.  Stop opening Photoshop or Illustrator when you&#8217;re trying to flesh out your ideas, you&#8217;ll get too distracted by the little things (color, pixels, blah blah).  Instead, restrict yourself to a single page and a black pen (or if [...]]]></description>
			<content:encoded><![CDATA[<p>Thankfully someone out there agrees with me about the benefit of putting the idea on paper first.  Stop opening Photoshop or Illustrator when you&#8217;re trying to flesh out your ideas, you&#8217;ll get too distracted by the little things (color, pixels, blah blah).  Instead, restrict yourself to a single page and a black pen (or if you&#8217;re really into it, try using some post-it notes and a second color pen).  Sometimes you&#8217;ll be amazed what kind of ideas can come from simplicity.</p>
<p>Read the post &#8220;<a title="The Paper Version of the Web" href="http://deeplinking.net/paper-web/">The Paper Version of the Web</a>&#8221; and see the pics at deeplinking.net.</p>
<div style="text-align:center;">Dan Catt’s concept sketch for Flickr Places<br />
<a href="http://www.flickr.com/photos/35468159852@N01/2072452369"><img title="flickrplaces" src="http://www.mobimeet.com/wp-content/uploads/2008/06/flickrplaces.jpg" alt="concept sketch for flickrplaces" width="350" height="457" style="border:dotted 1px #ccc;"/></a><small><br />
<a href="http://www.flickr.com/places/"></a></small></div>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fsoapbox%2Fput-it-on-paper%2F', 'Put+it+on+paper')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/soapbox/put-it-on-paper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See Kevin, they do play nice</title>
		<link>http://www.matsays.com/misc/news/see-kevin-they-do-play-nice/</link>
		<comments>http://www.matsays.com/misc/news/see-kevin-they-do-play-nice/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 08:04:15 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/misc/news/see-kevin-they-do-play-nice</guid>
		<description><![CDATA[A special post for ever-skeptic Mr. Gabbert, read this post from DL: Microsoft could bring Office suite, other apps to the iPhone




addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>A special post for ever-skeptic Mr. Gabbert, read this post from DL: <span id="ppt1148869"><a href="http://www.downloadsquad.com/2008/03/25/microsoft-could-bring-office-suite-otther-apps-to-the-iphone/">Microsoft could bring Office suite, other apps to the iPhone</a></span></p>
<p><span></p>
<p style="text-align: center"><img src="http://www.mobimeet.com/wp-content/uploads/2008/03/iphone-sdk.jpg" /></p>
<p></span></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fsee-kevin-they-do-play-nice%2F', 'See+Kevin%2C+they+do+play+nice')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/see-kevin-they-do-play-nice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweeeeet! Too bad it&#8217;ll never get here!</title>
		<link>http://www.matsays.com/misc/news/sweeeeet-too-bad-itll-never-get-here/</link>
		<comments>http://www.matsays.com/misc/news/sweeeeet-too-bad-itll-never-get-here/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 23:55:35 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[haptic]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[touchscreen]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/misc/news/sweeeeet-too-bad-itll-never-get-here</guid>
		<description><![CDATA[Samsung released it&#8217;s AnyCall Haptic phone today.  Sweet.  Based on Samsung&#8217;s Touch UI, it was rushed to market to compete with iPhone but it will be interesting to see the directions it goes in since now there will be viable competition in the market.  Too bad it will never see the light of day in [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Samsung released it&#8217;s AnyCall Haptic phone today.  Sweet.  Based on Samsung&#8217;s Touch UI, it was rushed to market to compete with iPhone but it will be interesting to see the directions it goes in since now there will be viable competition in the market.  Too bad it will never see the light of day in the US (and at $700-$800, I&#8217;m not sure I&#8217;d bother anyway).</p>
<p style="text-align: center"><img width="440" src="http://www.mobimeet.com/wp-content/uploads/2008/03/samsung-anycall-haptic-1.jpg" height="528" style="width: 440px; height: 528px" /></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fsweeeeet-too-bad-itll-never-get-here%2F', 'Sweeeeet%21+Too+bad+it%26%238217%3Bll+never+get+here%21')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/sweeeeet-too-bad-itll-never-get-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Honoring Arthur C. Clarke</title>
		<link>http://www.matsays.com/misc/news/honoring-arthur-c-clarke/</link>
		<comments>http://www.matsays.com/misc/news/honoring-arthur-c-clarke/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 07:05:32 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/misc/honoring-arthur-c-clarke</guid>
		<description><![CDATA[


AP Photo/Gemunu Amarasinghe


I know many of you are into sci-fi and as a kid I read a lot of it so it is with a bit of sadness to read about the passing of the legendary Arthur C. Clarke.  For those of you too young to know who he is or the impact he had [...]]]></description>
			<content:encoded><![CDATA[<table align="center">
<tr>
<td style="border: #777 1px solid; padding: 8px; text-align:center;"><img src="http://www.mobimeet.com/wp-content/uploads/2008/03/ph2008031802488.jpg" /><br />
<small>AP Photo/Gemunu Amarasinghe</small></td>
</tr>
</table>
<p>I know many of you are into sci-fi and as a kid I read a lot of it so it is with a bit of sadness to read about the passing of the legendary Arthur C. Clarke.  For those of you too young to know who he is or the impact he had on both science fiction and the culture of technology, you should read up.  Probably most famous as co-writer of <em>2001: A Space Odyssey</em> (and authoring the screenplay&#8217;s basis <em>The Sentinel</em>), he authored some 100 books, 1000 essays and innumerable ideas in innovation, including introducing the idea of geostationary orbiting satellites &#8230; in 1945!  He won the Nobel Peace Prize in 1994 and was knighted in 1998.  In fact, his short story <em>Dial F for Frankenstein</em> was one of Berners-Lee&#8217;s inspirations for developing the World Wide Web.  Learn some history&#8230;there is amazing truth and knowledge in it.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fhonoring-arthur-c-clarke%2F', 'Honoring+Arthur+C.+Clarke')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/honoring-arthur-c-clarke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EU gives $22Mil to BitTorrent dev</title>
		<link>http://www.matsays.com/ailv/imd302/eu-gives-22mil-to-bittorrent-dev/</link>
		<comments>http://www.matsays.com/ailv/imd302/eu-gives-22mil-to-bittorrent-dev/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 13:55:16 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD302 Net Broadcasting]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/imd302/eu-gives-22mil-to-bittorrent-dev</guid>
		<description><![CDATA[The European Union has faith in BitTorrent. So much so that it&#8217;s donating $22 Million to help us be able to steal share files. The BBC is one of the biggest investors, figuring that since people download TV shows now anyway, they should probably try to get in on it. Which makes sense. Nobody watches [...]]]></description>
			<content:encoded><![CDATA[<p>The European Union has faith in BitTorrent. So much so that it&#8217;s donating $22 Million to help us be able to <strike>steal</strike> share files. The <a href="http://www.bbc.co.uk/"><font color="#73ac11">BBC</font></a> is one of the biggest investors, figuring that since people download TV shows now anyway, they should probably try to get in on it. Which makes sense. Nobody watches TV on TV&#8217;s anymore; it&#8217;s like listening to music on CDs. And when you see someone walking around with a Discman, you judge them. Don&#8217;t pretend that you don&#8217;t. <span id="more-323"></span>One of the main goals of this project, which they&#8217;re calling<a href="http://www.p2p-next.org/"><font color="#73ac11"> P2P-Next</font></a>, is to create an open source, BitTorrent-compatible client that can be used for live streaming. Which could be great for getting decent quality streaming TV. None of this watching poor quality out of sync episodes with strange asian subtitles. The team developing the core technology is the folks behind the BitTorrent client <a href="http://www.tribler.org/"><font color="#73ac11">Tribler</font></a>. With a cool $22 Million from the EU, along with another $6 Million from other partners, this project seems to have the backing it needs to succeed. They are hoping to create an environment that encourages sharing, but removing share ratio sanctions and letting the users moderate the content. All of this is great news. Since anything that will let us pirate share files quicker and easier is downright exciting.</p>
<p>[Via <a href="http://torrentfreak.com/eu-invests-22-million-in-next-generation-bittorrent-client/"><font color="#73ac11">TorrentFreak</font></a>]</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Failv%2Fimd302%2Feu-gives-22mil-to-bittorrent-dev%2F', 'EU+gives+%2422Mil+to+BitTorrent+dev')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/ailv/imd302/eu-gives-22mil-to-bittorrent-dev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Denied!</title>
		<link>http://www.matsays.com/misc/denied/</link>
		<comments>http://www.matsays.com/misc/denied/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 00:45:55 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/misc/denied</guid>
		<description><![CDATA[Breaking News: Yahoo! to reject Microsoft bid
As of Saturday, Feb 9 (according to the Wall Street Journal), the Yahoo! board is rejecting Microsoft&#8217;s unsolicited $44.6 billion acquisition offeron the premise that the $31 per share offer significantly undervalues the Yahoo! brand. Sources close to the board are not going to hold out for anything under $40 a share, which [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="bookmark" href="http://www.downloadsquad.com/2008/02/09/breaking-news-yahoo-to-reject-microsoft-bid/"><span id="pt1110896">Breaking News: Yahoo! to reject Microsoft bid</span></a></p>
<p>As of Saturday, Feb 9 (according to the Wall Street Journal), the Yahoo! board is rejecting Microsoft&#8217;s unsolicited $44.6 billion acquisition offeron the premise that the $31 per share offer significantly undervalues the Yahoo! brand. Sources close to the board are not going to hold out for anything under $40 a share, which increases the price another $12 billion. The thinking is that Microsoft won&#8217;t be willing to pay that much, and the alternative, a hostile bid, would be too detrimental to the company&#8217;s overall value, as board members and key employees would quit (quote from DownloadSquad).<!-- google_ad_section_end --></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fdenied%2F', 'Denied%21')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MICROHOO!</title>
		<link>http://www.matsays.com/misc/news/microsoft-puts-offer-for-yahoo/</link>
		<comments>http://www.matsays.com/misc/news/microsoft-puts-offer-for-yahoo/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 05:54:16 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/news/microsoft-puts-offer-for-yahoo</guid>
		<description><![CDATA[Could it possibly be?  By now if you haven&#8217;t heard, Microsoft made an unsolicited bid for Yahoo this morning to the tune of $44.6 billion.  For you students who are bothering to read my posts in between class notes, I hope you realize how huge this might be potentially for web developers.  Microsoft has long [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.mobimeet.com/wp-content/uploads/2008/02/microhoo.gif" alt="A look into the future?  Just kidding!" />Could it possibly be?  By now if you haven&#8217;t heard, Microsoft made an unsolicited bid for Yahoo this morning to the tune of $44.6 billion.  For you students who are bothering to read my posts in between class notes, I hope you realize how huge this might be potentially for web developers.  Microsoft has long held a position of going after businesses as its primary revenue model.  But ev.  er since the advent and success of Google in reaching consumer based users vis-a-vis its extensive library of APIs and Web Services, Microsoft has been feeling the pinch.  And with Bill stepping down, and expected changes in the near future, Microsoft has paved a way to change its business model in order to compete with Google.  Despite Yahoo&#8217;s recent struggles, they have a viable platform and a lot of loyalty.  I think, should the acquisition be accepted and after a probably period of growing and merging pains, it would create a super-synergy with a lot of new ideas and a lot of new directions.  Any thoughts?</p>
<p>And yes, it&#8217;s Friday night, it&#8217;s 10pm, and I&#8217;m sitting here contemplating what a possible acquisition of Yahoo might mean for web developers.  As you can see, I lead an exciting life!</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fmicrosoft-puts-offer-for-yahoo%2F', 'MICROHOO%21')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusorange.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/microsoft-puts-offer-for-yahoo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>THAT News: Google&#8217;s gPhone is dead &#8230; instead it&#8217;s Android</title>
		<link>http://www.matsays.com/misc/news/that-news-googles-gphone-is-dead-instead-its-android/</link>
		<comments>http://www.matsays.com/misc/news/that-news-googles-gphone-is-dead-instead-its-android/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 19:56:24 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/news/that-news-googles-gphone-is-dead-instead-its-android</guid>
		<description><![CDATA[Google is finally lifting the veil of secrecy from one of the company&#8217;s worst kept secrets: Google has been working on a cellphone platform. In the early days of gPhone speculation, rumors were flying that Google was going to launch its answer to the iPhone: a piece of hardware running custom software. Now we know [...]]]></description>
			<content:encoded><![CDATA[<p>Google is finally lifting the veil of secrecy from one of the company&#8217;s worst kept secrets: Google has been working on a cellphone platform. In the early days of gPhone speculation, rumors were flying that Google was going to launch its answer to the iPhone: a piece of hardware running custom software. Now we know that Google has instead <a href="http://www.openhandsetalliance.com/android_overview.html" title="Open Handset Alliance">developed a software platform for mobile phones </a>that allows phone makers and software developers to do more with cellphones. And of course, to make sure those phones connect easily to Google services like search, Gmail, Google Maps, and so on.</p>
<p>Google today is announcing Android, the mobile OS and the Open Handset Alliance. Google will be releasing the first version of the software development kit for Android on November 12.</p>
<p>Android is built on Linux and features a virtual machine designed for memory and resource optimization. Since the OS is built on an open source foundation, we could eventually see thousands of independent developers creating or porting third party applications to the mobile operating system. Think there are plenty of applications for your Windows Mobile, Palm, or Symbian phone? If Android catches on, we&#8217;d love to see developers port every single one of those apps, plus a few Linux goodies like OpenOffice.org or at least AbiWord.</p>
<p>In other words, Android is sort of the anti-iPhone. While Apple released an amazing new OS for a single handset, Android will be able to run on any number of phone models. And while Apple has yet to make an SDK available for third party iPhone development (although one is coming), Google will launch an Android SDK before a single phone even runs the OS.</p>
<p><em>So what&#8217;s your take?  For developers like me this is both a blessing and a curse.  Most developers who embrace open-source development (which I sometimes do and sometimes don&#8217;t) will definitely applaud this measure because it means deployment of handheld devices specifically tailored to need.  On the flip side, it could open up a lot of issues with compatibility and usage.  Not to mention a proliferation of crappy apps (which, I might add, I personally haven&#8217;t found a single downloadable app for my own Windows Mobile 6 phone that I would tout as one I can&#8217;t live without; but then again, I&#8217;m not exactly the power user simply because I find the phone to be little more than a brick with a few PC-like features &#8211; oh well, maybe something good WILL come out of it).</em></p>
<p>[article by Brad Linder of <a href="http://www.downloadsquad.com/2007/11/05/googles-gphone-is-dead-long-live-android/" title="Google's gPhone is dead, long live Android">DownloadSquad</a>]</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fthat-news-googles-gphone-is-dead-instead-its-android%2F', 'THAT+News%3A+Google%26%238217%3Bs+gPhone+is+dead+%26%238230%3B+instead+it%26%238217%3Bs+Android')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusred.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/that-news-googles-gphone-is-dead-instead-its-android/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gravatars &amp; Microformats</title>
		<link>http://www.matsays.com/misc/gravatars-microformats/</link>
		<comments>http://www.matsays.com/misc/gravatars-microformats/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 04:46:00 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[IMD325 UCD I]]></category>
		<category><![CDATA[IMD345 UCD III]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Toolbox]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/misc/gravatars-microformats</guid>
		<description><![CDATA[On the one hand, I&#8217;m not the biggest proponent of social networking (even including blogs), but every once in a while I see some pretty neat and useful things come along.  Two of these are microformats and gravatars.
Microformats have actually been around for over 2 years but are starting to become more and more prominent.  They are [...]]]></description>
			<content:encoded><![CDATA[<p>On the one hand, I&#8217;m not the biggest proponent of social networking (even including blogs), but every once in a while I see some pretty neat and useful things come along.  Two of these are microformats and gravatars.</p>
<p><a href="http://microformats.org"><img align="left" src="http://www.mobimeet.com/wp-content/uploads/2007/10/microformatslogo.gif" alt="Microformats logo" style="padding-right: 5px; padding-bottom: 5px; background-color: #fff" /></a>Microformats have actually been around for over 2 years but are starting to become more and more prominent.  They are defined as &#8220;a set of simple, open data formats built upon existing and widely adopted standards.&#8221;  In layman terms, they are extensions to tag markups that provide bits of information (based on the microformat used) in a comprehensive format that can be used to network with other bits of information.  Some of the better known ones are hCard, hCalendar and rel-tag.  You can read more about <a href="http://www.microformats.org" title="Microformats">microformats here</a>.  And if you happen to be in a bookstore that has a fairly good computer section, check out &#8220;<a href="http://microformats.org/blog/2007/04/19/microformats-the-book/" title="Microformats: the book">Microformats</a>&#8221; by <a href="http://microformatique.com/book/" title="John Allsopp's page">John Allsopp</a>.  I actually found a copy at <a href="http://www.bn.com" title="Barnes &amp; Noble">B&amp;N</a> the other day and read half over a cup of (puke) <a href="http://www.starbucks.com" title="Starbucks">Starbucks</a>. For an example of microformat code I use, look at the source of the page.  Notice two meta tags:</p>
<p><tt>&lt;meta name="ICBM" content="36.02674, -115.08997"&gt;<br />
&lt;meta name="DC.title" content="Mobimeet:Art Institute of Las Vegas"&gt; </tt></p>
<p>The first one defines my lat/long coordinates (more specifically, those of the Art Institute of Las Vegas), which associates me with other users near and around me &#8211; basically maps out social-to-web providers.  The second one is an unratified format that provides for better compatibility across meta tagging systems.</p>
<p><a href="http://site.gravatar.com" title="Gravatar"><img align="left" src="http://www.mobimeet.com/wp-content/uploads/2007/10/gravatarlogo.gif" alt="Gravatar logo" style="padding-right: 5px; padding-bottom: 5px" /></a>Gravatars are also not new but grew up pretty quickly, and word on the street today is that <a href="http://www.downloadsquad.com/2007/10/18/automattic-acquires-gravatar-to-help-with-scaling/" title="Automattic acquires Gravatar">Gravatar just got bought</a> (oh, sorry, <u>acquired</u>) by <a href="http://automattic.com/" title="Automattic">Automattic</a>, the company headed by Matt Mullenweg that owns <a href="http://wordpress.org" title="WordPress">WordPress</a>.  Gravatar stands for <strong><u>g</u></strong>lobally <strong><u>r</u></strong>ecognized <strong><u>avatar</u></strong> and conceptually its pretty simply but the implementation is much more defined.  You can create your own gravatar(s) and upload them on the <a href="http://site.gravatar.com/" title="Gravatar web site">main gravatar web site</a>.  So long as you continue to use a primary email address in your blog (or other social network) registrations, the back-end system will automatically insert your gravatar in place of your avatar &#8211; basically it keeps you from having to upload a new one each time you register in a new site and keeps your identity consistent.  I&#8217;ve <a href="http://www.mobimeet.com/misc/gravatars-microformats#comments" title="Comment of this article">posted a comment </a>under this article so you could see an example.</p>
<p>Goes to show you, some of the simplest ideas &#8211; as both microformats and gravatars are &#8211; can sometimes be the most powerful despite the impetus or platform.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fgravatars-microformats%2F', 'Gravatars+%26%23038%3B+Microformats')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusred.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/gravatars-microformats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Update Disables WMDRM</title>
		<link>http://www.matsays.com/misc/windows-update-disables-wmdrm/</link>
		<comments>http://www.matsays.com/misc/windows-update-disables-wmdrm/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 21:33:59 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD302 Net Broadcasting]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Toolbox]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/misc/windows-update-disables-wmdrm</guid>
		<description><![CDATA[As of October 16, 2007, we have several confirmed reports that attempts to acquire a digital rights management license for protected content through iStreamPlanet&#8217;s PayCast® system would fail. This includes, but may not be limited to, licenses acquired through Challenge windows invoked by the media header. The indicators that a system may have been affected [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" width="54" src="http://drmws.istreamplanet.com/images/icon_warning.png" alt="Warning" height="54" style="width: 54px; height: 54px;padding-right:5px;padding-bottom:5px;" title="Warning" />As of October 16, 2007, we have several confirmed reports that attempts to acquire a digital rights management license for protected content through <a href="http://www.istreamplanet.com/paycast_services/" title="iStreamPlanet PayCast Services">iStreamPlanet&#8217;s PayCast</a><sup>®</sup> system would fail. This includes, but may not be limited to, licenses acquired through Challenge windows invoked by the media header. The indicators that a system may have been affected are that the <strong>&#8220;Play&#8221;</strong> button at the bottom of the window would not Activate. Additional indicators are that scripted event handlers, such as script-invoked links and form input disabling, would not react as scripted.We have determined that the probably cause of this problem is due to <strong>Cumulative Security Update for Internet Explorer 7 (KB937143)</strong>. Once removed, the Challenge windows appear to react as scripted and successfully deliver the requested licenses. Please note that our tests indicate that the license does deliver in certain cases but does not instantiate inside the Windows Media Player.</p>
<p>For more information about this issue, <a href="http://www.istreamplanet.com/kb937143.asp" title="WMDRM Disabling caused by Cumulative Security Update for MSIE 7 (KB937143)">go here</a>.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fwindows-update-disables-wmdrm%2F', 'Windows+Update+Disables+WMDRM')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusred.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/windows-update-disables-wmdrm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet as Art</title>
		<link>http://www.matsays.com/misc/news/internet-as-art/</link>
		<comments>http://www.matsays.com/misc/news/internet-as-art/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 06:16:14 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Internet News]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/news/internet-as-art</guid>
		<description><![CDATA[Really, you just have to see it to enjoy it.  Far cry from when I first got into the biz.


addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>Really, you just have to see it to enjoy it.  Far cry from when I first got into the biz.</p>
<p style="text-align: center"><a href="http://chrisharrison.net/projects/InternetMap/" title="Internet as Art"><img src="http://www.mobimeet.com/wp-content/uploads/2007/10/worlddotblack.jpg" alt="The Internet as Art - Internet Maps" /></a></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Finternet-as-art%2F', 'Internet+as+Art')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusred.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/internet-as-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TOTD: Microsoft&#8217;s Silverlight</title>
		<link>http://www.matsays.com/misc/totd-microsofts-silverlight/</link>
		<comments>http://www.matsays.com/misc/totd-microsofts-silverlight/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 13:02:40 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Toolbox]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/misc/totd-microsofts-silverlight</guid>
		<description><![CDATA[It&#8217;s no surprise how far Flash has gone these days.  Having been in this industry for as long as I have, I&#8217;ve seen Flash develop from what was originally some very basic animation into full fledged application deployments with extensive back-end systems and video.
However, Flash does have some drawbacks (which I won&#8217;t bother to enumerate [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.silverlight.net" title="Silverlight Web Site"><img align="right" src="http://www.mobimeet.com/wp-content/uploads/2007/10/silverlightlogo.png" alt="Silverlight" style="padding-left: 10px; padding-bottom: 5px" /></a>It&#8217;s no surprise how far Flash has gone these days.  Having been in this industry for as long as I have, I&#8217;ve seen Flash develop from what was originally some very basic animation into full fledged application deployments with extensive back-end systems and video.</p>
<p>However, Flash does have some drawbacks (which I won&#8217;t bother to enumerate here).  Enter Microsoft Silverlight.  For those of you who haven&#8217;t caught the buzz, Silverlight was officially released by Microsoft last month though it&#8217;s been under beta development and deployment for most of the year.  At iStreamPlanet, we&#8217;ve jumped on it quickly &#8211; largely because of its ability to integrate directly into .NET based applications, its support for Windows Media streaming, and because of the flexibility in creating full-fledged applications without requiring re-compilation.</p>
<p><span id="more-172"></span></p>
<p>In many ways, Silverlight is very similar to Flash.  One of the primary reasons we&#8217;ve elected to use it over Flash (as I mentioned) is the ability to create applications quickly without recompiling it and without (pricey) authoring tools &#8211; Silverlight &#8220;applications&#8221; can be written in Notepad or any other text-editor.  In the past where we&#8217;ve used embedded Windows Media Player, we are now deploying Silverlight media players because we can construct modular, branded interfaces, but still using the same CDN repositories for the media.  A recent example is the deployment of a player for the Phoenix Suns fan community <a href="http://suns.planetorange.net" title="Phoenix Suns community web site Planet Orange">Planet Orange</a> (site was authored by one of your AILV classmates).  While Silverlight does require a download and installation, it does work cross-platform (Windows and Mac) and across major browsers (MSIE, Forefox, Safari).</p>
<p>It&#8217;s simplicity comes from the fact that the interface is written in plain text using an XML-based file system called XAML.  A XAML document looks pretty much like any XML with a definitive set of tags and attributes.  The XAML can also control the animations in the same manner that tweening or ActionScript would in Flash.  Events and methods can be scripted in Javascript, which makes debugging and modification very simple and very flexible.</p>
<p>Example of XAML Canvas:</p>
<table style="width: 90%; background-color: #eeeeff">
<tr>
<td style="font-size: 0.9em; color: #000000"><tt><font size="1" color="#0000ff">&lt;<font size="1" color="#800000">Canvas</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">xmlns</font><font size="1" color="#0000ff">=</font><font size="1">"</font><font size="1" color="#0000ff">http://schemas.microsoft.com/client/2007</font><font size="1">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">xmlns:x</font><font size="1" color="#0000ff">=</font><font size="1">"</font><font size="1" color="#0000ff">http://schemas.microsoft.com/winfx/2006/xaml</font><font size="1">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">Width</font><font size="1" color="#0000ff">=</font><font size="1">"</font><font size="1" color="#0000ff">420</font><font size="1">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">Height</font><font size="1" color="#0000ff">=</font><font size="1">"</font><font size="1" color="#0000ff">338</font><font size="1">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">x:Name</font><font size="1" color="#0000ff">=</font><font size="1">"</font><font size="1" color="#0000ff">mediaObject</font><font size="1">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">Loaded</font><font size="1" color="#0000ff">=</font><font size="1">"</font><font size="1" color="#0000ff">onLoaded</font><font size="1">"</font><font size="1" color="#0000ff">&gt;<br />
<font size="1" color="#0000ff">&lt;</font><font size="1" color="#800000">MediaElement</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">Source</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">""</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">AutoPlay</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">true</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">x:Name</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">mediaPlayer</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">Canvas.Left</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">0</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">Canvas.Top</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">0</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">Width</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">420</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">Height</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">315</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">Stretch</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">Fill</font><font size="1"><font color="#000000">" </font></font><font size="1" color="#ff0000">CurrentStateChanged</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">checkTime</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">MediaOpened</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">startTimer</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff"> </font><font size="1" color="#ff0000">MediaEnded</font><font size="1" color="#0000ff">=</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">showPrompt</font><font size="1" color="#000000">"</font><font size="1" color="#0000ff">/&gt;<br />
&lt;/Canvas&gt;</font></font></font></tt></td>
</tr>
</table>
<p>Example of HTML Document (fragment):</p>
<table style="width: 90%; background-color: #eeeeff">
<tr>
<td style="font-size: 0.9em; color: #000000"><tt><font size="1" color="#0000ff">&lt;!<font size="1" color="#800000">DOCTYPE</font><font size="1"> </font><font size="1" color="#ff0000">html</font><font size="1"> </font><font size="1" color="#ff0000">PUBLIC</font><font size="1"> </font><font size="1" color="#0000ff">"-//W3C//DTD XHTML 1.0 Transitional//EN"</font><font size="1"> </font><font size="1" color="#0000ff">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;<br />
&lt;</font><font size="1" color="#800000">html</font><font size="1"> </font><font size="1" color="#ff0000">xmlns</font><font size="1" color="#0000ff">="http://www.w3.org/1999/xhtml"</font><font size="1"> </font><font size="1" color="#0000ff">&gt;<br />
  &lt;</font><font size="1" color="#800000">head</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#0000ff">   &lt;</font><font size="1" color="#800000">title</font><font size="1" color="#0000ff">&gt;</font><font size="1">Silverlight Example</font><font size="1" color="#0000ff">&lt;/</font><font size="1" color="#800000">title</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#0000ff">    &lt;</font><font size="1" color="#800000">script</font><font size="1"> </font><font size="1" color="#ff0000">type</font><font size="1" color="#0000ff">="text/javascript"</font><font size="1"> </font><font size="1" color="#ff0000">src</font><font size="1" color="#0000ff">="Silverlight.js"&gt;&lt;/</font><font size="1" color="#800000">script</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#0000ff">    &lt;</font><font size="1" color="#800000">script</font><font size="1"> </font><font size="1" color="#ff0000">type</font><font size="1" color="#0000ff">="text/javascript"</font><font size="1"> </font><font size="1" color="#ff0000">src</font><font size="1" color="#0000ff">="MediaPlayer.js"&gt;&lt;/</font><font size="1" color="#800000">script</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#0000ff">    &lt;</font><font size="1" color="#800000">script</font><font size="1"> </font><font size="1" color="#ff0000">type</font><font size="1" color="#0000ff">="text/javascript"</font><font size="1"> </font><font size="1" color="#ff0000">src</font><font size="1" color="#0000ff">="SilverlightEventHandlers.js"&gt;&lt;/</font><font size="1" color="#800000">script</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#0000ff">    &lt;</font><font size="1" color="#800000">script</font><font size="1"> </font><font size="1" color="#ff0000">type</font><font size="1" color="#0000ff">="text/javascript"</font><font size="1"> </font><font size="1" color="#ff0000">src</font><font size="1" color="#0000ff">="MicrosoftAjax.js"&gt;&lt;/</font><font size="1" color="#800000">script</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#0000ff">    &lt;</font><font size="1" color="#800000">style</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#800000">    body</font><font size="1"> {<br />
</font><font size="1" color="#ff0000">    margin</font><font size="1">: </font><font size="1" color="#0000ff">0px</font><font size="1">;<br />
</font><font size="1" color="#ff0000">    background-color</font><font size="1">: </font><font size="1" color="#0000ff">#000000</font><font size="1">;<br />
</font><font size="1" color="#ff0000">    background-image</font><font size="1">:</font><font size="1" color="#0000ff">url(pagebg.jpg)</font><font size="1">;<br />
</font><font size="1" color="#ff0000">    font</font><font size="1">: </font><font size="1" color="#0000ff">2px</font><font size="1"> </font><font size="1" color="#0000ff">verdana</font><font size="1">;<br />
    }<br />
</font><font size="1" color="#800000">    h2</font><font size="1"> { </font><font size="1" color="#ff0000">font</font><font size="1">:</font><font size="1" color="#0000ff">2px</font><font size="1"> </font><font size="1" color="#0000ff">verdana</font><font size="1">; }<br />
</font><font size="1" color="#0000ff">    &lt;/</font><font size="1" color="#800000">style</font><font size="1" color="#0000ff">&gt;<br />
  &lt;/</font><font size="1" color="#800000">head</font><font size="1" color="#0000ff">&gt;<br />
&lt;</font><font size="1" color="#800000">body</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#0000ff">  &lt;</font><font size="1" color="#800000">div</font><font size="1"> </font><font size="1" color="#ff0000">id</font><font size="1" color="#0000ff">="outer"</font><font size="1"> </font><font size="1" color="#ff0000">align</font><font size="1" color="#0000ff">="center"&gt;<br />
</font><font size="1" color="#0000ff">    &lt;</font><font size="1" color="#800000">div</font><font size="1"> </font><font size="1" color="#ff0000">id</font><font size="1" color="#0000ff">="silverlightControlHost"&gt;&lt;/</font><font size="1" color="#800000">div</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#0000ff">    &lt;</font><font size="1" color="#800000">script</font><font size="1"> </font><font size="1" color="#ff0000">type</font><font size="1" color="#0000ff">="text/javascript"&gt;<br />
</font><font size="1">    createSilverlight();<br />
</font><font size="1" color="#0000ff">    &lt;/</font><font size="1" color="#800000">script</font><font size="1" color="#0000ff">&gt;<br />
</font><font size="1" color="#0000ff">  &lt;/</font><font size="1" color="#800000">div</font><font size="1" color="#0000ff">&gt;<br />
&lt;/</font><font size="1" color="#800000">body</font><font size="1" color="#0000ff">&gt;<br />
&lt;/</font><font size="1" color="#800000">html</font><font size="1" color="#0000ff">&gt;</font></font></tt></td>
</tr>
</table>
<p>Example of Javascript handlers:</p>
<table style="width: 90%; background-color: #eeeeff">
<tr>
<td style="font-size: 0.9em; color: #000000"><tt><font size="1" color="#0000ff">var<font size="1"> isMouseDown = </font><font size="1" color="#0000ff">false</font><font size="1">;<br />
<font size="1" color="#0000ff">function</font><font size="1"> onLoaded(sender,args) {<br />
  sender.findName("mediaPlayer").Source = 'path_to_a_media_file';<br />
  sender.findName("mediaPlayer").play();<br />
}<br />
<font color="#0000ff">function</font><font size="1"> checkTime(sender,args) {<br />
  //scripting to display time played<br />
}<br />
<font color="#0000ff">function</font><font size="1"> startTime(sender,args) {<br />
  //begin checkTime event handler function<br />
}<br />
<font color="#0000ff">function</font><font size="1"> showPrompt(sender,args) {<br />
  alert('Your video is done playing');<br />
}</font></font></font></font></font></font></tt></td>
</tr>
</table>
<p>Several early adopters have written applications.  I urge you to visit the official <a href="http://www.silverlight.net" title="Silverlight Web Site">Silverlight web site</a> (<a href="http://www.silverlight.net" title="Silverlight Web Site">www.silverlight.net</a>) and check out some of them.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Ftotd-microsofts-silverlight%2F', 'TOTD%3A+Microsoft%26%238217%3Bs+Silverlight')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusred.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/totd-microsofts-silverlight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>User Experience 2007</title>
		<link>http://www.matsays.com/misc/user-experience-2007/</link>
		<comments>http://www.matsays.com/misc/user-experience-2007/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 18:07:31 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[IMD325 UCD I]]></category>
		<category><![CDATA[IMD335 UCD II]]></category>
		<category><![CDATA[IMD345 UCD III]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Toolbox]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/misc/user-experience-2007</guid>
		<description><![CDATA[Nielsen Norman Group is hosting User Experience 2007 in Las Vegas, a 6-day conference with 31 full-day seminars covering nearly every aspect of the user experience.  The conference runs December 2-7 at Caeser&#8217;s Palace.  Unfortunately it&#8217;s a whopping $708 (and that&#8217;s early registration) for one day and up to $3,550 for all six.  So much [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nngroup.com/events/las_vegas/agenda.html" title="User Experience 2007 Las Vegas"><img align="left" src="http://www.mobimeet.com/wp-content/uploads/2007/10/ue2007_las_vegas.jpg" alt="User Experience 2007 Las Vegas" style="margin-bottom: 5px; margin-right: 10px" /></a>Nielsen Norman Group is hosting User Experience 2007 in Las Vegas, a 6-day conference with 31 full-day seminars covering nearly every aspect of the user experience.  The conference runs December 2-7 at Caeser&#8217;s Palace.  Unfortunately it&#8217;s a whopping $708 (and that&#8217;s early registration) for one day and up to $3,550 for all six.  So much for making it affordable for students (hell, at that rate, it&#8217;s not even affordable for instructors either).</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fuser-experience-2007%2F', 'User+Experience+2007')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusred.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/user-experience-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Way too much time</title>
		<link>http://www.matsays.com/misc/news/way-too-much-time/</link>
		<comments>http://www.matsays.com/misc/news/way-too-much-time/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 20:41:01 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD335 UCD II]]></category>
		<category><![CDATA[Internet News]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/news/way-too-much-time</guid>
		<description><![CDATA[OK, I admit, it&#8217;s a pretty serious bug but this tester who found it has just WAY too much time on his hands.  The gist of it is that in Microsoft Excel 2007 (which by the way, Microsoft, I love ya dearly but the new Office UI stinks) multiplying 850 by 77.1 yields 100,000 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>OK, I admit, it&#8217;s a pretty serious bug but this tester who found it has just <strong><u>WAY</u></strong> too much time on his hands.  The gist of it is that in Microsoft Excel 2007 (which by the way, Microsoft, I love ya dearly but the new Office UI stinks) multiplying 850 by 77.1 yields 100,000 &#8211; and yes, pull out your cellphone calculator and try it.  It&#8217;s not the only one (there&#8217;s a list of them on this thread).</p>
<p><a href="http://groups.google.com/group/microsoft.public.excel/browse_thread/thread/2bcad1a1a4861879/2f8806d5400dfe22?hl=en#2f8806d5400dfe22" title="microsoft.public.excel - Bug in Excel 2007">Bug in Excel 2007 thread on Google Groups</a></p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Fnews%2Fway-too-much-time%2F', 'Way+too+much+time')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusred.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/news/way-too-much-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
