<?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>MicahLogic &#187; announcement</title>
	<atom:link href="http://dubinko.info/blog/tags/announcement/feed/" rel="self" type="application/rss+xml" />
	<link>http://dubinko.info/blog</link>
	<description>From an XML geek, a reader, a writer, a connector, a man of the people (says keep hope alive)</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:43:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Googlebot submitting Flash forms</title>
		<link>http://dubinko.info/blog/2012/02/01/googlebot-submitting-flash-forms/</link>
		<comments>http://dubinko.info/blog/2012/02/01/googlebot-submitting-flash-forms/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 06:43:33 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[crawling]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[googlebot]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=965</guid>
		<description><![CDATA[I&#8217;m sure this is old news by now, but here&#8217;s one more data point. As it turns out, XForms Institute uses an old skool XForms engine written in Flash, dating approximately back to the era when Flash was necessary to do XForms-ey things in the browser. The feedback form for the site is, quite naturally, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure this is old news by now, but here&#8217;s one more data point.</p>
<p>As it turns out, <a title="XForms Institute" href="http://xformsinstitute.com">XForms Institute</a> uses an old skool XForms engine written in Flash, dating approximately back to the era when Flash was necessary to do XForms-ey things in the browser. The feedback form for the site is, quite naturally, implemented in XForms. Submissions there ultimately make it into my inbox. Here&#8217;s what I see:</p>
<p>Tue Jan 31 12:19:22 2012 66.249.68.249 Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7 (compatible; Googlebot-Mobile/2.1; +<a href="http://www.google.com/bot.html">http://www.google.com/bot.html</a>)</p>
<p>An iPhone running Flash? I doubt it. That&#8217;s quite an agent string! <a href="http://dubinko.info/blog/2004_02_01_archive.html">Organic versioning</a> in the wild. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2012/02/01/googlebot-submitting-flash-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 things to know about MarkLogic 5</title>
		<link>http://dubinko.info/blog/2011/11/01/5-things-to-know-about-marklogic-5/</link>
		<comments>http://dubinko.info/blog/2011/11/01/5-things-to-know-about-marklogic-5/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 19:17:38 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[Mark Logic]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=951</guid>
		<description><![CDATA[MarkLogic 5 is out today. Here&#8217;s five things beyond the official announcement that developers should know about it: If you found the CQ sample useful, you&#8217;ll love Query Console, which does everything CQ does and more (syntax highlighting!) Better Search API support for metadata: MarkLogic has always had support for storing metadata separately from documents. [...]]]></description>
			<content:encoded><![CDATA[<p>MarkLogic 5 is out today. Here&#8217;s five things beyond the <a href="http://developer.marklogic.com/products/marklogic5">official announcement</a> that developers should know about it:</p>
<ol>
<li>If you found the CQ sample useful, you&#8217;ll love Query Console, which does everything CQ does and more (syntax highlighting!)</li>
<li>Better Search API support for metadata: MarkLogic has always had support for storing metadata separately from documents. With new Search API support, it&#8217;s easy to set up, and it works great with databases of binary documents.</li>
<li>The Hadoop connector, while not officially supported in this configuration, works on Mac. I know a lot of developers use Mac hardware. Once you get Hadoop itself set up (following rules like <a title="Configuring Hadoop on Mac" href="http://www.infosci.cornell.edu/hadoop/mac.html">these</a>), everything works great in my experience.</li>
<li>&#8220;Fields&#8221; have gotten more general and more powerful. If you haven&#8217;t set aside named portions of your documents or metadata for special indexing and access, you should look in to this feature&#8211;it will rock your world.</li>
<li>To better understand what your system is doing at any point in time, you can now use the built-in Monitoring Dashboard, which runs in-browser.</li>
</ol>
<div>And let&#8217;s not leave out the Express license, which makes it easier to get started. <a href="http://developer.marklogic.com/products/marklogic-server/5.0">Check it out</a>.</div>
<div>-m</div>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/11/01/5-things-to-know-about-marklogic-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SkunkLink in Belorussian</title>
		<link>http://dubinko.info/blog/2011/06/09/skunklink-in-be/</link>
		<comments>http://dubinko.info/blog/2011/06/09/skunklink-in-be/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 15:50:28 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[belorussian]]></category>
		<category><![CDATA[essentials]]></category>
		<category><![CDATA[hypertext]]></category>
		<category><![CDATA[linking]]></category>
		<category><![CDATA[skunklink]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[XForms]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=938</guid>
		<description><![CDATA[The awesome thing about the internet is that you never know who&#8217;s reading your stuff. Case in point: during the depths of the hypertext linking standards discussions, after folks realized that XLink wasn&#8217;t going to work with HTML (not even with XML-flavored XHTML), all kinds of proposals flew around about what to do about it. [...]]]></description>
			<content:encoded><![CDATA[<p>The awesome thing about the internet is that you never know who&#8217;s reading your stuff. Case in point: during the depths of the hypertext linking standards discussions, after folks realized that XLink wasn&#8217;t going to work with HTML (not even with XML-flavored XHTML), all kinds of proposals flew around about what to do about it. One was my own <a title="SkunkLink hypretext linking proposal" href="http://dubinko.info/writing/skunklink/">SkunkLink</a>, a &#8220;skunkworks&#8221; attempt to get people thinking in a certain direction.</p>
<p>An enthusiastic follower, Bohdan Zograf, has translated SkunkLink into Belorussian, available <a href="http://webhostingrating.com/libs/skunklink-be">here</a>. He&#8217;s also mentioned translating all of <a title="O'Reilly XForms Essentials" href="http://xformsinstitute.com/essentials/">XForms Essentials</a>, which I completely support, and is just the kind of thing I hoped would happen when I put the text under a liberal content license.</p>
<p>Awesome. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/06/09/skunklink-in-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MarkLogic User Conference coverage</title>
		<link>http://dubinko.info/blog/2011/05/01/marklogic-user-conference/</link>
		<comments>http://dubinko.info/blog/2011/05/01/marklogic-user-conference/#comments</comments>
		<pubDate>Sun, 01 May 2011 21:54:07 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=932</guid>
		<description><![CDATA[Running commentary on Twitter, but hurry, Twitter&#8217;s search infrastructure has the long-term memory of a fruit fly. Posts tagged with MLUC11 will soon be dropping off the search event horizon. -m]]></description>
			<content:encoded><![CDATA[<p>Running commentary on Twitter, but hurry, Twitter&#8217;s search infrastructure has the long-term memory of a fruit fly. Posts tagged with MLUC11 will soon be dropping off the search event horizon. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/05/01/marklogic-user-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow me on Twitter</title>
		<link>http://dubinko.info/blog/2011/03/31/follow-me-on-twitter/</link>
		<comments>http://dubinko.info/blog/2011/03/31/follow-me-on-twitter/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 05:31:40 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[mdubinko]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=925</guid>
		<description><![CDATA[Not an April Fools joke. I&#8217;m now tweeting in professional capacity. I&#8217;ll talk about XML technologies, the web, and various and sundry geeky topics. -m]]></description>
			<content:encoded><![CDATA[<p>Not an April Fools joke. I&#8217;m now <a title="@mdubinko" href="https://twitter.com/mdubinko">tweeting</a> in professional capacity. I&#8217;ll talk about XML technologies, the web, and various and sundry geeky topics. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/03/31/follow-me-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;ll always have Prague</title>
		<link>http://dubinko.info/blog/2011/02/03/well-always-have-prague/</link>
		<comments>http://dubinko.info/blog/2011/02/03/well-always-have-prague/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 01:55:48 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[cz]]></category>
		<category><![CDATA[prague]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=919</guid>
		<description><![CDATA[Today I exchanged electrons with a major airline, which will ultimately result in them removing a certain amount of abstract currency units from my account. In other words, see you all at XML Prauge 2011. I&#8217;ve never been to this conference before, and each year I hear better and better things. Looking forward to it. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I exchanged electrons with a major airline, which will ultimately result in them removing a certain amount of abstract currency units from my account.</p>
<p>In other words, see you all at <a href="http://www.xmlprague.cz/2011/">XML Prauge 2011</a>. I&#8217;ve never been to this conference before, and each year I hear better and better things. Looking forward to it. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/02/03/well-always-have-prague/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XForms Training: Feb 14, 15 in Maryland</title>
		<link>http://dubinko.info/blog/2011/01/07/xforms-training-feb-14-15-in-maryland/</link>
		<comments>http://dubinko.info/blog/2011/01/07/xforms-training-feb-14-15-in-maryland/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 06:12:45 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[XForms]]></category>
		<category><![CDATA[blackmesa]]></category>
		<category><![CDATA[mulberry]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=911</guid>
		<description><![CDATA[The remarkable C. M. Sperberg-McQueen is offering XForms training in Maryland (at Mulberry Technologies), Feb 14 &#38; 15, 2011. This is a two-day hands-on introduction to XForms. Check it out. This is a great opportunity to learn more about XForms. -m]]></description>
			<content:encoded><![CDATA[<p>The remarkable C. M. Sperberg-McQueen is offering XForms training in Maryland (at Mulberry Technologies), Feb 14 &amp; 15, 2011. This is a two-day hands-on introduction to XForms. <a href="http://www.blackmesatech.com/2011/02/XForms/">Check it out</a>. This is a great opportunity to learn more about XForms. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/01/07/xforms-training-feb-14-15-in-maryland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I am abandoning Yahoo! Mail (and why you should too)</title>
		<link>http://dubinko.info/blog/2011/01/05/abandoning-yahoo-mail/</link>
		<comments>http://dubinko.info/blog/2011/01/05/abandoning-yahoo-mail/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 04:08:59 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[insecure]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=906</guid>
		<description><![CDATA[This is a non-technical description of why Yahoo! Mail is unsafe to use in a public setting, and indeed at all. I will be pointing people at this page as I go through the long process of changing an address I&#8217;ve had for more than a decade. What&#8217;s wrong with Yahoo Mail? A lot of [...]]]></description>
			<content:encoded><![CDATA[<p>This is a non-technical description of why Yahoo! Mail is unsafe to use in a public setting, and indeed at all. I will be pointing people at this page as I go through the long process of changing an address I&#8217;ve had for more than a decade.</p>
<p>What&#8217;s wrong with Yahoo Mail?</p>
<p>A lot of web addresses start with http://&#8211;that&#8217;s a signal that the &#8220;scheme&#8221; used to deliver the page to your browser is something called HTTP, which is a technical specification that turns out is a really good way to move around web pages. As the page flows to the browser, it&#8217;s susceptible to eavesdropping, particularly over a wi-fi connection, and much more so in public, including the usual hotspots like coffee shops, but also workplaces and many home environments. It&#8217;s the virtual equivalent of a postcard. When you&#8217;re reading the news or checking traffic, it&#8217;s not a big deal if someone can sneak a glance at your page.</p>
<p>Some addresses start with https://&#8211;notice the extra &#8216;s&#8217; which stands for &#8220;secure&#8221;. This means two things 1) that the web page being sent over is encrypted, and thus unavailable to eavesdroppers, and 2) that the people running the site had to obtain a certificate, which is a form of proof of their identity as an organization (that they&#8217;re not, say, Ukrainian <a href="http://en.wikipedia.org/wiki/Phishing">phish</a>ers). Many years ago, serving pages over https was considered quite expensive in that servers needed much beefier processors to run all that encryption. Today, while it still requires extra computation, it&#8217;s not as big of a deal. Most off-the-shelf servers have plenty of extra power. To be fair, for a truly ginormous application with millions of users like Yahoo Mail, it is not a trivial thing to roll out. But it&#8217;s critically important.</p>
<p>First, to dispel a point of confusion, these days nearly every site, including Yahoo Mail, uses https <em>for the login screen</em>. This is the most critical time when encryption is needed, because otherwise you&#8217;d be sending your password on a postcard for anyone with even modest technical skills to peek at. So that&#8217;s good, but it&#8217;s no longer enough. Because sites are written so that you don&#8217;t have to reenter your password on every single new page, they use a tiny bit of information called a &#8220;cookie&#8221; in your browser to stay logged in. Cookies themselves are neither good nor bad, but if an eavesdropper gets a hold of one, they can control most of your account&#8211;everything that doesn&#8217;t require re-entering a password. In Yahoo Mail this includes reading any of your messages, sending mail on your behalf, or even deleting messages. Are you comfortable allowing strangers to do this?</p>
<p>As I mentioned <a href="http://dubinko.info/blog/2010/12/04/yahoo-mails-inexplicable-inexcusable-lack-of-https-support/">earlier</a>, new, more powerful tools have been out for months that automate the process of taking over accounts this way. Zero technical prowess is needed, only the ability to install a browser plug-in. If there are any web companies dealing in personal information for which this wasn&#8217;t a all-hands-on-deck security wake-up, they are grossly negligent. Indeed, other sites like Gmail work with https all-the-time. But still, in 2011, Yahoo Mail doesn&#8217;t. I have a soft spot for Yahoo as a former employer, and I want to keep liking them. Too bad they make it so difficult.</p>
<p>The deeper issue at stake is that if this serious of an issue goes unfixed for months, how many lesser issues lurk in the site and have been around for months or years? The issue is trust, my friend, and Yahoo just overdrew their account. I&#8217;m leaving.</p>
<p>FAQ</p>
<p>Q: So what do you want Yahoo to do about this?  A: Well, they should fix their site for their millions of remaining users.</p>
<p>Q: What if they fix it tomorrow? Will you delete this message?  A: No. Since I no longer trust the site, I am leaving, even though it takes time to notify all the people who still send me mail, and no matter what other developments unfold in the meantime. This page will explain my actions.</p>
<p>Q: Do you really want everyone else to leave Yahoo Mail?  A: No, only those who care about their privacy.</p>
<p>Q: What&#8217;s your new email address?  A: I have a couple, but &lt;my first name&gt; @ &lt;this domain&gt; is a good general-purpose one.</p>
<p>I will continue to update this page as more information becomes available. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/01/05/abandoning-yahoo-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FCC opens its databases</title>
		<link>http://dubinko.info/blog/2010/09/09/fcc-opens-its-databases/</link>
		<comments>http://dubinko.info/blog/2010/09/09/fcc-opens-its-databases/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 16:41:06 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[fcc]]></category>
		<category><![CDATA[linkeddata]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=894</guid>
		<description><![CDATA[Good news for big data fans. The FCC has released APIs to several large databases involving broadband statistics, spectrum licenses, and some related topics. I haven&#8217;t had a chance for a close look yet, perhaps we can do that together. Link. -m]]></description>
			<content:encoded><![CDATA[<p>Good news for big data fans. The FCC has <a title="Calling all developers! FCC releases APIs for key databases " href="http://arstechnica.com/web/news/2010/09/calling-all-developers-fcc-releases-apis-for-key-databases.ars">released</a> APIs to several large databases involving broadband statistics, spectrum licenses, and some related topics. I haven&#8217;t had a chance for a close look yet, perhaps we can do that together. <a href="http://reboot.fcc.gov/developer">Link</a>. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/09/09/fcc-opens-its-databases/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eulogy for SearchMonkey</title>
		<link>http://dubinko.info/blog/2010/08/22/eulogy-for-searchmonkey/</link>
		<comments>http://dubinko.info/blog/2010/08/22/eulogy-for-searchmonkey/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 06:07:18 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[RIP]]></category>
		<category><![CDATA[searchmonkey]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=887</guid>
		<description><![CDATA[This is indeed a sad day for all of us, for on October 1, a great app will be gone. Though we hardly had enough time during his short life to get to know him, like the grass that withers and fades, this monkey will finish his earthly course. I know he left many things [...]]]></description>
			<content:encoded><![CDATA[<p>This is indeed a sad day for all of us, for on October 1, a great app will be <a href="http://www.ysearchblog.com/2010/08/17/news-about-our-searchmonkey-program/">gone</a>. Though we hardly had enough time during his short life to get to know him, like the grass that withers and fades, this monkey will finish his earthly course.</p>
<div class="wp-caption alignright" style="width: 190px"><a title="Updated SearchMonkey logo by mdubinko, on Flickr" href="http://www.flickr.com/photos/mdubinko/4911814062/"><img title="SearchMonkey updated logo" src="http://farm5.static.flickr.com/4101/4911814062_c7dd2a2c17_m.jpg" alt="Updated SearchMonkey logo" width="180" height="240" /></a><p class="wp-caption-text">Photo by Micah</p></div>
<p>I know he left many things undone, for example only enhancing 60% of the delivered result pages. He never got a chance to finish his life&#8217;s ambition of promoting RDFa and microformats to the masses or to be the killer app of the (lower-case) semantic web. You could say he will live on as &#8220;some of this structured data processing will be supported natively by the Microsoft platform&#8221;. Part of the monkey we loved will live on as enhanced results continue to flow forth from the Yahoo/Bing alliance.</p>
<p>The SearchMonkey Alumni group on LinkedIn is filled with wonderful mourners. Micah Alpern wrote there</p>
<p style="padding-left: 30px;">I miss the team, the <a href="http://vimeo.com/3288386  ">songs</a>, and the aspiration to solve a hard problem. Everything else is just code.</p>
<p>Isaac Asimov was reported to have said &#8220;<em>If my doctor told me I had only six minutes to live, I wouldn&#8217;t brood. I&#8217;d type a little faster.</em>&#8221; Today we can identify with that sentiment. Keep typing.</p>
<p>-m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/08/22/eulogy-for-searchmonkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Balisageurs: XML and JSON</title>
		<link>http://dubinko.info/blog/2010/08/05/balisageurs-xml-and-json/</link>
		<comments>http://dubinko.info/blog/2010/08/05/balisageurs-xml-and-json/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 12:36:25 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[balisage]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=882</guid>
		<description><![CDATA[At David Lee&#8217;s nocturne about XML and JSON round-trippimg, several folks were talking about a site that listed several &#8220;off-the-shelf&#8221; conversion methods, but nobody could remember the site. Late that night, with 15 minutes of battery remaining, I found it. The operative search term is XSLTJSON. -m]]></description>
			<content:encoded><![CDATA[<p>At David Lee&#8217;s nocturne about XML and JSON round-trippimg, several folks were talking about a site that listed several &#8220;off-the-shelf&#8221; conversion methods, but nobody could remember the site.</p>
<p>Late that night, with 15 minutes of battery remaining, I found it. The operative search term is <a href="http://www.bramstein.com/projects/xsltjson/">XSLTJSON</a>. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/08/05/balisageurs-xml-and-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Balisage bound</title>
		<link>http://dubinko.info/blog/2010/07/31/balisage-bound-2/</link>
		<comments>http://dubinko.info/blog/2010/07/31/balisage-bound-2/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 06:37:07 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[balisage]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[montreal]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=878</guid>
		<description><![CDATA[See all you markup extremists in Montreal. Look me up. -m]]></description>
			<content:encoded><![CDATA[<p>See all you markup extremists in Montreal. Look me up. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/07/31/balisage-bound-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meade Classe August 7</title>
		<link>http://dubinko.info/blog/2010/07/21/meade-classe-august-7/</link>
		<comments>http://dubinko.info/blog/2010/07/21/meade-classe-august-7/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 01:20:11 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[mead]]></category>
		<category><![CDATA[classe]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[meade]]></category>
		<category><![CDATA[moreflavor]]></category>
		<category><![CDATA[sensory]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=869</guid>
		<description><![CDATA[Join me for another Meade Classe at the Los Altos MoreFlavor brew shop. Saturday, Aug. 7, 2010 2:00 – 4:00 pm MoreFlavor 991 N. San Antonio Road Los Altos, CA 94022 We will taste some meads, focusing on sensory evaluation, then walk through the steps of brewing up a batch. As usual, seating is limited, [...]]]></description>
			<content:encoded><![CDATA[<p>Join me for another Meade Classe at the Los Altos MoreFlavor brew shop.</p>
<p>Saturday, Aug. 7, 2010 2:00 – 4:00 pm</p>
<p>MoreFlavor 991 N. San Antonio Road</p>
<p>Los Altos, CA 94022</p>
<p>We will taste some meads, focusing on sensory evaluation, then walk through the steps of brewing up a batch. As usual, seating is limited, so email me to reserve a spot. To help the brew shop recover the costs of the honey, yeast, and light snacks available, a $10 donation will help make sure these events can continue.</p>
<p>On a personal note, I&#8217;ll be traveling back from a conference in Montreal the day before, so I might be a little jet lagged. Could get interesting. :-) -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/07/21/meade-classe-august-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VP XIV bound</title>
		<link>http://dubinko.info/blog/2010/07/15/vp-xiv-bound/</link>
		<comments>http://dubinko.info/blog/2010/07/15/vp-xiv-bound/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 05:35:50 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[fiction]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[speculative]]></category>
		<category><![CDATA[viableparadise]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=865</guid>
		<description><![CDATA[Thrilled, THRILLED to announce that I&#8217;ve been accepted to the 2010 Viable Paradise workshop. I sent in the first 8000 words of a manuscript that about half of the 7 readers of this blog have looked at. You know, the one that is Science Fiction&#8211;literally, fiction about science. So I&#8217;ll be spending some time in [...]]]></description>
			<content:encoded><![CDATA[<p>Thrilled, THRILLED to announce that I&#8217;ve been accepted to the 2010 <a href="http://www.sff.net/paradise/">Viable Paradise</a> workshop. I sent in the first 8000 words of a manuscript that about half of the 7 readers of this blog have looked at. You know, the one that is Science Fiction&#8211;literally, fiction about science. So I&#8217;ll be spending some time in early October at Martha&#8217;s Vineyard studying at the feet of published authors and honing my craft.</p>
<p>Class size is limited, so I&#8217;ve been actively psyching myself down for the last month, not getting my hopes up too high. Then when the acceptance came, I had computer down time, and nearly exploded from holding the news in for 3 days. :-)</p>
<p>Ahhhh. I should say more, but I believe I may still be in shock. -m</p>
<p>P. S. OK, how about <a href="http://www.shmoop.com/news/2010/07/13/best-opening-lines-literature/">25 great opening lines</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/07/15/vp-xiv-bound/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RDBMS Alternatives</title>
		<link>http://dubinko.info/blog/2010/06/20/rdbms-alternatives/</link>
		<comments>http://dubinko.info/blog/2010/06/20/rdbms-alternatives/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 04:52:58 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[marklogic]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[webinar]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=854</guid>
		<description><![CDATA[For anyone trying to get up to speed on the technology side of non-traditional databases, including NoSQL concepts and not-your-father&#8217;s-XML, this webinar looks like a good start. Tuesday June 29, 2pm EST, 11am PST. -m]]></description>
			<content:encoded><![CDATA[<p>For anyone trying to get up to speed on the technology side of non-traditional databases, including NoSQL concepts and not-your-father&#8217;s-XML, this <a href="http://www.bulldogsolutions.net/MarkLogic/MLG1011/frmRegistration.aspx?bdls=24486">webinar</a> looks like a good start. Tuesday June 29, 2pm EST, 11am PST. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/06/20/rdbms-alternatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

