<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>itsMeta</title>
      <link>http://www.itsmeta.com/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Sat, 19 Jan 2008 16:41:47 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>itsMeta . com</title>
         <description><![CDATA[<p>GeekOutSummit is now "itsMeta . com". I've been thinking about doing this for some time, and with the desire to post about many more subjects, many of which don't necessarily fall under the GOS model, I wanted something a bit more generic.  For awhile, I've been saying "it's meta!", trying to introduce a new adjective into my peer group.  One thing led to another and to my surprise, itsmeta.com was available.   The Geek Out Summits will still be occuring, albeit a little more spaced out with a little bundle of joy to be joining the family soon ;p </p>]]></description>
                   <link>http://www.itsmeta.com/2008/01/itsmeta_com.html</link>
         <guid>http://www.itsmeta.com/2008/01/itsmeta_com.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">IT Consulting</category>
        
        
         <pubDate>Sat, 19 Jan 2008 16:41:47 -0500</pubDate>
      </item>
            <item>
         <title>How to get you personal email on your corporate blackberry</title>
         <description><![CDATA[<p>You have a personalized email address (name@domain.com), or use GMail as your primary personal email account.  You also carry around a corporate BlackBerry.  So... why not get your personal email on your blackberry? </p>

<p>How?  Easy - First, use GMail as your personal web mail client; then install the Gmail Blackbery application on your blackberry. Viola, along with getting your work email on your bb, you’re now also two clicks away from managing your personal email.</p>

<p>The how to:</p>

<p>If you only have a gmail account, skip to step 3.</p>

<p>1 – configure Gmail as your personal webmail client.  This assumes that you have a personalized email address that you can connect to via POP3.  In Gmail, click on settings, select "add an account", and follow the directions...</p>

<p>2 – install Gmail on your BB  Bring up your Blackberry web browser.  Navigate to www.gmail.com the page should prompt you to download the Gmail client.  That same page will know what version you need, so all you need to do is click on download and install.</p>

<p>3 – Log into GMAIL.   Login using your user name and password.  </p>

<p>You should be all set.</p>

<p>Have other BB hacks?  Post them here</p>]]></description>
                   <link>http://www.itsmeta.com/2007/12/how_to_get_you_personal_email.html</link>
         <guid>http://www.itsmeta.com/2007/12/how_to_get_you_personal_email.html</guid>
        
        
         <pubDate>Sat, 08 Dec 2007 19:31:29 -0500</pubDate>
      </item>
            <item>
         <title>Content Interpreter V: The Definition</title>
         <description><![CDATA[<p>In the case of XML, a Content Interpreter is an architecture that consists of an XML database that stores and indexes XML, with a business layer application that provides business intelligence and content transformation capabilities. </p>

<p>These specialized functions are not mature features within ECMS or DAMS.  To gain these advantages it is necessary to look for a 3rd party package to integrate into the ECMS or DAMS.  In the market, there exists a number of mature XML Database solutions including but not limited to Mark Logic and the open-source eXist.</p>

<p>The key points of implementing a Content Interpreter are:</p>

<h3>1. Integration with the content repository.</h3>
It is imperative to draw a hard line between the functions that the ECMS and the Content Interpreter are responsible for.  For ex. the ECMS should “publish” to the Content Interpreter. 

<h3>2. Scalability.</h3> 
The Content Interpreter should be able to handle an enterprise’s full structured content set.

<h3>3. Speed.</h3>  
The Content Interpreter must be able to execute queries in real time and can be quickly extended to create new ways of searching and grouping content.

<h3>4. Configuration.</h3> 
The Content Interpreter should not be a black box but rather a transparent collection of modules that can be configured to meet new requirements.

<h3>5. Lightweight.</h3>
The Content Interpreter should be relatively portable, and not requisite of an advanced engineering degree to manage and operate.

<p><br />
To meet these five key points of implementing a Content Interpreter, a sophisticated programming language that is simple and lightweight is required.  Since the architecture is comprised of an XML Database and a business logic layer, the natural choice is XQuery (XML Query Language).  XQuery is a natural fit because its inherent capabilities are to execute tasks such as combining, searching and comparing data.  </p>

<h2>The Content Interpreter’s layers</h2>

<p>The implementation of a Content Interpreter is more an exercise in setting up the appropriate architecture and sticking to a key set of rules as opposed to what tools and technologies are used.  Looking at the Content Interpreter from the bottom up, the following outlines its four logical layers: </p>

<p>1.	XML or structured content layer – the physical content.<br />
2.	ECMS or DAMS layer – the management of the content.<br />
3.	XML Database layer – the indexing and searching of the content.<br />
4.	Content Interpreter layer - the business application layer.<br />
</p>]]></description>
                   <link>http://www.itsmeta.com/2007/11/content_interpreter_v_the_defi.html</link>
         <guid>http://www.itsmeta.com/2007/11/content_interpreter_v_the_defi.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Content Interpreter</category>
        
        
         <pubDate>Fri, 30 Nov 2007 16:34:53 -0500</pubDate>
      </item>
            <item>
         <title>Content Interpreter IV: Content Management</title>
         <description><![CDATA[<p>The critical prerequisite for a Content Interpreter is having the content in a structured and organized manner.  There are two core components to a successful content management strategy. </p>

<p>The first is the versioning, storage and maintenance of the master copy of the files.  This is the realm and strength of industry standard Enterprise Content Management Systems (ECMS) and strategies. </p>

<p>Second, content must be made accessible for content managers in a way that allows them to determine the feasibility of a new idea quickly and easily.  If a product manager sees an opportunity to provide a collection of content to a partner in a particular format, he should be able to nimbly gauge this opportunity during the time he on the phone with this partner.  If an editor wants to create a collection of assets to give out at a conference, she should be able to browse the content, chunk relevant sub-sections from larger publications, and create a customized publication for this specific occasion with rapid ease.</p>

<p>These advanced content browsing and creation capabilities, however, are outside of the capabilities of traditional ECMS.  What’s needed to meet these needs is a Content Interpreter: a system that sits on an ECMS or Digital Asset Management System (DAMS) and converts relevant digital content from a large repository into human comprehensible content.</p>

<p>In the next post, we'll go over the conceptual architecture of the Content Interpreter.<br />
</p>]]></description>
                   <link>http://www.itsmeta.com/2007/11/content_interpreter_iv_content.html</link>
         <guid>http://www.itsmeta.com/2007/11/content_interpreter_iv_content.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Content Interpreter</category>
        
        
         <pubDate>Thu, 08 Nov 2007 18:16:10 -0500</pubDate>
      </item>
            <item>
         <title>Content Interpreter III: Empowering Content </title>
         <description><![CDATA[<p>Business users need to interpret and evaluate their content to best leverage it.  To do so, business users need to execute searches across content with an eye to what information might be monetized, how that content might be grouped, packaged, or syndicated, and how the content will appear across various digital distribution channels.  </p>

<p>For such activities to occur effectively across very large content collections, content must stored in a structured format:  broken down into contextually-defined atomic parts (i.e. sections, sub-sections, paragraphs) in order to facilitate effective searches.  Because of its ability to contextualize and structure content, XML, as we all know, is the natural format for delivering content over the internet.</p>

<p>Unlike PDFs, Office, Quark, InDesign and other digital formats, the XML format contains all of the data characteristics and structural information needed to aid effective searches and group data effectively.  Well-designed XML is contextually self-aware because it not only defines what a specific piece of content is – but it also defines its contextual location.  For example, XML may show that a particular piece of content is within a sub-section of a section of a larger object and is in the same layer as other objects, etc. </p>

<p>Many content creators are already storing their data in XML, and most content syndication is done through an XML format.  The bottom line is that the glue that’s tying content together on the internet today is XML.  Even MS Office 2007 now stores its documents natively in XML as zipped up collections of XML files under the .docx or .xlsx extension.  </p>

<p>In the next post, we'll discuss how to manage the XML in preparation for use within a Content Interpreter.<br />
</p>]]></description>
                   <link>http://www.itsmeta.com/2007/10/empowering_content_in_a_conten.html</link>
         <guid>http://www.itsmeta.com/2007/10/empowering_content_in_a_conten.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Content Interpreter</category>
                  <category domain="http://www.sixapart.com/ns/types#category">IT Consulting</category>
        
        
         <pubDate>Mon, 29 Oct 2007 21:42:33 -0500</pubDate>
      </item>
            <item>
         <title>The Content Interpreter Landscape </title>
         <description><![CDATA[<p>Publishers and content-driven enterprises are facing the challenge of how to best leverage their contents’ value in the digital age.  Many publishers and content creators are struggling to compete in a world where user-generated content is commanding as much attention as  professionally-generated content, and where companies without publishing or content creation backgrounds are vying to re-define how people consume content.  </p>

<p>Some traditional publishers have been late to realize these difficulties – which arose for them with the advent of Web 2.0 – and even more challenges and opportunities are on the horizon.  Looking forward to Web 3.0, early speculation is that mature internet users will be seeking premium content, and the internet will become a worldwide database necessitating content that can be adapted quickly and plugged seamlessly into new digital formats. </p>

<p>Faced with current and future challenges, the goal of all publishers and content creators must be to leverage their content’s value to its fullest potential through digital distribution, syndication, and other content re-purposing strategies. </p>

<p>Today there are three main hurdles that all content-centric enterprises must overcome in order to thrive: </p>

<p>-	Preparing and managing content.<br />
-	Researching and interpreting content to leverage its greatest value. <br />
-	Deploying content over digital distribution channels.</p>

<p>We'll be looking at these items in our upcoming posts.</p>]]></description>
                   <link>http://www.itsmeta.com/2007/10/the_content_interpreter_landsc.html</link>
         <guid>http://www.itsmeta.com/2007/10/the_content_interpreter_landsc.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Content Interpreter</category>
        
        
         <pubDate>Mon, 15 Oct 2007 13:56:36 -0500</pubDate>
      </item>
            <item>
         <title>Content Interpreter</title>
         <description><![CDATA[<p>Over the next few weeks, I want to experiment with fleshing out the concept of a <strong>Content Interpreter</strong>, a content logic pattern that allows an enterprise to best leverage their content's value.  </p>

<p>Today, content creators and publishers are challenged with how to best leverage their content’s value.  Many are struggling in this digital world where user-generated content is king and a few niche players who don’t have a content-creation background are vying to re-define how people consume content in the digital age (hello google).  Looking forward, early Web 3.0 speculation is that mature internet users will be seeking premium content and the internet will become a worldwide database requiring content that can be adapted quickly in order to plug seamlessly into new digital formats.  </p>

<p>I'm thinking that the concept of a Content Interpreter - a system that allows content-centric enterprises to leverage their content’s value by making it easily available in comprehensible formats would help content creators overcome this challenge.  A Content Interpreter is the key to empowering content, especially when working with a large digital archive.</p>

<p>Next - the challenge of leveraging your content's value and more about the content interpeter...<br />
</p>]]></description>
                   <link>http://www.itsmeta.com/2007/10/content_interpreter.html</link>
         <guid>http://www.itsmeta.com/2007/10/content_interpreter.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Content Interpreter</category>
        
        
         <pubDate>Tue, 02 Oct 2007 23:02:32 -0500</pubDate>
      </item>
            <item>
         <title>Links from the last GOS</title>
         <description><![CDATA[<p>Thanks to all those who came out to the July 22nd GOS.  The presenters rocked given the circumstances of no internet access due to a Verizon blunder; we pre-loaded as much info as they could off a slow shabby open wireless connection.</p>

<p>Pictures can be seen here: <a target="_new" href="http://silvio.gallerama.com/gallery/719">http://silvio.gallerama.com/gallery/719</a></p>

<p>Here are some URLs and resources that were discussed during the summit:</p>

<p>Allan:<br />
<a target="_new"  href="http://www.geocommons.com/workspace/show/1892">http://www.geocommons.com/workspace/show/1892</a><br />
<a target="_new"  href="http://labs.live.com/photosynth/video3.htm">http://labs.live.com/photosynth/video3.htm</a><br />
<a target="_new" href="http://www.swivel.com/graphs/show/13333462">http://www.swivel.com/graphs/show/13333462</a><br />
<a target="_new" href="http://www.linuxdevices.com/news/NS8030785497.html">http://www.linuxdevices.com/news/NS8030785497.html</a><br />
<a target="_new" href="http://www.google.com/search?q=nokia+n95">http://www.google.com/search?q=nokia+n95</a></p>

<p>Michelle:<br />
<a target="_new" href="http://www.themindfuleater.com/">http://www.themindfuleater.com/</a><br />
<a target="_new" href="http://www.zhauswellness.com/">http://www.zhauswellness.com/</a></p>

<p>Roger:<br />
<a target="_new" href="http://mlb.mlb.com/mlb/subscriptions/mosaic.jsp">http://mlb.mlb.com/mlb/subscriptions/mosaic.jsp</a></p>

<p>Chad:  <br />
<a target="_new" href="http://www.nyc2123.com/">http://www.nyc2123.com/</a></p>

<p>Thanks again, and see you all next time!</p>]]></description>
                   <link>http://www.itsmeta.com/2007/07/links_from_the_last_gos_1.html</link>
         <guid>http://www.itsmeta.com/2007/07/links_from_the_last_gos_1.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Summit</category>
        
        
         <pubDate>Sun, 29 Jul 2007 16:14:51 -0500</pubDate>
      </item>
            <item>
         <title>GOS; Sunday, July 22nd at Monkey Town</title>
         <description><![CDATA[<p>It's been awhile, and I'm stoked about this next GOS, especially the Multimedia & Interactive aspect of this installment; we're going to really utilize <a href="http://www.monkeytownhq.com" target="_new">Monkey Town</a>'s AV offering.  This time around, 5 inspiring individuals each hold court for 15 minutes with a 5 minute Q&A as they GeekOut over the following...</p>

<p><strong>Geo-Aware Mobile Web Applications</strong><br />
<em>By Allan Benamer</em><br />
Authors:  <a href="http://www.nonprofittechblog.org" target="_new">www.nonprofittechblog.org</a>, Founder: <a href="http://www.socialmarkets.org" target="_new">www.socialmarkets.org<br />
</a>Allan brings with him from the Left Coast many new URLs that he'll demo for our enjoyment. He will show us the beauty of Geo-Aware applications, what's coming down the pipe in mobile computing, puzzle us with why one of these apps is valued at over ten million dollars, and will discuss his startup -- <strong>Beeble</strong>.</p>

<p><strong>From Bombs to Twinkies:  The fascinating history of the modern food industry in 15 minutes or less</strong><br />
<em>By Michelle Zassenhaus</em><br />
Authors: <a href="http://www.themindfuleater.com" target="_new">www.themindfuleater.com</a>, Wellness Consultant: <a href="http://www.zhauswellness.com" target="_new">www.zhauswellness.com</a><br />
We're just now starting to awake, as a culture, from the 50-year whirlwind that resulted in the industrial food industry - in which most of our food is produced today. But what were the dizzying chain of events that created a thriving market for less-than-a-dollar food products such as twinkies?  If the "Omnivore's Dilemma" is on your reading list but it just isn't happening for you, attend this entertaining 15-minute rundown instead.</p>

<p><strong>Product Spotlight:  MLB.TV 's Mosiac</strong><br />
<em>By Roger Williams</em><br />
Pan 'n scan, encapsulation, composite streaming, new levels of video quality, and click 'n drag are just some of the concepts that make the second release of MLB.TV's Mosaic one of the most compelling media experience online.  During this interactive session, we'll see how Mosaic is changing the ways in which fans of any sport consume rich content going forward.</p>

<p><strong>Creative Commons Licensing as Viral Marketing</strong><br />
<em>By Chad Allen</em><br />
Creator: <a href="http://nyc2123.com" target="_new">http://nyc2123.com</a>, Is: <a href="http://www.chadallen.net" target="_new">www.chadallen.net</a><br />
When Chad and his brother decided to write a graphic novel, they knew it would be a blast, but they also wanted people to read it.  So they wrote a sci-fi comic for the PSP and tapped into a ready audience of geeks looking for original content. By giving away the comic under a Creative Commons (CC) License, they allowed fans to create a wave of translations, remixes and mash-ups.  There's no movie deal yet, but the viral effect of the CC license allowed two guys in a garage to find over a million readers and a Hollywood agent.  If this sounds boring don't worry: the presentation also includes illustrations of cyborg ninjas fighting and stuff.</p>

<p><strong>Get there!</strong><br />
<a href="http://www.monkeytownhq.com" target="_new">Monkey Town</a><br />
58 N. 3rd St (btw Whyte & Kent) Brooklyn, NY, 11211<br />
718.384.1369<br />
(7:30pm) Free | $10 Minimum<br />
<a href="http://www.monkeytownhq.com/geekout3.html" target="_new">GOS Monkey Town Page</a></p>

<p><em>The GeekOut Summit is hosted by <strong>Silvio Galea</strong></em></p>]]></description>
                   <link>http://www.itsmeta.com/2007/07/gos_sunday_july_22nd_at_monkey.html</link>
         <guid>http://www.itsmeta.com/2007/07/gos_sunday_july_22nd_at_monkey.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Summit</category>
        
        
         <pubDate>Thu, 12 Jul 2007 18:50:07 -0500</pubDate>
      </item>
            <item>
         <title>Open Source CMS - Alfresco</title>
         <description><![CDATA[<p><img alt="Alfresco Open Source CMS" style="float: left;" src="http://www.geekoutsummit.com/alfresco.jpg" width="170" height="65"/></p>

<p>A few months back, I wrote a little snippet about rolling your own CMS.  Although still my preferred method of tackling the IT Industry wide CMS problem, you sometimes need a solution up & running with the quickness.  So if rolling your own is not an option and you need something profession, cheap and in a demonstrate-able state ASAP, consider <strong><a href="http://www.alfresco.com/" target="_new">Alfresco</a></strong>.  </p>

<p>Although it's billed as an Open Source Enterprise Content Management System, it does have Web Content Management Capabilities through a Web Content Management Module.  (This may sound like an afterthought, but it's not;  it's actually quite robust and is built on a very powerful enterprise scale infrastructure). </p>

<p>Alfresco is an open source J2EE application built on Spring, Hibernate, Lucene, JSF, and all your other Java best of breeds technologies.  Best of all, it's founded & built by some of the people behind Documentum and Interwoven (among others).  They've brought together their lessons learned and best practices in both the Web & Enterprise Content Management spaces and built Alfresco in an open source manner.  It's really a beautiful thing.  Their business model is the RedHat model - provide a kick ass product and make your money off support.</p>

<p>Have questions?  <a href="http://www.geekoutsummit.com/2007/06/open_source_cms_alfresco_1.html#comments">Post a comment</a>.</p>]]></description>
                   <link>http://www.itsmeta.com/2007/06/open_source_cms_alfresco_1.html</link>
         <guid>http://www.itsmeta.com/2007/06/open_source_cms_alfresco_1.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">IT Consulting</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Word on the Street</category>
        
        
         <pubDate>Sat, 30 Jun 2007 08:28:12 -0500</pubDate>
      </item>
            <item>
         <title>Apple Safari on PC.  Not ready for Prime Time</title>
         <description><![CDATA[<p><img alt="Apple Safari PC BlueScreen" style="float: left;" src="http://www.geekoutsummit.com/images/Apple_Safari_PC_BlueScreen.jpg" width="200" height="150" /></p>

<p>I was eager to try out Apple's Safari on my PC primarily cause I can't stand IE; Firefox has a really beautiful memory leak; and Safari is touted as being 50% faster than those other browsers. I couldn't wait...  </p>

<p>Note that it's still in BETA...</p>

<p>My first impression, it made my browsing experience feel like a browsing on a mac.  Except for he fact that none of the common shortcut keys worked. Alt + < or > combo for back/forward did not register;  the back and forward buttons on my mouse, just made a sad clicking sound; and the space and Shift + Space to go up/down, didn't work.  All minor issues, unless you prefer keyboard shortcuts as opposed to using a mouse.</p>

<p>The speed, definitely a noticeable difference..  50% faster?  Possibly.</p>

<p>Then i went to GMail.  That's when it wasn't 50% faster anymore.  It felt as if everyone was using GMail at the same time.  Massive lag.  I authored and sent a message. Only half of it went though.  Apparently, the text box cut the message in half.  must have interpreted some special character in a weird way.  Then, the application seemed to haver gotten into some sort of AJAX loop that caused GMail to lock out my account for suspicious activity. Grrr...  I was back in a few hours, but I wasn't happy.  Makes me wonder if this was released a tad too early. But to be fair, I'm not sure if this is an issue with GMail not supporting Safari on PC or Safari on PC not supporting GMail. </p>

<p>Some speculation... it's understandable that Apple wants to release Safari on PC now, especially after making the statement "want to build applications on the iPhone?  Just write them to work on Safari". I think this made Safari an integral key for iPhone developers on a PC.</p>

<p>So I'm now back to Firefox with closing and restarting every few hours until the next release... </p>]]></description>
                   <link>http://www.itsmeta.com/2007/06/apple_safari_on_pc_not_ready_f_1.html</link>
         <guid>http://www.itsmeta.com/2007/06/apple_safari_on_pc_not_ready_f_1.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Reviews</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Word on the Street</category>
        
        
         <pubDate>Thu, 21 Jun 2007 20:30:34 -0500</pubDate>
      </item>
            <item>
         <title>How to get you personal email on your corporate blackberry</title>
         <description><![CDATA[<p>You have a personalized email address (name@domain.com), or use GMail as your primary personal email account.  You also carry around a corporate BlackBerry.  So... why not get your personal email on your blackberry? </p>

<p>How?  Easy - First, use GMail as your personal web mail client; then install the Gmail Blackbery application on your blackberry. Viola, along with getting your work email on your bb, you’re now also two clicks away from managing your personal email.</p>

<p>The how to:</p>

<p>If you only have a gmail account, skip to step 3.</p>

<p>1 – configure Gmail as your personal webmail client.  This assumes that you have a personalized email address that you can connect to via POP3.  In Gmail, click on settings, select "add an account", and follow the directions...</p>

<p>2 – install Gmail on your BB  Bring up your Blackberry web browser.  Navigate to www.gmail.com the page should prompt you to download the Gmail client.  That same page will know what version you need, so all you need to do is click on download and install.</p>

<p>3 – Log into GMAIL.   Login using your user name and password.  </p>

<p>You should be all set.</p>

<p>Have other BB hacks?  Post them here</p>]]></description>
                   <link>http://www.itsmeta.com/2007/06/work_blackberry_gmail_personal.html</link>
         <guid>http://www.itsmeta.com/2007/06/work_blackberry_gmail_personal.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Hacks</category>
        
        
         <pubDate>Sun, 10 Jun 2007 15:16:05 -0500</pubDate>
      </item>
            <item>
         <title>Difference between a Dork, a Nerd, and a Geek</title>
         <description><![CDATA[<p>It's a question I've been meaning to answer on this blog for some time now, but never really had it down to one or two or three sentences... until now...</p>

<p><strong>DORK </strong>– A socially awkward, wardrobe challenged individual.  That’s saying it nicely; notes from other sites “A stupid, inept, or foolish person”.  That’s just mean.</p>

<div style="padding-left: 10pt">CBCA (Comic Book Convention Analogy) – shows up at the convention in their favorite super hero’s costume.  Rarely dresses as a villain, they’re bad…</div>

<p><strong>NERD </strong>– Has deep intelligence in certain topics yet suffers from social awkwardness and could use some help with their wardrobe (although the tight high-water pants are in now) </p>

<div style="padding-left: 10pt">CBCA – at the convention to sell collectables, purchases items for future prosperity, and get their comic books signed by dorks in costume</div>

<p><strong>GEEK </strong>– Has a breadth of knowledge over a diverse set of seemingly random topics and has the ability to go deep and gain an expert’s understanding on any particular topic.  Also has a stylin wardrobe (most of the time)</p>

<div style="padding-left: 10pt">CBCA – at the convention with friends for the irony of it all  (but experiences a secret deep pleasure at their core by being there)</div>

<p>Have thoughts, opinions or ideas about what a Dork, Nerd, or Geek is?  <a href="http://www.geekoutsummit.com/2007/06/difference_between_a_dork_nerd_1.html#comments">Do share, post them here…</a></p>]]></description>
                   <link>http://www.itsmeta.com/2007/06/difference_between_a_dork_nerd_1.html</link>
         <guid>http://www.itsmeta.com/2007/06/difference_between_a_dork_nerd_1.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Word on the Street</category>
        
        
         <pubDate>Wed, 06 Jun 2007 22:44:07 -0500</pubDate>
      </item>
            <item>
         <title>LAMP - Linux, Apache, MySQL, PHP</title>
         <description><![CDATA[<p><img alt="LAMP.jpg" style="float: left;" src="http://www.geekoutsummit.com/images/LAMP.jpg" width="200" height="199" /></p>

<p>Ok geeks, today’s acronym is LAMP. It stands for Linux, Apache, MySQL, and PHP.  Actually, P can sand for PHP as well as Perl or Python or your favorite online scripting language that starts with P.  (no XQuery does not count, but look for a future acronym post that deals with FLOWR) .  The P has also been known to stand for Ruby, but LAM[R] is not as sticky of a word as LAMP, so it’s rubbish.</p>

<p>So what is this all about?  Essentially - open source software; more specifically building a 2.0 website on a $0 down software licensing infrastructure.  I’ve been in SF for a week now and everyone I talk to is like, “… yeah, so like I’m talking to a VC about my online business, it’s LAMP based, so it’s like $0 down…” </p>

<p>Ahhh, the smell of that .COM[2.0] bubble....</p>]]></description>
                   <link>http://www.itsmeta.com/2007/05/lamp_linux_apache_mysql_php_1.html</link>
         <guid>http://www.itsmeta.com/2007/05/lamp_linux_apache_mysql_php_1.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Acronym</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Tech</category>
        
        
         <pubDate>Thu, 17 May 2007 23:08:57 -0500</pubDate>
      </item>
            <item>
         <title>Content Management Systems  - Buy or Roll Your Own</title>
         <description><![CDATA[<p>It boggles my mind – it’s 2007 and yet to my knowledge, there is no out of the box Content Management System (CMS) that simply plugs & plays into an enterprise infrastructure.  They all required quite a bit of customization – common estimates are that you will spend two to three times the cost of the software.  Given that enterprise CMS systems run in the hundred of thousands of dollars, this is no cheap customization exercise.</p>

<p>In recent discussions I’ve had with various CMS implementation veterans, one common theme kept emerging – an enterprise is better off rolling their own.  What’s out there is too generic, trying to solve every business model’s content management needs with the same solution.  This lowest common denominator approach assumes that a publisher has the same CMS needs as a financial institution – this is simply not true.  That generification & the resulting underlying complexity leads to the customization necessary that results in the two to three times the expense.</p>

<p>So, what’s an IT professional to do?  The word on the street is to roll your own. Analyze the business problem and build the simplest solution you can think of.  Remember, a CMS’ core requirements is to 1 – allow users to input content; 2 - deploy it to a number of target environments. </p>]]></description>
                   <link>http://www.itsmeta.com/2007/05/content_management_systems_buy_1.html</link>
         <guid>http://www.itsmeta.com/2007/05/content_management_systems_buy_1.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">IT Consulting</category>
                  <category domain="http://www.sixapart.com/ns/types#category">Word on the Street</category>
        
        
         <pubDate>Thu, 10 May 2007 23:32:05 -0500</pubDate>
      </item>
      
   </channel>
</rss>
