<?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</title>
	<atom:link href="http://www.matsays.com/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-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/wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Innovation</title>
		<link>http://www.matsays.com/soapbox/innovation/</link>
		<comments>http://www.matsays.com/soapbox/innovation/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 19:16:04 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[buzzwords]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1205</guid>
		<description><![CDATA[The abuse of words like innovation, disruption, game changing and  breakthrough is killing us. We’re tripping over our own egos, lost in  the ignorance of romance for the vagaries of pseudo-thinking associated  with these words. The more often people in a company use this word, the  less likely anything worthy of [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>The abuse of words like innovation, disruption, game changing and  breakthrough is killing us. We’re tripping over our own egos, lost in  the ignorance of romance for the vagaries of pseudo-thinking associated  with these words. The more often people in a company use this word, the  less likely anything worthy of that label is actually happening, as it’s  often the confused and the desperate who believe simply saying a word  again and again like a magic spell causes anything at all to happen.</em></p>
<div style="text-align: right;"><em>- Scott Berkun<br />
(via <a title="Stop saying 'innovation'" href="http://ideas.economist.com/content/stop-saying-innovation-scott-berkun">The Economist</a> &#8211; thanks for great bookmark from <a href="http://52weeksofux.com/post/722549884/innovation-the-next-great-buzzword">52WeeksOfUX</a>)<br />
</em></div>
</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%2Finnovation%2F', 'Innovation')" 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/innovation/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-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/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-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/extjs-becomes-sencha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Cautionary Tale</title>
		<link>http://www.matsays.com/soapbox/dont-work-for-family-friends/</link>
		<comments>http://www.matsays.com/soapbox/dont-work-for-family-friends/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 15:25:18 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1193</guid>
		<description><![CDATA[via anonymous donor in one of my favorite tumblogs &#8211; Clients From Hell &#8211; but one of the most well written accounts for up-and-coming (meaning student and novice) web developers&#8230;
I’m sure none of you are strangers to being asked to do favours for  friends and family. I’m here to tell you that while there’s [...]]]></description>
			<content:encoded><![CDATA[<p><strong>via anonymous donor</strong> in one of my favorite tumblogs &#8211; <a title="A Cautionary Tale" href="http://clientsfromhell.net/post/700943778/a-cautionary-tale"><strong>Clients From Hell</strong></a> &#8211; but one of the most well written accounts for up-and-coming (meaning student and novice) web developers&#8230;</p>
<hr size="1" />I’m sure none of you are strangers to being asked to do favours for  friends and family. I’m here to tell you that while there’s nothing  wrong with doing a favour for someone you love now and then, always draw  up a contract and terms of service, no matter how small or minimal the  project. I don’t care if you’re doing it for free &#8211; make them sign a  contract.  In this case, I assume complete responsibility for the  following situation because I mistakenly worked from trust. I should  also warn you that this reads more like a bad romance than anything  else, but hey, I wouldn’t wish the following on anyone.</p>
<p>Background: I’m a 22-year-old university student with aspirations of  practicing rural medicine. I’m also a freelance web/print designer. It’s  my sole source of income, and it’s what I do to put myself through  school. I don’t have much of a social life because I balance a full-time  university schedule with twenty to thirty hours a week of volunteer and  paid design work.  I wouldn’t change a thing here. I’m happiest  a-codin’ and designin’, and I count myself as pretty lucky to be able to  make a living from my hobby while I’m working towards my doc dreams.<span id="more-1193"></span></p>
<p>I’ve  always been a nerdy and creative kid, so I got into computers and art  at a fairly young age. I knew I liked designing and I spent a lot of  time playing with Python to pick up on basic programming in middle  school. In high school, I designed posters and crappy Geocities websites  for nearly every extra-curricular club around. So when I was fifteen, I  was really excited when my dad asked me if I’d be interested in doing  some design work for a good business acquaintance of his, whom I’ll  refer to from now on as CFH (for Client From Hell &#8211; what else?).  The  job involved developing some simple layouts and promotional materials  for an industry-specific print career guide. Armed with Publisher and  Photoshop, I got to work.</p>
<blockquote><p><strong>The pay seemed pretty damn great for someone my age, and the  idea of getting paid to do something I loved from home seemed pretty  attractive compared to the notion of finding a summer retail job, an  experience that had bored me out of my mind the previous year.</strong></p></blockquote>
<p>I did the job, CFH was happy with my work, and I continued working on  small projects for him every now and then, past graduating high school  and entering university.</p>
<p>In early 2009, I received a scholarship  to study abroad for a semester. When CFH heard, he gave me his heartfelt  congratulations, attended a goodbye party my parents had for me, and  even gave me a generous monetary gift for my travel expenses. He’d  become a very supportive family friend at this time, and was often the  only non-South Asian face at family gatherings. I was really grateful  for his support and thought the world of him. When I returned six months  later, CFH let me know that the website I had designed for him had been  voted into the global top ten of its field and that he would be  branching out to cover a greater range of clientele. I knew that it was  making him boatloads of money and I was happy to have been involved in a  project that had achieved such status. He asked me if I’d be interested  in taking a lead role in helping out with the company’s growth. I  agreed enthusiastically, and got to work.</p>
<p>Fast forward to  September, when I started as CFH’s primary web designer. The work was  substantial, and took up much more of my time than previous projects  had, but it was completed on time and he was thrilled with it. Prior to  starting, I had let CFH know that I’d be changing our previously casual  business relationship, and that I’d be invoicing him all Official-Like  from now on since I was going to be using my work as my primary source  of employment, and needed to keep good records for tax purposes. At this  stage, CFH had started outsourcing all his back-end development work to  India because it was cheaper than hiring Canadian-based developers, so I  think my invoice took him by surprise as he had thought that web work  would be ‘cheaper’ and ‘easier to do’ than print, for whatever reason.   Keep in mind that I was asking for what was essentially cents above  minimum wage per hour of work not including the many hours I spent on  development, consultation, edits, etc. because I was a little insecure  in my legitimacy as a designer due to my lack of formal education in the  subject. I now know this to be BS, as my current clients continue to  hire me, citing the diversity of skills I offer and the highly creative  and efficient nature of my print and web work. Nevertheless, I decided  to give CFH a very steep discount because we hadn’t pre-negotiated the  terms (even though he was aware of how much time each project was taking  me). He took his sweet time with my invoice but finally, and  begrudgingly, decided to pay up.</p>
<p>Things get a little ridiculous  here.</p>
<blockquote><p><strong>CFH became increasingly imposing. His phone calls to me  became increasingly longer and unrelated, bordering on uncomfortable.</strong></p></blockquote>
<p>He started demanding additional amounts of work to be done  ‘immediately’, and when I’d ask about payment, he’d get irritable and  tell me that it was ‘all about the money’ with me, and that he’d pay me  as soon as I sent him an invoice via snail mail. Everytime I would mail  out an invoice, he’d complain about some charge, and insist that I send  him an updated invoice with this or that detail changed. This continued.  I didn’t see a cent. I was even paying for stock photos and fonts out  of pocket and not being reimbursed like I had earlier been promised.  Keep in mind that I was in a particularly delicate position given that  this person was my father’s good friend, and regretfully, my pride got  in the way of actually saying anything to my father at the time. At the  time, I didn’t think things would (could?) get worse.</p>
<p>They did,  so in January, I put my foot down. I told CFH I’d no longer be working  for him as he had become unbearably imposing, and had unreasonable  expectations of me. Primarily, I was concerned because I hadn’t seen a  cent from any of this work I’d done since September. He countered this  by telling me that I was a rip-off and that he’d found a “professional  design agency” that was better equipped to meet his needs. I wished him  the best despite the fact that I was disappointed at having let go of my  biggest client. I tried not to think about the many hours of work I  wouldn’t be seeing a cent for anymore. At the same time, I was relieved  that I wouldn’t have to put up with his borderline psychotic behaviour,  or compromise the quality of my work anymore to meet his increasingly  ass-backwards demands (white text on beige?).</p>
<p>Two days later, I  received a phone call from CFH. He apologized profusely right off the  bat, said that he’d pay his complete owing sum, and that he needed me to  come back. He told me that he was extremely unhappy with the quality  of, and the speed at which his new designers were completing his work.  He begged me to come back, saying that this time he’d be more  considerate of my time and reasonable in his expectations of me. I  hesitated, but agreed to come back on the terms that he had to agree to  the estimate I gave him prior to starting each job. Since my prices were  ‘too steep’ for him and he didn’t want to contend with the fact that I  could only work in the evenings due to my class schedule, we worked out a  system where I would design the main graphical elements and primary  pages, and his “professional design agency” would use these elements to  develop subsidiary pages for the back-end. He agreed, and I got to work.  As a sidenote, I should mention that his “professional design agency”  pulled out when they realized the extent of work that needed to be done  and his unreasonably demanding nature, but I digress.</p>
<blockquote><p><strong>So I hadn’t realized that my new agreement with CFH would  otherwise translate into a one-way ticket to hell, with him reigning as  chief Satanic commander.</strong></p></blockquote>
<p>His behaviour become fairly unbelievable at this point: he’d call me  at 11:30pm and asking to have something by 7am the next morning. He’d  whine when I’d decline. He’d have me sit on the phone for hours while  directing me to this stock photo or that website to “get inspired by”  (i.e. steal). At the time, I was under a lot of stress because I was  experiencing a flare-up in an existing neurological condition that was  putting me in the emergency room almost every week. I mentioned at one  point to CFR that I was scheduled for an MRI in a couple of months, and  he suggested that I pay out-of-pocket to get it done privately to avoid  the wait. A private MRI has to be done out-of-province, and runs upwards  of $1500. I explained that this was not an option for me given that a  recent astronomical increase in tuition costs, and my student aid being  cut substantially due to the increasing conservatization of my  post-secondary institution.</p>
<p>Unsurprisingly, he didn’t ‘get’ it,  telling me to bug my parents for the money or ‘something’. For the  record, I’m completely financially independent, and have no intentions  of harassing my parents for money I’m perfectly capable of making  myself. My lifestyle ain’t so lavish that it requires a lot of  dough  either: I’m a herbivore, don’t go out much, share an apartment with two  other people, and ride a bicycle or take public transit everywhere. I  use open-source software and recycle hardware whenever possible.  Textbooks (which I generally buy secondhand) and tuition are my major  expense, so while my living costs might be minimal, they’re still there.  I wasn’t sure what part of this CFH couldn’t comprehend. Surely, he’d  understand, having himself been a student forty years ago?</p>
<p>April  was the final straw. I hadn’t seen a cent since September despite many  false exclamations of  “the cheque is in the mail!” and what I now knew  to be CFH’s lavish income from MY work.</p>
<blockquote><p><strong>He even had the nerve to call me to share his excitement  about his new ‘keyless’ car, which he eagerly explained cost about as  much as a house.</strong></p></blockquote>
<p>A myriad of other reasons followed, and you should tell me if I’m  being a bit too sensitive here: Rape jokes? check. Racist remarks about  his Indian developers DESPITE the fact that I’m South Asian too &#8211; but  ‘not like one of them’, according to him? Check. Pictures of, and  forwarded emails from women he was sleeping with? Check. Pervasive  questions about my sexuality and personal life? Double-check.</p>
<p>I  quit. I fucking quit. I sent a politely-worded e-mail explaining that I  would not be working for him anymore. I don’t believe in leaving people  in the dark about their behaviour, so I explained very clearly exactly  how his behaviour had influenced my decision to leave. CFH responded by  saying that he hadn’t “bothered to read my e-mail” but that “as a  professional, [he] anticipated that [I] would provide [my] assistance in  bringing the new resources up to speed..”. Regarding my invoice, his  exact words were: “It shall, of course, be paid, in full, upon receipt”  (all those commas, must be, compensating, for, something) seeing as how  he was continuing to use my work. I had no problem with this, and made  the remaining incomplete files available in their raw form on my server,  alongside a detailed explanation of what the new designer/s would need  to know. I’m not a vengeful person, so when the new designer got in  touch with me, I was quick to direct him to where he needed to be. I  just wanted to get paid and get CFH out of my life already.</p>
<p>Things  seemed like they were ending on a slightly more positive note. A few  days later  I got a call from my father. CFH had taken him out for  drinks and then gotten him call me to “tell me” to come back to work for  him. CFH had explained to him that I was upset about my pay (I didn’t  realize zero dollars was pay?) but that he had ‘forgotten’ that I was  now a grown-up with financial responsibilities, and not that same  fifteen-year-old who was estatic about getting some spending money from  his hobby.</p>
<blockquote><p><strong>He told my dad that I had left him hanging despite having  given me a pretty decent deal; apparently my ‘mental health issues’ and  ‘greed’ were getting in the way.</strong></p></blockquote>
<p>Clearly, this wasn’t just about the money for me anymore, and I  realized that CFH’s new designer had probably bailed on him as well as a  result of his.. loopiness.  Naturally, I declined. This upset my father  initially, though he changed his mind later when I gave him a (heavily  censored) account of what had actually happened.</p>
<p>Besides, hadn’t  CFH mentioned that he’d be paying me for the work I’d already completed?  The invoice was in the mail for the fourth time. Of course, I didn’t  set my expectations too high because on May 11, I received  the  following message:  “Let me be quite clear about things. Unless you  immediately finish the projects you started for [Company Name], we shall  not pay your invoice. Enough is enough!”</p>
<blockquote><p><strong>So now I know better than to expect any pay at all. Over 300  hours logged since September, and not a cent.</strong></p></blockquote>
<p>CFH continues to use my work and profit from it. I have no legal  backing because (1) CFH happens to be a retired lawyer, and (2) I never  drew up a physical contract because of the sporadic nature of the work  and our long-standing business relationship. My own fault.  The best  part? I have to defer my next semester at university to work more,  because I couldn’t come up with my minimum tuition payment in time this  year &#8211; seeing as how my job didn’t pay me, and I had to use my existing  funds for things like rent, medication, and food. CFH is well aware of  this. Sucks, but I’m not one to dwell in the past recognizing my own  mistakes. I’m also far too grateful for things like a roof over my head  to feel sorry for myself.</p>
<p>I learnt my lesson and since then, I have had no problem putting what  I’ve learnt into practice with my current clients. Keep in mind that  these are primarily charitable organizations and student groups with  very limited funding &#8211; yet they have no problem respecting my time,  signing contracts without complaint, agreeing to my terms and putting  down a 50% deposit before I do any work.  These clients believe in my  right to make a living wage from my work, and that’s exactly how all  clients should treat their freelancer.</p>
<blockquote><p><strong>In closing, please don’t make the same mistakes I did with  CFH. I don’t care if you’re making invites for your neighbor’s son’s  friend’s girlfriend’s baby shower: always draw up a physical contract,  regardless of whether the work is for-pay or not.</strong></p></blockquote>
<p>It’s a sad fact, but there is no guarantee of sanctity in a  long-standing relationship regardless of how long you have had your  client. There are people out there whose only motivation is to make as  much money as possible while taking credit for your work and screwing  you over in the process. A contract gives you some legal backing, and at  the very least ensures that both parties understand the terms of  service. Deposits are great too, because they ensure that both parties  are invested in the project to some extent. Lessons are better learnt  earlier rather than later.</p>
<p>And finally, to CFH? I trust Karma.</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%2Fdont-work-for-family-friends%2F', 'A+Cautionary+Tale')" 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/dont-work-for-family-friends/feed/</wfw:commentRss>
		<slash:comments>4</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-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/macmini-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you an (iPhone) preemie?</title>
		<link>http://www.matsays.com/rambling-on-life/are-you-an-iphone-preemie/</link>
		<comments>http://www.matsays.com/rambling-on-life/are-you-an-iphone-preemie/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 04:49:45 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1189</guid>
		<description><![CDATA[Tomorrow morning the iPhone 4 goes on pre-order.  Are your fingers poised over the keys to make that pre-order or are you going to wait for it to go in store and check it out first?
Sooner or later, I figure I am going to have to make the plunge.  I&#8217;ve been using a [...]]]></description>
			<content:encoded><![CDATA[<p>Tomorrow morning the iPhone 4 goes on pre-order.  Are your fingers poised over the keys to make that pre-order or are you going to wait for it to go in store and check it out first?</p>
<p>Sooner or later, I figure I am going to have to make the plunge.  I&#8217;ve been using a first-generation Android and while I&#8217;m happy with it, it really hasn&#8217;t lived up to my expectations.  Granted it&#8217;s pretty memory deficient being a first-gen (CC&#8217;s phone runs mondo faster than mine and it&#8217;s only a second-gen) but with a little coddling and a mod, it&#8217;s done well (better than that stupid WinMo Dash I had before it).</p>
<p>Not to mention that I&#8217;m getting an awful lot of pressure from the better half who is dying to do video chat.  I have to admit that the overall package is pretty impressive, so maybe for once I&#8217;ll be happy with one.  At least until I have to keep rebooting it.  Ahh technology.</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%2Frambling-on-life%2Fare-you-an-iphone-preemie%2F', 'Are+you+an+%28iPhone%29+preemie%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/rambling-on-life/are-you-an-iphone-preemie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Local Maximum</title>
		<link>http://www.matsays.com/misc/resources/the-local-maximum/</link>
		<comments>http://www.matsays.com/misc/resources/the-local-maximum/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 22:36:32 +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[ui]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1184</guid>
		<description><![CDATA[From 52 Weeks of UX
Photo courtesy of Andrew Chen via 52 Weeks of UX
Do you ever feel that your design has become stale and that despite your making lots of little changes to it over time without any big overhaul there is just no way to drastically improve it?
If so you’ve probably hit what Andrew [...]]]></description>
			<content:encoded><![CDATA[<p>From <a title="The Local Maximum" href="http://52weeksofux.com/post/694598769/the-local-maximum">52 Weeks of UX</a></p>
<div style="width:325px;float:left;margin-right:8px;margin-bottom:5px;"><img class="aligncenter size-full wp-image-1185" title="The Local Maximum" src="http://www.matsays.com/wp-content/uploads/2010/06/tumblr_l3yuhnAPpJ1qz8ohs.gif" alt="" width="325" height="238" /><br/><small>Photo courtesy of Andrew Chen via 52 Weeks of UX</small></div>
<p>Do you ever feel that your design has become stale and that despite your making lots of little changes to it over time without any big overhaul there is just no way to drastically improve it?</p>
<p>If so you’ve probably hit what Andrew Chen calls the “Local Maximum”. The local maximum is a point in which you’ve hit the limit of the current design…it is as effective as its ever going to be in its current incarnation. Even if you make 100 tweaks you can only get so much improvement; it is as effective as its ever going to be on its current structural foundation.</p>
<p>The local maximum occurs frequently when UX practitioners rely too much on a/b testing or other testing approaches to make improvements. This type of design is typified by Google and Amazon…they do lots and lots of testing, but rarely make large changes. (Except, of course, Google’s homepage background change this week, which was quickly reverted)</p>
<p>While a cycle of smaller improvements is better than the dysfunctional design processes most of us are stuck with, one of the criticisms of this type of extreme optimization is that it’s always and only incremental: you can only make a few small changes at a time and therefore your design evolves slowly. And if you’re doing rigorous testing, by only changing one variable at a time, then you’re only changing one small part of your application in each iteration. This work cycle becomes dependent on how fast you can run tests. For Google and Amazon, who are blessed with millions of visitors per day, this is no problem because they can run tests extremely quickly. For most people building web sites, low traffic volume can be a huge hurdle because it means that tests have to run longer and thus slows down rate of iteration.</p>
<p>To illustrate the notion of local maxima Chen uses the example of a photo upload application, pointing out there are many ways to improve an offering by optimizing what currently exists. You can A/B test the current photo upload page, send out more emails reminding people to upload, add more calls-to-action to upload, etc. It’s easy to both design and test these options.</p>
<p>But after a while these low-hanging fruit get few and far between and as UX designer you have two choices: continue to try ever-increasing alternatives (optimize) that are small enough to test or to try and make a bigger, structural change that really shakes things up (innovate).</p>
<p>Chen points out that other approaches to improving a photo app besides optimization would probably have a higher return. These include:</p>
<p>* Repositioning the product for a stronger value proposition<br />
* Going after a different kind of audience to target their needs<br />
* Recalibrating the “core mechanic” of the product to make uploading photos a natural part of using the product</p>
<p>Because these changes are much larger than a single design element you can effectively test, making a change to them requires making a daring design decision. Someone has to step up and take a chance based on their intuition: what they think will work instead of what testing has proven works.</p>
<p>In order to design through the local maximum we need a balance between the science-minded testing methodology and the intuitive sense designers use when making big changes. We need to intelligently alternate between innovation and optimization, as both are required to design great user experiences.</p>
<p>One strategy we might employ is to optimize until we reach a point of diminishing returns: design until changes just aren’t having a big effect. Then, stop optimizing and return to other kinds of analysis to figure out the next steps. Conduct interviews. Do user testing. Give surveys, ask questions. Find out the biggest existing pain points instead of focusing on tiny design elements at this stage. Focus at the activity-level. What are people trying to accomplish? What are their higher-level goals? What aren’t people doing that we want them to? What big hurdles keep them from taking the next action? This level of insight will allow you to make those bigger changes.</p>
<p>And when the time comes to make the bigger changes, when you decide to jump from your local maximum to some other design possibility, make the decision with conviction. But don’t forget that the optimization has only just begun.</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%2Fresources%2Fthe-local-maximum%2F', 'The+Local+Maximum')" 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/resources/the-local-maximum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast CMS Deployment with jQuery and Web Services</title>
		<link>http://www.matsays.com/misc/tricks/fast-cms-deployment-with-jquery-and-web-services/</link>
		<comments>http://www.matsays.com/misc/tricks/fast-cms-deployment-with-jquery-and-web-services/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 06:03:58 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[IMD223 Advanced Scripting]]></category>
		<category><![CDATA[IMD322 Dynamic Design]]></category>
		<category><![CDATA[IMD325 UCD I]]></category>
		<category><![CDATA[IMD335 UCD II]]></category>
		<category><![CDATA[IMD345 UCD III]]></category>
		<category><![CDATA[IMD375 Databases]]></category>
		<category><![CDATA[IMD402 Server Side Scripting]]></category>
		<category><![CDATA[IMD414 Dynamic Design]]></category>
		<category><![CDATA[INF400 Web Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dam]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1178</guid>
		<description><![CDATA[This week we&#8217;ve been working on a quick digital asset manager for the upcoming Wimbledon.  Last year, Delta Tre produced a massive, well designed system to handle the metadata and media transfer between the UK and the partners in the US.  They had months to build it.  This year we had 2 [...]]]></description>
			<content:encoded><![CDATA[<p>This week we&#8217;ve been working on a quick digital asset manager for the upcoming Wimbledon.  Last year, Delta Tre produced a massive, well designed system to handle the metadata and media transfer between the UK and the partners in the US.  They had months to build it.  This year we had 2 weeks.  Granted we had some experience with the system from last year and that we&#8217;ve been toying with our own Director and VWAP systems, but we decided that in the interest of time (10 business days) and resources (2 developers) that we&#8217;d take a different approach.</p>
<p>Rather than take a traditional page-design approach, we architected the database and interaction to be slim and exchangeable.  First, the database was managed by use of two .NET-based Web Services written in C# that ingested via POST marking transaction success with 32-character IDs, output via XML and with multi-purpose edit functions using switches and variable inputs.  Next, the authentication was built on a combination Basic and session-based approach using ASP &#8211; quick and efficient and easy to modularize should the system need to be moved to another platform.  Finally, the front-end was built on a single HTML page with jQuery and jQuery UI to support the large number of Ajax exchanges and interactive features.</p>
<p>The result is a clean, easy to use, transportable DAM-CMS capable of complex transactions (multi-tiered, synchronous updates), hooks to a Silverlight-based rough cut editor from Southworks, and most of all, easy and quick to modify without affecting the production environment.  By deploying a single jQuery-based controller separate from the parser and presentation components, new objects could be introduced to the interface based on a modifiable, dynamic XML document at login (or pushed in real-time, even after the user had logged in).</p>
<p><img class="aligncenter size-large wp-image-1179" title="Screen capture of development interface" src="http://www.matsays.com/wp-content/uploads/2010/06/Picture-2-600x341.png" alt="" width="600" height="341" /></p>
<p>Some of the things we learned seem pretty silly but in fact were critical to the project completing in such a short amount of time.</p>
<p>First, segregate all the processes &#8211; by constructing the database, the web services, and the interface separate from each other, different developers could rapidly deploy all of it and mesh together quickly at stop-points each day.  Chandler and I (with a big assist from Srini and Mio) were able to work independently and merge as he completed parts of the web service, or make changes as parts of the interface came together.  Likewise, during testing, changes to the interface and sequence could be done in real-time and re-tested within minutes instead of having to go back to the drawing board.  This was eased by the fact that issues could be easily attributable and divisible to interface or back-end, and handled separately.</p>
<p><img class="alignright size-full wp-image-1180" title="Modal window in RCE-CMS" src="http://www.matsays.com/wp-content/uploads/2010/06/Picture-3-e1276495120982.png" alt="" width="350" height="180" align="right"/>Second, it&#8217;s the little things that make a difference.  Providing small visual cues &#8211; update notifications at the top of the page that disappear, Ajax loader starburts, highlighted labels and input boxes &#8211; all give the user information, information that helps them get through difficult or tedious and complex processes (for example, in creating a VOD asset, a user had options that might require upwards of 50 different pieces of information &#8211; eliminating unnecessary components on the screen made it easier to get through).</p>
<p>Finally, architect it but be flexible.  Changes happen, and while developers and project managers all try to keep scope creep from happening, we all know that in the real world, so does feature change.  It is unrealistic to assume that projects will get started 6 months before the deadline.  It is also unrealistic to assume that, in such a project with a short deadline, that you&#8217;ll remember to include everything.  Likewise, it&#8217;s also unrealistic to assume that during the process you&#8217;ll realize that the planned interface will work &#8211; prototyping is great but it takes time and testing that you may not always have.  Being able to be flexible by following a basic interface design, using modular builders (in jQuery UI or other framework) and XML-based instruction sets, and providing error catching systems in both the front-end as well as the web services makes the project continue to move, even when not all the parts are correct.</p>
<p><a href="http://www.matsays.com/wp-content/uploads/2010/06/Picture-4.png"><img class="aligncenter size-large wp-image-1181" title="Silverlight Rough Cut Editor interface by Ezeqiual Jadib at Southworks" src="http://www.matsays.com/wp-content/uploads/2010/06/Picture-4-600x359.png" alt="" width="600" height="359" /></a></p>
<p>In the end, we had a lot of hiccups and it didn&#8217;t go as smoothly as we&#8217;d hoped but it did get done and delivered on-time.  The client goes to training in 9 hours and there will likely be another round of changes, but that we were able to post a full-featured DAM CMS in such a short amount of time gives us new methods and targets for the 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%2Fmisc%2Ftricks%2Ffast-cms-deployment-with-jquery-and-web-services%2F', 'Fast+CMS+Deployment+with+jQuery+and+Web+Services')" 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/tricks/fast-cms-deployment-with-jquery-and-web-services/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-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/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-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/tricks/google-font-api-google-font-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ten Commandments Of User Experience</title>
		<link>http://www.matsays.com/misc/the-ten-commandments-of-user-experience/</link>
		<comments>http://www.matsays.com/misc/the-ten-commandments-of-user-experience/#comments</comments>
		<pubDate>Tue, 18 May 2010 20:52:20 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD325 UCD I]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[userexperience]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1157</guid>
		<description><![CDATA[At least according to Nick Finck and Raina Van Cleave at SXSW [via Slideshare]


addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>At least according to Nick Finck and Raina Van Cleave at SXSW [via <a href="http://www.slideshare.net/nickf/the-ten-commandments-of-user-experience?from=ss_embed">Slideshare</a>]</p>
<p><object id="__sse3463603" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=thetencommandmentsofuserexperience-100318020617-phpapp02&#038;rel=0&#038;stripped_title=the-ten-commandments-of-user-experience" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse3463603" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=thetencommandmentsofuserexperience-100318020617-phpapp02&#038;rel=0&#038;stripped_title=the-ten-commandments-of-user-experience" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></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%2Fthe-ten-commandments-of-user-experience%2F', 'The+Ten+Commandments+Of+User+Experience')" 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/the-ten-commandments-of-user-experience/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-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/developer-wants-to-stick-an-h-264-fork-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire the &#8220;web designer&#8221;</title>
		<link>http://www.matsays.com/soapbox/fire-the-web-designer/</link>
		<comments>http://www.matsays.com/soapbox/fire-the-web-designer/#comments</comments>
		<pubDate>Sat, 15 May 2010 02:03:31 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD325 UCD I]]></category>
		<category><![CDATA[IMD335 UCD II]]></category>
		<category><![CDATA[IMD345 UCD III]]></category>
		<category><![CDATA[INF340 Web Design Concepts]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[hci]]></category>
		<category><![CDATA[ucd]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[userexperience]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1150</guid>
		<description><![CDATA[brian  cray via sebastianwaters:
You’ve hired the wrong guy. After reading David Airey’s forget about  design and Andrew Maier’s User   Experience Designer vs. Creative Director I’ve come to the  conclusion that the role “web designer” is a cheap ass effort to fudge a  graphic designer into a role requiring two [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://briancray.com/2009/09/09/fire-the-web-designer/">brian  cray</a> via <a href="http://blog.sebastianwaters.com/post/598065826/fire-the-web-designer">sebastianwaters</a>:</p>
<p>You’ve hired the wrong guy. After reading David Airey’s <a href="http://www.davidairey.com/forget-about-design/%22">forget about  design</a> and Andrew Maier’s <a href="http://www.uxbooth.com/blog/user-experience-designer-vs-creative-director/">User   Experience Designer vs. Creative Director</a> I’ve come to the  conclusion that the role “web designer” is a cheap ass effort to fudge a  graphic designer into a role requiring two entirely separate fields of  knowledge.</p>
<p>Web teams still need graphic designers to communicate visually  appealing messages. And graphic designers moving from a print team to a  web team <em>should stay graphic designers</em>. What’s needed to  compliment a web team’s graphic designer is someone to account for the  complexities of <a href="http://en.wikipedia.org/wiki/Human%E2%80%93computer_interaction">human-computer   interaction (<abbr>HCI</abbr>)</a>. Surely a manager in any field can’t  expect staff to adopt a completely opposite, complex knowledge base  overnight.</p>
<p>Welcome the missing link: <em>User experience designer</em>.</p>
<p><a href="http://en.wikipedia.org/wiki/User_experience_design">User  experience design</a> is a blend of <a href="http://en.wikipedia.org/wiki/Usability">usability</a>, <a href="http://en.wikipedia.org/wiki/Information_architecture">information  architecture (<abbr>IA</abbr>)</a>, and <a href="http://en.wikipedia.org/wiki/User_interface_design">user interface  (<abbr>UI</abbr>) design.</a></p>
<p>A web-based user experience designer is charged with learning about  users and creating interfaces that match website goals and user needs.  They deliver interaction specs and simple mockups to the graphic  designer as a framework for user-centered visual communication. Then, of  course, the web developer makes the interaction work.</p>
<p>Don’t mix up the two roles, user experience designer and graphic  designer. Neither should do the others’ job. They should never be  blurred into “web designer.”</p>
<p>If you’re going to make the leap into a more complex communication  channel, account for its complexities or it’ll bite you in the ass when  your competitors “get 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%2Fsoapbox%2Ffire-the-web-designer%2F', 'Fire+the+%26%238220%3Bweb+designer%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/soapbox/fire-the-web-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D is coming, jury is still out</title>
		<link>http://www.matsays.com/soapbox/3d-is-coming-jury-is-still-out/</link>
		<comments>http://www.matsays.com/soapbox/3d-is-coming-jury-is-still-out/#comments</comments>
		<pubDate>Fri, 14 May 2010 21:24:45 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[webcasting]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1146</guid>
		<description><![CDATA[It&#8217;s no secret that 3D is probably the &#8220;next big thing&#8221; for video, both broadcast and online.  After the plethora of 3D-enhanced box office movies the past couple of years, television is jumping into the melee and online providers are quick to follow suit.  At iStreamPlanet we&#8217;ve been working with a couple of partners to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no secret that 3D is probably the &#8220;next big thing&#8221; for video, both broadcast and online.  After the plethora of 3D-enhanced box office movies the past couple of years, television is jumping into the melee and online providers are quick to follow suit.  At iStreamPlanet we&#8217;ve been working with a couple of partners to provide true high-definition stereoscopic 3D workflows for clients by combining all sorts of new technologies, including Smooth Streaming, Silverlight and others (that I&#8217;m pretty sure I can&#8217;t talk about &#8211; I&#8217;m sure an NDA is flying around legal somewhere).</p>
<p><a rel="attachment  wp-att-1147" href="http://www.matsays.com/soapbox/3d-is-coming-jury-is-still-out/attachment/3dglasses/"><img title="3dglasses" src="../wp-content/uploads/2010/05/3dglasses.jpg" alt="image by Mario Anzouno / Reuters-Corbis" width="600" height="140" /></a></p>
<p>I have to say that of everything I&#8217;ve seen, I am truly impressed with the quality that has been achieved in online scenarios, including live event video.  Yes,<strong> live</strong>.  Many people saw the recent big broadcasts of events like NBC&#8217;s Winter Olympics and others, some of the first to feature a broad distribution of Smooth.  Having been in online video for the better part of 14 or 15 years, it was truly a day of reckoning to see some of it come to fruition.</p>
<p>There must be something behind this. Last July (2009), <a href="http://youtube-global.blogspot.com/2009/07/now-in-3d-join-experiment-with-us.html">YouTube quietly added a feature</a> to its video player that allowed one to watch presumably 3D-enhanced video uploaded by visitors by adding <strong>yt3d:enable=true</strong> to the tag.  Nvidia has been leading a charge to release video card and monitor combos that support <a href="http://www.nvidia.com/object/3D_Vision_Main.html">3D Vision</a> &#8211; a software/hardware (glasses) solution that I have to say is pretty cool, albeit pricey (sorry, I&#8217;m not a big techbuygeek &#8211; I don&#8217;t run out and buy the newest stuff just because its there).  With all respect to the latter &#8211; there is some really kick ass stuff available on the platform.</p>
<p>But frankly, for me, I still don&#8217;t get the hype.  I may be really old school but the fact is that I just don&#8217;t get why I would want to watch everything in 3D.  I just don&#8217;t see the value or the sparkle. Apparently, I&#8217;m not the only one (ok, I never was &#8211; my entire department, the very ones who are developing the components, have always questioned it) &#8211; even<a href="http://www.huffingtonpost.com/2010/05/12/francis-ford-coppola-3d-i_n_573858.html"> Francis Ford Coppola calls it a &#8220;juvenile abomination&#8221;</a> and &#8216;just a way to &#8220;make you pay more money&#8221;.&#8217;  And <a href="http://www.newsweek.com/id/237110">Roger Ebert says</a> &#8220;Hollywood&#8217;s current crazy stampede to it is suicidal,&#8221; adding nothing to the movie-going experience.</p>
<p>Ha. Figures.</p>
<p>To be fair, the stuff we&#8217;re working on is largely for sports, and in a way I can actually see where some types (basketball, hockey, boxing) might actually benefit and get some enhancement from it.  But not everything.</p>
<p>And that&#8217;s where the problem is.  Like every other &#8220;big thing&#8221; (ahem, iPads, iPhones, Android, blah blah blah puke) there is a mad dash to be first simply for the sake of being first, and then a mad clamoring to jump on the bandwagon.  <em>Why?</em> The point being that putting stuff into 3D just for the sake of being 3D and without having content that fits it (or worse, forcing the content to be) is just plain stupid.  Let&#8217;s leave 3D (and all it&#8217;s contingent hardware and software reqs) to content that suits it.  Like horror flicks.</p>
<p>Content is king.  Still is.  Always will be.  But don&#8217;t f&#8212; it up by trying to enhance it with something totally unnecessary.  Chrome on a pencil doesn&#8217;t make it write any better, and doesn&#8217;t even necessarily make it any prettier.  It just makes it clunky and prone to fingerprints.  Same thing with 3D.  Keep it in check and keep it special instead of the norm and we&#8217;ll all benefit.</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%2F3d-is-coming-jury-is-still-out%2F', '3D+is+coming%2C+jury+is+still+out')" 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/3d-is-coming-jury-is-still-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Farewell to Facebook</title>
		<link>http://www.matsays.com/soapbox/a-farewell-to-facebook/</link>
		<comments>http://www.matsays.com/soapbox/a-farewell-to-facebook/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:28:55 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[lifeblogging]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[web life]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1143</guid>
		<description><![CDATA[By Jason Clark via DownloadSquad
My friends think I&#8217;m crazy &#8230; overreacting. I&#8217;ve gone and done it,  though.
I&#8217;ve deactivated my Facebook account.
My privacy settings were set to be as restrictive as Facebook allows,  and I still didn&#8217;t feel comfortable with it. Not because I have anything  to hide, but because I don&#8217;t trust [...]]]></description>
			<content:encoded><![CDATA[<p>By Jason Clark via <a title="Farewell to Facebook, at least for now" href="http://www.downloadsquad.com/2010/05/13/farewell-to-facebook-at-least-for-now/" target="_blank">DownloadSquad</a></p>
<p>My friends think I&#8217;m crazy &#8230; overreacting. I&#8217;ve gone and done it,  though.</p>
<p><em>I&#8217;ve deactivated my Facebook account.</em></p>
<p>My privacy settings were set to be as restrictive as Facebook allows,  and I still didn&#8217;t feel comfortable with it. Not because I have anything  to hide, but because I don&#8217;t trust Facebook to not use my information  (and that of my friends) for evil, or even to adequately protect it.</p>
<p>What&#8217;s the big deal? Like me, you might be thinking, &#8220;I have nothing  to hide. Who cares if Facebook collects personal information and sells  it?&#8221; That&#8217;s a fair statement; pretty much every large company we do  business with today does that. The problem here is that Facebook tells  us that we can trust it, but then it repeatedly <a href="http://mattmckeon.com/facebook-privacy/"> changes the rules on us</a> to suit its own needs. Facebook is within its legal rights to do this,  but that doesn&#8217;t make it <em>right</em>.<span id="more-1143"></span></p>
<p>I have a friend whose identity was stolen a few weeks ago via a  Facebook exploit, and he&#8217;s in a living hell now. Facebook&#8217;s new Instant  Personalization pilot is so controversial that it&#8217;s being debated on the  floor of the US Senate, and the latest change &#8212; switching your  interests to keyword links that you have to individually opt out of &#8212;  is a completely transparent user-hostile move. A few months ago,  Facebook changed the privacy defaults to be completely public (in other  words, not at all private) and pitched it as an improvement to their  privacy controls. In fact, those privacy controls are so convoluted (and  it&#8217;s hard to imagine that it isn&#8217;t intentional) that even when you  think you&#8217;ve got it locked down, there&#8217;s a good chance that your friends  don&#8217;t, and they <a href="http://smarterware.org/5818/what-private-facebook-information-your-friends-can-publish">could  be sharing information about you</a>.</p>
<p>Google&#8217;s mission statement is to &#8220;organize the world&#8217;s information,&#8221;  and their motto is, &#8220;Don&#8217;t be evil.&#8221; What&#8217;s Facebook&#8217;s mission? <a href="http://www.wired.com/epicenter/2010/05/facebook-rogue/">Where do  they stand on being evil</a>?</p>
<p>Actually, we know <a href="http://www.facebook.com/facebook?v=info&amp;viewas=675593060">Facebook&#8217;s  mission statement</a>: &#8220;Facebook&#8217;s mission is to give people the power  to share and make the world more open and connected.&#8221; Of course, back in  2008, it was: &#8220;Facebook helps you connect and share with the people in  your life.&#8221; It&#8217;s certainly not &#8220;to be the best place in the world to  connect and share with friends and family,&#8221; even though that&#8217;s what  Elliot Schrage, vice president for public policy at Facebook, <a href="http://bits.blogs.nytimes.com/2010/05/11/facebook-executive-answers-reader-questions/">claimed  it is</a> in a recent <em>New York Times</em> article.</p>
<p>Though Mr. Schrage points people to view <a href="http://www.facebook.com/elliot">his Facebook profile</a> and  compare it with Mark Zuckerberg&#8217;s, at the time writing his profile comes  up as a missing page. What happened, Elliot, share a little too much  information, maybe? If you need to get a better understanding of your  privacy policies, check out this <a href="http://www.nytimes.com/interactive/2010/05/12/business/facebook-privacy.html">info  graphic in the New York Times</a> that shows the more than 170 possible  options you can set.</p>
<p>Given the changes Facebook has made over the past couple of years, what  new surprises do the folks there have in store for us? Clearly Facebook  feels the power of having such a dominant online community. As they say,  power corrupts, and absolute power <a href="http://calacanis.com/2010/05/12/the-big-game-zuckerberg-and-overplaying-your-hand/">corrupts  absolutely</a>.</p>
<p>So, yeah, I&#8217;m taking a break from Facebook for a while. First, I want  to see if it&#8217;s possible to live without the big FB. Then I&#8217;ll decide  whether it&#8217;s a good idea to live with it. I already know which way I&#8217;m  leaning.</p>
<p>Of course, even if I do decide to completely delete my Facebook  account, Facebook will keep my personal data and <a href="http://www.boingboing.net/2010/05/11/go-ahead-quit-facebo.html">continue  to mine it</a>.</p>
<p>I don&#8217;t expect anyone to follow my lead. I do, however, urge you to  think about whether you think Facebook is deserving of our trust. Is  Facebook a good steward of our online (and increasingly offline)  identities and information?</p>
<p>If Facebook was a person, it would be one who can&#8217;t keep a secret and  <a href="http://www.downloadsquad.com/2009/06/14/facebook-goes-behind-your-back-to-present-your-profile-to-people/">talks  about you behind your back</a>.</p>
<p>Would you stay friends with a person like that?</p>
<hr size="1" />
And then there&#8217;s the followup by Erez Zukerman, also via <a href="http://www.downloadsquad.com/2010/05/17/the-time-has-come-for-me-to-say-goodbye-to-facebook-too/">DownloadSquad</a></p>
<p>Jason Clarke <a href="http://www.downloadsquad.com/2010/05/13/farewell-to-facebook-at-least-for-now/">did  it first</a>, and now I feel the time has come for me to say goodbye to  <a href="http://www.facebook.com/">Facebook</a>.</p>
<p>For me, it started getting creepy when I kept getting status updates  from people who are not even my friends, and who have no idea they&#8217;re  broadcasting their status to &#8220;friends of friends&#8221;.</p>
<p>Sure, you can control that through the privacy settings. But how many  people actually know all <strong><a href="http://www.nytimes.com/interactive/2010/05/12/business/facebook-privacy.html">170  privacy settings</a></strong>?</p>
<p>There&#8217;s a huge difference between reading bad things about a company,  and witnessing it yourself in the UI you use every day. And that&#8217;s  where it crosses the line for me. I mean, whenever a company does well  (and Facebook is doing <em>very</em> well), there are detractors crying  out about how evil it all is. Usually, this is just a knee-jerk response  to a company growing large. I think that on some basic level, some  people just don&#8217;t like large, successful <em>anything</em>.</p>
<p>But today&#8217;s Facebook actually has a split personality; on the one  hand, it puts on a super-friendly, smiley-happy face for newcomers and  non-geeks. On the other hand, to prevent your personal information from  getting all over the place, you need to be a super-educated and  &#8220;paranoid&#8221; geek.</p>
<p>Since when did privacy become &#8220;for geeks only&#8221;?</p>
<p>And it&#8217;s also a matter of trust; Facebook has an interesting habit of  opting users <em>in</em> to all sorts of new schemes. I suddenly found  out I was included in their information sharing scheme with other sites.  I just randomly <em>discovered</em> this. I&#8217;m just plain sick and tired  of having to watch over Facebook&#8217;s shoulder every day, trying to figure  out what they added or changed to make my information more broadly  available.</p>
<p>The bottom line is that it&#8217;s just not worth it, at least for me.  Goodbye, Facebook.</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%2Fa-farewell-to-facebook%2F', 'A+Farewell+to+Facebook')" 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/a-farewell-to-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNLV Proves Shortsightedness</title>
		<link>http://www.matsays.com/soapbox/unlv-proves-shortsightedness/</link>
		<comments>http://www.matsays.com/soapbox/unlv-proves-shortsightedness/#comments</comments>
		<pubDate>Tue, 11 May 2010 03:02:22 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[budgt]]></category>
		<category><![CDATA[Courses@UNLV]]></category>
		<category><![CDATA[informatics]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1131</guid>
		<description><![CDATA[Inevitably, Informatics gets the ax. In its unbelievable short-sightedness, the program has been cut. If it weren&#8217;t for the fact that I have gone this far, I probably would just drop out now. Maybe I still will. At the very least, I see no point in continuing to try and beat dead horse by continuing [...]]]></description>
			<content:encoded><![CDATA[<p>Inevitably, Informatics gets the ax. In its unbelievable short-sightedness, the program has been cut. If it weren&#8217;t for the fact that I have gone this far, I probably would just drop out now. Maybe I still will. At the very least, I see no point in continuing to try and beat dead horse by continuing to teach at a university that has now let so many people down.</p>
<p>Read <a title="UNLV's President recommends which programs should be cut" href="http://www.ktnv.com/Global/story.asp?S=12460378" style="color:#c00;">UNLV&#8217;s President recommends which programs should be cut</a> via ktnv.com and the <a title="UNLV FY2011 Budget Reduction Summary" href="http://www.ktnv.com/Global/link.asp?L=440846" style="color:#c00;">full 15 page dipshit report here</a>.</p>
<p>[05/10/10 @ 2:30p PST] The plot (and plight) thickens as I have tried for two days now to access the Dept. of Informatics web page to no avail.  Has it already been deleted by OIT?  What the hell is that all about?</p>
<p><a rel="attachment wp-att-1134" href="http://www.matsays.com/soapbox/unlv-proves-shortsightedness/attachment/inforunlvedu-web/"><img class="aligncenter size-large wp-image-1134" title="inforunlvedu-web" src="http://www.matsays.com/wp-content/uploads/2010/05/inforunlvedu-web-600x353.png" border="0" alt="" width="600" height="353" /></a></p>
<p>On a personal note, all decency aside, President Smatresk, the Faculty Senate and the JET and PRC <strong>can all go F themselves</strong>.  I spent a bit of time soul-searching last night, thinking I may try to channel my energy and desire to work on a PhD and work into a different program, but the more I thought about it, the more I got pissed at UNLV and Nevada as a whole for being so grossly short-sighted, so now I&#8217;d rather go spend my tuition dollars somewhere else where the administration (and government) actually thinks about what the importance of a program is rather than purely considering current dollars.  Nothing like a budget deficit to put yourselves into an even faster tailspin, and only increases my spite towards programs that I think should have been looked at more closely but weren&#8217;t even considered.</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%2Funlv-proves-shortsightedness%2F', 'UNLV+Proves+Shortsightedness')" 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/unlv-proves-shortsightedness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.matsays.com/misc/i-love-summer-posting/</link>
		<comments>http://www.matsays.com/misc/i-love-summer-posting/#comments</comments>
		<pubDate>Thu, 06 May 2010 05:35:06 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Toolbox]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1128</guid>
		<description><![CDATA[One thing I love about summer&#8230;I finally get to devote some attention to my posting  

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>One thing I love about summer&#8230;I finally get to devote some attention to my posting <img src='http://www.matsays.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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%2Fi-love-summer-posting%2F', '')" 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/i-love-summer-posting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eloquent Javascript</title>
		<link>http://www.matsays.com/misc/eloquent-javascript/</link>
		<comments>http://www.matsays.com/misc/eloquent-javascript/#comments</comments>
		<pubDate>Thu, 06 May 2010 05:33:47 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[IMD213 Int. Scripting]]></category>
		<category><![CDATA[IMD223 Advanced Scripting]]></category>
		<category><![CDATA[INF340 Web Design Concepts]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1126</guid>
		<description><![CDATA[Being a teacher is both wonderful and exhausting.  I love being around students &#8211; it is truly fun to watch them find their way through this maze we call Web design and their own enthusiasm keeps me on my toes.  But at the same time it is exhausting, particularly when after repeated attempts [...]]]></description>
			<content:encoded><![CDATA[<p>Being a teacher is both wonderful and exhausting.  I love being around students &#8211; it is truly fun to watch them find their way through this maze we call Web design and their own enthusiasm keeps me on my toes.  But at the same time it is exhausting, particularly when after repeated attempts to explain something from every angle I can think of, the idea still doesn&#8217;t sink in.</p>
<p>I have always told my students that the best way to get backup help is to go to the bookstore, site down, and read 10 pages out of each book on the topic, and find the one that &#8220;speaks&#8221; to them.  A teacher&#8217;s recommended text, the school&#8217;s required textbook, it&#8217;s rare that student find them legible or helpful (I think my logic teacher went out of her way to find the most confusing book on Earth).  Find the book that they understand and start working.  Work every day.  Work at least 15 minutes or 30 minutes every single day, doing the exercises over and over, changing little things, until the whole concept is solved.</p>
<p>But not every great book can be found at the store.  Of course there are the online standard &#8211; w3schools.com for example &#8211; and the plethora of smaller resources.  But it is always a treat to find an online resource that has both extensive resources and is also an easy, if not opinionated, read.</p>
<p>Such is &#8220;<a href="http://eloquentjavascript.net/">Eloquent Javascript</a>,&#8221; authored by Marijin Haverbeke.  I remember coming across it a few years ago but a posting on DownloadSquad reminded me of it.  It is available in its entire text online (in HTML) as well as via downloadable PDF.  As with most good resources, I recommend grabbing the PDF (and if you&#8217;re ambitious, a local copy of the HTML) before the perishability of Web documents steals it away.</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%2Feloquent-javascript%2F', 'Eloquent+Javascript')" 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/eloquent-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Ways Designers Can Earn More from Projects</title>
		<link>http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/</link>
		<comments>http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 15:34:03 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1085</guid>
		<description><![CDATA[Took me years (unlike the 18-year old author) to learn the advice dished out in this incredibly good post &#8211; every once in a while, take stock of where you stand as a designer and keep these in mind.
[authored by Matthew Carpenter at Six Revisions, images courtesy of Six Revisions]
When it comes to expanding per-project [...]]]></description>
			<content:encoded><![CDATA[<p>Took me years (unlike the <strong>18-year old</strong> author) to learn the advice dished out in this incredibly good post &#8211; every once in a while, take stock of where you stand as a designer and keep these in mind.</p>
<p>[authored by Matthew Carpenter at <a title="10 Ways Designers Can Earn More from Projects" href="http://sixrevisions.com/web_design/earn-more-web-designer/">Six Revisions</a>, images courtesy of Six Revisions]</p>
<p>When it comes to expanding per-project revenue, service businesses are at an immediate disadvantage. As our &#8220;product&#8221; is essentially our time, increasing income on a per-project basis almost always comes with extra work and an increased time commitment. Office hours increase, personal time slips away, and before we know it, the &#8220;extra&#8221; $300 weekly income has turned into little more than lost time.</p>
<p><a rel="attachment wp-att-1087" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn00/"><img class="aligncenter size-full wp-image-1087" title="earn00" src="http://www.matsays.com/wp-content/uploads/2010/04/earn00.jpg" alt="" width="550" height="200" /></a></p>
<p>Product-based businesses have a distinct advantage when it comes to increasing revenue. Rather than increasing per-hour costs or per-project estimates, all that’s required is an increase in scale. Expand your operation, ship more units, and earn more money. While service businesses can take a similar approach–more employees, more projects, and relatively more income–scale can again become a problem.</p>
<p>These ten approaches to per-project earnings could help you boost total revenue and profits. Of course, they’re not foolproof, and some businesses will inevitably invest time into a strategy only to have it prove ineffective. However, they do work, and with the right balance of time investment and experimentation, they could become the changes that drastically increase your per-project, per-client, and per-hour revenue.<span id="more-1085"></span></p>
<h3>1. Don’t take on stressful or high-risk projects</h3>
<p><a rel="attachment wp-att-1088" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn01/"><img class="aligncenter size-full wp-image-1088" title="earn01" src="http://www.matsays.com/wp-content/uploads/2010/04/earn01.jpg" alt="" width="550" height="200" /></a></p>
<p>Risk is a part of business. While service businesses operate at a slightly lower level of risk than a major product-based business or global company, they’re still taking cost-related risks whenever they accept a new project. The amount of time required could surpass expectations, the project’s complexity could be deceptive and surprising, or the entire project could be a stress-test disguised as something simple.</p>
<p>Whenever certain revenue is the goal, take on projects that offer security and relatively smooth income. Increasing revenue can be as simple as taking on more work, which is made easier when you’re not juggling complex projects.</p>
<h3>2. Keep a network of contracted designers for project overflow</h3>
<p><a rel="attachment wp-att-1089" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn02/"><img class="aligncenter size-full wp-image-1089" title="earn02" src="http://www.matsays.com/wp-content/uploads/2010/04/earn02.jpg" alt="" width="550" height="200" /></a></p>
<p>There are hundreds of reasons to network with other designers, and managing work overload and excess projects is just one of them. As with any business operating at 100% capacity, there are going to be times when your clients will expect you to take on work that’s simply not possible. Rather than scrambling to find new designers, managers, or developers, it’s best to keep a relatively wide network of professionals ready to offer contracted work to.</p>
<p>This selective and optimized outsourcing also gives you an opportunity to increase overall revenues. While your design team works directly on clients projects – earning on an input basis – outsourced design teams can bring in a relatively stable per-project income for you.</p>
<h3>3. Use affiliate programs to help clients with hosting</h3>
<p><a rel="attachment wp-att-1090" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn03/"><img class="aligncenter size-full wp-image-1090" title="earn03" src="http://www.matsays.com/wp-content/uploads/2010/04/earn03.jpg" alt="" width="550" height="200" /></a></p>
<p>If your design business specializes in local businesses and low-tech companies, it’s not unlikely that your clients will need their own hosting space or dedicated server. While it’s unwise to take care of hosting entirely on your own – problems can often arise, and client support is not a business that you want to be involved in – passing clients on to an affiliated hosting company is never a bad idea.</p>
<p>A range of hosting providers offer affiliate programs, some of which are more lucrative than others. Whenever possible, aim to provide hosting that meets a clients needs, not those of your business. It’s worth eating a small commission to keep a major client, and it’s never worth selling out a client for a one-off hosting kickback.</p>
<h3>4. Don’t use a reseller hosting program for clients</h3>
<p><a rel="attachment wp-att-1091" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn04/"><img class="aligncenter size-full wp-image-1091" title="earn04" src="http://www.matsays.com/wp-content/uploads/2010/04/earn04.jpg" alt="" width="550" height="200" /></a></p>
<p>Reseller hosting programs are often viewed as an ultra-simple passive income solution for web designers. Unfortunately, they’re about as far from passive as anything can be. Whenever you take responsibility for web hosting, you also inherit every problem that would otherwise be directed to the web hosting company.</p>
<p>Every second of downtime becomes your concern, every connection speed issue becomes a phone call  to your office, and every time a client forgets their cPanel password, you’re the person that’s called for support. Focus on low-maintenance revenue increases, not income streams like reseller hosting which require ongoing support.</p>
<h3>5. Market yourself as a premium provider</h3>
<p><a rel="attachment wp-att-1092" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn05/"><img class="aligncenter size-full wp-image-1092" title="earn05" src="http://www.matsays.com/wp-content/uploads/2010/04/earn05.jpg" alt="" width="550" height="200" /></a></p>
<p>Don’t want to deal with clients that pay poorly? Then don’t market to them.</p>
<p>Whether you’re a freelance designer or part of an established design business, the audience that you market your services to is by far the largest influence on your per-project income. Audiences that have come to expect low-cost services will expect the same from you, and explaining a premium cost structure instantly compromises your ability to offer services.</p>
<p>Study the market that your business operates in, and approach premium clients with your services. Most businesses don’t mind paying a higher price for high quality services, and if you can back up your promises, those clients can be great long-term assets.</p>
<h3>6. Network other creatives and online professionals</h3>
<p><a rel="attachment wp-att-1093" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn06/"><img class="aligncenter size-full wp-image-1093" title="earn06" src="http://www.matsays.com/wp-content/uploads/2010/04/earn06.jpg" alt="" width="550" height="200" /></a></p>
<p>Networking gives you an opportunity to hand off work to extra designers in the event of a quantity crisis. It also gives you an opportunity to market your services to other online workers, increasing your professional network and creating another stream of incoming clients.</p>
<p>However, there’s another benefit to networking, one that can do wonders for per-project earnings. Most online services businesses are happy to pay for business leads, or at least offer a commission for valuable projects. Create a professional network between yourself and some online marketers, copywriters, and other service businesses that are beneficial to new businesses.</p>
<p>That way, when you’re approached by a new client, you can offer them extra value through related services, and yourself more per-project income through related commissions. Win-win.</p>
<h3>7. Offer extra services in project updates and pitches</h3>
<p><a rel="attachment wp-att-1094" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn07/"><img class="aligncenter size-full wp-image-1094" title="earn07" src="http://www.matsays.com/wp-content/uploads/2010/04/earn07.jpg" alt="" width="550" height="200" /></a></p>
<p>There’s nothing wrong with a friendly, non-pushy upsell. By including an ‘extra services’ rate card or list of related products or services with every project email, you’ll find your business increasing and your professional relationships extending. Most clients want your web design services to increase their long-term business income, and extending projects to incorporate long-term marketing, design, or website upgrades can often do just that.</p>
<h3>8. Aim for ongoing business relationships</h3>
<p><a rel="attachment wp-att-1095" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn08/"><img class="aligncenter size-full wp-image-1095" title="earn08" src="http://www.matsays.com/wp-content/uploads/2010/04/earn08.jpg" alt="" width="550" height="200" /></a></p>
<p>Short-term projects can be a hassle. While they’re often worthwhile from an earnings perspective, the amount of stress and unnecessary headaches that come with them can drive a sane business owner crazy.</p>
<p>There are two ways to deal with short-term projects effectively. The first, and most effective method, is to ignore them completely and focus entirely on long-term projects and ongoing work. The second method is to make your short-term work more immediately profitable and effective. Charge higher rates for short-term projects, let your clients understand that you work with other clients too, and create accommodating timeframes your yourself.</p>
<h3>9. Prioritize clients that have long-term growth potential</h3>
<p><a rel="attachment wp-att-1096" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn09/"><img class="aligncenter size-full wp-image-1096" title="earn09" src="http://www.matsays.com/wp-content/uploads/2010/04/earn09.jpg" alt="" width="550" height="200" /></a></p>
<p>When seeking out new clients, it’s tempting to fall for the &#8220;take all&#8221; approach where you let accept almost any project, so long as it meets your income criteria. While this strategy is great for filling out a schedule, it almost never works effectively for maximizing per-project income and total revenue.</p>
<p>Opportunity cost is a true nightmare for a service business. Product-based companies can pass over opportunities only to focus on scale, but service businesses with set resources and time allotments are always stuck with the projects that they’ve taken. Taking each and every project that’s offered to you leaves you with no room to focus on the most profitable and valuable clients.</p>
<p>Whenever possible, prioritize new clients that have massive growth potential. The brand new marketing firm with a dedicated owner is more likely to need your ongoing services than an aging local business with relatively low online needs. Give time to clients that have huge potential to expand, and you’ll end up getting it back again in projects that are lucrative, long-term, and very secure.</p>
<h3>10. Say &#8220;No&#8221; more often</h3>
<p><a rel="attachment wp-att-1086" href="http://www.matsays.com/misc/tricks/10-ways-designers-can-earn-more-from-projects/attachment/earn10/"><img class="aligncenter size-full wp-image-1086" title="earn10" src="http://www.matsays.com/wp-content/uploads/2010/04/earn10.jpg" alt="" width="550" height="200" /></a></p>
<p>Saying &#8220;yes&#8221; wins you clients, opportunities, and information, but it also locks you into deals that might not work in your favor. Despite the old &#8220;customer is always right&#8221; maxim, the reality of service businesses, particularly design businesses, is that the client often isn’t right. Design is subjective, and when a project comes coupled with a client that just doesn’t know what they want, things can become a major headache.</p>
<p>Increasing per-project revenue isn’t just about optimizing what projects you do have, but making sure you pick the right projects not to have. Every potential opportunity can be a drag for your business – an ongoing annoyance that brings in income but leaves you shut out of more lucrative products. Fight away per-project time-killers by saying &#8220;no&#8221; more often. It hurts at first, but the more you do it, the more effective your business will become.</p>
<p><strong><em>Have you ever experimented with different revenue streams or per-project income strategies? There are hundreds of ways to increase per-project earnings, and we’ve just scratched the surface!</em></strong></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%2F10-ways-designers-can-earn-more-from-projects%2F', '10+Ways+Designers+Can+Earn+More+from+Projects')" 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/tricks/10-ways-designers-can-earn-more-from-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save UNLV Informatics</title>
		<link>http://www.matsays.com/soapbox/save-unlv-informatics/</link>
		<comments>http://www.matsays.com/soapbox/save-unlv-informatics/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 06:16:51 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[INF340 Web Design Concepts]]></category>
		<category><![CDATA[INF400 Web Security]]></category>
		<category><![CDATA[INF760 Advanced Informatics Theory]]></category>
		<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Courses@UNLV]]></category>
		<category><![CDATA[informatics]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1062</guid>
		<description><![CDATA[We have reached mission critical now.  UNLV&#8217;s President announced yesterday that he has received the list of proposed cuts in order to balance the budget for the next fiscal year, seeking a $4 million elimination of expenses.  Amongst the recommendations was to eliminate the ENTIRE Department of Informatics&#8230;my program is about to die a very [...]]]></description>
			<content:encoded><![CDATA[<p>We have reached mission critical now.  UNLV&#8217;s President announced yesterday that he has received the list of proposed cuts in order to balance the budget for the next fiscal year, seeking a $4 million elimination of expenses.  Amongst the recommendations was to eliminate the ENTIRE Department of Informatics&#8230;my program is about to die a very untimely death.</p>
<p>I am, along with the tenured and professional faculty of the Department, urging all students, and anyone who might agree and offer opinion, to write to the President, the university committees and the Board of Regents, urging them to reconsider keeping the department.</p>
<p><em>Update:</em> selected <a title="Students Speak Out about UNLV Informatics Cuts" href="http://www.matsays.com/informatics-students-speak-out/" style="font-weight:bold;color:red;">letters written by students speaking out</a> about the proposed cuts are here.</p>
<p>But I expect myself to be a leader of sorts, an instructor by example, and hence I am<a title="My letter/appeal to save UNLV Informatics" href="http://www.matsays.com/letters-to-save-informatics/" target="_blank"> posting my letter here</a>, openly, so that anyone who does not understand the dilemma might find it worthy of opinion.  For those who do not know what informatics is, you can read about it on the <a title="UNLV Informatics" href="http://informatics.unlv.edu/">UNLV Informatics Web Site</a>, but more importantly, here is a succinct explanation from Michael Dunn, the founding Dean of the School of Informatics at Indiana University, where Informatics as an academic college was incepted and created.  He says:</p>
<blockquote>
<ul>
<li>Informatics studies the application of Information Technology to the arts, sciences and professions, and its uses in organizations and societies at large.</li>
<li>Informatics is a response to the data/information/knowledge gaps caused by billions and billions of bits</li>
<li><strong>Informatics</strong> <em>is the discipline of science which investigates the structure and properties (not specific content) of scientific information, as well as the regularities of scientific information activity, its theory, history, methodology and organization. The purpose of informatics consists in developing optimal methods and means of presentation (recording), collection, analytical-synthetic processing, storage, retrieval and dissemination of scientific information. Informatics deals with logical (semantic) information, but is not involved in qualitative estimation of this information. Such an estimate can be carried on by specialists alone, in the specific fields of science or practical activity. </em></li>
</ul>
</blockquote>
<p>Below is the letter that was posted on the UNLV website, <a title="UNLV ACADEMIC AFFAIRS BUDGET CONSIDERATION" href="http://www.unlv.edu/budget/docs/2010.03.22-unlv.official.html" target="_blank">posted here</a>.</p>
<p><span id="more-1062"></span></p>
<blockquote><p><em>Sent via UNLV Official on March 22, 2010</em></p>
<p>Colleagues:</p>
<p>I have received a set of recommendations from Executive Vice President and Provost Bowers and Vice President for Research Smith to start the conversation on how we can reduce the academic budget by $4 million. This list (see below) was made after consultation with our deans and after reviewing various measures of productivity and cost. I thank them for their hard work on this thankless task. This was an extremely difficult set of recommendations to generate, and includes departmental elimination, sub-unit elimination and recommendations for differential tuition (which may ultimately reduce our cumulative need for cuts). The list includes more programs to be reviewed than we plan to cut at this time, thus allowing the Presidential Review Committee (PRC) the opportunity to offer their guidance on maintaining core institutional strengths.</p>
<p>This material has been transmitted to the PRC, chaired by Dr. Gregory Brown, formed jointly by the Faculty Senate and Administration. The PRC charge will be to review this list, along with cuts from the other VP areas, and to deliver a prioritized set of recommendations for program elimination and other savings or revenue enhancing measures by the third week of April. Their recommendations will be reviewed by the Deans and Cabinet, our student governance groups, and the Faculty Senate Priority and New Program Committee before we make final program elimination recommendations to the Board of Regents.</p>
<p>In addition to these “vertical” cuts, we have extended the hiring freeze on all current searches, with the exception of grant funded hires, self funded programs and areas that are absolutely essential for business continuity. Savings in these areas and our VSIP program may help mitigate the need for further cuts later this year. We are all deeply saddened by the need to resort to such drastic measures. If there are any other viable options for UNLV we will pursue them, but I expect little relief, and fear that without significant legislative intervention we will be forced to cut again next year. As we make these cuts, we will honor noticing periods and tenure, allow students to graduate from eliminated programs in a timely fashion, and hope to minimize the disruptive impacts these cuts have on faculty, staff and students.</p>
<p>I understand how much turmoil and distraction our budget situation has created on campus. For programs not on this list I ask you to focus on our mission by providing a strong education to our students and by pursuing scholarly growth so that we emerge from this as a stronger and more focused institution.</p>
<p>Sincerely,</p>
<p>Neal Smatresk<br />
President</p>
<hr />March 22, 2010</p>
<p>President Neal J. Smatresk Office of the President University of Nevada, Las Vegas Las Vegas, Nevada 89154</p>
<p>Dear President Smatresk:</p>
<p>It gives me no pleasure to either write or transmit this letter to you. Indeed, no one who loves and respects higher education could feel anything other than sadness in doing so. However, as you know more than anyone, over the past three years UNLV has had its state funding reduced by 30.9 per cent. No institution can continue to function normally when given such a dramatic reduction in resources. UNLV has made a large number of &#8220;horizontal&#8221; cuts university-wide but such cuts can no longer achieve the significant expenditure reductions required of us by the state. The University must now look to &#8220;vertical&#8221; cuts in departments and programs in order to achieve these results. As you have requested, I am transmitting to you recommendations for the Division of Academic Affairs in three areas: (1) unit and subunit eliminations, (2) additional administrative reductions, (3) departments and programs in which differential tuition has the potential to be successfully applied.</p>
<p><strong>The Process<br />
</strong>As you have mandated, each vice president, including the Executive Vice President and Provost, will be making recommendations for reductions and outright eliminations in their divisions. The target for Academic Affairs at this time is $4 million. In order to achieve shared governance between administration and faculty, the attached list represents a budget figure higher than the target. This allows the faculty committees to evaluate each proposal and to have a real voice in making these decisions, not simply a take it or leave it option.</p>
<p>Because any reductions in Academic Affairs will also affect research productivity, Vice President for Research and Graduate Studies Ron Smith was asked to sit in on my individual meetings with the deans. At these meetings deans were asked to provide possible eliminations and reductions in their colleges and schools. None of them were happy to do so, of course. It should not be assumed that any of these recommendations were initiated or supported by the relevant dean. The list that I am transmitting to you will not be met pleasurably by any of them. This list will be given by you to the joint presidential-Faculty Senate committee, the Presidential Review Committee, who will review these recommendations and forward those that they believe necessary to meet our state fund reductions. A similar process will be followed by the Faculty Senate Priority and New Program Committee. The recommendations will all go to you for decision, some of which may also require further NSHE Board of Regents approval. To the extent that there is any silver lining in this, it is that you have pledged to protect tenure and any tenured faculty displaced by these decisions will be reassigned.</p>
<p>These recommendations have been guided by factors including, but not limited to, cost, graduation rates, number of majors, student credit hours and FTE produced, scholarship/research/creative activities, external funding, and importance to the University&#8217;s mission.</p>
<p><strong>Units To Consider for Elimination</strong></p>
<ul>
<li>Educational Leadership</li>
<li>Informatics</li>
<li>Management Information Systems</li>
<li>Marriage and Family Therapy</li>
<li>Recreation and Sport Management (including Professional Golf Management)</li>
<li>Sports Education Leadership</li>
<li>Teaching and Learning Center</li>
<li>Women&#8217;s Studies</li>
</ul>
<p><strong>Subunits To Consider for Elimination</strong></p>
<ul>
<li>Clinical Laboratory Sciences</li>
<li>Construction Engineering Management</li>
<li>English Language Center</li>
<li>Entertainment Engineering</li>
<li>Gerontology and Senior Theatre</li>
<li>Landscape Architecture</li>
<li>Urban Affairs Advising Center</li>
<li>Urban Horticulture Program</li>
</ul>
<p><strong>Further Administrative Reductions To Be Considered</strong></p>
<ul>
<li>Executive Vice President and Provost: Do not fill Vice Provost for Undergraduate Education position</li>
<li>Executive Vice President and Provost: Do not fill Vice Provost for Academic Affairs position</li>
<li>Executive Vice President and Provost: Do not fill Vice Provost for Academic Resources position</li>
<li>Executive Vice President and Provost/Academic Success Center: Eliminate 1 advisor and 1 classified position</li>
<li>College of Education: Eliminate 1 associate dean position</li>
<li>College of Education: Not seek NCATE accreditation</li>
<li>College of Hotel Administration: Reduce to only two academic departments</li>
<li>School of Nursing: Return to campuswide semester instead of trimester system</li>
<li>College of Sciences: Reduce costs of Department of Geoscience</li>
<li>College of Urban Affairs: Combine School of Journalism and Media Studies and the Department of Communication Studies</li>
</ul>
<p><strong>Differential Tuition and Registration Fees<br />
</strong>There are some programs nationally that are either extremely popular or extremely expensive to operate in which the market will bear differential tuition/registration fees. This tuition/fee is an additional revenue source that can be used to bring down the costs of delivering such instruction to the institution. Not all programs and departments can successfully implement differential tuition/fees (i.e., those in Liberal Arts come to mind) and that is not a possibility for them. For those programs that can implement differential tuition/fee structures, the additional tuition/fee must be sufficient to offset the additional costs of instruction. The following colleges and schools are among those nationally that charge differential tuition/fees and, should NSHE and UNLV determine to pursue that tack, extensive research will be required to determine the appropriate price point for each of them. There may be others that are not on this list that can be further discussed by the faculty committees reviewing these proposals.</p>
<ul>
<li>School of Architecture</li>
<li>College of Business</li>
<li>College of Engineering</li>
<li>College of Hotel Administration</li>
<li>School of Nursing</li>
<li>Department of Physical Therapy</li>
</ul>
<p><strong>Conclusion</strong><br />
None of us are unmindful of the effects that these proposals will have on our campus, our colleagues, our staff, and most of all, our students, if they are adopted. However, these proposals are merely proposals at this point and we should look forward to the continuing discussions that will occur in the faculty committees and with students prior to final decisions being made.</p>
<p>Regretfully,</p>
<p>Michael W. Bowers<br />
Executive Vice President and Provost</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%2Fsave-unlv-informatics%2F', 'Save+UNLV+Informatics')" 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/soapbox/save-unlv-informatics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid is as stupid does, and the LVRJ sucks</title>
		<link>http://www.matsays.com/soapbox/stupid-is-as-stupid-does/</link>
		<comments>http://www.matsays.com/soapbox/stupid-is-as-stupid-does/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 00:52:11 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[INF760 Advanced Informatics Theory]]></category>
		<category><![CDATA[Learning@UNLV]]></category>
		<category><![CDATA[MIS776 Business Intelligence]]></category>
		<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[Courses@UNLV]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[informatics]]></category>

		<guid isPermaLink="false">http://www.matsays.com/soapbox/stupid-is-as-stupid-does/</guid>
		<description><![CDATA[So in a Saturday, March 6 followup to the first article, the Las Vegas Review-Journal now reports that the Informatics school is the most expensive program at UNLV. Right. Does anyone actually know what Informatics is or question the accuracy of that claim (note that they didn&#8217;t say where they got it from)?
I seem to [...]]]></description>
			<content:encoded><![CDATA[<p>So in a Saturday, March 6 followup to the <a href="http://www.lvrj.com/news/unlv-facing-job-losses-86149617.html">first article</a>, the <a style="color: #c00; text-decoration: underline;" title="HIGHER EDUCATION: Low-tuition goal fading " href="http://www.lvrj.com/news/low-tuition-goal-fading-86706827.html">Las Vegas Review-Journal now reports</a> that the Informatics school is the most expensive program at UNLV. Right. Does anyone actually know what Informatics is or question the accuracy of that claim (note that they didn&#8217;t say where they got it from)?</p>
<p>I seem to recall a president who went to war after misrepresenting that someone was hiding WMDs and incited a big country to invade a smaller one halfway across the globe, needlessly killing several thousand soldiers and just generally being a retarded jerk.</p>
<p>Okay so maybe this isn&#8217;t a war but killing education based on misinformation and misrepresentation is bad enough.  LVRJ forgot to take into account that INF is the fastest growing degree at UNLV (over 200% the current school term), that it is the program that covers little things like cybersecurity (preventing hackerman Chang from getting into DoD computers) and HCI (making sure your iPhone has all those touchy-feely gizmos) and realize that LVRJ is suggesting that we should cut one of the few departments that teach for jobs that are still in demand. Nice. All because of not checking facts.</p>
<p>The University readily publishes current, accurate data.  The <a style="color: #c00; text-decoration: underline;" href="http://provost.unlv.edu/JET/" target="_blank">Provost&#8217;s 2009 Joint Evaluation Taskforce</a> (JET) <a style="color: #c00; text-decoration: underline;" href="http://provost.unlv.edu/JET/2009/Engineering-Program-Review.pdf" target="_blank">report on the Engineering program</a> for example, reports &#8220;&#8230;this program is highly multidisciplinary and has a very high enrollment of women and other underrepresented groups. The program only has 2 tenure-track faculty.&#8221;  Furthermore, &#8220;[W]hile approved by the Board of Regents as an independent school, the program has <strong>no support staff</strong> and pays for an administrative assistant through course buyouts.&#8221;</p>
<p>Write to LVRJ and demand a retraction, correction and proof! People/colleagues, we are about to die a quick and painful death here and we need to fight. In 2010, informatics is a critical program both for the university as well as Las Vegas and the last thing we need is someone with erroneous information deciding our future!</p>
<p>Below is the comment I submitted to LVRJ (though who knows if it will actually get posted) &#8211; I ask and urge and plead for anyone who gives a crap that the paper seems to have it out for programs who make a difference to fight back&#8230;</p>
<blockquote><p>LVRJ misreported that Informatics is the most expensive program &#8211; that was the case when it first started but is currently inline with other engineering programs.</p>
<p>It was also highly misrepresented and mischaracterized.  The 2009 provost report actually recommends HIRING more staff because it is a fast growing field and covers a wide range of cognate areas, in addition to the extremely high ratio of sponsored research contracts and the awards it has received.  The program is still small because it is brand new (started in 2005).</p>
<p>It was reported as &#8220;most expensive&#8221; because the report was based on 2006&#8217;s FTE (full-time enrollment) divided by the cost of faculty.  Informatics has a low FTE because a high percentage of the students, especially at the graduate level, are non-traditional students who work full-time jobs like myself and cannot attend school full-time.  There are only four tenured staff and the enrollment in the program increased 200% in the last year.</p>
<p>On top of the, the earlier LVRJ article that listed the top 20 most expensive programs had an interesting common thread &#8211; they were all engineering and computer based programs &#8211; and the ones whose fields still have jobs in demand!</p>
<p>To see more accurate reporting, go to the UNLV Provost Joint Evaluation Team (JET) web page and see the 2009 reports.  Shame on LVRJ for the bad reporting.</p>
<p>And don&#8217;t get me started on why the state is cutting education funding in the first place.  Sure the University can use streamlining, but are we setting up the state to lose what edge it has?</p></blockquote>
<p>Incidentally, for those of you who don&#8217;t know:</p>
<blockquote><p>The mission of the School of Informatics is to provide an academic path for students who are interested in pursuing a career that <strong>combines computing and information technology with another academic discipline</strong>. The curriculum is <em>inherently interdisciplinary</em>, and recognizes that the human, information, and technology dimensions of problem solving are equal contributors in advanced informatics applications areas. The School of Informatics will produce graduates that become successful and internationally competitive educators, entrepreneurs, innovators, and leaders in the global information economy.</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%2Fstupid-is-as-stupid-does%2F', 'Stupid+is+as+stupid+does%2C+and+the+LVRJ+sucks')" 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/soapbox/stupid-is-as-stupid-does/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hahaha</title>
		<link>http://www.matsays.com/rambling-on-life/hahaha/</link>
		<comments>http://www.matsays.com/rambling-on-life/hahaha/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 07:55:12 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1028</guid>
		<description><![CDATA[

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;"><object id="flashObj" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="510" height="335" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=68883112001&amp;playerID=3924638001&amp;domain=embed&amp;" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://c.brightcove.com/services/viewer/federated_f9/3924638001?isVid=1&amp;publisherID=1213940598" /><param name="name" value="flashObj" /><param name="flashvars" value="videoId=68883112001&amp;playerID=3924638001&amp;domain=embed&amp;" /><param name="allowfullscreen" value="true" /><embed id="flashObj" type="application/x-shockwave-flash" width="510" height="335" src="http://c.brightcove.com/services/viewer/federated_f9/3924638001?isVid=1&amp;publisherID=1213940598" name="flashObj" allowscriptaccess="always" swliveconnect="true" allowfullscreen="true" seamlesstabbing="false" base="http://admin.brightcove.com" flashvars="videoId=68883112001&amp;playerID=3924638001&amp;domain=embed&amp;" bgcolor="#FFFFFF"></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%2Frambling-on-life%2Fhahaha%2F', 'Hahaha')" 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/rambling-on-life/hahaha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Grumbling on Tumblr</title>
		<link>http://www.matsays.com/misc/resources/more-grumbling-on-tumblr/</link>
		<comments>http://www.matsays.com/misc/resources/more-grumbling-on-tumblr/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:09:32 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1024</guid>
		<description><![CDATA[Just trying things on for size but getting into Tumblr and digging it.  It&#8217;s all the posts from here plus several more including short commentaries and reblogs.  See it at http://matsays.tumblr.com.

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p><a href="http://matsays.tumblr.com"><img src="/images/tumblrlogo.png" border="0" alt="Tumblr" style="margin:0px 10px 10px 0px;" align="left"/></a>Just trying things on for size but getting into <a href="http://matsays.tumblr.com">Tumblr</a> and digging it.  It&#8217;s all the posts from here plus several more including short commentaries and reblogs.  See it at <a href="http://matsays.tumblr.com">http://matsays.tumblr.com</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%2Fresources%2Fmore-grumbling-on-tumblr%2F', 'More+Grumbling+on+Tumblr')" 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/resources/more-grumbling-on-tumblr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of Nevada decides stupid is a good thing</title>
		<link>http://www.matsays.com/soapbox/state-of-nevada-decides-stupid-is-a-good-thing/</link>
		<comments>http://www.matsays.com/soapbox/state-of-nevada-decides-stupid-is-a-good-thing/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 22:15:55 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Courses@UNLV]]></category>
		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1022</guid>
		<description><![CDATA[completely understand when recession hits and states start to look for ways to reduce deficits, it never ceases to amaze me that education is almost inevitably one of the first to be cut. In Nevada, where we are already near the bottom in elementary and secondary education, the University system (UNLV and UNR) have nonetheless [...]]]></description>
			<content:encoded><![CDATA[<p>completely understand when recession hits and states start to look for ways to reduce deficits, it never ceases to amaze me that education is almost inevitably one of the first to be cut. In Nevada, where we are already near the bottom in elementary and secondary education, the University system (UNLV and UNR) have nonetheless continued, despite double digit cuts last year, managed to survive and prosper. But now the State, under the wily direction of Gov. Gibbons (blah) has dictated another $9 million in cuts at UNLV. Amongst the proposed options is to cut the most expensive departments, but if you look at the list of the 20 most expensive departments &#8211; they’re the very ones that are in demand right now. Cutting those departments would be tantamount to saying, we can be human but we don’t really need the opposable thumbs.</p>
<p><a href="http://matsays.tumblr.com/post/426887524/state-of-nevada-decides-stupid-is-a-good-thing">Read the rest of my op-ed here</a>&#8230;</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%2Fstate-of-nevada-decides-stupid-is-a-good-thing%2F', 'State+of+Nevada+decides+stupid+is+a+good+thing')" 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/soapbox/state-of-nevada-decides-stupid-is-a-good-thing/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-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/soapbox/the-main-thing-is-not-to-install-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dcurtis Manifesto</title>
		<link>http://www.matsays.com/soapbox/dcurtis-manifesto/</link>
		<comments>http://www.matsays.com/soapbox/dcurtis-manifesto/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 04:34:33 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Soapbox]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1007</guid>
		<description><![CDATA[Well said.  Original here.
Take everything you know about the internet. Now fucking forget it.
The internet is an infant. It&#8217;s a pile of crap. I&#8217;m tempted to call  it defective. The W3C is worse than the UN. We need to make progress. We  need to push forward. And in order to do that, we [...]]]></description>
			<content:encoded><![CDATA[<p>Well said.  <a title="dcurtis Manifesto" href="http://blog.dustincurtis.com/the-dcurtis-manifesto">Original here</a>.</p>
<blockquote><p>Take everything you know about the internet. Now fucking forget it.</p>
<p>The internet is an infant. It&#8217;s a pile of crap. I&#8217;m tempted to call  it defective. The W3C is worse than the UN. We need to make progress. We  need to push forward. And in order to do that, we need to experiment  and search out possibilities for expanding our horizons. We need to step  out of the boxes we&#8217;ve sealed around us. There&#8217;s a world outside the  crazy &#8220;best practices&#8221; created to overcome horrific shortcomings of CSS.  We are not confined to the way things are.</p>
<p>When you start to  build something new, think about the what could be, the what may be, and  the what will be. Don&#8217;t settle, don&#8217;t give up, don&#8217;t get stuck in a box  built by other people&#8217;s misguided interaction paradigms. The internet  is open and free, and that means there are no rules.</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%2Fdcurtis-manifesto%2F', 'dcurtis+Manifesto')" 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/soapbox/dcurtis-manifesto/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-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/soapbox/powered-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lifepix #004</title>
		<link>http://www.matsays.com/rambling-on-life/lifepix-004-2/</link>
		<comments>http://www.matsays.com/rambling-on-life/lifepix-004-2/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 08:55:25 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[food porn]]></category>
		<category><![CDATA[lifeblogging]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=1001</guid>
		<description><![CDATA[I told Jen I would make fresh potstickers for dinner on the weekend but she asked me to make this instead.  Ever try to roll that rice paper stuff?  Maybe we&#8217;ll have to do some Archi&#8217;s take out.

Can&#8217;t take credit &#8211; shot courtesy of FoodPornDaily (rockin&#8217; site I must say)&#8230;

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>I told Jen I would make fresh potstickers for dinner on the weekend but she asked me to make this instead.  Ever try to roll that rice paper stuff?  Maybe we&#8217;ll have to do some Archi&#8217;s take out.</p>
<p><a href="http://foodporndaily.com/pictures/seared-shrimp-confit-fennel-and-preserved-lemon-spring-rolls/"><img class="aligncenter size-large wp-image-1002" title="Spring Rolls that I can't make" src="http://www.matsays.com/wp-content/uploads/2010/02/Picture-4-600x374.png" alt="" width="600" height="374" /></a></p>
<p>Can&#8217;t take credit &#8211; shot courtesy of <a title="Yum - Food Porn (cue the music)" href="http://foodporndaily.com/">FoodPornDaily</a> (rockin&#8217; site I must say)&#8230;</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%2Frambling-on-life%2Flifepix-004-2%2F', 'Lifepix+%23004')" 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/rambling-on-life/lifepix-004-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Power of Oranges</title>
		<link>http://www.matsays.com/misc/tricks/the-power-of-oranges/</link>
		<comments>http://www.matsays.com/misc/tricks/the-power-of-oranges/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:03:45 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=989</guid>
		<description><![CDATA[Marketing and social media firm Imperial Leisure has an advertisement featuring 2380 slices of Jaffa oranges to power an iPhone, to promote the sale of Jaffa oranges. Per TUAWM, &#8220;Talk about thinking outside of the box, or in this case, the crate.&#8221; And I suppose you wouldn&#8217;t get a cold for at least a year [...]]]></description>
			<content:encoded><![CDATA[<p>Marketing and social media firm Imperial Leisure has an advertisement featuring 2380 slices of Jaffa oranges to power an iPhone, to promote the sale of Jaffa oranges. Per <a href="http://www.tuaw.com/2010/02/17/iphone-battery-dead-in-a-squeeze-you-can-charge-it-with-jaffa-o/#continued">TUAWM</a>, &#8220;Talk about thinking outside of the box, or in this case, the crate.&#8221; And I suppose you wouldn&#8217;t get a cold for at least a year after that.</p>
<p>But I thought you weren&#8217;t supposed to mix apples and oranges.</p>
<p><a rel="attachment wp-att-990" href="http://www.matsays.com/misc/tricks/the-power-of-oranges/attachment/orangedw21610/"><img class="aligncenter size-full wp-image-990" title="Oranges Power Apple" src="http://www.matsays.com/wp-content/uploads/2010/02/orangedw21610.jpg" alt="" width="520" height="286" /></a></p>
<p>[posts <a href="http://macenstein.com/default/2010/02/how-many-orange-slices-does-it-take-to-charge-an-iphone-about-2380/">here</a>, <a href="http://www.tuaw.com/2010/02/17/iphone-battery-dead-in-a-squeeze-you-can-charge-it-with-jaffa-o/#continued">here</a> and <a href="http://www.engadget.com/2010/02/13/how-many-oranges-does-it-take-to-charge-an-apple-video/">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%2Ftricks%2Fthe-power-of-oranges%2F', 'The+Power+of+Oranges')" 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/tricks/the-power-of-oranges/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-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/soapbox/buzz-and-other-social-intrusions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Win for WordPress</title>
		<link>http://www.matsays.com/soapbox/win-for-wordpress/</link>
		<comments>http://www.matsays.com/soapbox/win-for-wordpress/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:59:05 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[IMD414 Dynamic Design]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=981</guid>
		<description><![CDATA[I think (after four years), that WordPress may have finally won Jen over.  While there are many nice things about Blogger, the total UX of the authoring side is just tedious at best, and the tools for image modification never seem to work right.  Albeit that there is a direct shot between the [...]]]></description>
			<content:encoded><![CDATA[<p>I think (after four years), that <a href="http://www.wordpress.org">WordPress</a> may have finally won Jen over.  While there are many nice things about Blogger, the total UX of the authoring side is just tedious at best, and the tools for image modification never seem to work right.  Albeit that there is a direct shot between the Blogger platform and Picasa vis-a-vis Google, which definitely speeds up the uploading process, but double the time to lay it out and for image intensive blogs like <a href="http://madebygirl.blogspot.com">MadeByGirl</a>, it&#8217;s just wasteful and frustrating.  Plus it throws inordinate amounts of unnecessary code (not that WP doesn&#8217;t as well, but it&#8217;s pretty trimmed down &#8211; last night I manually corrected <a href="http://madebygirl.blogspot.com/2010/02/my-new-home-office-finally-complete.html">Jen&#8217;s post</a> and cut out 20 nested &lt;div&gt;s with identical styling plus another 18 that were there for no apparent reason).</p>
<p>So I set up a WP instance for her to play around with and it looks like she&#8217;s digging it.  She&#8217;s worried that she&#8217;s going to lose some of the benefits of using the Google-based platform but I think that with the stats she has (trust me, she&#8217;s way beyond what MatSays will ever do) she doesn&#8217;t really need to worry.</p>
<p>The one downer note &#8211; the import function works great but it puts Blogger tags as WP categories so you might have to massage the DB by hand a bit.  Wonder if they are aware of that little bug.</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%2Fwin-for-wordpress%2F', 'A+Win+for+WordPress')" 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/soapbox/win-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World of the Weird: Bananas Fix DVDs</title>
		<link>http://www.matsays.com/misc/how-to/world-of-the-weird-bananas-fix-dvds/</link>
		<comments>http://www.matsays.com/misc/how-to/world-of-the-weird-bananas-fix-dvds/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:29:11 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=973</guid>
		<description><![CDATA[Crazy and I don&#8217;t even want to know how &#8220;they&#8221; figured this out but I thought it was funny, crazy, interesting and useful enough to bother reposting&#8230;from Unplggd&#8217;s Home Hacks:
Scratches on discs happen. After one of our favorite DVDs started to skip after receiving a few too many scratches we started to look for a [...]]]></description>
			<content:encoded><![CDATA[<p>Crazy and I don&#8217;t even want to know how &#8220;they&#8221; figured this out but I thought it was funny, crazy, interesting and useful enough to bother reposting&#8230;from <a href="http://www.unplggd.com/unplggd/how-to/how-to-remove-scratches-from-dvdshome-hacks-108439">Unplggd</a>&#8217;s Home Hacks:</p>
<p>Scratches on discs happen. After one of our favorite DVDs started to skip after receiving a few too many scratches we started to look for a solution to salvage it. Sure there are DVD scratch removal devices that you can buy, but why waste money when there is a solution to be found right in our own homes? Using toothpaste, a banana, a rag and window cleaner we will show you how to remove scratches from a DVD and with any luck the unplayable will become playable.</p>
<div style="text-align:center;"><img class="aligncenter size-full wp-image-974" title="DSC_0975" src="http://www.matsays.com/wp-content/uploads/2010/02/11_rect540.jpg" alt="" width="540" height="361" /></div>
<h3 style="color:#555;">What You Need</h3>
<p><strong>Equipment:</strong><br />
toothpaste<br />
clean rag<br />
banana<br />
window cleaner</p>
<h3 style="color:#555;">Instructions</h3>
<p><strong>1.</strong> The first thing you do is apply toothpaste on the scratched surface of the DVD. Next, rub the toothpaste gently into the DVD using the rag. Let this sit for about a minute.</p>
<p><strong>2.</strong> Remove the toothpaste from the DVD using the rag. Then take the cut banana and in small circular motions rub the banana into the DVD. After you have applied the banana to the DVD, you will then take the peel and use this to rub the DVD in small circular motions.</p>
<p><strong>3.</strong> Clean the DVD using the rag. Make sure to remove all the traces of the banana and peel. Spray window cleaner onto the surface of the DVD and continue cleaning the DVD. If you are lucky, your formerly unplayable DVD has now been salvaged!</p>
<p><strong>Additional Notes:</strong> We experimented with using just toothpaste and just the banana, but we received the best results from using the toothpaste first and following it with the banana.</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%2Fhow-to%2Fworld-of-the-weird-bananas-fix-dvds%2F', 'World+of+the+Weird%3A+Bananas+Fix+DVDs')" 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/how-to/world-of-the-weird-bananas-fix-dvds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After a hellish day, the world is all right</title>
		<link>http://www.matsays.com/rambling-on-life/after-a-hellish-day-the-world-is-all-right/</link>
		<comments>http://www.matsays.com/rambling-on-life/after-a-hellish-day-the-world-is-all-right/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 01:29:23 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[lifeblogging]]></category>

		<guid isPermaLink="false">http://www.matsays.com/rambling-on-life/after-a-hellish-day-the-world-is-all-right/</guid>
		<description><![CDATA[Despite the sprinkles and symbolic logic, sometimes The Strip can be surprisingly beautiful. Shot from north side of SEB at dusk.

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>Despite the sprinkles and symbolic logic, sometimes The Strip can be surprisingly beautiful. Shot from north side of SEB at dusk.<br /><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://www.matsays.com/wp-content/uploads/2010/02/wpid-2010-02-08-17.20.26.jpg" /></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%2Frambling-on-life%2Fafter-a-hellish-day-the-world-is-all-right%2F', 'After+a+hellish+day%2C+the+world+is+all+right')" 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/rambling-on-life/after-a-hellish-day-the-world-is-all-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Box</title>
		<link>http://www.matsays.com/soapbox/the-box/</link>
		<comments>http://www.matsays.com/soapbox/the-box/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:04:36 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD414 Dynamic Design]]></category>
		<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[concept]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[user interface design]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=965</guid>
		<description><![CDATA[I was reading a blog post last night that was dishing advice for (web) designers on how to find solutions and inspiration when approaching new sites&#8230;nothing earth shattering really, all except one.  But first, a digression.  I work for an unusual company. It&#8217;s unusual in that the real value behind our work is [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading a <a href="http://econsultancy.com/blog/4280-thinking-outside-the-box-and-other-bad-advice">blog post</a> last night that was dishing advice for (web) designers on how to find solutions and inspiration when approaching new sites&#8230;nothing earth shattering really, all except one.  But first, a digression.  I work for an unusual company. It&#8217;s unusual in that the real value behind our work is the ability to solve somewhat complex problems under severe time constraints with fairly elegant solutions both visually as well as with respect to network and MIS limitations, all with restrictive resources in terms of manpower and horsepower.</p>
<p>So the real juice behind our success in 9 years is our ability to think outside the box. Honestly I can&#8217;t stand that expression but the reason I am not hunting for another metaphor is because everyone understands it. So what am I getting at? Back to the post I was reading.</p>
<p>The gem from the post was &#8220;know what the box is.&#8221; It sounds simple enough and certainly something we almost take as a given. But do you really?</p>
<p><span id="more-965"></span></p>
<p>A week ago my team was contracted to do a job for a prominent division of a Fortune 100 company. The job was to construct an SMF-based Silverlight media player that would, in short, deliver live and/or on-demand Smooth or Windows Media content with a bunch of social tools, a very slimmed down interface with a universal style and the catch is that it needed to use initParams and/or an externalized XML to direct it (with order of operations precedence), blah blah blah on and on.  Nothing out of the ordinary except that the portability meant that we needed to reduce the configurable parameters as much as possible, make sure that delivery could occur both inside and outside a firewalled intranet, and that it was CMS supported.  Anyway, the designer did the nice, clean XAML, the developer got the app interface done, I finished off the CMS and reporting components.  All in 2 days.</p>
<p>And along comes the first gig &#8211; only a week from today &#8211; and another group in my company asked &#8211; so what happens if we&#8217;re streaming Smooth over satellite and we drop the link?  How do we fail over to, say, an origin-based WM encode?  Hmmm, didn&#8217;t really think about that one.  It&#8217;s not that we wouldn&#8217;t normally, but historically we&#8217;ve always used ASX files or our own mediaFeedXML format to handle failover, but in this case we didn&#8217;t even really think about it, because (I guess) we don&#8217;t work operations on a regular basis and hence don&#8217;t really make those considerations.</p>
<p>My point is that we approached the job thinking we had covered the details but in fact we were missing part of the equation &#8211; we didn&#8217;t really know the box, inasmuch as we thought we did.  And it took a single email from another team to point it out.  Problem has since been solved but it makes me wonder, now, if we neglected anything else.</p>
<p>In the blog post author&#8217;s (<a title="Tom Stewart" href="http://econsultancy.com/blog/authors/tom-stewart">Tom Stewart</a>) words:</p>
<blockquote><p>How often have you been told to &#8216;think outside the box&#8217;? I don’t know about you but I find that very hard to do. It’s as helpful as saying, &#8216;now come up with a great idea&#8217;. So my approach involves ‘knowing the box’. <strong>Identify all the constraints and limits you can.</strong></p></blockquote>
<p>Same holds true for design.  Inspiration and production comes from knowing the box &#8211; knowing the customer, knowing the intent, knowing the content, knowing the delivery.  Before tackling that really great job or that really great idea that you get your head wrapped around what it is you&#8217;re really designing against.  Knowing that, and being able to step outside of the proverbial space, will only serve to make the end result better.</p>
<p>[sooner or later, when I'm allowed to and if I remember, I'll post about that player]</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-box%2F', 'The+Box')" 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/soapbox/the-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A logician I will never be</title>
		<link>http://www.matsays.com/rambling-on-life/a-logician-i-will-never-be/</link>
		<comments>http://www.matsays.com/rambling-on-life/a-logician-i-will-never-be/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 16:49:39 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[INF760 Advanced Informatics Theory]]></category>
		<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Courses@UNLV]]></category>
		<category><![CDATA[symbolic logic]]></category>

		<guid isPermaLink="false">http://www.matsays.com/myclasses/inf760/a-logician-i-will-never-be/</guid>
		<description><![CDATA[Four weeks into INF760 and it is very apparent that I may be in over my head.  Here&#8217;s proof (no pun intended) that logic isn&#8217;t my strong suit. Ever take a class where you knew from day 1 that you might just fail but were compelled to take it out of the pure challenge [...]]]></description>
			<content:encoded><![CDATA[<p>Four weeks into INF760 and it is very apparent that I may be in over my head.  Here&#8217;s proof (no pun intended) that logic isn&#8217;t my strong suit. Ever take a class where you knew from day 1 that you might just fail but were compelled to take it out of the pure challenge of it?</p>
<div style="text-align: center; margin-bottom: 16px;"><img style="display: block; margin-right: auto; margin-left: auto;" src="http://www.matsays.com/wp-content/uploads/2010/02/wpid-2010-02-04-08.43.52.jpg" alt="image" /></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%2Frambling-on-life%2Fa-logician-i-will-never-be%2F', 'A+logician+I+will+never+be')" 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/rambling-on-life/a-logician-i-will-never-be/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-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/when-does-a-device-go-too-far-a-cat-is-not-a-tiger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In My Rush Time Got Rushed</title>
		<link>http://www.matsays.com/rambling-on-life/in-my-rush-time-got-rushed/</link>
		<comments>http://www.matsays.com/rambling-on-life/in-my-rush-time-got-rushed/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:38:55 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[age]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[lifeblogging]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=914</guid>
		<description><![CDATA[Mondays are always hectic for me.  I drag my weekend-abused body into the office around 7am, and after a generally difficult start of the week, I head out at 3:30 to my 4pm Advanced Theory of Informatics class at UNLV.  The class is 75 minutes of massive note-taking (say 12-13 pages on average [...]]]></description>
			<content:encoded><![CDATA[<p>Mondays are always hectic for me.  I drag my weekend-abused body into the office around 7am, and after a generally difficult start of the week, I head out at 3:30 to my 4pm <a href="http://informatics.unlv.edu/academics/msc.htm">Advanced Theory of Informatics</a> class at UNLV.  The class is 75 minutes of massive note-taking (say 12-13 pages on average with just a few too many proofs for my comfort level).  At 5:15pm I dash out the door for a 30 minute battle with traffic to make it down to <a href="http://www.artinstitutes.edu/lasvegas/">Art Institute</a> in Green Valley (always 15 minutes late, but I&#8217;m sure my students don&#8217;t mind) for a 5:30 Dynamic Design class that runs until 10pm, after which I run home and slam through the daily end-of-day MadeByGirl routines to make it to bed so Jen can get up for class early on Tuesdays.</p>
<p>This past week, I was listening (as always) to a (fantastic)<a title="Mysteries of Time by Sean Carroll from KNPR" href="http://www.npr.org/templates/story/story.php?storyId=123115538"> KNPR program by Sean Carroll on the Mysteries of Time</a>.  In it, he was describing two schools of thought on the age old question of why it is that as we get older, time seems to pass quicker.  The short of it was this:</p>
<p>One group of researchers says that the speed at which our brain impulses fire and travel slows down as we get older and consequently our impression of time actually slows down.  They&#8217;ve done several studies, but in a non-empirical study by NPR, several older (over 70 years old) and younger (around 20 years old) were asked to close their eyes and guess when a minute had passed.  Interestingly, the younger group was generally spot on &#8211; with guesses ranging between 55 and 65 seconds.  But the older group was much the opposite &#8211; instead their guesses averaged about 90 seconds.  Big difference.  So researchers say that in the same vein that the brain slows time down, more things happen within that timespan (imaging cars passing and honking each time &#8211; since your impression of a minute is longer, you would count more cars passing by within your minute).</p>
<p>The second group says that your brain is like a hard drive&#8230;it only has so much capacity for thought.  When we&#8217;re younger, we tend to fill up that space with details of every first impression &#8211; our first birthday, our first date, etc &#8211; and that as we get older we get more efficient at filtering, which is short for not bothering to remember (on a side note, guys, remember this &#8211; that&#8217;s why you can&#8217;t remember what your wife said 10 minutes ago but you can remember the first date).  Basically our brains cycle memories &#8211; we hit a birthday and your brain tells itself &#8220;oh, I remember this from before so I don&#8217;t need to bother wasting space again,&#8221; and so as we are less able to remember details from a short time ago, our impression is that things have sped up.</p>
<p>So of course my thought is &#8211; it actually must be a little of both.  I certainly know that I can&#8217;t remember what Jennifer told me (much to her chagrin) 10 minutes ago, but I can remember stupid Jeopardy trivia that I learned in fifth grade reading the <em>Guiness Book of World Records</em> (which I picked up at the dentists office on Monday and was sadly dismayed &#8211; not the same book I grew up with &#8211; when did it become so picture book dumbed-down).  I tested myself a couple of times to guess the minute but I was pretty close &#8211; 63 seconds the first time and 61 the second, so maybe it&#8217;s less that one.</p>
<p>But to that I add a third theory &#8211; totally not based on science, totally my own humble opinion &#8211; but maybe time speeds up because we are afraid.  A little secret about me &#8211; I actually have only one phobia &#8211; getting old.  My whole life, I was generally not afraid of very much &#8211; I love to fly (planes put me to sleep), heights don&#8217;t bother me (will cliff dive on command), and bugs, snakes, creepy critters and the like have no effect on me.  But getting old &#8211; that&#8217;s a whole other story.</p>
<p>So my thought is that I&#8217;d bet many people are like me but don&#8217;t admit it, at least not openly.  And maybe the time that seems to be speeding up is kind of like being in a movie where a couple of police officers are racing the clock to diffuse a bomb and the situation gets more and more frantic (except in the movies, they always make it).  The &#8220;theory&#8221; is that as we get older, we realize we have less and less time, and in our frantic haste to accomplish more (let&#8217;s face it &#8211; I realize it would be a little pointless to try and finish my PhD when I am 60 so I am rushing to do it now) we get more and more frazzled, we take in less and less of life, and it just seems to hurtle forward faster and faster, like a missile catapulting to doom.</p>
<p>The point is that any one of these is just pretty much sad.  I guess the slowing neuron activity is one thing but the idea of being able to remember less not because I don&#8217;t have the capacity but because my brain is tricking me into not bothering, or feeling that I have less and less time in my life is pretty distressing.  So to that I offer the saving grace&#8230;it&#8217;s old school and it&#8217;s hokey but it&#8217;s the truth.  Enjoy your life &#8211; enjoy every minute of every day and make it count.  Remember the things that your loved ones tell you, that you do with your family, the things that make you proud of being alive, and how happy waking up to a sunny day makes you.  Be thankful, be appreciative, be sharp and mindful of how you contribute to the world and how your life affects others.  Know that at the end of the day you made someone else&#8217;s life, not just your own, better.  And when you start reaching that speeding bullet point in life, just breathe a little and say &#8211; at least I got it all in.</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%2Frambling-on-life%2Fin-my-rush-time-got-rushed%2F', 'In+My+Rush+Time+Got+Rushed')" 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/rambling-on-life/in-my-rush-time-got-rushed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for Android &#8230; Finally</title>
		<link>http://www.matsays.com/misc/resources/wordpress-for-android/</link>
		<comments>http://www.matsays.com/misc/resources/wordpress-for-android/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 14:46:16 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[lifeblogging]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=917</guid>
		<description><![CDATA[Not that wpToGo wasn&#8217;t good but I&#8217;m relieved that WordPress for Android has finally surfaced.  The interface is obviously similar but for the utilitarian aspect of now being able to change pages as well as posts and approve comments while not at the desk (which I am really trying to do less and less of) [...]]]></description>
			<content:encoded><![CDATA[<p>Not that wpToGo wasn&#8217;t good but I&#8217;m relieved that WordPress for Android has finally surfaced.  The interface is obviously similar but for the utilitarian aspect of now being able to change pages as well as posts and approve comments while not at the desk (which I am really trying to do less and less of) is awesome.  Nice going!</p>
<div style="text-align:center;margin-bottom:16px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="608" height="342" align="middle"><param name="movie" value="http://www.youtube.com/v/NUZfYfOicpg&#038;hl=en_US&#038;fs=1&#038;"/><param name="allowFullScreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="quality" value="high" /><param name="flashVars" value="guid=73jyWIka&#038;width=608&#038;height=342&#038;qc_publisherId=p-18-mFEk4J448M"/><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.15" type="application/x-shockwave-flash" width="608" height="342" allowscriptaccess="always" allowfullscreen="true" flashvars="guid=73jyWIka&#038;width=608&#038;height=342&#038;qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress for Android"></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%2Fresources%2Fwordpress-for-android%2F', 'WordPress+for+Android+%26%238230%3B+Finally')" 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/resources/wordpress-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bacon</title>
		<link>http://www.matsays.com/misc/resources/bacon/</link>
		<comments>http://www.matsays.com/misc/resources/bacon/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:24:06 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[Rambling on Life]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=907</guid>
		<description><![CDATA[Life needs a little levity.  Matthew Inman &#8211; you rock (or at least your warped sense of humor does).

From theoatmeal.com

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>Life needs a little levity.  Matthew Inman &#8211; you rock (or at least your warped sense of humor does).</p>
<div style="text-align:center;margin-bottom:16px;"><a rel="attachment wp-att-908" href="http://www.matsays.com/misc/resources/bacon/attachment/bacon_math/"><img class="aligncenter size-full wp-image-908" title="Bacon &gt; Love" src="http://www.matsays.com/wp-content/uploads/2010/02/bacon_math.png" alt="" width="569" height="186" border="0"/></a><br />
From <a title="The Oatmeal" href="http://theoatmeal.com/">theoatmeal.com</a></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%2Fresources%2Fbacon%2F', 'Bacon')" 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/resources/bacon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Guys rock</title>
		<link>http://www.matsays.com/rambling-on-life/google-guys-rock/</link>
		<comments>http://www.matsays.com/rambling-on-life/google-guys-rock/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 21:22:20 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[google guys]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=894</guid>
		<description><![CDATA[I never bothered to repost after the first one but now that they have the sequel&#8230;
The original

The sequel


addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>I never bothered to repost after the first one but now that they have the sequel&#8230;</p>
<p>The <a href="http://www.collegehumor.com/video:1922981">original</a><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="592" height="281" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1922981&amp;fullscreen=1" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1922981&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="592" height="281" src="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1922981&amp;fullscreen=1" allowscriptaccess="always" wmode="transparent" allowfullscreen="true" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1922981&amp;fullscreen=1"></embed></object></p>
<p>The <a href="http://www.collegehumor.com/video:1928379">sequel</a><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="592" height="333" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1928379&amp;fullscreen=1" /><param name="allowfullscreen" value="true" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1928379&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="592" height="333" src="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1928379&amp;fullscreen=1" allowscriptaccess="always" wmode="transparent" allowfullscreen="true" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1928379&amp;fullscreen=1"></embed></object></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%2Frambling-on-life%2Fgoogle-guys-rock%2F', 'Google+Guys+rock')" 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/rambling-on-life/google-guys-rock/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-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/soapbox/thats-ctrlcctrlv-idiot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Tablet</title>
		<link>http://www.matsays.com/soapbox/my-tablet/</link>
		<comments>http://www.matsays.com/soapbox/my-tablet/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 06:26:30 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[lifeblogging]]></category>

		<guid isPermaLink="false">http://www.matsays.com/misc/my-tablet/</guid>
		<description><![CDATA[
Battery never dies, dependable, can&#8217;t compute as fast but really great tactility.  And at least a couple hundos less than whatever Apple comes up with.
Update February 3 &#8211; thanks, Mark

and&#8230;


addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p><img style="display: block; margin-right: auto; margin-left: auto;" src="http://www.matsays.com/wp-content/uploads/2010/01/wpid-2010-01-26-22.25.05.jpg" alt="image" /></p>
<p>Battery never dies, dependable, can&#8217;t compute as fast but really great tactility.  And at least a couple hundos less than whatever Apple comes up with.</p>
<p><strong>Update February 3 &#8211; thanks, Mark</strong></p>
<div style="margin:0px auto;text-align:center;"><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/IeAOh4Ah-t8&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/IeAOh4Ah-t8&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></div>
<p><strong><em>and&#8230;</em></strong></p>
<div style="margin:0px auto;text-align:center;"><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/MI99t9k4aEE&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MI99t9k4aEE&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></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%2Fmy-tablet%2F', 'My+Tablet')" 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/soapbox/my-tablet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lifepix #004</title>
		<link>http://www.matsays.com/rambling-on-life/lifepix-004/</link>
		<comments>http://www.matsays.com/rambling-on-life/lifepix-004/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 04:40:18 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[lifeblogging]]></category>

		<guid isPermaLink="false">http://www.matsays.com/rambling-on-life/lifepix-004/</guid>
		<description><![CDATA[
Waiting for Jen at UNLV Starbucks after class

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://www.matsays.com/wp-content/uploads/2010/01/wpid-2010-01-26-20.38.07.jpg" /></p>
<p>Waiting for Jen at UNLV Starbucks after class</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%2Frambling-on-life%2Flifepix-004%2F', 'Lifepix+%23004')" 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/rambling-on-life/lifepix-004/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-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/ailv/imd302/the-dark-side-of-html-5-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lifepix #003</title>
		<link>http://www.matsays.com/rambling-on-life/lifepix-003/</link>
		<comments>http://www.matsays.com/rambling-on-life/lifepix-003/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 03:12:09 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[lifeblogging]]></category>

		<guid isPermaLink="false">http://www.matsays.com/rambling-on-life/lifepix-003/</guid>
		<description><![CDATA[
Archi&#8217;s Bistro&#8230;spring rolls. Not the best I&#8217;ve ever had but still pretty decent.

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://www.matsays.com/wp-content/uploads/2010/01/wpid-2010-01-22-18.47.54.jpg" /></p>
<p>Archi&#8217;s Bistro&#8230;spring rolls. Not the best I&#8217;ve ever had but still pretty decent.</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%2Frambling-on-life%2Flifepix-003%2F', 'Lifepix+%23003')" 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/rambling-on-life/lifepix-003/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-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/bad-password-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maybe not the same old tune</title>
		<link>http://www.matsays.com/soapbox/thesixtyone/</link>
		<comments>http://www.matsays.com/soapbox/thesixtyone/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 16:55:16 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD414 Dynamic Design]]></category>
		<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[ucd]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=852</guid>
		<description><![CDATA[I&#8217;ve had an on-again/off-again thing with online radio &#8211; I like Pandora and all but I still can&#8217;t get used to having a browser window open &#8211; I guess it&#8217;s just some inane need for something visual to go with it.  Apparently this site &#8211; thesixtyone &#8211; has been around long enough that they [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had an on-again/off-again thing with online radio &#8211; I like <a href="http://www.pandora.com" taget="pandora">Pandora</a> and all but I still can&#8217;t get used to having a browser window open &#8211; I guess it&#8217;s just some inane need for something visual to go with it.  Apparently this site &#8211; thesixtyone &#8211; has been around long enough that they just released a new interface (and apparently there&#8217;s a lot of disgruntled viewers who like <a href="http://old.thesixtyone.com/" target="sixtyone">the old one</a>, but screw them) and I think it&#8217;s pretty slick.</p>
<div style="text-align:center;"><a href="http://www.matsays.com/soapbox/thesixtyone/attachment/thesixtyone-2/" rel="attachment wp-att-853"><img src="http://www.matsays.com/wp-content/uploads/2010/01/thesixtyone-600x437.jpg" alt="" title="thesixtyone.com screencap" width="600" height="437" /></a></div>
<p>From a visual perspective, it fills that little void by replacing the static window blahs in my second monitor with a fullscreen slideshow, complete with bios, photos, and a whole lot of social gaming tricks that I have to say are very well thought out and very easy to use.  It does all this while the music plays continuously and the photos keep sliding in</p>
<p>And it&#8217;s not Flash (no love lost there).  And of course you can buy the music (the true Long Tail in action here).  Awesome.  On a side note, as CC and I were commenting, we had a good laugh about a miserably failed project we did in 2003 with the then-Death Row Records that had a similar premise but way before social media was the buzz, before Ajax and jQuery frameworks existed, but was nonetheless pretty hot conceptually (though definitely not as good looking).</p>
<p>Anyway, for all my IMD414 students &#8211; this is the kind of thing you should be striving for and exactly what we&#8217;ll be talking about this quarter.  Nice timing.</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%2Fthesixtyone%2F', 'Maybe+not+the+same+old+tune')" 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/thesixtyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lifepix #002</title>
		<link>http://www.matsays.com/rambling-on-life/lifepix-002-2/</link>
		<comments>http://www.matsays.com/rambling-on-life/lifepix-002-2/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 14:58:20 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[lifeblogging]]></category>

		<guid isPermaLink="false">http://www.matsays.com/rambling-on-life/lifepix-002-2/</guid>
		<description><![CDATA[
Dragging my ass to work&#8230;another day, another dollar.

addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="http://www.matsays.com/wp-content/uploads/2010/01/wpid-2010-01-22-07.06.43.jpg" /></p>
<p>Dragging my ass to work&#8230;another day, another dollar.</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%2Frambling-on-life%2Flifepix-002-2%2F', 'Lifepix+%23002')" 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/rambling-on-life/lifepix-002-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop in Life</title>
		<link>http://www.matsays.com/rambling-on-life/photoshop-in-life/</link>
		<comments>http://www.matsays.com/rambling-on-life/photoshop-in-life/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 10:22:45 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Rambling on Life]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.matsays.com/?p=842</guid>
		<description><![CDATA[I think this photo is just so freakin&#8217; cool &#8211; for those of us who have a love/hate relationship with it, sometimes I wish my work was like this instead (at least until I&#8217;m 100 layers deep and masking in 2 seconds as opposed to having to cut a piece of paper).


addthis_pub = 'mobimeet';

]]></description>
			<content:encoded><![CDATA[<p>I think this photo is just so freakin&#8217; cool &#8211; for those of us who have a love/hate relationship with it, sometimes I wish my work was like this instead (at least until I&#8217;m 100 layers deep and masking in 2 seconds as opposed to having to cut a piece of paper).</p>
<div style="text-align:center;"><a href="http://www.matsays.com/rambling-on-life/photoshop-in-life/attachment/photoshop-real-big/" rel="attachment wp-att-845"><img src="http://www.matsays.com/wp-content/uploads/2010/01/photoshop-real-big-600x375.jpg" alt="" title="Photoshop Real" width="600" height="375"  /></a></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%2Frambling-on-life%2Fphotoshop-in-life%2F', 'Photoshop+in+Life')" 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/rambling-on-life/photoshop-in-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
