<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for mobiusloop.ca</title>
	<atom:link href="http://www.mobiusloop.ca/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.mobiusloop.ca</link>
	<description>ALL GENERAL STATEMENTS ARE FALSE</description>
	<lastBuildDate>Sat, 20 Feb 2010 20:54:28 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Typography by admin</title>
		<link>http://www.mobiusloop.ca/?p=602&#038;cpage=1#comment-477</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 20 Feb 2010 20:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=602#comment-477</guid>
		<description>Hey! Cranelegs! Hi and thanks for the comment. I used to work with a guy that always said concrete was the sexiest thing ever invented to build with. He said you could do more interesting and artistic things with concrete than with any other building material. I suppose he&#039;s right. Arthur Erickson sure did some nice work in cement.</description>
		<content:encoded><![CDATA[<p>Hey! Cranelegs! Hi and thanks for the comment. I used to work with a guy that always said concrete was the sexiest thing ever invented to build with. He said you could do more interesting and artistic things with concrete than with any other building material. I suppose he&#8217;s right. Arthur Erickson sure did some nice work in cement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Typography by Cranelegs</title>
		<link>http://www.mobiusloop.ca/?p=602&#038;cpage=1#comment-476</link>
		<dc:creator>Cranelegs</dc:creator>
		<pubDate>Sat, 20 Feb 2010 16:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=602#comment-476</guid>
		<description>now that is some sexy font. you&#039;re making me think about pulling out my cement pic as well. nice job.</description>
		<content:encoded><![CDATA[<p>now that is some sexy font. you&#8217;re making me think about pulling out my cement pic as well. nice job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Typography by admin</title>
		<link>http://www.mobiusloop.ca/?p=602&#038;cpage=1#comment-459</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Feb 2010 09:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=602#comment-459</guid>
		<description>(Grins) I love it when you talk geeky to me.....ooooo.....replace my class, big boy.....

The good news is jQuery is bundled in the wordpress install so I don&#039;t really need to worry about libraries. Although it may bite me in the ass as all the ajax runs on the client and who knows what client may come by and how that client may implement ajax.....

I think I&#039;ll take your advice and use the php code instead of the widget to display the info. That way I can avoid all the weirdness of widgets until I get it to work. Even at that, the front page of my blog has around six php files just to display the content. Each file is loaded, does something, then calls the next bit.... so no nice &lt;  head&gt;&lt; /head&gt;&lt; body&gt;&lt; /body&gt;....The head is called from Header.php, which then loads layout.php, header-extensions.php, a whack of CSS and begins the &lt;body&gt; tag....then passes over to page.php, which passes to main.php, which passes to content.php which passes to sidebar.php which .....finally gets us to the footer.php and the footer support files and finally closes the &lt; /body&gt; tag. 

All I have to do now is figure out where in this miasma of geekdom I call the damned java.

The explanation above is actually simplified...sigh.</description>
		<content:encoded><![CDATA[<p>(Grins) I love it when you talk geeky to me&#8230;..ooooo&#8230;..replace my class, big boy&#8230;..</p>
<p>The good news is jQuery is bundled in the wordpress install so I don&#8217;t really need to worry about libraries. Although it may bite me in the ass as all the ajax runs on the client and who knows what client may come by and how that client may implement ajax&#8230;..</p>
<p>I think I&#8217;ll take your advice and use the php code instead of the widget to display the info. That way I can avoid all the weirdness of widgets until I get it to work. Even at that, the front page of my blog has around six php files just to display the content. Each file is loaded, does something, then calls the next bit&#8230;. so no nice < head>< /head>< body>< /body>&#8230;.The head is called from Header.php, which then loads layout.php, header-extensions.php, a whack of CSS and begins the <body> tag&#8230;.then passes over to page.php, which passes to main.php, which passes to content.php which passes to sidebar.php which &#8230;..finally gets us to the footer.php and the footer support files and finally closes the < /body> tag. </p>
<p>All I have to do now is figure out where in this miasma of geekdom I call the damned java.</p>
<p>The explanation above is actually simplified&#8230;sigh.</body></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Typography by MtnMan</title>
		<link>http://www.mobiusloop.ca/?p=602&#038;cpage=1#comment-458</link>
		<dc:creator>MtnMan</dc:creator>
		<pubDate>Wed, 03 Feb 2010 09:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=602#comment-458</guid>
		<description>Casual readers may wish to avert their eyes... geek-speak follows:

So the trick is to have the ONAIRNOW widget update the page on a HTTP request while having some time based code that will read the current song title from the HTML file on the server and update the page using AJAX.  

I think this example is similar to what you want to do:  http://bit.ly/gExW

Replace the .updateme class in the example code with the onAirNowTitle id created by the ONAIRNOW widget and change the url for the jQuery AJAX call from refresh-me.php to the HTML file with the song info.  I don&#039;t think that this would require making any changes to how the ONAIRNOW widget works.

I&#039;m pretty sure I could get this to work on a straight up web page, but I don&#039;t know what complications Wordpress and widgets might introduce...I&#039;m still learning.</description>
		<content:encoded><![CDATA[<p>Casual readers may wish to avert their eyes&#8230; geek-speak follows:</p>
<p>So the trick is to have the ONAIRNOW widget update the page on a HTTP request while having some time based code that will read the current song title from the HTML file on the server and update the page using AJAX.  </p>
<p>I think this example is similar to what you want to do:  <a href="http://bit.ly/gExW" rel="nofollow">http://bit.ly/gExW</a></p>
<p>Replace the .updateme class in the example code with the onAirNowTitle id created by the ONAIRNOW widget and change the url for the jQuery AJAX call from refresh-me.php to the HTML file with the song info.  I don&#8217;t think that this would require making any changes to how the ONAIRNOW widget works.</p>
<p>I&#8217;m pretty sure I could get this to work on a straight up web page, but I don&#8217;t know what complications Wordpress and widgets might introduce&#8230;I&#8217;m still learning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Typography by admin</title>
		<link>http://www.mobiusloop.ca/?p=602&#038;cpage=1#comment-457</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Feb 2010 23:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=602#comment-457</guid>
		<description>This stupid thing has already been quite a challenge. I use Winamp to stream Radioparadise. I use a plugin called AMIP to create a text file with the current stream title. It recreates the file every time the song changes. I use a template file to format this file. It creates a tagged html file with the stream info. I use a second program called CURL to ftp this to my web server. Once there I have a Wordpress plugin called ONAIRNOW that reads the file. and outputs it to a widget. I can use CSS to format the appearance. 

The problem with ajax coming into the mix is that plugin on the server side just barely works with the complex theme design I have and it&#039;s not written to readily be tweaked with java. 

I&#039;ve looked at a few java libraries (Sajax, jQuery and TW-ajax) but so far all I&#039;ve been able to do is stop everything from loading until the song refreshes, so you most often get a blank page :(

Still, there&#039;s nothing that can&#039;t be done, right?</description>
		<content:encoded><![CDATA[<p>This stupid thing has already been quite a challenge. I use Winamp to stream Radioparadise. I use a plugin called AMIP to create a text file with the current stream title. It recreates the file every time the song changes. I use a template file to format this file. It creates a tagged html file with the stream info. I use a second program called CURL to ftp this to my web server. Once there I have a Wordpress plugin called ONAIRNOW that reads the file. and outputs it to a widget. I can use CSS to format the appearance. </p>
<p>The problem with ajax coming into the mix is that plugin on the server side just barely works with the complex theme design I have and it&#8217;s not written to readily be tweaked with java. </p>
<p>I&#8217;ve looked at a few java libraries (Sajax, jQuery and TW-ajax) but so far all I&#8217;ve been able to do is stop everything from loading until the song refreshes, so you most often get a blank page <img src='http://www.mobiusloop.ca/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Still, there&#8217;s nothing that can&#8217;t be done, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Typography by MtnMan</title>
		<link>http://www.mobiusloop.ca/?p=602&#038;cpage=1#comment-456</link>
		<dc:creator>MtnMan</dc:creator>
		<pubDate>Tue, 02 Feb 2010 22:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=602#comment-456</guid>
		<description>Re: &quot;ajaxifying&quot; your “currently listening to” widget.... look at using jQuery.  I&#039;ll bet they have something that will do the trick.</description>
		<content:encoded><![CDATA[<p>Re: &#8220;ajaxifying&#8221; your “currently listening to” widget&#8230;. look at using jQuery.  I&#8217;ll bet they have something that will do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Typography by Ellen</title>
		<link>http://www.mobiusloop.ca/?p=602&#038;cpage=1#comment-455</link>
		<dc:creator>Ellen</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=602#comment-455</guid>
		<description>I think it looks just lovely, too.</description>
		<content:encoded><![CDATA[<p>I think it looks just lovely, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on video by Ellen</title>
		<link>http://www.mobiusloop.ca/?p=600&#038;cpage=1#comment-450</link>
		<dc:creator>Ellen</dc:creator>
		<pubDate>Tue, 19 Jan 2010 16:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=600#comment-450</guid>
		<description>I like it. I&#039;m not quite sure what&#039;s real and what isn&#039;t.

Do you ever wake up, get out of bed, start getting ready for work, and then about fifteen minutes later, you wake up again? And you have to start over? I hate when that happens. 

Welcome back, Pris.</description>
		<content:encoded><![CDATA[<p>I like it. I&#8217;m not quite sure what&#8217;s real and what isn&#8217;t.</p>
<p>Do you ever wake up, get out of bed, start getting ready for work, and then about fifteen minutes later, you wake up again? And you have to start over? I hate when that happens. </p>
<p>Welcome back, Pris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3-2-1 by admin</title>
		<link>http://www.mobiusloop.ca/?p=593&#038;cpage=1#comment-288</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 08 Aug 2009 10:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=593#comment-288</guid>
		<description>Cool, welcome to my babbling, Joe. I got that snippet off the ABC website mentioned in the BBC article. I may not have grabbed it all. The notation is the song as it appears in the database, embellishments are yours to discover.

It&#039;s ok to disagree with Lightly, he&#039;s naturally disagreeable.</description>
		<content:encoded><![CDATA[<p>Cool, welcome to my babbling, Joe. I got that snippet off the ABC website mentioned in the BBC article. I may not have grabbed it all. The notation is the song as it appears in the database, embellishments are yours to discover.</p>
<p>It&#8217;s ok to disagree with Lightly, he&#8217;s naturally disagreeable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3-2-1 by Joe</title>
		<link>http://www.mobiusloop.ca/?p=593&#038;cpage=1#comment-270</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 25 Jul 2009 23:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mobiusloop.ca/?p=593#comment-270</guid>
		<description>Just plugging Folk Tune Finder a music search engine full of hundreds of thousands of ABC tunes. If you&#039;re interested in discovering or finding tunes, visit http://www.folktunefinder.com .

I liked the tune too. I found this blog trying to find it. Ironically, I couldn&#039;t actually locate the ABC online! Is yours a transcription from the arrangement or the original? I wrote it down, but it&#039;s hard to tell which bits are embellishments...

NB to visitors, the above isn&#039;t well-formed ABC. It needs to start with an X: (index number) and should probably have as a minumum T: (title), M: (metre) and L: (note length).

I think I disagree with you, chopsticks. One of the great things about ABC is that whilst it&#039;s quick to write, it can be typeset into dots easily. I would say dots are far easier to read! Each to their own I suppose.

Joe</description>
		<content:encoded><![CDATA[<p>Just plugging Folk Tune Finder a music search engine full of hundreds of thousands of ABC tunes. If you&#8217;re interested in discovering or finding tunes, visit <a href="http://www.folktunefinder.com" rel="nofollow">http://www.folktunefinder.com</a> .</p>
<p>I liked the tune too. I found this blog trying to find it. Ironically, I couldn&#8217;t actually locate the ABC online! Is yours a transcription from the arrangement or the original? I wrote it down, but it&#8217;s hard to tell which bits are embellishments&#8230;</p>
<p>NB to visitors, the above isn&#8217;t well-formed ABC. It needs to start with an X: (index number) and should probably have as a minumum T: (title), M: (metre) and L: (note length).</p>
<p>I think I disagree with you, chopsticks. One of the great things about ABC is that whilst it&#8217;s quick to write, it can be typeset into dots easily. I would say dots are far easier to read! Each to their own I suppose.</p>
<p>Joe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
