<?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>Nurm's blog &#187; meebo</title>
	<atom:link href="http://norman.rasmussen.co.za/category/development/meebo/feed/" rel="self" type="application/rss+xml" />
	<link>http://norman.rasmussen.co.za</link>
	<description>surfing on the bleeding edge of technology, food, and spirituality</description>
	<lastBuildDate>Mon, 15 Feb 2010 00:01:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Chromeless Meebo gets a facelift</title>
		<link>http://norman.rasmussen.co.za/108/chromeless-meebo-gets-a-facelift/</link>
		<comments>http://norman.rasmussen.co.za/108/chromeless-meebo-gets-a-facelift/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 19:51:05 +0000</pubDate>
		<dc:creator>Nurm</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[meebo]]></category>

		<guid isPermaLink="false">http://norman.rasmussen.co.za/108/chromeless-meebo-gets-a-facelift/</guid>
		<description><![CDATA[Meebo got a facelift back in October, but I didn&#8217;t have the time to update my Chromeless Meebo Browser at the time.  I found some time this weekend to sit down and figure out what needed doing, and went ahead and did it!
The new version doesn&#8217;t really have any new features compared to the [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:6e7f52c3cec161a7403c39dd4c76da173a07cd61'><p><a href="http://www.meebo.com/">Meebo</a> got a facelift back in October, but I didn&#8217;t have the time to update my <a href="http://norman.rasmussen.co.za/chromeless-meebo/">Chromeless Meebo Browser</a> at the time.  I found some time this weekend to sit down and figure out what needed doing, and went ahead and did it!</p>
<p>The new version doesn&#8217;t really have any new features compared to the previous one:  It supports the new meebo interface better, it has a new tray icon menu, with some new options.  The biggest change is that most of the code is now written in JavaScript loaded off my server.  This means that it&#8217;s much easier to change, and to deploy directly to all you guys.  It also means it&#8217;s easier for someone else to pick up a pre-compiled copy, change a few config settings, and start tweaking the source for themself (i.e. no need to recompile the .Net code)</p>
<p>As time allows, I will be adding new features, but for now enjoy!</p>
<p>(oh, the Mozilla control doesn&#8217;t support nearly enough methods to make this version work correctly, so it&#8217;s back to IE for now <img src='http://norman.rasmussen.co.za/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> . If you&#8217;ve been using the ClickOnce installer with the Mozilla control and want to keep using Mozilla, then you&#8217;ll need to download the offline version of v6)</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://norman.rasmussen.co.za/108/chromeless-meebo-gets-a-facelift/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>chromeless meebo gets mozilla support</title>
		<link>http://norman.rasmussen.co.za/102/chromeless-meebo-gets-mozilla-support/</link>
		<comments>http://norman.rasmussen.co.za/102/chromeless-meebo-gets-mozilla-support/#comments</comments>
		<pubDate>Sat, 26 Aug 2006 22:43:15 +0000</pubDate>
		<dc:creator>Nurm</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[meebo]]></category>

		<guid isPermaLink="false">http://norman.rasmussen.co.za/102/chromless-meebo-gets-mozilla-support/</guid>
		<description><![CDATA[I&#8217;ve previously commented that I was working on Mozilla rendering support for my Chromeless Meebo Browser, well now it&#8217;s here.
To enable it you will need my upgraded version of the Mozilla ActiveX Control (As usual all the required files are in the distribution folder).  Source diff is attached to bugzilla bug 340277.
You will need [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:d69338ad8e8996f395badbb2b989bfa401dbfdc3'><p>I&#8217;ve <a href="http://norman.rasmussen.co.za/98/chromeless-meebo-20/#comment-3618">previously commented</a> that I was working on Mozilla rendering support for my <a href="http://norman.rasmussen.co.za/chromeless-meebo/">Chromeless Meebo Browser</a>, well now it&#8217;s here.</p>
<p>To enable it you will need my upgraded version of the <a href="http://www.iol.ie/~locka/mozilla/control.htm">Mozilla ActiveX Control</a> (As usual all the required files are in the <a href="http://norman.rasmussen.co.za/dl/meebo/">distribution folder</a>).  Source diff is attached to <a title="Mozilla ActiveX Control is unuseable as a subclassed control in .Net 2.0" href="https://bugzilla.mozilla.org/show_bug.cgi?id=340277">bugzilla bug 340277</a>.</p>
<p>You will need to hand edit the configuration file to change the Engine setting from Microsoft to Mozilla.  If you&#8217;re using ClickOnce to launch the Meebo Browser, then you can find the configuration file under &#8216;C:\Documents and Settings\YourName\Local Settings\Apps\2.0\RandomId\RandomId\Somewhere&#8217;, just look for the lastest configuration file you can find and edit that one.  I am planning to add a sort of configuration window to be able to change these settings from the frontend, once I&#8217;m happy that everything is working well.</p>
<p>Known Issues:</p>
<ul>
<li>There seems to be a problem with getting the cursor to appear in the text boxes so that you can log into you IM account.  The work around is to swap to another application (even Notepad), and then back to MeeboBrowser &#8211; sometimes I&#8217;ve had to do this two or three times to get the cursor to appear.</li>
<li>The tab key gets swallowed often, making it almost impossible to use.</li>
<li>Tooltips don&#8217;t show.</li>
<li>Clicked links don&#8217;t launch in a new browser window.  (You can right click and select &#8216;Open&#8217;, but then you&#8217;re logged out of Meebo <img src='http://norman.rasmussen.co.za/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> )</li>
</ul>
<p>These are all caused by bugs and missing code in the Mozilla ActiveX Control.  If you&#8217;d like to help out, please don&#8217;t hesitate.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://norman.rasmussen.co.za/102/chromeless-meebo-gets-mozilla-support/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>chromeless meebo 2.0</title>
		<link>http://norman.rasmussen.co.za/98/chromeless-meebo-20/</link>
		<comments>http://norman.rasmussen.co.za/98/chromeless-meebo-20/#comments</comments>
		<pubDate>Sat, 27 May 2006 23:32:08 +0000</pubDate>
		<dc:creator>Nurm</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[meebo]]></category>

		<guid isPermaLink="false">http://norman.rasmussen.co.za/98/chromeless-meebo-20/</guid>
		<description><![CDATA[Update (Aug 28): I&#8217;ve created a Chromeless Meebo changelog page.
My chromeless meebo proof-of-concept got an upgrade this weekend (now at version 0.5).  It&#8217;s been fully upgraded to .Net 2.0, which means that there are no more external dependancies.  Also included are:

Saving of preferences.
Single clicking on the tray icon only toggles the buddy list [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:c12b6d4414078338d3ff23a0c36d247eb39efbbe'><blockquote><p>Update (Aug 28): I&#8217;ve created a <a href="/chromeless-meebo/">Chromeless Meebo</a> changelog page.</p></blockquote>
<p>My <a href="http://norman.rasmussen.co.za/97/chromeless-meebo/">chromeless meebo</a> proof-of-concept got an upgrade this weekend (now at version 0.5).  It&#8217;s been fully upgraded to .Net 2.0, which means that there are no more external dependancies.  Also included are:</p>
<ul>
<li>Saving of preferences.</li>
<li>Single clicking on the tray icon only toggles the buddy list &#8211; To toggle all Meebo windows, use double click.</li>
<li>Tooltips no longer rotate when you recieve a message from a contact &#8211; They appear once only.</li>
<li><a href="http://msdn.microsoft.com/netframework/windowsforms/learning/features/clickonce/">ClickOnce</a> magic &#8211; This means you can &#8216;install&#8217; Meebo Browser via a web interface, and updates happen automagically.</li>
<li>Splash Screen &#8211; With an AJAX loading widget provided by <a href="http://www.ajaxload.info/">Ajaxload</a>.</li>
</ul>
<p>So you can <a href="http://norman.rasmussen.co.za/dl/meebo/clickonce/">take it for a test drive</a> right now if you have the .Net 2.0 Framework installed (the ClickOnce page should detect if you don&#8217;t &#8211; and prompt you to install it).  If you&#8217;re a Firefox user, then you might want to install <a href="https://addons.mozilla.org/firefox/1608/">FFClickOnce</a> to &#8216;enable&#8217; ClickOnce functionality correctly in Firefox.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://norman.rasmussen.co.za/98/chromeless-meebo-20/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>chromeless meebo</title>
		<link>http://norman.rasmussen.co.za/97/chromeless-meebo/</link>
		<comments>http://norman.rasmussen.co.za/97/chromeless-meebo/#comments</comments>
		<pubDate>Fri, 17 Mar 2006 15:46:57 +0000</pubDate>
		<dc:creator>Nurm</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[meebo]]></category>

		<guid isPermaLink="false">http://norman.rasmussen.co.za/97/chromeless-meebo/</guid>
		<description><![CDATA[Update (Aug 28): I&#8217;ve created a Chromeless Meebo changelog page.  It will always have a link to the latest version.
Launching Meebo in a &#8220;chromeless&#8221; window has been a feature request for many Meebo users since almost day one.  Unfortunately because of the way web pages work, Meebo can&#8217;t really do this.  There [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:16d3120b28d31927b05ff7418936bd97991c9617'><blockquote><p>Update (Aug 28): I&#8217;ve created a <a href="/chromeless-meebo/">Chromeless Meebo</a> changelog page.  It will always have a link to the latest version.</p></blockquote>
<p>Launching <a href="http://www.meebo.com/">Meebo</a> in a &#8220;chromeless&#8221; window has been a <a href="http://wiki.meebo.com/doku.php?id=featureandbuglist">feature request</a> for many Meebo users since almost day one.  Unfortunately because of the way web pages work, Meebo can&#8217;t really do this.  There is a work around though.  Using window transparency it&#8217;s possible to get 99% of the way there.</p>
<p>A week or so ago I threw together a quick proof-of-concept, it&#8217;s now at build 3, and ready enough that I&#8217;m happy that &#8216;real users&#8217; can test it.  It requires the .Net 1.1 framework, and Internet Explorer to be installed.  Depending on what hardware you have it could run fast or slow.  There&#8217;s not much to tweak because <strong>all</strong> the heavy lifting is done by the OS.</p>
<p>Grab a copy of <a href="http://norman.rasmussen.co.za/dl/meebo/">Meebo Browser</a> today! (Source included, patches welcome!)</p>
<p>Notes: It can sometimes take a while before the Meebo log in page is visible, just give it time.  Use the system tray icon to change auto-on-top, and display of the &#8216;you are currently connected&#8217; text, and exit Meebo (after you&#8217;ve logged off).  If you click the icon it will bring the Meebo window to the front, clicking it repeatedly will hide and show the Meebo window.  You can edit the Meebo.exe.config file to change the defaults too.</p>
<blockquote><p>Update (Mar 26): If you get an error about &#8220;Microsoft.mshtml&#8221; missing, you need to install the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3c9a983a-ac14-4125-8ba0-d36d67e0f4ad">Office 2003 Primary Interop Assemblies</a>.</p></blockquote>
<blockquote><p>Update (May 28): An updated <a href="/98/chromeless-meebo-20/">.Net 2.0 build</a> is now available.</p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://norman.rasmussen.co.za/97/chromeless-meebo/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
