<?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"
	>

<channel>
	<title>meta_robert</title>
	<atom:link href="http://robert.arlesnet.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://robert.arlesnet.com</link>
	<description>Have you seen my other sock?</description>
	<pubDate>Mon, 18 Aug 2008 22:24:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>JQuery vs Prototype (and Scriptaculous)</title>
		<link>http://robert.arlesnet.com/2008/08/18/jquery-vs-prototype-and-scriptaculous/</link>
		<comments>http://robert.arlesnet.com/2008/08/18/jquery-vs-prototype-and-scriptaculous/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 22:17:06 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/?p=118</guid>
		<description><![CDATA[This weekend, I did a partial rewrite of the Identica version of BeTwittered.  I moved from using Prototype to using JQuery.  I&#8217;m not actually a programmer, so take my opinion with a grain of salt: I really prefer JQuery.  I feel more at home writing things like $(&#8221;#fieldID&#8221;).html(&#8221;Shiny, New HTML Content!&#8221;), and I really like [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend, I did a partial rewrite of the Identica version of BeTwittered.  I moved from using Prototype to using JQuery.  I&#8217;m not actually a programmer, so take my opinion with a grain of salt: I really prefer JQuery.  I feel more at home writing things like $(&#8221;#fieldID&#8221;).html(&#8221;Shiny, New HTML Content!&#8221;), and I really like the way that it allows for binding events.  It just seems to work in a way more compatible with my disfunctional, possibly ozone damaging, thought patterns.  I also have to say that the widgets that come standard in the framework seem to be better, and there are more available (compared to Scriptaculous, which builds on Prototype)  It should be interesting as I get deeper in to the rabbit hole. If you are looking at the differences for yourself, you might also want to look at the differences between the AJAX stuff&#8230;<span id="more-118"></span> JQuery gave me much more of what I wanted.  The simple ajax &#8220;update&#8221; stuff is nice, and it I&#8217;m sure it helps throw quick little things together, but the core request API is more useful in jQuery.  I dont recall the exact differences off of the top of my head, but a couple things I really like are &#8220;nocache&#8221; and &#8220;timeout&#8221; options.  I no longer have to send a timestamp to keep the browser from giving me a cached ajax response, and having control over the timeout at the client end is crucial for a browser application.</p>
<p>I really would prefer to move straight to Sproutore, which is a much more comprehensive framework which is very &#8220;client app&#8221; oriented, but it&#8217;s just not quite ready for me; meaning it&#8217;s not quite done, but mostly that I&#8217;ve not figured it out enough yet.  It&#8217;s not you, Sproutcore, it&#8217;s me!  But I&#8217;m still working on it.  When onitunes (sorry, I forget his real name, we only chatted on IRC) finishes up the in-browser GUI IDE, I&#8217;ll probably push hard to move to Sproutcore. That looks like a REALLY killer feature.</p>
<p>By the way, if you can think of a good name for an Identica client, I&#8217;m desperate!  So far I&#8217;ve stumbled and have only iDentify, BeDented, and BeDentica.  iDentify is OK.  Any thoughts?  Please help me!</p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/08/18/jquery-vs-prototype-and-scriptaculous/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Ping checks Twitter services</title>
		<link>http://robert.arlesnet.com/2008/08/10/twitter-ping-checks-twitter-services/</link>
		<comments>http://robert.arlesnet.com/2008/08/10/twitter-ping-checks-twitter-services/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 03:22:06 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[internet]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[social]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/?p=115</guid>
		<description><![CDATA[I put a small service together on 32Hours to &#8220;ping&#8221; Twitter services.  The services available to check Twitter were not helping me much, so I decided to write a little app that actually checks a few extra things:
1) Is Twitter is up (they all do this, but it&#8217;s not enough now that Twitter &#8220;degrades&#8221;)
2) Checks [...]]]></description>
			<content:encoded><![CDATA[<p>I put a small service together on <a title="32Hours.com" href="http://32hours.com" target="_blank">32Hours</a> to &#8220;ping&#8221; Twitter services.  The services available to check Twitter were not helping me much, so I decided to write a little app that actually checks a few extra things:</p>
<p>1) Is Twitter is up (they all do this, but it&#8217;s not enough now that Twitter &#8220;degrades&#8221;)</p>
<p>2) Checks the Twitter service response (http response - 200&#8217;s are good)</p>
<p>3) How long it takes to connect to Twitter</p>
<p>4) how long it takes to finish the entire process of getting the public timeline.</p>
<p>If you&#8217;d like to have a look (close your eyes, it&#8217;s working, but not purty yet) it&#8217;s on <a title="32Hours.com" href="http://32hours.com" target="_blank">32Hours</a>, the link is on the left under &#8220;Software / Gadgets&#8221;</p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/08/10/twitter-ping-checks-twitter-services/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter identity controversy? Or a Betwittered Bug? Oy!</title>
		<link>http://robert.arlesnet.com/2008/07/24/twitter-identity-controversy-or-a-betwittered-bug-oy/</link>
		<comments>http://robert.arlesnet.com/2008/07/24/twitter-identity-controversy-or-a-betwittered-bug-oy/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 03:08:13 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[internet]]></category>

		<category><![CDATA[social]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/?p=110</guid>
		<description><![CDATA[I&#8217;ve gotten linked into a bit of a mess related to Twitter.  It appears that a Twitter user named Tocaya posted a message, which then appeared as coming from another Twitter user, Louis Gray.  Very bad news.  The part where I come into the picture?  BeTwittered was the source of the message.  I have some [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten linked into a bit of a mess related to Twitter.  It appears that a Twitter user named <a href="http://tocaya.wordpress.com" target="_blank">Tocaya</a> posted a message, which then appeared as coming from another Twitter user, <a href="http://mrontemp.blogspot.com/" target="_blank">Louis Gray</a>.  Very bad news.  The part where I come into the picture?  BeTwittered was the source of the message.  I have some investigating to do. Here&#8217;s a <a href="http://mrontemp.blogspot.com/2008/07/tocaya-louis-gray-and-betwittered.html?disqus_reply=996445#comment-996445">link to a thread</a> discussing the issue.</p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/07/24/twitter-identity-controversy-or-a-betwittered-bug-oy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Identi.ca Version of BeTwittered</title>
		<link>http://robert.arlesnet.com/2008/07/24/identica-version-of-betwittered/</link>
		<comments>http://robert.arlesnet.com/2008/07/24/identica-version-of-betwittered/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 02:34:09 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/?p=106</guid>
		<description><![CDATA[With all of the pain of the Twitter service outages and &#8220;brown outs,&#8221;  people are searching for alternatives.  A VERY promising alternative is identi.ca.  Identi.ca is working toward API compatibility with Twitter.  This doesn&#8217;t mean much to most people directly.  It means a lot to Twitter client application developers, though.  I decided to make a [...]]]></description>
			<content:encoded><![CDATA[<p>With all of the pain of the Twitter service outages and &#8220;brown outs,&#8221;  people are searching for alternatives.  A VERY promising alternative is <a title="Identi.ca" href="http://identi.ca" target="_blank">identi.ca</a>.  Identi.ca is working toward API compatibility with Twitter.  This doesn&#8217;t mean much to most people directly.  It means a lot to Twitter client application developers, though.  I decided to make a copy of BeTwittered that connects directly to identi.ca instead of Twitter.  It took all of 5 minutes to make the basic changes required.  This is NOT a trivial statement.  There is some debugging and clean up to do so that my code doesn&#8217;t contain twitter references, but the damned thing just worked!  So, indirectly this affects all twitter users.  All of those nice little Twitter apps can be very quickly adapted and work on identi.ca.  The importance of this goes one step further than might be readily apparent.  Identi.ca is an intentionally open system in the sense that anyone can completely copy it and set up shop on the internet, and then connect to identi.ca.  Open is good. Among other things, this means redundancy and less outage issues, no vendor lock in because they are compatible, and connections among systems so that your friends dont have to chase you from one vendor to the next if you find one you like better. (think about AIM vs MSN Messenger, vs Google Talk vs Jabber vs Yahoo messenger OR Facebook vs Orkut vs LinkedIn vs Myspace &#8230; you get the idea)  My rant is done for now.  I have to help make dinner!</p>
<p><strong>UPDATE:</strong> BETA VERSION is now available on iGoogle at <a href="http://www.google.com/ig/directory?q=identica&amp;root=%2Fig&amp;dpos=top&amp;url=hosting.gmodules.com/ig/gadgets/file/106092714974714025177/IdenticaGadget.xml" target="_blank">this link</a>. The screenshot is still for a twitter gadget, and there are two useless tabs (favorites and directs) that I&#8217;ve just not taken out, but the gadget is working.</p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/07/24/identica-version-of-betwittered/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BeTwittered Beta Progress, PreBeTwittered.</title>
		<link>http://robert.arlesnet.com/2008/07/06/betwittered-beta-progress-prebetwittered/</link>
		<comments>http://robert.arlesnet.com/2008/07/06/betwittered-beta-progress-prebetwittered/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 13:23:27 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[betwittered]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/?p=105</guid>
		<description><![CDATA[PreBeTwittered has come a long way this weekend.  I actually got several hours to update it.  I&#8217;ve changed the interface a bit.  I also added replies, direct messaging.  Everything seems to be working, even in IE, which can be a serious challenge sometimes.  Because everything does seem to be working, I&#8217;ll probably put it into [...]]]></description>
			<content:encoded><![CDATA[<p>PreBeTwittered has come a long way this weekend.  I actually got several hours to update it.  I&#8217;ve changed the interface a bit.  I also added replies, direct messaging.  Everything seems to be working, even in IE, which can be a serious challenge sometimes.  Because everything does seem to be working, I&#8217;ll probably put it into the production version (BeTwittered) tonight and start on some new features.  Next up: paging back through tweet &#8220;history&#8221; and viewing your reply and direct message lists.</p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/07/06/betwittered-beta-progress-prebetwittered/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter Infrastructure Sucks, and Sucks Bad.</title>
		<link>http://robert.arlesnet.com/2008/05/29/twitter-infrastructure-sucks-and-sucks-bad/</link>
		<comments>http://robert.arlesnet.com/2008/05/29/twitter-infrastructure-sucks-and-sucks-bad/#comments</comments>
		<pubDate>Thu, 29 May 2008 18:34:15 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/?p=104</guid>
		<description><![CDATA[An  interesting issue has begun to take the front seat for BeTwittered, our Twitter  client for iGoogle.  Load on a server is a simple problem.  More load requires  more CPU, RAM, bandwidth, etc.  Very uncomplicated, yes?  Now, ignoring other  factors, like web server setup and optimization, other [...]]]></description>
			<content:encoded><![CDATA[<p>An  interesting issue has begun to take the front seat for BeTwittered, our Twitter  client for iGoogle.  Load on a server is a simple problem.  More load requires  more CPU, RAM, bandwidth, etc.  Very uncomplicated, yes?  Now, ignoring other  factors, like web server setup and optimization, other services running on the  server, etc; what if we complicate this simple equation by throwing in a  messaging application?  Being ignorant in creating BeTwittered, it never occurred to me that I  was creating a messaging application. <span id="more-104"></span><br />
I was just creating a client to a  messaging service (sure, call Twitter a micro-blog, and I do, but under the  covers its a messaging app.  It&#8217;s not a micro-blog hosting service. That would be easier.)  The  BeTwittered server gets thousands of requests to send and receive messages per  hour.  There are over 10k subscribers to BeTwittered, and more than 5k active  every day.  At current usage, it&#8217;s not too bad just handling the load, even  with a fairly limited server.  The problems get really ugly when Twitter gets  slow, or goes down.  That happens to be the better part of every day, lately.   Instead of client requests coming in, being serviced, and closing, they are just are sitting  open on the server.  They wait, oh so patiently, as computers and programs can  do so well, and slowly pile up and drag the server into a drooling, non responsive  state.  So, I say, BeTwittered infrastructure sucks, and sucks bad.  The title  wasn&#8217;t a typo, hang in there!<br />
Scott (<a href="http://twitter.com/nintender">http://twitter.com/nintender</a>) and I have  discussed the solutions a bit.  I have two at the moment:<br />
1) Build a  Twitter status program that steps in and cuts off communication to Twitter when  it gets bad.  It would simply check status regularly, and set a flag for the  BeTwittered clients letting them know that there is a problem.  This would  theoretically reduce load by becoming the traffic cop and stopping clients from  piling on when traffic gets bad.<br />
2) Build a  message queue for BeTwittered clients to submit to.  this way there is limited  number of communications agents running from BeTwittered to talk to Twitter.  No  pile up.  The trade off would be speed during the heavy  loads.<br />
Option 1 is  easy.  That will probably go in really soon.  Option 2 is more complicated, and  will probably replace Option 1 when it&#8217;s ready.<br />
So why is  the title &#8220;Twitter Infrastructure Sucks, and Sucks Bad?&#8221;  I really can&#8217;t know,  but I can make an educated guess.  Twitter appears to be suffering the same  problems BeTwittered is suffering, but on a larger scale.  With the knowledge  I&#8217;ve gained writing BeTwittered and  dealing with the unexpected popularity, I&#8217;m  pretty sure that Twitter is now dealing with the same early mis-perception  and the fallout that it caused.  They didn&#8217;t think they were building a  messaging infrastructure.  Hence, their messaging infrastructure sucks like a  turbo-charged shop-vac.  No malice, I&#8217;m being sarcastic.  I feel for them.  They&#8217;re probably running hard right now trying to adjust.</p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/05/29/twitter-infrastructure-sucks-and-sucks-bad/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Customized Webapps with Prism</title>
		<link>http://robert.arlesnet.com/2008/04/04/customized-webapps-with-prism/</link>
		<comments>http://robert.arlesnet.com/2008/04/04/customized-webapps-with-prism/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 20:25:43 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[internet]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/2008/04/04/customized-webapps-with-prism/</guid>
		<description><![CDATA[Here is a link to a LifeHacker story about Prism. Feature: Create Distraction-Free, Customized Webapps with Prism Prism really has my attention and imagination.  I REALLY like how I can run BeTwittered as if it were a regular desktop application.  There it is, floating about like a normal window on my desktop.  [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a link to a LifeHacker story about Prism. <a href="http://lifehacker.com/375830/create-distraction+free-customized-webapps-with-prism">Feature: Create Distraction-Free, Customized Webapps with Prism</a> Prism really has my attention and imagination.  I REALLY like how I can run BeTwittered as if it were a regular desktop application.  There it is, floating about like a normal window on my desktop.  No modifications required from the little web-app it really is.  There are a couple issues I have, like lack of packaging things up like a regular, everyday application installer.  Another is that web links open in a new Prism window, not my browser.  I may find that there are simple solutions to these issues, I haven&#8217;t looked yet (tonight!)  I look at Adobe&#8217;s AIR, and sigh.  Sure, AIR has local system access to your PC, but I&#8217;m really not sure how big an advantage that is, and how long it will last.  Plus, AIR is..well..Adobe proprietary, and probably brings a lot of crap and baggage.  I have a hard time trusting Adobe.  I mean, Acrobat reader is now something nearing a 20mb download.  Holy crap!  It&#8217;s supposed to be a READER!  And why all the advertising baggage? And NO, I don&#8217;t want a photo album organizer with it. Quit asking!  What the hell is that about? So, anyway, Prism looks nice. :^)</p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/04/04/customized-webapps-with-prism/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I Now Have a Partner in Nerd-Crime</title>
		<link>http://robert.arlesnet.com/2008/03/16/i-now-have-a-partner-in-nerd-crime/</link>
		<comments>http://robert.arlesnet.com/2008/03/16/i-now-have-a-partner-in-nerd-crime/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 01:14:22 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[geeks]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/2008/03/16/i-now-have-a-partner-in-nerd-crime/</guid>
		<description><![CDATA[I&#8217;ve really had a lot of fun writing and updating BeTwittered.
I&#8217;ve found that just creating a bit of software that other people freely choose to use is very satisfying.  I&#8217;m not a programmer in my day job, so I&#8217;m getting to learn a lot as I go, too.   That&#8217;s all fun. But [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve really had a lot of fun writing and updating <a href="http://32hours.com/betwitteredinfo">BeTwittered.</a><br />
I&#8217;ve found that just creating a bit of software that other people freely choose to use is very satisfying.  I&#8217;m not a programmer in my day job, so I&#8217;m getting to learn a lot as I go, too.   That&#8217;s all fun. But I recently gained a new friend, which is coincidentally benefiting BeTwittered and dovetailing right into the whole programming part of my life outside work.  This should get really interesting as we&#8217;re very similar, but also complement each other well in the technical arena.  Scott, if you are reading this and it sounds a bit mushy, don&#8217;t worry, I&#8217;m not going to get a  couple of beers into me and do the whole &#8220;I love you man!&#8221; routine.  Well, maybe I will because I&#8217;m really weird and I think it would be funny,  but you have my permission to punch my eye or my mouth, but not both.  Any don&#8217;t bend my fingers, I need those to type. And no hair pulling because that&#8217;s for sissy nerds and we&#8217;re &#8220;tough, manly nerds&#8221;</p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/03/16/i-now-have-a-partner-in-nerd-crime/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BeTwittered updates are live.</title>
		<link>http://robert.arlesnet.com/2008/02/23/betwittered-updates-are-live/</link>
		<comments>http://robert.arlesnet.com/2008/02/23/betwittered-updates-are-live/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 15:37:54 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[internet]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[social]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/2008/02/23/betwittered-updates-are-live/</guid>
		<description><![CDATA[I got a bit of a lesson this morning.  I updated BeTwittered, and was very pleased.  Well, until I noticed that the formatting was junk.  What did I learn?  Stylesheets get cached, and pretty liberally.  So if you were using BeTwittered this morning, and it suddenly looked a bit clunky, my apologies.  One interesting thing, [...]]]></description>
			<content:encoded><![CDATA[<p>I got a bit of a lesson this morning.  I updated BeTwittered, and was very pleased.  Well, until I noticed that the formatting was junk.  What did I learn?  Stylesheets get cached, and pretty liberally.  So if you were using BeTwittered this morning, and it suddenly looked a bit clunky, my apologies.  One interesting thing, IE was better than Firefox in this case.  It surprised me that IE picked up the changes when I closed it and re-opened.  Firefox was VERY stubborn&#8230;  So, here&#8217;s the <a href="http://www.32hours.com/2008/02/23/betwittered-gets-a-new-feature-and-some-nice-changes/" title="BeTwittered updates">&#8220;official&#8221; notice.</a></p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/02/23/betwittered-updates-are-live/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Couple Of Questions For You About BeTwittered.</title>
		<link>http://robert.arlesnet.com/2008/02/03/a-couple-of-questions-for-you-about-betwittered/</link>
		<comments>http://robert.arlesnet.com/2008/02/03/a-couple-of-questions-for-you-about-betwittered/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 15:06:35 +0000</pubDate>
		<dc:creator>robert</dc:creator>
		
		<category><![CDATA[internet]]></category>

		<category><![CDATA[social]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://robert.arlesnet.com/2008/02/03/a-couple-of-questions-for-you-about-betwittered/</guid>
		<description><![CDATA[I need a bit of help.  I&#8217;d like to make a couple of improvements to BeTwittered, but I have a couple of questions I need some feedback on.  I&#8217;m wondering if you (if you use BeTwittered) would like me to add those &#8220;posted about 1 hour ago&#8221; type of timestamps to messages.  [...]]]></description>
			<content:encoded><![CDATA[<p>I need a bit of help.  I&#8217;d like to make a couple of improvements to <a href="http://32hours.com/betwitteredinfo">BeTwittered</a>, but I have a couple of questions I need some feedback on.  I&#8217;m wondering if you (if you use BeTwittered) would like me to add those &#8220;posted about 1 hour ago&#8221; type of timestamps to messages.  I really like them, but I&#8217;m not sure how important they are to everyone else.  I suppose I could just put them in as an option.  Question for you, then:  <em>Would you rather have the timestamps on or off by default?  </em></p>
<p>The other bit of help I need is from Mac users.  I can test on Linux and Windows using Firefox, Internet Explorer and Opera.  Some of you (quite a few actually) are Mac users.  Any information about BeTwittered from Mac users would be really great.  What do you like about it?  What is wrong with it for you?  Does it look &#8220;nice&#8221;?  If someone wouldn&#8217;t mind sending me a screen-shot, that would be very appreciated.  I&#8217;d like to make sure it looks good for you, too.</p>
<p>You can comment here by clicking the &#8220;comments&#8221; link, just a bit down the page from here, before the next article.  You can also use the link for feedback at the top of BeTwittered, or just send an email to <a href="mailto://codemonkey@betwittered.com">codemonkey@32hours.com</a>, which is the mailbox I use for BeTwittered communications.</p>

]]></content:encoded>
			<wfw:commentRss>http://robert.arlesnet.com/2008/02/03/a-couple-of-questions-for-you-about-betwittered/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
