<!-- Using phpOpenTracker web bug -->
<script language="JavaScript" type="text/javascript">
  //
  // phpOpenTracker - The Website Traffic and Visitor Analysis Solution
  //
  // Copyright 2000 - 2005 Sebastian Bergmann. All rights reserved.
  //
  // Licensed under the Apache License, Version 2.0 (the "License");
  // you may not use this file except in compliance with the License.
  // You may obtain a copy of the License at
  //
  //   http://www.apache.org/licenses/LICENSE-2.0
  //
  // Unless required by applicable law or agreed to in writing, software
  // distributed under the License is distributed on an "AS IS" BASIS,
  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  // See the License for the specific language governing permissions and
  // limitations under the License.
  //

  var client_id = 2;

  // Taken from http://www.jan-winkler.de/hw/artikel/art_j02.htm

  function base64_encode(decStr) {
    var base64s = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
    var bits;
    var dual;
    var i = 0;
    var encOut = '';

    while(decStr.length >= i + 3) {
      bits = (decStr.charCodeAt(i++) & 0xff) <<16 |
            (decStr.charCodeAt(i++) & 0xff) <<8 |
              decStr.charCodeAt(i++) & 0xff;

      encOut += base64s.charAt((bits & 0x00fc0000) >>18) +
                base64s.charAt((bits & 0x0003f000) >>12) +
                base64s.charAt((bits & 0x00000fc0) >> 6) +
                base64s.charAt((bits & 0x0000003f));
    }

    if(decStr.length -i > 0 && decStr.length -i < 3) {
      dual = Boolean(decStr.length -i -1);

      bits = ((decStr.charCodeAt(i++) & 0xff) <<16) |
            (dual ? (decStr.charCodeAt(i) & 0xff) <<8 : 0);

      encOut += base64s.charAt((bits & 0x00fc0000) >>18) +
                base64s.charAt((bits & 0x0003f000) >>12) +
                (dual ? base64s.charAt((bits & 0x00000fc0) >>6) : '=') +
                '=';
    }

    return(encOut);
  }

  var resolution = window.screen.width + 'x' +
                  window.screen.height + 'x' +
                  window.screen.colorDepth + 'bit';

  document.write(
    '<img src="http://www.tuaustin.com/phpOpenTracker/docs/scripts/image.php?' +
    'client_id='              + 2 + '&' +
    'document_url='           + base64_encode(document.URL) + '&' +
    'referer='                + base64_encode(document.referrer) + '&' +
    'add_data[]=resolution::' + resolution +
    '" alt="" width="1" height="1" />'
  );

</script>
<noscript>
  <img alt="" src="http://www.tuaustin.com/phpOpenTracker/docs/scripts/image.php?client_id=2" width="1" height="1" />
</noscript>
<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed version="0.3" 
   xmlns="http://purl.org/atom/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.thesebastian.com/rss.php?version=atom0.3" rel="service.feed" title="The Sebastian" type="application/x.atom+xml" />
    <link href="http://www.thesebastian.com/"                        rel="alternate"    title="The Sebastian" type="text/html" />
    <link href="http://www.thesebastian.com/rss.php?version=2.0"     rel="alternate"    title="The Sebastian" type="application/rss+xml" />
    <title mode="escaped" type="text/html">The Sebastian</title>
    <tagline mode="escaped" type="text/html">A fresh look into Entrepreneurship, Marketing and Technology in the flat world</tagline>
    <id>http://www.thesebastian.com/</id>
    <modified>2008-04-14T04:19:31Z</modified>
    <generator url="http://www.s9y.org/" version="1.0-beta3">Serendipity 1.0-beta3 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>
    <info mode="xml" type="text/html">
        <div xmlns="http://www.w3.org/1999/xhtml">You are viewing an ATOM formatted XML site feed. Usually this file is inteded to be viewed in an aggregator or syndication software. If you want to know more about ATOM, please visist <a href="http://atomenabled.org/">Atomenabled.org</a></div>
    </info>

    <entry>
        <link href="http://www.thesebastian.com/archives/49-More-on-the-Google-App-Engine.html" rel="alternate" title="More on the Google App Engine" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-04-14T04:19:31Z</issued>
        <created>2008-04-14T04:19:31Z</created>
        <modified>2008-04-14T04:19:31Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=49</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=49</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/49-guid.html</id>
        <title mode="escaped" type="text/html">More on the Google App Engine</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Read this article:</p><p><a href="http://www.dougma.com/archives/81" target="_blank">http://www.dougma.com/archives/81</a></p><p>Doug does a terrific technical analysis.<a href="http://www.dougma.com/archives/81" target="_blank"></a></p><br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/48-Some-thoughts-on-the-Google-Web-App-Engine.html" rel="alternate" title="Some thoughts on the Google Web App Engine" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-04-09T05:12:16Z</issued>
        <created>2008-04-09T05:12:16Z</created>
        <modified>2008-04-15T00:53:13Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=48</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=48</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/48-guid.html</id>
        <title mode="escaped" type="text/html">Some thoughts on the Google Web App Engine</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
Google recently launched their <a title="Google App Engine" target="_blank" href="http://code.google.com/appengine/">Google App Engine</a>, a Python-based web application development framework you can use to easily create your own web application and, most importantly, deploy to Google's own scalable infrastructure. For free, you get 500MB of persistent storage space and enough bandwidth and CPU power to support about 5 million page views per month. This is a terrific initiative from Google which could easily extend their advertisement space, but could also enable developers to potentially earn revenue as well from simple web applications they develop and deploy by leveraging on the readily available infrastructure.<br /><p>What's also interesting is that the environment has native support to interact with Google accounts, meaning that developers can leverage from the Google account infrastructure to manage the users registration, login, logout, security, etc., but also to profit from the huge, established user base. On the other hand, Google gets new users as applications become popular and new users which did not have a Google account before register for using the application. This is clearly a very smart move from Google and, depending on implementation details, could work as a great viral marketing strategy, besides the data collection / analysis and advertising potential behind the applications and users.</p><p>There is also a <a title="Web App Gallery" target="_blank" href="http://appgallery.appspot.com/">web app gallery</a>. This new platform, combined with other google services such as gmail and the <a title="Open Social" target="_blank" href="http://code.google.com/apis/opensocial/">Open Social</a> initiative seem to align into a plan where Google gets to play more strongly on the social networking space, probably competing more closely with Facebook. We have seen this game before: provide the infrastructure, the environment, the buzz, the documentation, the goodies, the networking, then enable third-parties to develop things on top, then benefit from the power of the whole network. See, for example, the <a href="http://java.sun.com/products/javacard/" target="_blank">Java Card Technology</a>.</p><p>Maybe this is pushing it a bit too much, but I also think it is interesting to think about all this having in mind that also more and more PC desktop applications are moving to the web (see, for example, <a title="Photoshop express" target="_blank" href="https://www.photoshop.com/express/landing.html">Adobe's photoshop express</a>). Thinking of it that way, Google seems to be positioning itself as the Microsoft of the future online &quot;OS&quot;, which turns out to be a web app framework with social networking capabilities and a terrific scalable platform behind it...</p> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/47-Web-2.0-Marketing-Technology-Social-Networking-model.html" rel="alternate" title="Web 2.0: Marketing &amp; Technology - Social Networking model" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-04-01T02:27:29Z</issued>
        <created>2008-04-01T02:27:29Z</created>
        <modified>2008-04-01T02:36:43Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=47</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=47</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/47-guid.html</id>
        <title mode="escaped" type="text/html">Web 2.0: Marketing &amp; Technology - Social Networking model</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p><br />
Just sharing one of the slides from a Web 2.0 Technology &amp; Marketing course I (created for and) used to teach at the University of Texas (UT) Informal Classes program. This particular slide shows a simple model for understanding some of the basics of social networking sites. Comments?</p><br />
<img src="http://www.thesebastian.com/uploads/social_networking_model.jpg" alt="Technology &amp; Marketing - Web 2.0 - Social Networking Model" /> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/46-IP-address-reverse-lookup-Whos-behind-an-IP-address.html" rel="alternate" title="IP-address reverse lookup: Who's behind an IP address?" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-03-26T00:13:38Z</issued>
        <created>2008-03-26T00:13:38Z</created>
        <modified>2008-03-26T00:51:54Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=46</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=46</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/46-guid.html</id>
        <title mode="escaped" type="text/html">IP-address reverse lookup: Who's behind an IP address?</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>Clients and friends have asked me, on different occasions: Can I / How do I perform a reverse look-up from an IP address. In other words, Can I know who's behind an IP address? Sometimes this comes from curiosity (e.g.: analysing a web server log file), or sometimes from attempting to control abuse / spam on other systems. Since this seems to be a common question, here go my two googable cents...</p><p>The short answer is, yes, you can. One of the simplest ways to do a reverse look-up on an IP address is by using the whois service from ARIN (American Registry for Internet Addresses). Go to:</p><p><a title="Whois service from ARIN" target="_blank" href="http://ws.arin.net/whois/">http://ws.arin.net/whois/</a></p><p>Enter the IP address and hit the Submit Query button. Depending on the IP address you have entered, you will get a more precise or less precise answer. Sometimes you might get, for example, a company name (meaning that IP address belongs to the company network), or an university name (meaning the IP address belongs to the university network), or an internet provider which provides access to several consumers (less detail). In any case, this is the starting point to figure out a first contact, then if you need so, you could try figuring out some more information by contacting the listed entity.</p><br /><br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/45-Best-Austin-Jobs.html" rel="alternate" title="Best Austin Jobs" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2008-02-12T04:33:53Z</issued>
        <created>2008-02-12T04:33:53Z</created>
        <modified>2008-02-12T04:47:10Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=45</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=45</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/45-guid.html</id>
        <title mode="escaped" type="text/html">Best Austin Jobs</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<a href="http://www.bestaustinjobs.com"><img border="0" alt="BestAustinJobs.com" src="http://www.thesebastian.com/uploads/baj.jpg" /></a><br /><br /><br />
I know, I know... It's been quite a while since my last post. I've been really busy with my custom web application development and technology consulting business, Neomelon. While most of my efforts with Neomelon are spent working for clients, I have finally managed to come up with the time and resources needed to span-off another business which I've been working on for quite a while: <a href="http://www.bestaustinjobs.com">BestAustinJobs.com</a>.<br /><br /><br />
Best Austin Jobs is a completely new site for the Austin, TX job market where job seekers, recruiters and employers can connect and interact using state-of-the-art tools and yet through a very simple web interface that doesn't get on their way. In case you are curious, yes, I think it is much simpler, to-the-point and less scary than the huge monster, yet much better than the boring list.<br /><br /><br />
If you are a job seeker, you may want to <a href="http://www.bestaustinjobs.com/">search for jobs</a> and <a href="http://www.bestaustinjobs.com/profiles/register">create your free profile</a>.<br /><br /><br />
Employers and recruiters: profit from the beta period special! <a href="http://www.bestaustinjobs.com/accounts/get_an_account">Create your account today</a> and start posting your job openings for free, plus enjoy all the other features for free as well! 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/44-A-fun-SEO-service-SPAM.html" rel="alternate" title="A fun SEO service SPAM" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-09-06T02:47:32Z</issued>
        <created>2007-09-06T02:47:32Z</created>
        <modified>2007-09-06T02:47:32Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=44</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=44</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/44-guid.html</id>
        <title mode="escaped" type="text/html">A fun SEO service SPAM</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <font class="swb"><font size="2" face="Arial"><div><font size="2" face="Arial"><strong></strong></font></div><div><font><font>I usually don't read SPAM, but this one was truly funny so I thought I should share it. I wonder if unsolicited e-mailing is among one of their so-called &quot;valuable closely held trade secrets&quot;! Funniest thing is that they even have the courage to try positioning themselves as an elite service by talking about how other firms may use &quot;link farms&quot; and other &quot;black hat&quot; methods, when they are spamming to start with!</font></font></div><div><font><font></font></font></div><div><font><font></font></font></div><div>Oh ... and .. yes, I was almost forgetting, they offer SEO services but they don't have a website? And they are using gmail for that?? Ha ha ha! </div><div><font><font></font></font></div><div>BTW, feel free to contact me if you would like to talk about my non-BS SEO services --I wont claim to have &quot;valuable closely held trade secrets&quot;!.</div><div><font><font></font></font></div><div><font><font></font></font></div><div><font><font></font></font></div><div>++ quote (like the ol' fax days ha!):<font><font></font></font></div><div><i><font><font></font></font></i></div><div><i><font><font></font></font></i></div><div><i><font size="2" face="Arial"><strong>Dear Website Owner,</strong></font></i></div><br />
<div><i>Â </i></div><i><font size="2" face="Arial"><br />
</font></i><div><i><font size="2" face="Arial"><br /><strong>If I could get you five times the RELEVANT traffic at a <br />
substantially reduced cost would you be interested?</strong> National Positions <br />
can place your website on top of the Natural Listings on Google, Yahoo and MSN. <br />
Our Search Engine Optimization team delivers more top rankings than anyone else <br />
and we can prove it. We do not use &quot;link farms&quot; or &quot;black hat&quot; methods that <br />
Google and the other search engines frown upon and can use to de-list or ban <br />
your site.Â  The techniques are proprietary, involving some valuable closely <br />
held trade secrets. Our prices are less than half of what other companies <br />
charge.</font></i></div><br />
<div><i><font size="2" face="Arial">Â </font></i></div><br />
<div><i><font size="2" face="Arial"><br />I would be happy to send you a proposal using the top search phrases <br />
for your area of expertise. Please contact me at your convenience so I can start <br />
saving you some money. Please do not hesitate to email or call me if you would <br />
like further information. </font></i></div><br />
<div><i><font size="2" face="Arial">Â </font></i></div><br />
<div><i><font size="2" face="Arial"><br /><strong>Sincerely,<br />Patrick Negron<br />Director Sales</strong></font></i></div><br />
<div><i><font size="2" face="Arial"><strong></strong>Â </font></i></div><br />
<div><i><font size="2" face="Arial"><br /><strong>National Positions<br />26500 W. Agoura Road<br />Suite <br />
102-547<br />Calabasas, California 91302 </strong></font></i></div><br />
<div><i><font size="2" face="Arial"><strong></strong>Â </font></i></div><br />
<div><i><font size="2" face="Arial"><br /><strong>Phone Â– 866-669-8789 x108</strong></font></i></div><br />
<div><i><font size="2" face="Arial"><strong>Toll Free - <span chatdir="1"><span chatindex="163">866.446.2885</span></span></strong><br /><a href="http://thesebastian.com/.webmail/reademail.php?folder=Inbox&id=31&cache=1e5701c7ee1c%244646f9a0%24af01a8c0@CT192"><strong>patricknegron1@gmail.com</strong></a><br /><strong>Profitable <br />
Internet Marketing</strong></font></i></div></font></font><br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/43-Do-you-Wilf.html" rel="alternate" title="Do you Wilf?" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-08-10T04:51:40Z</issued>
        <created>2007-08-10T04:51:40Z</created>
        <modified>2007-08-10T05:02:56Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=43</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=43</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/43-guid.html</id>
        <title mode="escaped" type="text/html">Do you Wilf?</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>As described by the <a href="http://www.urbandictionary.com/define.php?term=wilf" target="_blank" title="Urban Dictionary">Urban Dictionary</a>:</p><p>&quot;Wilfing&quot; - or surfing the web without any real purpose </p><p>&quot;The tendency to wilf is more prevalent among men than women, the poll found. Gazing at a succession of pointless web pages also appeared to be the preserve of the young, with people aged 55 or over being three times less likely to browse absent-mindedly than those under 25.</p>&quot;The time-consuming practice appears to have destructive effects too: a third of males admitted that wilfing has a damaging effect on their relationship with a partner.&quot; Guardian.co.uk 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/42-Is-web-evolution-accelerating.html" rel="alternate" title="Is web evolution accelerating?" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-08-04T10:25:59Z</issued>
        <created>2007-08-04T10:25:59Z</created>
        <modified>2007-08-04T10:49:31Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=42</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=42</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/42-guid.html</id>
        <title mode="escaped" type="text/html">Is web evolution accelerating?</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
I still remember those old days when, after downloading for a while, the (now) ugly looking old site would come up with a silly tiling background an a flashing red and green button.<br /><br />The web has evolved quite a bit since then. The browser, then the search engines, then the small dynamic pages, online newspapers and CMSs, forums, ads, wikis, blogs, google maps, digg, youtube, myspace, ... and the list goes on and on.<br /><br />It seems like the web has matured and the collaboration tools and techniques available nowadays are enabling the developers to go faster and faster. It is not any more just a few guys here an there interchanging a few e-mails, it is armies of the most clever developers around the world developing together massive quantities of quality code and open source projects by leveraging on incredibly powerful and readily available, advanced tools (and processes). Ideas are also being shared and discussed by big and disperse groups faster and easier than ever before.<br /><br />This would explain a better-than-linear evolution. In other words, is technology itself starting to enable quicker technology development and therefore accelerating its own advancement speed? Or... wait a second... that has always happened... I just think this time, on this narrow subject, it is a big acceleration rate that we are seing. 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/41-Web-experiment-one.-Any-takers.html" rel="alternate" title="Web experiment one. Any takers?" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-07-28T07:16:51Z</issued>
        <created>2007-07-28T07:16:51Z</created>
        <modified>2007-07-28T07:16:51Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=41</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=41</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/41-guid.html</id>
        <title mode="escaped" type="text/html">Web experiment one. Any takers?</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>So... I've came up with yet another idea: web experiment one.</p><p>I remember from my engineering days talking about the <a href="http://en.wikipedia.org/wiki/Scientific_method" target="_blank" title="Scientific Method">scientific method</a> in several occasions, with teachers, with fellow students, friends, etc. Not so exciting for everybody... I know, I know. I want to apply it to the web, on a series of experiments. This is the first one. Each experiment shall have a little twist.</p><p>Experiment one - a simple game</p><p>A web site is built specifically for the experiment (part of it being reusable for the other experiments to come). The site allows players to sign-up (very simplified, minimal information is captured). Players get to answer two questions, and then ask one question of their own, to be answered by other players.</p><p>Visitors can rate answers to questions and, by doing so, they are indirectly rating the user answering the question as well. The questions might be grouped by categories / topics. Users with the best 100 ratingsÂ are listed in a &quot;game high-score fashion&quot; (calculated based on their answers' average rating compared to others, but also taking into account the number of questions answered -including an statistical &quot;difficulty&quot; estimated for each of those questions they answered ?--, etc).</p><p>Questions / answers and players (top 10, most active, etc) are displayed on the main page of the site. There might be a search box too over there.</p><p>Things like simple profiles / blogs, messages, friends list, etc. could also be added.</p><p>The site also measures the web traffic, behaviour and statistics. This and other statistical data is also made public. This is (partially) the result of the experiment, which could in turn be used to develop theories and models to describe and further understand social computing and social networking. As an example, this could later be applied to develop new online marketing concepts.</p><p>As a side benefit, if the quality of the questions and answers is good (which is encouraged by the rating / populatiry concept), this information canÂ also be valuable all by itself.</p><p>The twist:</p><p>The site also invites visitors to make a donation to a charitable foundation, as an &quot;incentive&quot; to keep the experiments going, and also as another factor to include as part of the experiment itself. This makes the experiment also be a philantropism effort, and also helps better understanding philantropism by itself. Questions and answers could potentially be related to the charitable foundation cause.</p><p>Last thoughts: the same platform can then be used as a &quot;research&quot; platform where users collaborate (with proper incentives) with each other. Another one: an online, collaborative &quot;innovation engine&quot;, which could be used privately or publicaly, etc. One last one: an online collaborative way to solve problems (e.g.: to solve a crime). The results from the experiment can also be used to improve the platform over time by performing other similar experiments (trying to improve a small number of variables) and compating results. Over time, the platform could be optimized this way.</p><p>Any comments? Any takers?</p><p /> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/40-The-narrowing-tip.-Did-I-miss-anything.html" rel="alternate" title="The narrowing tip. Did I miss anything?" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-07-12T00:48:13Z</issued>
        <created>2007-07-12T00:48:13Z</created>
        <modified>2007-07-12T03:33:43Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=40</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=40</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/40-guid.html</id>
        <title mode="escaped" type="text/html">The narrowing tip. Did I miss anything?</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>It seems to me I've found a small pattern that most of the successful business people I've met follow, give or take 20 cents. They tend to have always a free pizza, some kind of extra value, to bring to the table. They collect various (somehow intangible) assets along the way.</p><p>Some of them collect valuable stories. The kind of stories that will give you a good lesson based on facts. Very valuable information.</p><p>Some of them collect strategies, facts, results. They remember numbers, selling and marketing strategies that worked out those numbers, etc. Pretty much like collecting results and stats for your favorite sport star.</p><p>Some of them ...</p><p>The pattern seems to be, they narrow their focus on which kind of assets they enjoy collecting, and then collect, collect and collect them along their way. In a little word, this is sometimes called experience. Collecting experience. How to concentrate on collecting the maximum and most useful experience out of each experience.</p><p>What do you think? Did I miss thie subject in my books and magazines, or is my shelf missing some good literature?</p><p /> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/39-Facebook-reaches-26.6M-visits-per-month-and-the-comScore-IPO.html" rel="alternate" title="Facebook reaches 26.6M visits per month and the comScore IPO" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-07-06T03:31:09Z</issued>
        <created>2007-07-06T03:31:09Z</created>
        <modified>2007-07-06T03:51:15Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=39</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=39</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/39-guid.html</id>
        <title mode="escaped" type="text/html">Facebook reaches 26.6M visits per month and the comScore IPO</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<a href="http://www.facebook.com" target="_blank" title="Facebook">Facebook</a> just reached this past May '07 more than 26.6M unique visits and 15.8B content pages impressions, each visitor spending an average of 3 hours on the site. Amazing. The 26.6M visitors number is comparable with Malaysia's, Uzbekistan, Peru and Venezuela's <a href="http://en.wikipedia.org/wiki/List_of_countries_by_population" target="_blank" title="Population by country">population.</a><br /><p>This (and more data) was made public by comScore as the result of one of their studies done through their Media Matrix product. Read the <a href="http://biz.yahoo.com/prnews/070705/aqth060.html?.v=12" target="_blank">press release</a> at Yahoo Finance.</p><p> <a href="http://www.comscore.com" target="_blank" title="comScore">comScore</a> is a very interesting company all by itself. Their recent IPO went pretty well too. I own some shares of the now publicly traded company, as I believe they have a good business model, a great potential growth opportunity, good products and, in general, a bright future if they run their business well. What do you think?</p><br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/38-Ubuntu-says-no-to-Microsoft.html" rel="alternate" title="Ubuntu says no to Microsoft" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-06-19T06:22:27Z</issued>
        <created>2007-06-19T06:22:27Z</created>
        <modified>2007-06-19T06:22:27Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=38</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=38</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/38-guid.html</id>
        <title mode="escaped" type="text/html">Ubuntu says no to Microsoft</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Read about it <a href="http://investing.reuters.co.uk/news/articleinvesting.aspx?type=media&storyID=nN18409310" target="_blank">here</a>. Or, even better, <a href="http://www.markshuttleworth.com/archives/127" target="_blank">here</a>.<br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/37-Hit-the-Tail,-Jack-or...-new-SEO-service.html" rel="alternate" title="Hit the Tail, Jack (or... new SEO service)" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-04-24T05:35:45Z</issued>
        <created>2007-04-24T05:35:45Z</created>
        <modified>2007-04-24T06:03:04Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=37</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=37</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/37-guid.html</id>
        <title mode="escaped" type="text/html">Hit the Tail, Jack (or... new SEO service)</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>A few months ago, I subscribed to the <a href="http://HitTail.com" target="_blank" title="HitTail.com">HitTail.com</a> service. I then integrated it to this site with the purpose of testing it and learning more about it, as well as optimizing my site.</p><p>I must admit, their system is pretty interesting. Described in few words, it is a very clever <a title="Arbitrage definition from Wikipedia" target="_blank" href="http://en.wikipedia.org/wiki/Arbitrage">arbitrage</a> for the PPC and SEO market. The idea is based on <a title="The Long Tail" target="_blank" href="http://www.longtail.com/">The Long Tail</a> book by Chris Anderson.</p><p>Once integrated to your site, the system analyzes the web searches brining traffic and calculates the frequencies of the different keywords and their combinations. It then presents you with your <i>tail</i> shape, showing you the most popular (top ten) keywords and also the <i>long tail</i> (keywords coming after your top ten), which are not so popular, but that (they claim) are responsible for a much bigger ammount of your traffic resulting from web searches.</p><p>For example, for this site, some the most popular keywords / combinations are: e1705, linux, warren buffet, dell inspiron e1705, ubuntu, kubuntu, etc. My top-ten keywords are responsible for brining 20% of my total search-result-induced traffic, while my long-tail keywords are responsible for the other 80%. This probes their point, suggesting that working on the long tail keywords to induce natural searches can dramatically improve your overall SEO strategy. Also, working on your long-tail keywords can help you reduce your advertising expenses, since by getting more natural search results induced traffic, you wont necessarily need to force PPC-generated traffic as much (altough, of course, you still want to analyze your overall stratege, maximizing your margin and leveraging from your liquid assets as much as you can).<br /> </p><p>After presenting you with this summary (and also with a live-view of the keywords referring traffic to your site), the system can give you suggestions. Again, as an example, for this site, that's something like: family guy stories, schlumberger work blog, guy sebastians address, emoticons da family guy, software engineer gemalto austin, dell inspiron e1705, sebastian com, las ruinas circulares de borges, etc). As you can see, the suggestions are related to my previous articles. [note: using their suggestions turned out to be pretty easy, right? <img src="http://www.thesebastian.com/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> ... actually, you should use them in your titles, in bold and big fonts, etc].</p><p>Some of the suggestions (as you can notice above) are not really interesting (remember this is computer-generated), so you also have a way to move the interesting ones to your to-do list and check them once you have used them on your site.</p><p>If you would like to use this system for your site but don't really know how to set it up, I would be more than glad to do that work for you for a reasonable fee. Please <a title="SEO - HitTail" href="mailto:seb@thesebastian.com">contact me</a>.</p><p>Also, there is a youtube video that explains the idea in a better media:</p><p><br /> </p><p /><p><br />
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/nWAlwr_g8dA" /><param name="wmode" value="transparent" /><embed width="425" height="350" src="http://www.youtube.com/v/nWAlwr_g8dA" type="application/x-shockwave-flash" wmode="transparent" /></object></p> 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/35-Web-2.0-tag-clouds-fun.html" rel="alternate" title="Web 2.0 tag clouds fun" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-03-26T01:38:32Z</issued>
        <created>2007-03-26T01:38:32Z</created>
        <modified>2007-03-26T05:15:11Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=35</wfw:comment>
        <slash:comments>4</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=35</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/35-guid.html</id>
        <title mode="escaped" type="text/html">Web 2.0 tag clouds fun</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
A few months ago, I did a small experiment: I wanted to see how easy it would be to design and program a few algorithms to generate pretty web 2.0 style tag clouds to summarize web sites content, and so I built a mock up. In a nutshell, the  artifact goes and reads a web site's content, unscrambles the HTML, analyzes the frequency of the different words (SEO related), reports a histogram and finally generates a semi-random tag cloud image (with some configurable parameters). This is part of a bigger idea, but I just wanted to post a few cloud tags for now and see what you think:<br />
<table cellspacing="2" cellpadding="2" border="0"><tbody><tr><br />
<td><a href="http://sethgodin.typepad.com/" target="_blank"><img vspace="0" hspace="0" border="0" align="bottom" alt="Seth Godin's blog tag cloud" src="http://www.thesebastian.com/uploads/seth_300_300_5000_100_1.gif" /></a></td><br />
<td><a href="http://www.thesebastian.com/" target="_blank"><img vspace="0" hspace="0" border="0" align="bottom" alt="TheSebastian blog tag cloud" src="http://www.thesebastian.com/uploads/seb_300_300_5000_100_1.gif" /></a></td><br />
<td><a href="http://www.cnn.com/" target="_blank"><img vspace="0" hspace="0" border="0" align="bottom" alt="CNN site tag cloud" src="http://www.thesebastian.com/uploads/cnn_300_300_5000_100_1.gif" /></a></td><br />
</tr></tbody></table><br />
I might post more about the big idea behind this later on... meanwhile I would love to read your comments! Was the tag helpful to learn what the site is talking about? Did it tempt you to click on it? Do they look cool? Do you want yours here? Post a comment with your URL and I'll give it a try!<br />
<br />
P.S.: in case you were wondering, the artifact uses mostly <a target="_blank" href="http://www.php.net">PHP</a> and <a target="_blank" href="http://processing.org/">Processing</a> to do its magic.<br />
<br />
P.S. #2: Here goes the cloud for Travis from:<br />
<table cellspacing="2" cellpadding="2" border="0"><tbody><tr><br />
<td><a href="http://cultivategreatness.com/" target="_blank"><img vspace="0" hspace="0" border="0" align="bottom" alt="Seth Godin's blog tag cloud" src="http://www.thesebastian.com/uploads/cg_300_300_5000_100_1.gif" /></a></td><br />
</tr></tobdy></table><br />
Thanks for the positive comment and nice blog BTW! <img src="http://www.thesebastian.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /><br />
<br />
 
            </div>
        </content>

        
    </entry>
    <entry>
        <link href="http://www.thesebastian.com/archives/34-Tell-your-story-Family-Guy-style.html" rel="alternate" title="Tell your story Family-Guy-style" type="text/html" />
        <author>
            <name>Sebastian Brocher</name>
            <email>nospam@example.com</email>
        </author>
    
        <issued>2007-01-27T11:36:06Z</issued>
        <created>2007-01-27T11:36:06Z</created>
        <modified>2007-01-27T11:43:21Z</modified>
        <wfw:comment>http://www.thesebastian.com/wfwcomment.php?cid=34</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.thesebastian.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=34</wfw:commentRss>
    
        <id>http://www.thesebastian.com/archives/34-guid.html</id>
        <title mode="escaped" type="text/html">Tell your story Family-Guy-style</title>
        <content type="application/xhtml+xml" xml:base="http://www.thesebastian.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>Marketing gurus have been talking about why and how you should <a href="http://sethgodin.typepad.com/seths_blog/2006/04/ode_how_to_tell.html" target="_blank">tell a story</a> (<i>wow! look at all those trackbacks</i>) to your customers. Having a single, simple and solid small message that you repeat and repeat and repeat and repeat and repeat is so ‘90s (<i>I wonder... Did you remember more the word &quot;repeat&quot; or the word &quot;message&quot;? please comment!</i>)<br /><br />
Instead, if you have the big bucks to spend on a massive advertisement campaign or, even better, if you are clever enough to figure out how to do it on a shoestring (hint: web, e-mails, blogs, rss, …), you should definitively be telling a much more complex story.<br /><br />
Your story should have different chapters and also a common kernel to them. That surely will be the bold message and style, but it can also be something as simple as sharing the same actors (think <a href="http://www.youtube.com/results?search_query=geico&search=Search" target="_blank">Geico advertisements</a> --<i>that is, including the caveman</i>). <br /><br />
It is not enough anymore to just get your customers to just remember your message. You surely want them to remember it, but you also want them to talk about it with their friends, to e-mail the link to your ad video on your web to the friends, to upload your ad to youtube, to subscribe to an rss-feed for your ads and new products, to post comments, to interact with you, to chat with your specialist, to design your next ad… and all this simply because it is funny, because they can, because you have shown them respect, because its worth talking about it and because they use and love your products.<br /><br />
<br /><br />
<b>What…? Family-Guy-Marketing?</b><br /><br />
Ever watched Family Guy? I love it. I know maybe some people find it offensive, and I am not recommending that you use that same exact style to market your business. However, I think you should understand and use their techniques and methodology. <br /><br />
Each episode (your chapters) gets a different blend of their favorite techniques, but also shares a common skeleton (intro, develop several stories, link them, wrap them up, be funny and leave you wanting some more) and a sense of belonging to the same core story.<br /><br />
They play with time, develop multiple stories, play with reality and dreams, with nature, with roles and with so many other techniques and ideas that you can reuse. Think <a href="http://www.priceless.com/" target="_blank">pricesless.com</a>. Now Think <a href="http://youtube.com/results?search_query=bmw+ad&search=Search" target="_blank">BMW</a>. Shaken, not stirred... <a href="http://en.wikipedia.org/wiki/Shaken,_not_stirred" target="_blank">http://en.wikipedia.org/wiki/Shaken,_not_stirred</a>.<br /><br />
They have figured out a format that is both funny and efficient in keeping their fans coming back. And so have many other series, cartoons, movies, books and succesful ad agencies.<br /><br />
I say you can leverage on all that knowledge and experience they have. For example, maybe hire a creative writer from a tv series, instead of one from the old-style advertising agency.</p> 
            </div>
        </content>

        
    </entry>
</feed>