<?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 High Order Bit &#187; Technology</title>
	<atom:link href="http://www.evanadelman.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evanadelman.com</link>
	<description>Mashup of my life. NYC, Technology, Business and now London</description>
	<lastBuildDate>Tue, 06 Sep 2011 16:06:44 +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>whew &#8211; getting close to publishing Shopcade</title>
		<link>http://www.evanadelman.com/2011/09/06/whew-getting-close-to-publishing-shopcade/</link>
		<comments>http://www.evanadelman.com/2011/09/06/whew-getting-close-to-publishing-shopcade/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 16:06:44 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/?p=87</guid>
		<description><![CDATA[small update on my whereabouts: Shopvolution is on the home stretch of opening Shopcade &#8211; a social eCommerce app -beyond our private beta. I&#8217;m very excited to see this project go live to the general public as we&#8217;ve been getting great feedback from users and have been responding to their feedback for the last few [...]]]></description>
			<content:encoded><![CDATA[<p>small update on my whereabouts: <a title="Shopvolution" href="http://www.shopvolution.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.shopvolution.com');" target="_self">Shopvolution</a> is on the home stretch of opening <a title="Shopcade - Shop Together, Earn Together" href="http://www.shopcade.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.shopcade.com');" target="_self">Shopcade</a> &#8211; a social eCommerce app -beyond our private beta. I&#8217;m very excited to see this project go live to the general public as we&#8217;ve been getting great feedback from users and have been responding to their feedback for the last few weeks (and will continue to do so over the many months to come!). But more to the point for this blog, when my head gets cleared from the current flurry of activity, I&#8217;ll see if I can post a small write up on our development path. It&#8217;s been really exciting to see the project take form from ideas on napkins to fully fledged app in just a few short months &#8211; and we even kicked out the foundation of MySQL to attack scalability a bit earlier than expected &#8211; running fully in MongoDB now &#8211; which has been a learning experience for everyone involved! Stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2011/09/06/whew-getting-close-to-publishing-shopcade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS solution for a small team&#8217;s sandboxed development environment</title>
		<link>http://www.evanadelman.com/2011/06/01/dns-solution-for-a-small-teams-sandboxed-development-environment/</link>
		<comments>http://www.evanadelman.com/2011/06/01/dns-solution-for-a-small-teams-sandboxed-development-environment/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 10:53:36 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/?p=83</guid>
		<description><![CDATA[If that&#8217;s not the catchiest title of the season, I don&#8217;t know what is. But it was essentially what I kept googling over &#38; over.
The closest thing I could find was pages &#38; pages of BIND documentation. BIND is great &#8211; if you&#8217;re, say, actually hosting a proper DNS. But for my purposes, this would [...]]]></description>
			<content:encoded><![CDATA[<p>If that&#8217;s not the catchiest title of the season, I don&#8217;t know what is. But it was essentially what I kept googling over &amp; over.</p>
<p>The closest thing I could find was pages &amp; pages of BIND documentation. BIND is great &#8211; if you&#8217;re, say, actually hosting a proper DNS. But for my purposes, this would have been like using a tractor trailer to give a neighbor a cup of sugar. So, for a while I&#8217;ve been looking for a good solution for a cheap and cheerful local DNS &#8212; easy to configure and manage. The sole need was to host an internal DNS that could override, but normally be a slave to our public DNS. After a bit of focus I finally found my solution: <a href="http://www.thekelleys.org.uk/dnsmasq/doc.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thekelleys.org.uk');" target="_blank">DNSMasq</a>. On Ubuntu, it&#8217;s super easy to install:</p>
<p>apt-get install dnsmasq dnsmasq-base</p>
<p>DNSMasq will read the local /etc/hosts file &#8211; or you can add entries to /etc/dnsmasq.conf</p>
<p>Each developer at Shopvolution uses a standard developer image through <a href="http://www.virtualbox.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.virtualbox.org');">VirtualBox</a> &#8211; each of which has a static IP. On an in-network server, I installed DNSMasq and added entries for each developer&#8217;s ubuntu image into it&#8217;s /etc/hosts file &#8211; ex:</p>
<p>192.168.35.71 chris.example.com</p>
<p>On the internal server, I then added a real DNS server to the /etc/resolv.conf file &#8211; then pointed the router&#8217;s DNS to the local server. If the in-network DNSMasq server doesn&#8217;t know an entry, say, for example.com (which is managed on our public DNS), it forwards the public DNS server&#8217;s response. If it does have an entry, it responds accordingly. Our internal DNS doesn&#8217;t interfere with the public entry (unless I explicitly override it) and the outside world has no more knowledge of our routing (nor should it care).</p>
<p>Voila &#8211; job done! Now everyone can reach developer workstations from their local browser without messy local /etc/hosts changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2011/06/01/dns-solution-for-a-small-teams-sandboxed-development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project tracking software</title>
		<link>http://www.evanadelman.com/2011/02/11/project-tracking-software/</link>
		<comments>http://www.evanadelman.com/2011/02/11/project-tracking-software/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 13:36:25 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/?p=79</guid>
		<description><![CDATA[I just started full time (well, albeit a few handovers left w/ M&#38;C Saatchi) at a new startup at the cross roads of 3 cultural technology movements (more on that much later). At the moment, after the last PHP meetup in London, I&#8217;m contemplating project tracking software once again. I&#8217;m setting up our development infrastructure [...]]]></description>
			<content:encoded><![CDATA[<p>I just started full time (well, albeit a few handovers left w/ M&amp;C Saatchi) at a new startup at the cross roads of 3 cultural technology movements (more on that much later). At the moment, after the last PHP meetup in London, I&#8217;m contemplating project tracking software once again. I&#8217;m setting up our development infrastructure over the next few weeks and with the new project get to revisit the fundamentals of the development environment. Our programmers will be working with HTML/JavaScript/CSS, AS3, and PHP.</p>
<p>This seems to be a constant obsession of mine: in agile teams, how do you best carry and share task information, sync tasks to subversion (yeah, I haven&#8217;t jumped on the GIT bandwagon just yet), and allow programmers to seamlessly submit task information (time spent, feedback questions, commit comments, etc).</p>
<p>In the past I&#8217;ve had the individual elements of this perfect equation by running a <a title="Apache Subversion" href="http://subversion.apache.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/subversion.apache.org');" target="_blank">subversion</a> server, <a title="Redmine is an issue/bug tracker and project management package" href="http://www.redmine.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.redmine.org');" target="_blank">Redmine</a>, whatever text editor developers felt comfortable with (<a title="TextWrangler" href="http://www.barebones.com/products/textwrangler/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.barebones.com');" target="_blank">TextWrangler</a>, <a title="Flash/Flex development environment for ActionScript 3 and MXML" href="http://www.fdt.powerflasher.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.fdt.powerflasher.com');" target="_blank">FDT</a>, Eclipse+<a title="Gives you subversion access in Eclipse" href="http://subclipse.tigris.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/subclipse.tigris.org');">Subclipse</a>, Dreamweaver, whatever)  &#8211; but that usually requires a lot of jumping around to different windows to gather task info (web browser), update svn (editor/standalone svn client), edit code (editor), commit back in (editor/standalone svn client),  and update task information (again, back to a web browser).</p>
<p>Ideally, a programmer could view their task list, open a task as &#8216;in progress&#8217;, commit/update svn, and mark tasks complete all through their editor. That way programmers would have a completely (or close to it) uninterrupted workflow when addressing issues. That&#8217;s the quest for the moment, anyway. Suggestions most welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2011/02/11/project-tracking-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>where to next for content management systems?</title>
		<link>http://www.evanadelman.com/2010/06/28/cms-technology-evolution/</link>
		<comments>http://www.evanadelman.com/2010/06/28/cms-technology-evolution/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:10:22 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/?p=60</guid>
		<description><![CDATA[I haven&#8217;t written a technology related post in some time. Part of this is workload, but a bigger part is the pace of change in technology. And with the change in pace, my role and expertise changes along with it. By the time I sit down to think about writing about the impact of the [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t written a technology related post in some time. Part of this is workload, but a bigger part is the pace of change in technology. And with the change in pace, my role and expertise changes along with it. By the time I sit down to think about writing about the impact of the ever evolving hosting solutions, development platforms, development methodologies and managing a team of developers, a new nugget of information or technology flies across and changes my view point just slightly enough that I get stuck back into the churn of thought. But today I&#8217;ll talk about a general trend that has been bubbling for a few years. For the technically adept, this probably won&#8217;t be news. But for anyone listening to an evening rant over a pint, or those few who read my proposals, requirements, and functionality specs, it might give you a bit of background on the why&#8217;s of an often non-traditional response.</p>
<p>At <a href="http://www.likemind.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.likemind.com');" target="_blank">Likemind</a>, not only do we design &#038; develop online annual reports, but during the better part of the year, we&#8217;re designing and developing large .com sites for pan-European clients. These sites are often 150+ pages and tie into investor relations, careers information, and PR efforts. </p>
<p>Often our clients have a vision of 10-15 geographically dispersed editors and several stages of approval. Web editors are often staffed with their day jobs plus the responsibility of keeping the site fresh. Clients with large, involved IT teams took the requirements from the business and dictated requirements to agencies asking for large, enterprise scale content management systems (CMS) that had the ability to manage workflow (ie, what happens when an editor pushes the &#8220;publish&#8221; button), integrate SAP HR functions, create custom forms, perform on-the-spot surveys, custom analytics, and allow certain editors limited privileges over certain sections, full permissions over other sections, and no permission to edit yet another area. In all, these were huge development efforts &#8211; and products like <a href="http://www.sdltridion.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.sdltridion.com');" target="_blank">SDL Tridion</a>, <a href="http://www.emc.com/domains/documentum/index.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.emc.com');" target="_blank">Documentum</a>, and <a href="http://sharepoint.microsoft.com/en-us/Pages/default.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharepoint.microsoft.com');" target="_blank">Sharepoint</a> quickly filled RFPs and developers minds for months on end as there were no other real viable systems or strategies for solving the challenges. These systems &#8211; from a technology perspective &#8211; were *fun* to build. Teams of developers joining together to bang out a scalable site that had all the bells and whistles imaginable.</p>
<p>And what happened? Huge enterprise content management systems were deployed with UIs inherited from the CMS &#8212; so complicated all but a handful of editors who performed content edits day-in and day-out knew how to use the system, obliterating the need for system complexity in the first place. </p>
<p>Don&#8217;t get me wrong &#8211; when users were trained correctly and knowledge about the system was passed from editor to their replacements over the years, the systems themselves performed brilliantly. But just as often, knowledge of the system resided in the handful of editors and stayed there.</p>
<p>Working on sites for the likes of Yara, Shell, and EDF Energy (to name a very few), Likemind has been learning these lessons and altering our expertise and training guidelines. We&#8217;ve also learned that after you answer IT&#8217;s questions, it&#8217;s time to go back to the business drivers and validate and justify cost &amp; requirements. </p>
<p>But also, emerging open source CMS projects like <a href="http://www.drupal.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.drupal.org');" target="_blank">Drupal</a>, <a href="http://www.joomla.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.joomla.org');" target="_blank">Joomla</a>, <a href="http://www.magnolia-cms.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.magnolia-cms.com');" target="_blank">Magnolia CMS</a>, and up-and-comer <a href="http://www.concrete5.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.concrete5.org');" target="_blank">Concrete5</a> have narrowed the gap between smaller content management systems and the heavy hitters. And not only have these projects become viable contenders for the system themselves, but they&#8217;ve put tremendous pressure on the larger content management systems to innovate, clean up their UI, and streamline editorial duties forcing a bit of technical evolution. Also, sister systems &#8211; like HR and investor feeds have cleaned up their application programming interfaces (APIs) and XML feeds to work with much less effort with the web content management system. This makes incorporating their data and functionality much much easier and eases the need for detailed custom development.</p>
<p>And so while my friends on the design side of Likemind focus on experiences for the website vistor, ever increasingly our technology team is focusing on the experience of content editors. Every week it seems we evaluate a new RFP for an enterprise CMS &#038; remember to put CMS user needs right up with IT needs. Sometimes scrutinizing these requirements and talking to the client team leads us to a much simpler option. An option that meets the multi-editor requirements, permissions based editing, custom workflows, a shorter technical development, and flexible deployment.</p>
<p>A while back, Chris Bray, a friend back in NYC posted: <a href="http://chrisbray.com/another-installment-of-what-you-sold-what-you" onclick="javascript:pageTracker._trackPageview('/outbound/article/chrisbray.com');" target="_blank">Another installment of &#8220;What you sold, what you built, and what they needed&#8221;</a>. A perfect graphic representation for technologists to keep in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2010/06/28/cms-technology-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String of bad luck</title>
		<link>http://www.evanadelman.com/2010/05/09/string-of-bad-luck/</link>
		<comments>http://www.evanadelman.com/2010/05/09/string-of-bad-luck/#comments</comments>
		<pubDate>Sun, 09 May 2010 16:55:42 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[London]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Bucket]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/?p=49</guid>
		<description><![CDATA[
Well &#8211; my string of bad luck culminated this weekend in getting my backpack nicked out from under me while in a pub this weekend. Literally out from under me &#8211; Carrie &#38; I were deep in conversation (yes, this love struck absorption still occasionally happens even after 10+ years of marriage) and the pack [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.evanadelman.com/wp-content/uploads/2010/05/prey.png" ><img class="alignright size-medium wp-image-50" title="prey" src="http://www.evanadelman.com/wp-content/uploads/2010/05/prey-300x245.png" alt="prey" width="300" height="245" /></a><br />
Well &#8211; my string of bad luck culminated this weekend in getting my backpack nicked out from under me while in <a href="http://www.thewhitehartwaterloo.co.uk/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.thewhitehartwaterloo.co.uk');">a pub</a> this weekend. Literally out from under me &#8211; Carrie &amp; I were deep in conversation (yes, this love struck absorption still occasionally happens even after 10+ years of marriage) and the pack was between us (but I think a bit under the table) so the snatcher really must have been slick.  Unfortunately, it had my work laptop and various bits and bobs in it &#8211; none of which is the stuff of blog posts, really. (unless Mr/Ms Thief is reading this, in which case: keep the laptop &#8211; I&#8217;ll give you money for my old passport / visa permit &amp; my sunglasses &#8211; the iPod is on it&#8217;s last leg &amp; was occasionally skipping, so feel free to get 10 quid for that too).</p>
<p>But moving on &#8211; lesson learned for me: even after umpteen years living in large metro areas, I still need to do a better job of keeping my belongings in sight.</p>
<p>The positives:<br />
First off, the laptop had been on a time machine backup for a few months &#8211; but unfortunately the backup had filled up &amp; I had taken to just hitting cancel. Not smart. But I also keep source code checked into a <a href="http://subversion.apache.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/subversion.apache.org');">subversion server</a> &amp; email is all server based, so there won&#8217;t be a huge problem getting back up &amp; running w/ new hardware.</p>
<p>The negatives:<br />
A few things are just a pain: first, my visa to stay in the UK was in the backpack. Dealing with that will take weeks off my life. My prescription sunglasses as you might know if you&#8217;ve ever purchased these sorts of things before, are priceless to me &amp; useless to someone else. So I have a bit of an incentive to get these things back &#8211; and thought the stolen laptop might inadvertently come to my aid.</p>
<p>I have <a href="http://www.dropbox.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dropbox.com');">dropbox</a> &amp; <a href="http://www.xmarks.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.xmarks.com');">xmarks</a> on the computer &#8211; programs that automatically hit a server and do things (like sync a file directory &amp; sync my bookmarks). Now chances are the thief will just drop a fresh install on to get around my login password &amp; wipe the computer clean before selling it on. But &#8211; if &#8211; and a big if &#8211; they actually manage to get my password or figure out how to login any other way those two programs will hit &amp; I&#8217;ll be notified of my new friend&#8217;s IP address, hopefully getting me one step closer. A long shot to be fair.</p>
<p><a href="http://www.dropbox.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dropbox.com');"><img class="alignright size-medium wp-image-58" title="dropbox" src="http://www.evanadelman.com/wp-content/uploads/2010/05/dropbox-300x176.jpg" alt="dropbox" width="300" height="176" /></a></p>
<p>But to the point &#8211; there&#8217;s an open source project that I&#8217;ve (too late) realized would have helped me that much more: <a href="http://preyproject.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/preyproject.com');">Prey is a lightweight application</a> that will help you track and find your laptop if it ever gets stolen. It works in all operating systems and not only is it Open Source but also completely free. We like. It is now going on all my computers &amp; recommending that my office install on all portables as well.</p>
<p>Also, I should have registered mobile belongings here at the <a href="http://www.immobilise.com/index.php " onclick="javascript:pageTracker._trackPageview('/outbound/article/www.immobilise.com');">UK&#8217;s property registrar</a> which may have helped stop the person selling on the laptop on the open market.</p>
<p>Finally, I&#8217;m thinking of several ideas which might electronically tie items to me. Say, if my bag had a RFID chip &amp; talked to my phone, I could program it to go off if my bag went out of range&#8230;.though peripherals are in development and <a href="http://www.mobileinc.co.uk/2009/11/iphone-gets-its-first-nfc-peripheral/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mobileinc.co.uk');">look half baked</a> at the moment, <a href="http://www.readwriteweb.com/archives/iphone_as_rfid_tag_reader.php" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.readwriteweb.com');">it&#8217;s rumored that the next iPhone will have reader built in</a>&#8230;here&#8217;s hoping&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2010/05/09/string-of-bad-luck/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Somehow Goliath looks like David at the moment</title>
		<link>http://www.evanadelman.com/2009/11/03/somehow-goliath-looks-like-david-at-the-moment/</link>
		<comments>http://www.evanadelman.com/2009/11/03/somehow-goliath-looks-like-david-at-the-moment/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 18:21:57 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/?p=46</guid>
		<description><![CDATA[A few weeks ago, I received an invite to Google Wave, but didn&#8217;t get a chance to really think much about it until now.
Though it’s been said that Wave is email’s Segway, Google has a pattern of seeming to bite off more than they can chew &#8211; only to succeed in the end. Gmail was, [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I received an invite to Google Wave, but didn&#8217;t get a chance to really think much about it until now.</p>
<p>Though it’s been said that Wave is email’s Segway, Google has a pattern of seeming to bite off more than they can chew &#8211; only to succeed in the end. Gmail was, at the time of release, yet another web mail client with seemingly too much hype. But only a few years on, Gmail&#8217;s killer feature of unlimited size of your inbox has not only transformed their users’ behavior but now unlimited storage is ubiquitous among web mail providers. Wave is in fact a protocol, not just a Google hosted service and Google is planning on releasing the source code for their implementation, hoping that there will be as many Wave servers running as there are email servers today. With the vision clearly set on completely transforming online conversations, I’m not underestimating their prowess in revolutionizing a seemingly ingrained technology.</p>
<p>However, Wave is pushing boundaries and making bets users will change several engrained behaviors. While developers have been using versioning systems for years, Mom &#038; Dad (unless software engineers) will grope to understand the power of tracking file versions (‘playback’ in wave). Also, users need to switch from thinking linearly about online conversations (email, chat, forums, even twitter) to an asynchronous model – which again is a basic human behavior that will have significant barriers to change. </p>
<p>Unlike Search, Gmail, Google Voice, Calendar, and Docs, in order for Wave to be useful, let alone truly powerful, everyone in your conversation will need a Wave account – either on Google’s servers or elsewhere. Here, Google is counting on two curves of adoption – first in Google Wave, then in the ubiquity of everyone having a Wave account somewhere in the federation of Wave servers. The first will likely have to be a success before the second curve starts its uptrend. At this point with a limited user base and a slow invite process, it’ll be some time until Google Wave hits it’s inflection point.</p>
<p>If you want a Google Wave invite comment &#038; I&#8217;ll put your email into the queue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2009/11/03/somehow-goliath-looks-like-david-at-the-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogger Search</title>
		<link>http://www.evanadelman.com/2009/05/01/blogger-search/</link>
		<comments>http://www.evanadelman.com/2009/05/01/blogger-search/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:35:42 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/?p=36</guid>
		<description><![CDATA[Ouch &#8211; I was just schooled by a project manager &#8211; it happens sometimes. Couldn&#8217;t find a search module for Blogger &#8211; he suggested I just look at the code in the header bar for a blog that had the Blogger header bar active. Doh &#8211; I was clearly over-thinking things. Just create a search [...]]]></description>
			<content:encoded><![CDATA[<p>Ouch &#8211; I was just schooled by a project manager &#8211; it happens sometimes. Couldn&#8217;t find a search module for Blogger &#8211; he suggested I just look at the code in the header bar for a blog that had the Blogger header bar active. Doh &#8211; I was clearly over-thinking things. Just create a search field input box, name it &#8220;q&#8221; and send the action of the form to your blog&#8217;s url/search &#8211; and example result would be like this:<br />
http://www.belikeminded.com/search?q=priority </p>
<p>If you&#8217;re really lazy, just hit this:</p>
<form method="post" action="http://beta.blogger.com/add-widget">
<input type="hidden" name="widget.title" value="Search"/>
<textarea name="widget.content" style="display: none;"></p>
<form id="bloggerSearch" action="/search" method="get">
<input id="search" name="q" type="text"/>
<input id="searchButton" value="Go" type="submit"/>
</form>
<p></textarea><br />
<span style="border: 10px solid gray; background:black;"></p>
<input type="submit" name="go" value="Add Search To My Blog"/>
</span><br />
</form>
<p><BR><br />
There you go! Happy Blogger Search!<br />
<BR></p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2009/05/01/blogger-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where I&#8217;ve been traveling by looking at my Mac&#8217;s wireless memory</title>
		<link>http://www.evanadelman.com/2009/01/12/where-ive-been-traveling-by-looking-at-my-macs-wireless-memory/</link>
		<comments>http://www.evanadelman.com/2009/01/12/where-ive-been-traveling-by-looking-at-my-macs-wireless-memory/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:09:51 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Bucket]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/?p=22</guid>
		<description><![CDATA[Ha &#8211; just noticed, I can track where I&#8217;ve been by looking at my Mac&#8217;s memory of wireless networks to which I&#8217;ve connected. I&#8217;m not sure what that says about me&#8230;It&#8217;s sad that memories are sparked by &#8220;Washington Dulles WiFi&#8221; &#8220;Wireless Vienna Airport&#8221; &#8220;Inn at Sonoma&#8221; &#8220;Inn at Sonoma 2&#8243; &#8220;Catfish&#8217;s Network&#8221; &#8220;ShadyShores1&#8243; &#8220;VitalogyWiFi&#8221; &#8220;Enchanted [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Ha &#8211; just noticed, I can track where I&#8217;ve been by looking at my Mac&#8217;s memory of wireless networks to which I&#8217;ve connected. I&#8217;m not sure what that says about me&#8230;It&#8217;s sad that memories are sparked by &#8220;Washington Dulles WiFi&#8221; &#8220;Wireless Vienna Airport&#8221; &#8220;Inn at Sonoma&#8221; &#8220;Inn at Sonoma 2&#8243; &#8220;Catfish&#8217;s Network&#8221; &#8220;ShadyShores1&#8243; &#8220;VitalogyWiFi&#8221; &#8220;Enchanted Garden&#8221; and &#8220;2GoldFish&#8221; among hundreds of others.</p>
<p style="text-align: left;"><img class="size-medium wp-image-23 alignright" title="wireless-list" src="http://www.evanadelman.com/wp-content/uploads/2009/01/wireless-list-300x255.png" alt="wireless-list" width="300" height="255" align="right" />Incidentally, here&#8217;s a tip for all you wireless roamers: when you&#8217;re on the road, especially in a public wireless network, it&#8217;s best to be really careful about surfing so as to keep your belongings secured at all points (&#8221;Did you pack your own bag?&#8221;, &#8220;Was your bag with you at all times?&#8221;, &#8220;Have you let every person in the airport know your email password by sending it unencrypted over our unsecured wireless network?&#8221;) . I can never remember to be that careful, so here&#8217;s what I do &#8211; be ready to be geeked.</p>
<p style="text-align: left;">I setup a secure ssh tunnel and proxy my web traffic through that. I happen to have a few servers that I can run this through, but you can always use your broadband connected home mac (or PC with ssh-server installed). At the command line, I type:</p>
<p style="text-align: left;">ssh -D 9999 evan@freshkills.xyz.com -p 22</p>
<p style="text-align: left;">Then in Firefox, I go to my network preferences (Firefox, Preferences, Advanced, Network, Settings) and select &#8220;Socks Host&#8221; and type 127.0.0.1  with 9999 as the port. This routes all network traffic in Firefox through freshkills.xyz.com over ssh (secure shell).  Fun stuff, I know.</p>
<p>Oh &#8211; by the way &#8211; check out <a href="http://www.no-ip.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.no-ip.com');">http://www.no-ip.com/</a> if you want to setup a free url that points to your home machine at all times. And remember to update your router to handle ssh traffic!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2009/01/12/where-ive-been-traveling-by-looking-at-my-macs-wireless-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook</title>
		<link>http://www.evanadelman.com/2008/11/03/facebook/</link>
		<comments>http://www.evanadelman.com/2008/11/03/facebook/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 10:05:13 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/?p=7</guid>
		<description><![CDATA[So, Mutant Media has been producing some pretty cool Facebook apps for some clients lately. So naturally ideas starting bubbling up to the top of my head for my own. Well, turns out that Facebook and I aren&#8217;t getting along. I think it would be interesting to segregate my contacts into lists. The basic first [...]]]></description>
			<content:encoded><![CDATA[<p>So, <a href="http://www.mutantmedia.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mutantmedia.com');">Mutant Media </a>has been producing some pretty cool Facebook apps for some clients lately. So naturally ideas starting bubbling up to the top of my head for my own. Well, turns out that Facebook and I aren&#8217;t getting along. I think it would be interesting to segregate my contacts into lists. The basic first step, which has been done already by Facebook &amp; an app or two is to see which contacts know other contacts (mutual friends) but cross list. For example, just by browsing around, I noticed one of my work friends knows an old college friend. They don&#8217;t know each other through me, but both know me. Ok, easy enough. But next, I wanted to dive one deeper. I wanted to find people out there that I didn&#8217;t know but who 2 of my unconnected friends know. That would be interesting so that you could suggest to those mutual friends that they meet through their mutual friends. Alas, Facebook API doesn&#8217;t seem to allow you to fetch a friend&#8217;s friend list. Bah humbug. Onto the next idea then.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2008/11/03/facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microhoo</title>
		<link>http://www.evanadelman.com/2008/02/20/microhoo/</link>
		<comments>http://www.evanadelman.com/2008/02/20/microhoo/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 13:01:54 +0000</pubDate>
		<dc:creator>evanadelman</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.evanadelman.com/2008/02/20/microhoo/</guid>
		<description><![CDATA[I know Microsoft &#38; Yahoo have been in periodic discussions for some time, but they&#8217;re back on the radar and for once my infrequent posts have helped me draw some connections. Since the news broke, in the back of my mind I was always thinking Microsoft&#8217;s bid for Yahoo didn&#8217;t make too much sense. From [...]]]></description>
			<content:encoded><![CDATA[<p>I know Microsoft &amp; Yahoo have been in <a href="http://www.cnbc.com/id/18484517/%3Cbr%3E%3C/a%3E" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cnbc.com');" target="_blank">periodic discussions</a> for some time, but they&#8217;re back on the radar and for once my infrequent posts have helped me draw some connections. Since the news broke, in the back of my mind I was always thinking Microsoft&#8217;s bid for Yahoo didn&#8217;t make too much sense. From way back here in the audience, anyway. But re-reading my old posts got me thinking.</p>
<p>I wrote about Photosynth a while back &#8211; a Microsoft owned application that can take photos from a stream and mash them together. So, a source like Flickr would be ideal to contribute to something like &#8230;oh, I don&#8217;t know, a world collaboration to map the earth? Yahoo owns Flickr. Microflickrhoo could conceivably take a significant chunk out Google&#8217;s maps and who knows what else? Maybe that&#8217;s where they came up w/ their valuation &#8211; throw everything Yahoo away except for a few properties Microsoft doesn&#8217;t have&#8230;say..Alibaba? My gears are turning on this..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.evanadelman.com/2008/02/20/microhoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

