<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3125745500064535758</id><updated>2011-04-21T12:44:02.104-07:00</updated><title type='text'>Serverless</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://serverless.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://serverless.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>David P. Hochman</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://www.nusion.com/dphochman.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3125745500064535758.post-7938719663100831473</id><published>2007-06-10T11:40:00.000-07:00</published><updated>2007-06-10T12:01:54.500-07:00</updated><title type='text'>Prototype bookmarklet</title><content type='html'>I find myself relying on &lt;a href="http://prototypejs.org/"&gt;Prototype&lt;/a&gt; quite a bit.  So I added this bookmarklet to every browser I use (to the Links folder in IE, and the Bookmarks Toolbar Folder in Firefox) so I can enable it in whichever page I need.  It's a poor man's replacement for &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/748"&gt;Greasemonkey&lt;/a&gt; in IE.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;javascript:(function(){var head,script; if(!document.getElementById('prototype.js')){head=document.getElementsByTagName('head')[0]; script=document.createElement('script'); script.type='text/javascript'; script.src='http://.../prototype.js'; script.id='prototype.js'; head.appendChild(script);}})(); void(0);&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Replace the "..." in the URL with a location inside your network, on your localhost, or otherwise under your control.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3125745500064535758-7938719663100831473?l=serverless.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverless.blogspot.com/feeds/7938719663100831473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3125745500064535758&amp;postID=7938719663100831473' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/7938719663100831473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/7938719663100831473'/><link rel='alternate' type='text/html' href='http://serverless.blogspot.com/2007/06/prototype-bookmarklet.html' title='Prototype bookmarklet'/><author><name>David P. Hochman</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://www.nusion.com/dphochman.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3125745500064535758.post-7876266357459306979</id><published>2007-01-25T19:00:00.000-08:00</published><updated>2007-01-25T19:39:37.270-08:00</updated><title type='text'>What Does a Tag Mean?</title><content type='html'>&lt;p&gt;&lt;br /&gt;When I'm assigning a tag to something (on flickr or del.icio.us), or even earlier when I'm thinking about what tag to use, I'm asking myself some of these questions:&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol&gt;&lt;br /&gt;&lt;li&gt;What &lt;strong&gt;is&lt;/strong&gt; this thing?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;What is it &lt;strong&gt;about&lt;/strong&gt;?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Who is the &lt;strong&gt;writer&lt;/strong&gt; or &lt;strong&gt;owner&lt;/strong&gt; of this thing?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Does it go into one of my special categories (&lt;strong&gt;first&lt;/strong&gt;, &lt;strong&gt;ideas&lt;/strong&gt;, &lt;strong&gt;toread&lt;/strong&gt;)?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;What tags did others use for the same thing?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;If this is an index of other resources, what does it &lt;strong&gt;contain&lt;/strong&gt; (articles, blogs)?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;If I want to find it later, what would I be looking for?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;What else is it like, and how did I tag those things?&lt;/li&gt;&lt;br /&gt;&lt;li&gt;What &lt;strong&gt;category&lt;/strong&gt; does it belong to, what &lt;strong&gt;type&lt;/strong&gt; of thing is it, how would I classify it?&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;One problem is that until now, I didn't have this list handy, so my tags are inconsistent in meaning.  I'm usually good about asking myself the first 4 questions (&lt;em&gt;Note to self: there's something familiar about 4 questions...&lt;/em&gt;), and del.icio.us makes #5 easy by suggesting other tags, but the others are harder to remember.  So maybe this list will help me gel my tags.  But maybe the questions are in a descending order of meaning to me.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Another problem is that my intentions frequently collide and the same tag has multiple meanings.  For example, I used the tag 'webapps' on an article about web applications, a list of webapps, and an actual web application.  On further review, the actual web application isn't about webapps, it is a webapp, and &lt;em&gt;aboutness&lt;/em&gt; is far more meaningful to me than classification.  But maybe I used 'webapps' because that tag was in a list and I just selected it because it was close enough.  After the fact, I want to separate the article and directory from an example.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;One way to handle that is to give my tags some sort of tag.  I like the way that del.icio.us indicates that you are tagging something for someone else, with the &lt;strong&gt;for:&lt;/strong&gt; prefix and their id.  That's very much like a namespace, and perhaps that the model to follow.  So, I could start using about: to prefix tags that indicate aboutness, writer: or author: or owner: or by: to indicate the person or company who runs the thing, is: to indicate what it is, etc.  In my case, I might consider about: to be the default namespace for my tags, and other types of tags would need a prefix.  Then what would I do about a self-referential blog that's both about and by the same person or company.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;So now there's another meme about machine tags, that are in the form of &lt;strong&gt;namespace:name=value&lt;/strong&gt;.  They look like a simple form of RDF but they're not quite the same thing.  They seem to be a natural for geocoding, and the examples on flickr are just that.  This idea might be too much for my immediate needs, but have some interesting possibilities as a format for &lt;em&gt;post hoc&lt;/em&gt; metadata.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3125745500064535758-7876266357459306979?l=serverless.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverless.blogspot.com/feeds/7876266357459306979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3125745500064535758&amp;postID=7876266357459306979' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/7876266357459306979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/7876266357459306979'/><link rel='alternate' type='text/html' href='http://serverless.blogspot.com/2007/01/what-does-tag-mean.html' title='What Does a Tag Mean?'/><author><name>David P. Hochman</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://www.nusion.com/dphochman.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3125745500064535758.post-2691220001631846182</id><published>2007-01-21T07:11:00.001-08:00</published><updated>2007-01-21T07:11:47.195-08:00</updated><title type='text'>Serverless Inspirations</title><content type='html'>This blog is inspired by some other things I read and read about.&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Rod Boothy's &lt;a href="http://www.innovationcreators.com/"&gt;InnovationCreators&lt;/a&gt; blog about Enterprise IT, Web 2.0, and innovation.  He came up with the phrase "Project Worksite" which reflects the active nature of project-centered web pages, and works better than "Project Portal" and "Project Web" which sound too corporate and passive.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Dion Hinchcliffe's blogs at &lt;a href="http://web2.wsj2.com/"&gt;web2.wsj2.com&lt;/a&gt; and &lt;a href="http://hinchcliffe.org/"&gt;hinchcliffe.org&lt;/a&gt; and &lt;a href="http://blogs.zdnet.com/Hinchcliffe/"&gt;blogs.zdnet.com/Hinchcliffe/&lt;/a&gt;.  Great material, especially the pictures, but too occasional.  Reminds me of the odd complaint "the food was no good ... and the portions were too small."&lt;/li&gt;&lt;li&gt;&lt;a href="http://blog.hbs.edu/faculty/amcafee/"&gt;Andrew McAfee&lt;/a&gt;'s blog at Harvard about Enterprise 2.0.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.fastforwardblog.com/"&gt;The FASTForward Blog&lt;/a&gt; collects similar minded folks about Enterprise 2.0.&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;I keep a running list on &lt;a href="http://del.icio.us/"&gt;del.icio.us&lt;/a&gt; tagged with &lt;a href="http://del.icio.us/dphochman/enterprise"&gt;enterprise&lt;/a&gt;, &lt;a href="http://del.icio.us/dphochman/web2.0"&gt;web2.0&lt;/a&gt;, and &lt;a href="http://del.icio.us/dphochman/innovation"&gt;innovation&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3125745500064535758-2691220001631846182?l=serverless.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverless.blogspot.com/feeds/2691220001631846182/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3125745500064535758&amp;postID=2691220001631846182' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/2691220001631846182'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/2691220001631846182'/><link rel='alternate' type='text/html' href='http://serverless.blogspot.com/2007/01/serverless-inspirations.html' title='Serverless Inspirations'/><author><name>David P. Hochman</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://www.nusion.com/dphochman.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3125745500064535758.post-5076525132574222825</id><published>2007-01-13T17:21:00.000-08:00</published><updated>2007-01-21T04:14:44.160-08:00</updated><title type='text'>Project Management Tools</title><content type='html'>A project is more than the sum of its tasks.&lt;br /&gt;&lt;br /&gt;It is more than a timeline, and resources, and assignments, and milestones, and documents, and stakeholders, and Gantt charts, and PERT charts, and lifecycles, and spreadsheets, and audit requirements.&lt;br /&gt;&lt;br /&gt;And I need better tools than the crap that is available, either online or in software or on paper.&lt;br /&gt;&lt;br /&gt;A project is human activity for a purpose, and project tools need to emit the artifacts rather than start with them.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3125745500064535758-5076525132574222825?l=serverless.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverless.blogspot.com/feeds/5076525132574222825/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3125745500064535758&amp;postID=5076525132574222825' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/5076525132574222825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/5076525132574222825'/><link rel='alternate' type='text/html' href='http://serverless.blogspot.com/2007/01/project-management-tools.html' title='Project Management Tools'/><author><name>David P. Hochman</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://www.nusion.com/dphochman.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3125745500064535758.post-6681301667694660405</id><published>2007-01-11T19:21:00.000-08:00</published><updated>2007-01-11T19:42:10.809-08:00</updated><title type='text'>What do you mean, there's no server?</title><content type='html'>How do you do Ajax when there's no server? &lt;br /&gt;&lt;br /&gt;In corporate America, you can't just put up a webserver whenever and wherever you want.  There's no webserver on our NT network folders, but there's a lot of documents and metadata there.  There's no webserver connected to the source code and data in our version management application -- there's a Windows GUI and DOS commands, but there ain't no webserver.  We've got the same problem with our Lotus Notes databases, UniVerse and Oracle databases, and emails and calendars in Outlook.  There's not even a webserver running on my own darn workstation, because I don't have administrative access to it.&lt;br /&gt;&lt;br /&gt;You can't have an asynchronous conversation if there's no one listening.  So you gotta be creative.  You could copy the data to some place where there is a webserver.  You could generate files that can be read by web pages. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Generating Files&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You could generate HTML files.  You would have to combine the content and style together, and your web application would either include the generated HTML in a frameset or an iframe, or transfer control altogether.&lt;br /&gt;&lt;br /&gt;You could generate XML files.  You could use XML data islands, but I think you need a server for that.  Maybe you could transform it into HTML with XSLT and the result could be styled with CSS.&lt;br /&gt;&lt;br /&gt;You could generate JSON files.  Hmmm, that's interesting...  You could either load them up with a script tag, or generate a script element dynamically.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3125745500064535758-6681301667694660405?l=serverless.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverless.blogspot.com/feeds/6681301667694660405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3125745500064535758&amp;postID=6681301667694660405' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/6681301667694660405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/6681301667694660405'/><link rel='alternate' type='text/html' href='http://serverless.blogspot.com/2007/01/what-do-you-mean-theres-no-server.html' title='What do you mean, there&apos;s no server?'/><author><name>David P. Hochman</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://www.nusion.com/dphochman.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3125745500064535758.post-3941584847504639928</id><published>2007-01-09T16:12:00.000-08:00</published><updated>2007-01-09T16:32:57.666-08:00</updated><title type='text'>Enterprise IT Baffles Me</title><content type='html'>&lt;span style="font-family:lucida grande;"&gt;Enterprise IT baffles me.&lt;br /&gt;&lt;br /&gt;I'm employed by a really big company in the Information Services department.  My title is Senior Programmer Analyst, but every work day I maneuver through change-resistant project management procedures, anonymous &amp;amp; brainless internal policies, clueless but power-wielding managers, and heavy layers of poorly considered technical infrastructure and software cruft.&lt;br /&gt;&lt;br /&gt;I hope to share some of the silly stories and brilliant solutions, so that some good can come from my angst.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3125745500064535758-3941584847504639928?l=serverless.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverless.blogspot.com/feeds/3941584847504639928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3125745500064535758&amp;postID=3941584847504639928' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/3941584847504639928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3125745500064535758/posts/default/3941584847504639928'/><link rel='alternate' type='text/html' href='http://serverless.blogspot.com/2007/01/enterprise-it-baffles-me.html' title='Enterprise IT Baffles Me'/><author><name>David P. Hochman</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://www.nusion.com/dphochman.jpg'/></author><thr:total>0</thr:total></entry></feed>
