<?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>The Why and The How &#187; Technology</title> <atom:link href="http://www.thewhyandthehow.com/tag/technology/feed/" rel="self" type="application/rss+xml" /><link>http://www.thewhyandthehow.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Fri, 09 Jul 2010 02:32:51 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.4</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Google Chrome for Linux</title><link>http://www.thewhyandthehow.com/google-chrome-for-linux/</link> <comments>http://www.thewhyandthehow.com/google-chrome-for-linux/#comments</comments> <pubDate>Wed, 10 Jun 2009 17:18:24 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[google]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=728</guid> <description><![CDATA[On Monday I downloaded Google&#8217;s Chrome browser for Ubuntu to test it out (against all warnings).
I&#8217;m happy to say that despite the missing features, this browser is absolutely amazing on Ubuntu. It&#8217;s lightning fast and very stable. I can&#8217;t browse to pages that require HTTP AUTH &#8212; but that&#8217;s the only thing I&#8217;ve found that [...]]]></description> <content:encoded><![CDATA[<p>On Monday I downloaded Google&#8217;s <a
href="http://dev.chromium.org/getting-involved/dev-channel">Chrome browser for Ubuntu</a> to test it out (<a
href="http://blog.chromium.org/2009/06/danger-mac-and-linux-builds-available.html">against all warnings</a>).</p><p>I&#8217;m happy to say that despite the missing features, this browser is absolutely amazing on Ubuntu. It&#8217;s lightning fast and very stable. I can&#8217;t browse to pages that require HTTP AUTH &#8212; but that&#8217;s the only thing I&#8217;ve found that I didn&#8217;t notice in the limitations documentation.</p><p>Unfortunately Firefox on Ubuntu is not great, so I&#8217;m hoping that soon Chrome will be my browser of choice. Or I could just get a Mac.</p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/google-chrome-for-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Poor programmer&#8217;s website monitor</title><link>http://www.thewhyandthehow.com/poor-programmers-website-monitor/</link> <comments>http://www.thewhyandthehow.com/poor-programmers-website-monitor/#comments</comments> <pubDate>Tue, 26 May 2009 15:30:19 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Tutorial]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=720</guid> <description><![CDATA[If you manage your own web site, it&#8217;s critical to know when there are problems, and hopefully you&#8217;ll know before your users do. There are several enterprise-grade server monitors and website monitors available ranging from free to expensive, but if you need something right now that&#8217;s simple and free, you might consider the solution I [...]]]></description> <content:encoded><![CDATA[<p>If you manage your own web site, it&#8217;s critical to know when there are problems, and hopefully you&#8217;ll know before your users do. There are several enterprise-grade server monitors and website monitors available ranging from free to expensive, but if you need something right now that&#8217;s simple and free, you might consider the solution I put together using <a
href="http://www.montastic.com/">Montastic</a>, <a
href="http://pipes.yahoo.com/pipes/">Yahoo! Pipes</a> and my cell phone.</p><p>My solution is not enterprise and it&#8217;s not real time, but it will let me know in a reasonable amount of time (Montastic says it checks every 10 minutes or so, based on load). For me, that&#8217;s good enough right now because I mostly want to avoid overnight and weekend-long outages that may occur when I&#8217;m not checking my computer regularly.</p><p>The first step is to sign up at <a
href="http://www.montastic.com/signup">Montastic</a> and set up a monitor for your web site. There&#8217;s no learning curve there &#8230; just register, type in a URL and Montastic will start monitoring right away. There&#8217;s a <a
href="http://www.montastic.com/video.html">video screen cast</a> available showing how easy it is to use. After setting up the monitors, Montastic provides a basic RSS feed &#8212; that&#8217;s where <a
href="http://pipes.yahoo.com/pipes/">Yahoo! Pipes</a> comes in.</p><p><div
id="attachment_722" class="wp-caption alignright" style="width: 150px"> <a
href="http://www.thewhyandthehow.com/wp-content/uploads/2009/05/yahoo-pipes-pipe.png"><img
src="http://www.thewhyandthehow.com/wp-content/uploads/2009/05/yahoo-pipes-pipe-150x150.png" alt="Yahoo! Pipes Configuration for Montastic" title="yahoo-pipes-pipe" width="150" height="150" class="size-thumbnail wp-image-722" /></a><p
class="wp-caption-text">Yahoo! Pipes Configuration for Montastic</p></div>If you&#8217;re not familiar with Yahoo! Pipes, you should <a
href="http://www.jumpcut.com/fullscreen?id=F4396574585311DC87A2000423CF0184&#038;type=clip">watch this video</a> for a brief introduction. For my monitor application, I built a very simple pipe that takes the output of the Montastic RSS feed, filters out all items that have the text [OK] in the title and then simply return the remaining titles. The entire pipe layout is in the attached screenshot.</p><p>The final step I took was to simply run the pipe, then tell Yahoo! to send me the output of the pipe to my cell phone whenever it changes. Since the pipe updates when there is a new failure item, I won&#8217;t get an SMS message every time Montastic checks the servers, but only when there is a new failure item.</p><p>I haven&#8217;t been running this solution for very long, but so far it looks to be a promising concept for keeping an eye on my servers &#8212; particularly when I&#8217;m going to be away for a while. I&#8217;d love to hear ideas about other ways to use Montastic or suggestions for other free website monitoring tools. What do you use?</p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/poor-programmers-website-monitor/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Follow-up to &#8220;How will it end?&#8221;</title><link>http://www.thewhyandthehow.com/follow-up-to-how-will-it-end/</link> <comments>http://www.thewhyandthehow.com/follow-up-to-how-will-it-end/#comments</comments> <pubDate>Fri, 17 Apr 2009 04:32:08 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[companies]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=543</guid> <description><![CDATA[I finished reading Almost Perfect (mentioned here), a first-person account of the rise and fall of Word Perfect by Pete Peterson. Pete was one of the founding members of the company that changed the concept of word processing from one of dedicated machines such as Wang to the concept that we now know &#8212; specialized [...]]]></description> <content:encoded><![CDATA[<p>I finished reading <a
href="http://www.wordplace.com/ap/index.shtml">Almost Perfect</a> (<a
href="http://www.thewhyandthehow.com/how-will-it-end/">mentioned here</a>), a first-person account of the rise and fall of Word Perfect by Pete Peterson. Pete was one of the founding members of the company that changed the concept of word processing from one of dedicated machines such as Wang to the concept that we now know &#8212; specialized software that runs on commodity computers and printers.</p><p>It&#8217;s a mind boggling concept that a startup company with a product that was developed essentially in the free time of a University professor could upset the status quo of an industry dominated by giants such as IBM and Wang. Then, years later, after becoming the market leader in word processing software, Word Perfect all but disappeared because it failed to adapt early enough to the emergence of Microsoft Windows.</p><p>The book itself is an interesting read, written in an engaging voice. It didn&#8217;t take much effort or time to complete. I recommend it if you&#8217;re in the industry because there are many lessons to be learned from a company that grew from zero to more than a half-billion dollars revenue in about a decade. And there are lessons to consider how that same company essentially disappeared in an even shorter time. It&#8217;s a free book, available <a
href="http://www.wordplace.com/ap/index.shtml">online (HTML) and as a PDF</a>. If you have a Kindle, do what I did: download the file, pay the 10 cent conversion and Whispernet fee and read it in comfort. Then let me know what you think.</p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/follow-up-to-how-will-it-end/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Meet in the middle</title><link>http://www.thewhyandthehow.com/meet-in-the-middle/</link> <comments>http://www.thewhyandthehow.com/meet-in-the-middle/#comments</comments> <pubDate>Tue, 14 Apr 2009 16:32:26 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Communication]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[ideal]]></category> <category><![CDATA[innovation]]></category> <category><![CDATA[standards]]></category> <category><![CDATA[web]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=496</guid> <description><![CDATA[I&#8217;ve been struggling with an overall concept for quite some time that relates to web development and web usage. The problem is that for all of the great innovations that have already occurred since Netscape made the internet accessible, there is still a long way to go before an average person can truly participate in [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;ve been struggling with an overall concept for quite some time that relates to web development and web usage. The problem is that for all of the great innovations that have already occurred since Netscape made the internet accessible, there is still a long way to go before an average person can truly participate in deep, integrated creation of web-based information.</p><p>You may be thinking that I&#8217;m insane to imply that there isn&#8217;t enough publishing happening on the web with the proliferation of blogs, Squidoo, YouTube, Twitter, Facebook and all the other services that exist. The problem, as I see it, is that web publishing doesn&#8217;t exist on a spectrum, it is almost completely bipolar. On one end are the user-facing publishing systems like Squidoo, YouTube, Flickr, all the blogging platforms and online web page creation systems. On the other end are the expensive, custom-developed sites that are maintained for corporations by teams of skilled software developers.</p><p>While it is frustrating that new technologies are difficult for non-insiders to use, this is not a new phenomenon. The first automobiles were very similar to the current web in many ways. The first automobiles were not user friendly. Consider this snip from Wikipedia regarding <a
href="http://en.wikipedia.org/wiki/Automobile_self_starter">hand-crank starters</a>:</p><blockquote><p> Originally, a hand crank was used to start engines, but it was inconvenient, difficult, and dangerous to crank-start an engine. Even though cranks had an overrun mechanism, when the engine started, the crank could begin to spin along with the crankshaft and potentially strike the person cranking the engine. Additionally, care had to be taken to retard the spark in order to prevent backfiring; with an advanced spark setting, the engine could kick back (run in reverse), pulling the crank with it, because the overrun safety mechanism works in one direction only.</p><p>Although users were advised to cup their fingers under the crank and pull up, it felt natural for operators to grasp the handle with the fingers on one side, the thumb on the other. Even a simple backfire could result in a broken thumb; it was possible to end up with a broken wrist, or worse. Moreover, increasingly larger engines with higher compression ratios made hand cranking a more physically demanding endeavor.</p></blockquote><p>The first cars required much more maintenance and tinkering than we are accustomed to in 2009 and car experts (insiders) were the first to benefit from new innovations. In contrast, during my driving years, I have had to change only two flat tires. I&#8217;ve never (yet) run out of gas or had to carry extra fuel to ensure that I wouldn&#8217;t. I&#8217;ve always had air conditioning and I&#8217;ve had power windows and locks in all my cars except one.</p><p>Today&#8217;s web is much like early automobiles. Avid fans and tinkerers build amazing technologies on the existing web framework. New innovations spring up daily that influence the very early developers of this new set of technologies. But for the end user, the web is still not very accessible or friendly. My conversations with small business owners and individuals remind me how foreign and unintuitive much of my world still is.</p><p>I started this blog because I want to more provide information about what technologies are available, why they are useful and how to use them. Unfortunately when I look at my own posts, I realize that very few people can really use the &#8220;how-to&#8221; articles such as <a
href="http://www.thewhyandthehow.com/tracking-outbound-links-with-jquery-and-analytics/">How to track outbound links with Analytics</a> or <a
href="http://www.thewhyandthehow.com/publishing-to-facebook-using-facebook-connect/">How to publish to Facebook</a>, because these articles assume a great deal of pre-existing knowledge of web software development.</p><p>In an ideal world, business owners and individuals seeking to create rich, interactive web publications will be able to buy or lease a solution similar to today&#8217;s best luxury vehicles. First and foremost, the vehicle will be guaranteed to start and operate for years with minimal maintenance. Second, the features available will be well designed and integrated so that the consumer knows they exist but isn&#8217;t distracted by them. Third, a minimal skimming of the user manual will be all that is required to understand even the esoteric features.</p><p>We&#8217;re not there yet, but there are changes afoot. I&#8217;m excited about the potential of cloud computing as a framework for next-generation hosting. The site builders and content management systems are better today than they were yesterday &#8212; and they&#8217;ll be better tomorrow. And there is a lot of work happening to ensure that sites integrate easily with other sites, data and services.</p><p>On the other side, it is imperative for individuals to dive in and get familiar with what exists. Automobiles didn&#8217;t advance themselves, they were advanced by individuals who saw a shortfall and fixed it. Understanding what&#8217;s possible on the web today, what&#8217;s hard to do and what hasn&#8217;t been done yet are the keys to innovating the next generations. We need more suggestions and good ideas. Sooner or later, we&#8217;ll meet in the middle and then the web will be truly valuable.</p> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/meet-in-the-middle/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sometimes, the web is scary</title><link>http://www.thewhyandthehow.com/sometimes-the-web-is-scary/</link> <comments>http://www.thewhyandthehow.com/sometimes-the-web-is-scary/#comments</comments> <pubDate>Thu, 19 Feb 2009 16:29:00 +0000</pubDate> <dc:creator>Blake Schwendiman</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[phishing]]></category> <category><![CDATA[scams]]></category> <category><![CDATA[web]]></category><guid
isPermaLink="false">http://www.thewhyandthehow.com/?p=138</guid> <description><![CDATA[It&#8217;s true. Sometimes just participating online is intimidating and scary. There are the stories of identity theft and cyberstalking and phishing. Even the terms are intimidating and scary.
Today I received (yet another) phishing message. This time, however, it didn&#8217;t come through email. This one came to me as a meeting reminder on Google Calendar. It [...]]]></description> <content:encoded><![CDATA[<p>It&#8217;s true. Sometimes just participating online is intimidating and scary. There are the stories of identity theft and <a
href="http://en.wikipedia.org/wiki/Cyberstalking">cyberstalking</a> and <a
href="http://en.wikipedia.org/wiki/Phishing">phishing</a>. Even the terms are intimidating and scary.</p><p>Today I received (yet another) phishing message. This time, however, it didn&#8217;t come through email. This one came to me as a meeting reminder on <a
href="http://www.google.com/calendar/">Google Calendar</a>. It took me a minute to figure out if it was real or not. Take a look:</p><p><img
src="http://www.thewhyandthehow.com/wp-content/uploads/2009/02/google-calendar-phish.png" alt="Google Calendar Phishing" title="Google Calendar Phishing" width="430" height="719" class="size-full wp-image-139 border center" /></p><p>Reading that my Gmail account might be suspended was really scary &#8212; in fact I felt my heart stop for just a moment. And to get the message directly through a Google service made it even scarier.</p><p>But then I did what everyone needs to do &#8212; <strong>stop</strong>, <strong>read</strong>, <strong>think</strong>. First I took a deep breath and considered whether I thought that Google would contact me through my calendar to tell me that my email was going to be canceled. Probably not. Then I slowly re-read the message and saw the tell-tale phishing characteristics:</p><ol><li>A request for my username</li><li>A request for my password</li><li>A request for my date of birth</li></ol><p>Google doesn&#8217;t need any of that information from me because:</p><ol><li>They already have it</li><li>The don&#8217;t need it to continue providing me with an account</li></ol><p>And the <strong>worst phishing indicator of all</strong>: the message asks me to email the confidential account information to a gmail.com email address. <strong>No reputable service will ever ask you to email them confidential information</strong> they already have to <em>confirm their records</em>.</p><p>In offline life we lock our cars, lock our house and take care to not leave our wallets and purses out in the open. We shred confidential papers and watch our incoming and outgoing mail. It&#8217;s the same online. If you get an email or visit a website (or now get a calendar meeting request) that just doesn&#8217;t make sense, <strong>stop</strong>, <strong>read</strong>, and <strong>think</strong>. If you&#8217;re still not sure, do what you&#8217;d do offline &#8212; pick up the phone and call to confirm/report. If you don&#8217;t know who to call, <a
href="http://www.thewhyandthehow.com/on-conversations/">ask a friend</a>.</p><p><strong>More Info</strong></p><ul><li><a
href="http://170spoons.com/dont-get-phished/">Don’t Get Phished</a></li><li><a
href="http://www.fraud.org/tips/internet/phishing.htm">Avoid Getting Hooked by Phishers</a></li><li><a
href="http://en.wikipedia.org/wiki/Phishing">Phishing Wikipedia Entry</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://www.thewhyandthehow.com/sometimes-the-web-is-scary/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 4/12 queries in 0.008 seconds using memcached

Served from: a2.c0.354a.static.theplanet.com @ 2010-09-07 02:02:04 -->