<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" >
<channel>
<title>Machineware, Web Application Development</title>
<link>http://machineware.interspring.com/</link>
<description><![CDATA[]]></description>
<language>en</language>
<pubDate>Mon, 21 Dec 2009 20:30:50 +0000</pubDate>
<generator>interSpring.com</generator>
<image>
<title>Machineware, Web Application Development</title>
<url>http://machineware.interspring.com/g/machineware/feed.gif</url>
<link>http://machineware.interspring.com/</link>
<height>47</height>
<width>280</width>
</image>
<item>
<title>HTML 5 Browser Based Twitter Client</title>
<link>http://machineware.interspring.com/blog/html-5-browser-based-twitter-client.html</link>
<guid isPermaLink="false">QDLNaeWa</guid>
<description>Opened up the beta of interspring today. Interspring is a &lt;a href=&quot;http://interspring.com&quot;&gt;HTML5 browser based twitter client and feed reader&lt;/a&gt; (RSS and Atom). It works with WebKit based browsers (Safari/Chrome) and Firefox (3.5 or better for JavaScript speed). Google gears is required to use the client side database features with FireFox.</description>
<pubDate>Mon, 21 Dec 2009 20:13:09 +0000</pubDate>
</item>
<item>
<title>PubHubSubbub Support</title>
<link>http://machineware.interspring.com/blog/pubhubsubbub-support.html</link>
<guid isPermaLink="false">VHbwKnYT</guid>
<description>&lt;p&gt;I just finished adding &lt;a href=&quot;http://pubsubhubbub.googlecode.com/&quot;&gt;PubSubHubbub&lt;/a&gt; support to the web app. It's pretty cool. It allows feeds to designate a &quot;hub&quot; that interested parties (subscribers) can contact to request notifcation of feed updates. When a publisher puts new content in a feed they notifiy the hub (ping it via HTTP post) and the hub fetches the feed and will send the new content to the subscribers. This all happens very quickly. I did a &lt;a href=&quot;media/interspring_pubsubhubbub.mov&quot;&gt;PubSubHubbbub demo video&lt;/a&gt; to demonstrate how quickly transaction takes place.&lt;/p&gt;
</description>
<pubDate>Tue, 01 Sep 2009 19:42:16 +0000</pubDate>
</item>
<item>
<title>Cross Domain HTTP Requests in IE 8 and Firefox 3.1</title>
<link>http://machineware.interspring.com/blog/cross-domain-http-requests-in-ie-8-and-firefox-3-1.html</link>
<guid isPermaLink="false">atefODNA</guid>
<description>&lt;p&gt;Nice demonstration video on how you use the XDomainRequest object in IE 8 to perform cross domain (i.e. calling a script from a different domain which will usually cause a security exception) request.&lt;/p&gt;
&lt;p&gt;FireFox 3.1 will implement a similar feature using the existing XMLHTTPRequest object.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Adrian Bateman of the IE 8 team created a screencast &lt;a href=&quot;http://blogs.msdn.com/ie/archive/2009/01/14/completing-access-control-support-for-xdomainrequest.aspx&quot; target=&quot;_blank&quot;&gt;showing&lt;/a&gt; the &lt;a href=&quot;http://dev.w3.org/2006/waf/access-control/#access-control-check&quot; target=&quot;_blank&quot;&gt;Access Control&lt;/a&gt; work that has been done:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Iâm happy to announce that we have recently completed our support for the &lt;a href=&quot;http://dev.w3.org/2006/waf/access-control/#access-control-check&quot; target=&quot;_blank&quot;&gt;Access Control Check&lt;/a&gt; using the Access-Control-Allow-Origin header defined by the updated spec. This means that, in addition to the wildcard check (looking for *) that we supported in Beta 2, we also now support the origin URL check. This support will be part of the next public release of IE that &lt;a href=&quot;http://blogs.msdn.com/ie/archive/2008/11/19/ie8-what-s-after-beta-2.aspx&quot; target=&quot;_blank&quot;&gt;Dean announced&lt;/a&gt; a few weeks ago.&lt;/p&gt;
&lt;p&gt;I have recorded a short video that demonstrates how to use XDR and what this announcement means. It also shows how the Access Control framework is supported by other browsers allowing interoperable services to be called from your pages.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~r/ajaxian/~3/512779583/access-control-in-ie-8&quot;&gt;Access Control in IE 8&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To use the cross domain requests you wil need to set an Access Control HTTP header (Access-Control-Allow-Origin) in your chosen scripting language.&lt;/p&gt;
&lt;p&gt;To use the Access-Control-Allow-Origin http header in PHP you would do something like this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; header('Access-Control-Allow-Origin: *');&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
</description>
<pubDate>Thu, 15 Jan 2009 23:19:54 +0000</pubDate>
<enclosure url="http://images.video.msn.com/flash/soapbox1_1.swf" length="1" type="application/x-shockwave-flash" />
</item>
<item>
<title>Unexpected text zoom while using Firefox for OS X</title>
<link>http://machineware.interspring.com/blog/unexpected-text-zoom-while-using-firefox-for-os-x.html</link>
<guid isPermaLink="false">SETKGLwz</guid>
<description>&lt;p&gt;Just a quick note for anyone who may be working on something in Firefox and have the need to undo an action (cmd-z) then quickly hits redo (cmd-shift-z) and gets unexpected text zooming.&lt;/p&gt;
&lt;p&gt;I initially thought it was some unknown accessibility feature in &lt;a href=&quot;http://en.wikipedia.org/wiki/Mac_OS_X&quot;&gt;OS X&lt;/a&gt; but Zoom in the &lt;a href=&quot;http://forums.appleinsider.com/showthread.php?t=8065&quot;&gt;Universal Access control panel&lt;/a&gt; was already disabled. Then I checked &lt;a href=&quot;http://www.chemstudioweb.com/wp-content/uploads/2008/06/how-to-zoom-in-out-menu-option.png&quot;&gt;Firefox's built in Zoom command&lt;/a&gt; (accessible through the View menu) but it uses a different shortcut key (cmd-+ and cmd--).&lt;/p&gt;
&lt;p&gt;After much head scratching I was able to track it down to the &lt;a href=&quot;http://chrispederick.com/work/web-developer/&quot;&gt;Firefox Web Developer plug in&lt;/a&gt;. For some reason it's default shortcut key for zooming in is cmd-shift-z. I cleared both short cuts (zoom in and zoom out) in the Options dialog for the Web Developer Plug in and no more crazy zooming.&lt;/p&gt;
</description>
<pubDate>Fri, 09 Jan 2009 22:31:24 +0000</pubDate>
</item>
<item>
<title>Google changes the Mobile Sitemaps Protocol</title>
<link>http://machineware.interspring.com/blog/google-changes-the-mobile-sitemaps-protocol.html</link>
<guid isPermaLink="false">xuBIenqg</guid>
<description>&lt;p&gt;Somehow I missed this but if you don't change your mobile sitemaps....Google will no longer index them (at least with their mobile crawler).&lt;/p&gt;
&lt;p&gt;It's a subtle change but I can understand why Google wants a page to be explicitly tagged as moble....it should prevent duplicate content issues for some sites.&lt;/p&gt;
&lt;p&gt;Read about it on &lt;a href=&quot;https://www.google.com/support/webmasters/bin/answer.py?answer=34648&quot;&gt;Google's Webmaster Support Site&lt;/a&gt;.&lt;/p&gt;
</description>
<pubDate>Thu, 08 Jan 2009 16:39:32 +0000</pubDate>
</item>
<item>
<title>Google Gears Geolocation API</title>
<link>http://machineware.interspring.com/blog/google-gears-geolocation-api.html</link>
<guid isPermaLink="false">KxyCVHVc</guid>
<description>&lt;p&gt;The &lt;a href=&quot;http://gears.google.com/&quot;&gt;Google Gears&lt;/a&gt; (actually now just called Gears) API has a call (getCurrentPosition) that returns a users latitude and longitude. The users location is determined by a number of factors. If present on-board &lt;a href=&quot;http://en.wikipedia.org/wiki/Global_Positioning_System&quot;&gt;GPS&lt;/a&gt; is used(if the user is using a &lt;a href=&quot;http://en.wikipedia.org/wiki/Google_Android&quot;&gt;Android based phone&lt;/a&gt; for instance). If GPS is not availiable a users &lt;a href=&quot;http://en.wikipedia.org/wiki/IP_address&quot;&gt;IP Address&lt;/a&gt; is used (they determine where you are generally by your ip address and network provider....it's not always accurate).&lt;/p&gt;
&lt;p&gt;The API is very approachable and anyone who has used the &lt;a href=&quot;http://code.google.com/apis/maps/&quot;&gt;Google Maps API&lt;/a&gt; will find it easy to use. I was able to quickly add the users current geo-location to a geography based RSS view. I also added the ability for users to automatically geo-stamp blog entries. It took less than an hour.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;If Gears is present the end user still must give the site or application permission to access the users location (for privacy reasons obviously).&lt;/p&gt;
</description>
<pubDate>Tue, 11 Nov 2008 16:20:54 +0000</pubDate>
</item>
<item>
<title>Internet Explorer 8 improvements for developers</title>
<link>http://machineware.interspring.com/blog/internet-explorer-8-improvements-for-developers.html</link>
<guid isPermaLink="false">iHpxxXmZ</guid>
<description>&lt;p&gt;I just had this come across my &lt;a href=&quot;http://en.wikipedia.org/wiki/Aggregator&quot;&gt;feed reader&lt;/a&gt; and I have to say....Microsoft is serious about improving Internet Explorer. As they should be after basically letting it rot for 6 years.&lt;/p&gt;
&lt;p&gt;They are adding some great tools for developers:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Scripting Engine&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Many enhancements have been done to the scripting engine. One feature that will bring a lot of value to the AJAX developers is the introduction of native JavaScript Object Notation (JSON). With JSON becoming the de-facto data interchange language for contemporary web applications; we have included native JSON support within the JScript engine. With this, developers can use a native JSON object to serialize and de-serialize JScript objects. This feature makes Internet Explorer 8 the first browser to support JSON natively!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Script Debugger&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You have experienced the script debugger in IE8 beta 1. Weâve made it even better in IE8 beta 2. You can view script in syntax colored code similar to what you might expect in code editors such as Visual Studioâ¢. The console shows all the script errors in a webpage at a central location. We also support the console.log mechanism to log the errors effectively. The Console is extensible for you to add your own commands through custom scripts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Script Profiler&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is one of the new features of the &lt;a href=&quot;http://blogs.msdn.com/ie/archive/2008/09/03/developer-tools-in-internet-explorer-8-beta-2.aspx&quot; target=&quot;_blank&quot;&gt;IE8 Developer Tools&lt;/a&gt;. It will help you identify and fix performance bottlenecks in scripts so that they can run better and faster. The Script Profiler comes with an easy-to-use UI and powerful features such as âCall Tree Viewâ and âExportâ functionality. The Profiler output can be exported to tools like Excel so you can visualize the execution times through charts and graphs.&lt;/p&gt;
&lt;img src=&quot;http://blogs.msdn.com/aggbug.aspx?PostID=8937393&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://blogs.msdn.com/ie/archive/2008/09/09/what-s-new-for-jscript-for-ie8-beta-2.aspx&quot;&gt;Whatâs New in JScript for IE8 Beta 2&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
But come on....just call it JavaScript already.&lt;br /&gt;</description>
<pubDate>Tue, 09 Sep 2008 21:35:43 +0000</pubDate>
</item>
<item>
<title>How to take the hard drive out of an old iMac</title>
<link>http://machineware.interspring.com/blog/how-to-take-the-hard-drive-out-of-an-old-imac.html</link>
<guid isPermaLink="false">XlqBsxjt</guid>
<description>&lt;p&gt;I didn't realize that I'd never taken a hard drive out of a 1st or 2nd generation iMac. Apple has come a long way since the design of these beasts. The current iMacs are better and MacPro's are sublime when it comes to adding drives.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In case you ever have to do it this site has the &lt;a href=&quot;http://www.nelsonbc.ca/mactech_supprt_html/imac_hard_drive_replace/imac_replace_hard_drive.html&quot;&gt;step by step on how to remove the iMac hard drive&lt;/a&gt;.&lt;/p&gt;
</description>
<pubDate>Thu, 28 Aug 2008 19:45:02 +0000</pubDate>
</item>
<item>
<title>Firefox 3.1 web application performace boost</title>
<link>http://machineware.interspring.com/blog/firefox-3-1-web-application-performace-boost.html</link>
<guid isPermaLink="false">zhYuzwAZ</guid>
<description>The new JavaScript interpreter in Firefox 3.1 uses an optimization strategy called tracing to achieve 20 - 40 times faster performance. This is really pretty incredible since, in my experience, Firefox 3.0 is already pretty speedy when executing JavaScript code.&lt;br /&gt;
&lt;blockquote&gt;
&lt;p&gt;Mozilla has adopted an innovative new optimization technique for the Firefox JavaScript interpreter. Benchmarks show that JavaScript execution is now up to 40 times faster in some benchmarks. Mozilla aims to deliver performance comparable to that of native code.&lt;/p&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~r/arstechnica/BAaf/~3/372115636/20080822-firefox-to-get-massive-javascript-performance-boost.html&quot;&gt;Firefox to get massive JavaScript performance boost&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
This should allow developers to do much more complex tasks in JavaScript and still achieve acceptable speed. Now if someone would come out with a speedy JavaScript plug-in for Internet Explorer 6 &amp;amp; Internet Explorer 7 developers could expect the same performace from all widely used browsers.&lt;br /&gt;</description>
<pubDate>Mon, 25 Aug 2008 17:24:36 +0000</pubDate>
</item>
<item>
<title>Focus on Text when creating your website</title>
<link>http://machineware.interspring.com/blog/focus-on-text-when-creating-your-website.html</link>
<guid isPermaLink="false">fqYzEZoa</guid>
<description>This short video does a great job explaining how important text is when optimizing for search engines (and more importantly, creating a user-friendly site).&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;p&gt;MOUNTAINVIEW, CA -- While the recently &lt;a href=&quot;http://blog.searchenginewatch.com/blog/080701-095415&quot; target=&quot;_blank&quot;&gt;announced collaboration&lt;/a&gt; between Google, Yahoo! and Adobe to search and index Flash files could yield better results, the project is in the early stages and for effective search optimization, Webmasters have to think text.&lt;/p&gt;
&lt;p&gt;Here is our interview with Adam Lasnik, Search Evanglist at Google.&lt;/p&gt;
&lt;p&gt;-- Andy Plesser, Executive Producer&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://blip.tv/file/1176028&quot;&gt;Google's Search Evangelst Adam Lasnik: Focus on Text&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
It comes from a Google employee so it's not just theory.&lt;br /&gt;</description>
<pubDate>Mon, 25 Aug 2008 17:23:19 +0000</pubDate>
<enclosure url="http://blip.tv/file/get/Plesstv-GooglesSearchEvangelstAdamLasnikFocusOnText113.mov" length="1" type="video/quicktime" />
</item>
<item>
<title>NBC has ruined the Olympics</title>
<link>http://machineware.interspring.com/blog/nbc-has-ruined-the-olympics.html</link>
<guid isPermaLink="false">CRnKQaEI</guid>
<description>I have to say I agree with Russell Beattie's assessment of NBC's coverage of the Olympics. I thought the coverage of the Winter Games two years ago was great but NBC has really screwed up the Summer Games.&lt;br /&gt;
&lt;blockquote&gt;The Olympics are supposed to be a worldwide event and a point of national pride, but NBC has hijacked the games completely and totally, providing little actual quality coverage, funneling viewers to a single channel in order for them choke down their incessant commercials as a way of not just making back their money, or simply profiting, but as a way of maximizing profits from their monopoly on the broadcast rights. What should be a privilege for a national broadcaster has been turned into an extortion racket, holding the Olympics hostage with all of us paying the ransom.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.russellbeattie.com/blog/nbc-has-ruined-the-olympics&quot;&gt;NBC has ruined the Olympics&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
<pubDate>Fri, 15 Aug 2008 16:32:33 +0000</pubDate>
</item>
<item>
<title>Intel's Larrabee products are more than gaming chips</title>
<link>http://machineware.interspring.com/blog/intels-larrabee-products-are-more-than-gaming-chips.html</link>
<guid isPermaLink="false">yFgFHaZJ</guid>
<description>&lt;a href=&quot;http://arstechnica.com/&quot;&gt;Ars&lt;/a&gt; has a really interesting article on &lt;a href=&quot;http://en.wikipedia.org/wiki/Larrabee_%28GPU%29&quot;&gt;Intel's Larrabee GPU&lt;/a&gt; products. They are initially to be sold as gaming &lt;a href=&quot;http://en.wikipedia.org/wiki/Graphics_processing_unit&quot;&gt;GPU's&lt;/a&gt; but they are in fact programmable co-processor cores (think of them as Pentium chips on a graphics card) with their own &lt;a href=&quot;http://en.wikipedia.org/wiki/Operating_system&quot;&gt;operating system&lt;/a&gt;. The fact that Larrabee has its own operating system and is programmable means that the host operating system will be able to dispatch jobs other than 3D to the GPU.&lt;br /&gt;
&lt;blockquote&gt;
&lt;p&gt;Intel disclosed a ton of new Larrabee information in a briefing on Friday. Here are the highlights on one of the company's most aggressive architecture changes ever.&lt;/p&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~r/arstechnica/BAaf/~3/355685094/20080804-larrabee-intels-biggest-leap-ahead-since-the-pentium-pro.html&quot;&gt;Larrabee: Intel's biggest leap since the Pentium Pro&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
What this means is that eventually the host operating system (i.e. Windows XP or Mac OSX) will be able to use these powerful video cards to offload specialized tasks. I think it also means that eventually the CPU (central processing unit) and GPU (graphics processing unit) will merge and become one massive super powerful unit.&lt;br /&gt;</description>
<pubDate>Tue, 05 Aug 2008 15:52:31 +0000</pubDate>
</item>
<item>
<title>OPML Reading Lists Added to the RSS Reader</title>
<link>http://machineware.interspring.com/blog/opml-reading-lists-added-to-the-rss-reader.html</link>
<guid isPermaLink="false">qfgrXrmC</guid>
<description>The &lt;a href=&quot;http://en.wikipedia.org/wiki/OPML&quot;&gt;OPML&lt;/a&gt; fetch and parse code has been in the RSS crawler for some time but the user interface was spotty. Today I cleaned it up and rolled it into the beta.</description>
<pubDate>Tue, 29 Jul 2008 19:22:00 +0000</pubDate>
</item>
<item>
<title>Ajax Single Page Feed Reader &amp; Blog Editor</title>
<link>http://machineware.interspring.com/blog/ajax-single-page-feed-reader-and-blog-editor.html</link>
<guid isPermaLink="false">KNMVWGJO</guid>
<description>The title really describes what &lt;a href=&quot;/&quot;&gt;Interspring&lt;/a&gt; is. It's a single page web application that combines a solid feed reader with a solid blog editor (and blogging engine). I've written it so that it works on all major browsers (even IE 6...ick). If you'd be interested in testing the application &lt;a href=&quot;http://www.machineware.com/contact.html&quot;&gt;please let me know&lt;/a&gt;.</description>
<pubDate>Wed, 09 Jul 2008 18:28:18 +0000</pubDate>
</item>
<item>
<title>PHP RSS &amp; Atom MySQL Storage based Feed Parser</title>
<link>http://machineware.interspring.com/blog/php-rss-and-atom-mysql-storage-based-feed-parser.html</link>
<guid isPermaLink="false">FsqJkFql</guid>
<description>In the process of writing &lt;a href=&quot;/&quot;&gt;Interspring&lt;/a&gt; I had to develop a MySQL backed rss (and atom) feed processor and storage infrastructure. After much work and frustration I'm happy to say that the feed fetch/parse/store backend of Interspring has be running uninterupted for over 6 months. I think that after I normalize the &lt;a href=&quot;http://www.mysql.com/&quot;&gt;MySQL&lt;/a&gt; tables and pretty up the code a bit I will release it as an open source product. If anyone is interesting in testing and or using it...please drop me a line &lt;a href=&quot;http://www.machineware.com/contact.html&quot;&gt;here&lt;/a&gt;.</description>
<pubDate>Wed, 09 Jul 2008 18:24:34 +0000</pubDate>
</item>
<item>
<title>More spam during the olympics</title>
<link>http://machineware.interspring.com/blog/more-spam-during-the-olympics.html</link>
<guid isPermaLink="false">PSADCoRM</guid>
<description>Ouch...it's not like &lt;a href=&quot;http://en.wikipedia.org/wiki/Spam_%28electronic%29&quot;&gt;spammers&lt;/a&gt; &lt;span style=&quot;font-weight: bold; font-style: italic&quot;&gt;need&lt;/span&gt; a reason to send more email.&lt;br /&gt;
&lt;blockquote&gt;Symantec says that online scammers are going to use Beijing's 2008 Summer Olympics to lure unsuspecting victims into fraudulent online schemes
&lt;p&gt;&lt;a href=&quot;http://rss.businessweek.com/~a/bw_rss/bwdaily?a=UG8h3n&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://rss.businessweek.com/~a/bw_rss/bwdaily?i=UG8h3n&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&quot;http://rss.businessweek.com/~r/bw_rss/bwdaily/~4/329983789&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.businessweek.com/globalbiz/content/jul2008/gb2008078_456528.htm?campaign_id=rss_daily&quot;&gt;The Spam Olympics&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
If you get any email over the next 60 to 90 days the has a subject line (you're not using the preview pane are you?) that has anything to do with the Olympics....just delete it.&lt;br /&gt;</description>
<pubDate>Tue, 08 Jul 2008 18:35:55 +0000</pubDate>
</item>
<item>
<title>Screwing Up the Web Experience</title>
<link>http://machineware.interspring.com/blog/screwing-up-the-web-experience.html</link>
<guid isPermaLink="false">CpVkzhpT</guid>
<description>Dare Obasanjo on his &lt;a href=&quot;http://www.25hoursaday.com/weblog/&quot;&gt;Carnage4Life&lt;/a&gt; blog has a great entry on what some companies are doing to screw up the web experience. I'll let you read the details on his site but number 4 in his list really hit home for me. Many times I've been searching for a solutions to some obscure IT issue and after seemingly discovering a link to a possible solution I discover that I must &quot;register&quot; to see the page that was in the search engine result list. I think this is a creepy thing to do (letting the search engines &quot;see&quot; the information without registration but forcing real humans to register to view the info), but Dare expresses it much better than I do:&lt;br /&gt;
&lt;blockquote&gt;&lt;strong&gt;Forums that Require Registration Showing Up in Search Results&lt;/strong&gt; : Every once in a while I do a &lt;a href=&quot;http://search.live.com/results.aspx?q=site:www.experts-exchange.com+order+of+constructor+calls&amp;amp;go=&amp;amp;form=QBRE&quot; target=&quot;_blank&quot;&gt;Web search for a programming problem&lt;/a&gt; and a couple of links to &lt;a href=&quot;http://www.experts-exchange.com/&quot; target=&quot;_blank&quot;&gt;Experts Exchange&lt;/a&gt; end up in the results. What is truly annoying about this site is that the excerpt on the search result page makes&amp;nbsp; it seem as though the answer to your question is one click away but when you click through you are greeted with &lt;em&gt;âAll comments and solutions are available to &lt;strong&gt;Premium Service&lt;/strong&gt; Members onlyâ.&lt;/em&gt; I thought search engines had rules about banning sites with that sort of obnoxious behavior?&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.25hoursaday.com/weblog/2008/07/07/AListOfCompaniesWorkingHardToScrewUpMyWebExperience.aspx&quot;&gt;A List of Companies Working Hard to Screw Up My Web Experience&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dare works for Microsoft....I wish he would use some of his influence to help improve Microsoft's websites...&lt;/p&gt;
</description>
<pubDate>Tue, 08 Jul 2008 15:59:18 +0000</pubDate>
</item>
<item>
<title>Interesting podcast on email</title>
<link>http://machineware.interspring.com/blog/interesting-podcast-on-email.html</link>
<guid isPermaLink="false">AmIQbJMe</guid>
<description>I think that improved filtering and some sort of RSS/Email hybrid will allow us to trust our email reading software more. Right now, it's like the wild wild west out there.&lt;br /&gt;
&lt;blockquote&gt;Daily e-mail volume is now at 210 billion a day worldwide and increasing. The burden of managing all that e-mail has prompted a backlash. From declaring &quot;e-mail bankruptcy&quot; to e-mail-free days, many Americans are tuning out and turning off.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.npr.org/templates/story/story.php?storyId=91366853&amp;amp;ft=2&amp;amp;f=1090&quot;&gt;Make It Stop! Crushed by Too Many E-Mails&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
I hadn't heard of email free friday's before. It's not a bad idea....but why just one day?&lt;br /&gt;</description>
<pubDate>Wed, 25 Jun 2008 20:21:55 +0000</pubDate>
<enclosure url="http://podcastdownload.npr.org/anon.npr-podcasts/podcast/1090/91570988/npr_91570988.mp3" length="1" type="audio/mpeg" />
</item>
<item>
<title>Search engine optimization tips from Google's Cutts</title>
<link>http://machineware.interspring.com/blog/search-engine-optimization-tips-from-googles-cutts.html</link>
<guid isPermaLink="false">wjiOuqVO</guid>
<description>&lt;p&gt;USA today has an pretty good overview of some of the things that websites can do to improve their search engine visibility.&lt;/p&gt;
&lt;blockquote&gt;USATODAY.com - Achieving visibility in Google's search rankings can be a mystery. To help solve the riddle, USA TODAY sat down with Google's Matt Cutts, an engineer and active blogger, who has five easy tips on how to &quot;optimize&quot; your site so Google and the rest of the world can find it.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://us.rd.yahoo.com/dailynews/rss/rssblog/*http://news.yahoo.com/s/usatoday/20080623/tc_usatoday/googlescuttsgooddirectionsdrivetraffictoyourwebsite&quot;&gt;Google's Cutts: Good directions drive traffic to your website (USATODAY.com)&lt;/a&gt;&lt;/blockquote&gt;
It's interesting that number 4 on the list is to create a blog and post often.</description>
<pubDate>Mon, 23 Jun 2008 15:43:25 +0000</pubDate>
</item>
<item>
<title>Slate on how we read online</title>
<link>http://machineware.interspring.com/blog/slate-on-how-we-read-online.html</link>
<guid isPermaLink="false">MnvRFmNU</guid>
<description>Slate has an interesting article on how we read text online. If you've never read anything about this interesting topic (or even if you have) this is a good primer.&lt;br /&gt;
&lt;blockquote&gt;&lt;a href=&quot;http://feeds.feedburner.com/%7Er/slate/%7E3/311286620/&quot;&gt;How we read online.&lt;/a&gt;&lt;/blockquote&gt;
It's interesting that he mentions that &lt;a href=&quot;http://www.useit.com/&quot;&gt;Jakob Neilson&lt;/a&gt; (a web usability guru who I sometimes agree with) doesn't like blogging. I hate the name &quot;blogging&quot; but I've found that it is a viable information distribution mechanism and is probably here to stay (but can we agree on another name for it...please).&lt;br /&gt;
&lt;br /&gt;</description>
<pubDate>Mon, 23 Jun 2008 15:38:22 +0000</pubDate>
</item>
<item>
<title>Very handy anti-spyware application included with Google Pack</title>
<link>http://machineware.interspring.com/blog/very-handy-anti-spyware-application-included-with-google-pack.html</link>
<guid isPermaLink="false">rTCdfAZX</guid>
<description>&lt;p&gt;Since it's release i've been doubtful that Google's package of software applications (&lt;a href=&quot;http://pack.google.com/&quot;&gt;Google Pack&lt;/a&gt;....which is for Windows only) has anything worthwhile. All of the applications are available seperately so I didn't see the point.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I still don't see the point but while researching how to remove a particularly stubborn piece of &lt;a href=&quot;http://en.wikipedia.org/wiki/Adware&quot;&gt;adware&lt;/a&gt; (a trojan downloader) I stubled accross the special version of &lt;a href=&quot;http://www.pctools.com/spyware-doctor/&quot;&gt;Spyware Doctor&lt;/a&gt; which is included in Google's Pack. &lt;a href=&quot;http://www.yahoo.com/?N=A&quot;&gt;Yahoo's&lt;/a&gt; adware/spyware product (which is really &lt;a href=&quot;http://ca.com/&quot;&gt;Computer Associates&lt;/a&gt; adware product) included with their toolbar found the dowloader and said it removed it but the downloader was still there.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I downloaded Google's Pack installer and selected to only install Spyware Doctor (which seems like a limited/special version). I then ran a scan and it detected a removed the trojan.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Spyware Doctor also includes some sort of real time scanning that I haven't had time to fully evaluate. If you have adware/spyware issues I recommended that you give Google Pack and Spyware Doctor a try. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
<pubDate>Wed, 04 Jun 2008 15:51:24 +0000</pubDate>
</item>
<item>
<title>Good tips on RSS Reading</title>
<link>http://machineware.interspring.com/blog/good-tips-on-rss-reading.html</link>
<guid isPermaLink="false">UFPbrFOa</guid>
<description>&amp;nbsp;The Read/Write blog has a good piece on RSS reading that is worth checking out. One thing I don't really agree with the the whole river of news view that many RSS readers offer. I like my RSS feeds broken down into channels so that I can easily see the source of what I'm reading.&lt;br /&gt;
&lt;blockquote style=&quot;font-size: 16px; line-height: 19.5556px&quot;&gt;
&lt;p style=&quot;font-size: 16px; line-height: 19.5556px&quot;&gt;Some feed readers require that you click through all of one feed's items at a time. Others allow you to see whatever individual items are most recent, regardless of what source feed they came from. This is the prefered method of most news bloggers - but it could serve you well too.&lt;/p&gt;
&lt;p style=&quot;font-size: 16px; line-height: 19.5556px&quot;&gt;There's no way to read every item in every feed you've subscribed to, so after reading what's most important - try switching to what's most recent!&lt;/p&gt;
&lt;p style=&quot;font-size: 16px; line-height: 19.5556px&quot;&gt;Try reading those items in order of appearance, until you don't want to read them any more. Then stop. Maybe mark all as ready, maybe don't worry about it. Life's too short to worry about it, aren't you glad you read what you were able to find the time to read?&lt;/p&gt;
&lt;a style=&quot;font-size: 16px; line-height: 19.5556px&quot; href=&quot;http://feeds.feedburner.com/~r/readwriteweb/~3/268006661/tips_for_making_the_most_of_rss.php&quot;&gt;Seven Tips for Making the Most of Your RSS Reader&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
I think that eventually RSS readers will evolve into information collection and display applications but that's a subject for another post.&lt;br /&gt;</description>
<pubDate>Mon, 14 Apr 2008 16:45:53 +0000</pubDate>
</item>
<item>
<title>App Engine sounds cool but...no PHP initially</title>
<link>http://machineware.interspring.com/blog/app-engine-sounds-cool-but-no-php-initially.html</link>
<guid isPermaLink="false">XDCSjCAI</guid>
<description>Google's &lt;a href=&quot;http://appengine.google.com/&quot;&gt;App Engine&lt;/a&gt; sounds like a great way to deploy highly scalable web applications. Initially, however, you can only use &lt;a href=&quot;http://www.python.org/&quot;&gt;Python&lt;/a&gt; to develop the applications.&lt;br /&gt;
&lt;blockquote&gt;One current limitation is a requirement that applications be written in Python, a popular scripting language for building modern web apps (Ruby and PHP are among others widely used). Google says that Python is just the first supported language, and that the entire infrastructure is designed to be language neutral. Googleâs initial focus on Python makes sense because they use Python internally as their scripting language (and they hired Python creator &lt;a href=&quot;http://www.oreillynet.com/onlamp/blog/2005/12/python_creator_guido_van_rossu.html&quot; target=&quot;_blank&quot;&gt;Guido van Rossum&lt;/a&gt; in 2005).&lt;img src=&quot;http://feeds.feedburner.com/~r/Techcrunch/~4/266040655&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~r/Techcrunch/~3/266040655/&quot;&gt;Google Jumps Head First Into Web Services With Google App Engine&lt;/a&gt;&lt;/blockquote&gt;
&lt;br /&gt;
It will be interesting to see if Google does allow App Engine to use &lt;a href=&quot;http://www.php.net/&quot;&gt;PHP&lt;/a&gt; or &lt;a href=&quot;http://www.ruby-lang.org/&quot;&gt;Ruby&lt;/a&gt;. I'm not sure but I would guess that both are more widely used for web applications than Python.&lt;br /&gt;</description>
<pubDate>Tue, 08 Apr 2008 16:09:49 +0000</pubDate>
</item>
<item>
<title>Web based email being blocked by realtime black hole lists</title>
<link>http://machineware.interspring.com/blog/web-based-email-being-blocked-by-realtime-black-hole-lists.html</link>
<guid isPermaLink="false">AcbbJqiy</guid>
<description>It seems that several of the large web based email services are being blocked by &lt;a href=&quot;http://en.wikipedia.org/wiki/DNSBL&quot;&gt;realtime blackhole lists&lt;/a&gt;. This article only mentions &lt;a href=&quot;http://mail.google.com/&quot;&gt;gmail&lt;/a&gt; but I've noticed it with &lt;a href=&quot;http://mail.yahoo.com/&quot;&gt;Yahoo! mail&lt;/a&gt; as well.&lt;br /&gt;
&lt;blockquote&gt;
&lt;p&gt;Over the past month, major anti-spam vendors have had to apply scrutiny to Gmail in a way they haven't had to before, and the result is reduced delivery performance and sometimes outright blocking of Gmail.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://arstechnica.com/news.ars/post/20080406-gmail-being-throttled-blocked-by-some-anti-spam-vendors.html&quot; target=&quot;_blank&quot;&gt;Read More...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/arstechnica/BAaf?a=zLAYrI&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/arstechnica/BAaf?i=zLAYrI&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://feeds.feedburner.com/~r/arstechnica/BAaf/~3/265413535/20080406-gmail-being-throttled-blocked-by-some-anti-spam-vendors.html&quot;&gt;Gmail being throttled, blocked by some anti-spam vendors&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
I've had to make adjustments to mail servers to allow legitimate mail to pass but a larger volume of spam is passed as well.&lt;br /&gt;</description>
<pubDate>Tue, 08 Apr 2008 14:09:46 +0000</pubDate>
</item>
<item>
<title>Should Mac Users Run Antivirus Software?</title>
<link>http://machineware.interspring.com/blog/should-mac-users-run-antivirus-software-question.html</link>
<guid isPermaLink="false">kMcsFKKu</guid>
<description>I can't tell you how often I get this question. Matter of fact I just told someone last week that they didn't need to get any antivirus software for their new MacBook.&lt;br /&gt;
&lt;blockquote&gt;adamengst sends in an article from TidBITS in which Macintosh security expert Rich Mogull explains why he doesn't use antivirus software on the Mac, and why most Mac users shouldn't bother with it either. The article also touches on the question of when an increasing Mac market share might tip it over an inflection point into more active attention from malware writers. (Last month Apple had 14% of PC sales, but 25% of dollar value.)
&lt;p&gt;&lt;a href=&quot;http://it.slashdot.org/article.pl?sid=08/03/18/2033219&amp;amp;from=rss&quot; target=&quot;_blank&quot;&gt;Read more of this story&lt;/a&gt; at Slashdot.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://rss.slashdot.org/~a/Slashdot/slashdot?a=p3tScG&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://rss.slashdot.org/~a/Slashdot/slashdot?i=p3tScG&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&quot;http://rss.slashdot.org/~r/Slashdot/slashdot/~4/253868974&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;http://rss.slashdot.org/~r/Slashdot/slashdot/~3/253868974/article.pl&quot;&gt;Should Mac Users Run Antivirus Software?&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;
Most computer users are at greater risk of adware/spyware infections than viral infections anyway (many viral infections are trojans downloaders which are a huge problem). No matter what operating system you use or what browser you use the best defensive action you can take is to pay attention to what is actually going on. Many adware/spyware installers will trick you into installing them and then you'll be trying to get rid of them (sometimes successfully) for days.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;At this point Mac users don't have to worry much about these adware installer but as the Mac OS increases marketshare and user base it will impossible for the bad guys to ignore.&amp;nbsp;&lt;/p&gt;
</description>
<pubDate>Wed, 19 Mar 2008 14:45:04 +0000</pubDate>
</item>
</channel>
</rss>