<?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>Micahpedia &#187; firefox</title>
	<atom:link href="http://dubinko.info/blog/tags/browsers/firefox/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>Tue, 27 Jul 2010 04:28:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox 3 CPU issue: del.icio.us extension to blame</title>
		<link>http://dubinko.info/blog/2008/06/28/firefox-3-cpu-issue-delicious-extension-the-issue/</link>
		<comments>http://dubinko.info/blog/2008/06/28/firefox-3-cpu-issue-delicious-extension-the-issue/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 04:28:22 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[delicious]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=292</guid>
		<description><![CDATA[Several folks, including me, have experienced increased CPU usage on Firefox 3, especially on OSX. Try disabling it, going back to the bookmarklet. -m
]]></description>
			<content:encoded><![CDATA[<p>Several folks, including me, have experienced increased CPU usage on Firefox 3, especially on OSX. Try disabling it, going back to the <a href="http://del.icio.us/help/buttons">bookmarklet</a>. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2008/06/28/firefox-3-cpu-issue-delicious-extension-the-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XQuery Annoyances&#8230;</title>
		<link>http://dubinko.info/blog/2008/05/21/xquery-annoyances/</link>
		<comments>http://dubinko.info/blog/2008/05/21/xquery-annoyances/#comments</comments>
		<pubDate>Thu, 22 May 2008 05:06:44 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[Mark Logic]]></category>
		<category><![CDATA[XForms]]></category>
		<category><![CDATA[XQuery]]></category>
		<category><![CDATA[annoyance]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[AVT]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[curly brace]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[xpath]]></category>
		<category><![CDATA[xquery]]></category>
		<category><![CDATA[XSLT]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=264</guid>
		<description><![CDATA[If you are used to XSLT 1.0 and XForms, you see { $book/bk:title } and think nothing of it. XSLT 1.0 calls the curly-brace construct an Attribute Value Template, which is pretty descriptive of where it&#8217;s used. Always in an attribute, always converted into a string, even if you are actually pointing to an element.
In [...]]]></description>
			<content:encoded><![CDATA[<p>If you are used to XSLT 1.0 and XForms, you see <code>{ $book/bk:title }</code> and think nothing of it. XSLT 1.0 calls the curly-brace construct an Attribute Value Template, which is pretty descriptive of where it&#8217;s used. Always in an attribute, always converted into a string, even if you are actually pointing to an element.</p>
<p>In XQuery, though, the curly-brace construct can be used in many different places. Depending on the context, the above code might well insert a <code>bk:title</code> element into your output. The proper thing to do, of course, is <code>{ $book/bk:title/text() }</code>. Many XSLT and XForms authors would omit the extra <code>text()</code> selector as superfluous, but in XQuery it matters.</p>
<p>What&#8217;s worse, depending on your browser, you might not see any output on the page within a <code>&lt;bk:title&gt;</code> element (or a title element of any namespace). Caveat browser! -m</p>
<p>-m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2008/05/21/xquery-annoyances/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nifty Firefox trick</title>
		<link>http://dubinko.info/blog/2006/05/12/nifty-firefox-trick/</link>
		<comments>http://dubinko.info/blog/2006/05/12/nifty-firefox-trick/#comments</comments>
		<pubDate>Fri, 12 May 2006 07:09:15 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[URLs]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/2006/05/12/nifty-firefox-trick/</guid>
		<description><![CDATA[If you&#8217;re like me, you often get email messages with long URLs that wrap, which are a pain to actually get into a browser. Easier on Firefox though:
Go to about:config and change editor.singleLine.pasteNewlines setting to 3 or add: user_pref(&#8220;editor.singleLine.pasteNewlines&#8221;, 3); to your user.js file.
Excellent! -m
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, you often get email messages with long URLs that wrap, which are a pain to actually get into a browser. Easier on Firefox though:</p>
<p>Go to about:config and change editor.singleLine.pasteNewlines setting to 3 or add: user_pref(&#8220;editor.singleLine.pasteNewlines&#8221;, 3); to your user.js file.</p>
<p>Excellent! -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2006/05/12/nifty-firefox-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
