<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Metaverse Ink</title>
	<link>http://www.metaverseink.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue,  7 Sep 2010 21:58:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Ai Austin</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4176</link>
		<dc:creator>Ai Austin</dc:creator>
		<pubDate>Wed, 01 Sep 2010 09:38:36 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4176</guid>
		<description>Diva.  I was adding a line of text into the right menu to temporarily say create accounts was unavailable while I on travel... and noticed that adding in simple body text goes in as black (since the color is not specified in the style) on a black background (which is defined in the style as #000).  Can I suggest you add color:#FFF; into the style sheet for the default "body" text definition to help anyone changign things and make sure such added text shows up without them having to work out why it does not?

body {
  font-size:100%;
  font-family: Arial,'Lucida Grande',Verdana,sans-serif;
  text-align:center;
  background:#000 repeat-y top center;
  color:#FFF;
}</description>
		<content:encoded><![CDATA[<p>Diva.  I was adding a line of text into the right menu to temporarily say create accounts was unavailable while I on travel&#8230; and noticed that adding in simple body text goes in as black (since the color is not specified in the style) on a black background (which is defined in the style as #000).  Can I suggest you add color:#FFF; into the style sheet for the default &#8220;body&#8221; text definition to help anyone changign things and make sure such added text shows up without them having to work out why it does not?</p>
<p>body {<br />
  font-size:100%;<br />
  font-family: Arial,&#8217;Lucida Grande&#8217;,Verdana,sans-serif;<br />
  text-align:center;<br />
  background:#000 repeat-y top center;<br />
  color:#FFF;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Erik N</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4172</link>
		<dc:creator>Erik N</dc:creator>
		<pubDate>Tue, 31 Aug 2010 03:04:34 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4172</guid>
		<description>Diva, just want to say thank you so much for all your work! I'm really enjoying the new features.</description>
		<content:encoded><![CDATA[<p>Diva, just want to say thank you so much for all your work! I&#8217;m really enjoying the new features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Ai Austin</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4169</link>
		<dc:creator>Ai Austin</dc:creator>
		<pubDate>Sun, 29 Aug 2010 10:45:33 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4169</guid>
		<description>I spotted that the bottom grey contents box rounded corner image is not present i your design Diva, thiough its in the images folder unused.  Did you do that deliberatly to save space, or did you mena to enable it in content-box.html?</description>
		<content:encoded><![CDATA[<p>I spotted that the bottom grey contents box rounded corner image is not present i your design Diva, thiough its in the images folder unused.  Did you do that deliberatly to save space, or did you mena to enable it in content-box.html?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Ai Austin</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4168</link>
		<dc:creator>Ai Austin</dc:creator>
		<pubDate>Sun, 29 Aug 2010 10:42:56 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4168</guid>
		<description>What does it reset the password to Diva?   Ah, I guess you are meant to type in a new one there and then hit reset :-)  Got it!

I have noted that the style.css sets the width of the web page (at 999) jus a LITTLE bit too wide to render without a scroll bar fir the initial sgtartup width for most viewers after their initial installation.  Setting the width down from 999px to 980 seems to be enough to make it look good without the scrool bar appearing.  Would this be a change you could consider in style.css for the next release Diva?

style.css

alter 999px to 980px for overall page width (3 times)
alter 238px to 220px for right menu width (once)

I also found that lifting the footer up just a little worked well, rather than it trailing over the end of the visible display area on typical laptop sized web browser pages I saw.  So I altered footer-pad top padding from 50px to 20px.

  padding:20px 0px 0px 30px;

I guess I just go for tighter closed up styles though.</description>
		<content:encoded><![CDATA[<p>What does it reset the password to Diva?   Ah, I guess you are meant to type in a new one there and then hit reset <img src='http://www.metaverseink.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Got it!</p>
<p>I have noted that the style.css sets the width of the web page (at 999) jus a LITTLE bit too wide to render without a scroll bar fir the initial sgtartup width for most viewers after their initial installation.  Setting the width down from 999px to 980 seems to be enough to make it look good without the scrool bar appearing.  Would this be a change you could consider in style.css for the next release Diva?</p>
<p>style.css</p>
<p>alter 999px to 980px for overall page width (3 times)<br />
alter 238px to 220px for right menu width (once)</p>
<p>I also found that lifting the footer up just a little worked well, rather than it trailing over the end of the visible display area on typical laptop sized web browser pages I saw.  So I altered footer-pad top padding from 50px to 20px.</p>
<p>  padding:20px 0px 0px 30px;</p>
<p>I guess I just go for tighter closed up styles though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Diva Canto</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4163</link>
		<dc:creator>Diva Canto</dc:creator>
		<pubDate>Thu, 26 Aug 2010 14:51:11 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4163</guid>
		<description>When you do password reset directly in the admin interface, there is no email sent. We don't want admin actions leaking anywhere. Email is only sent when the user goes through the "Forgot password" process.</description>
		<content:encoded><![CDATA[<p>When you do password reset directly in the admin interface, there is no email sent. We don&#8217;t want admin actions leaking anywhere. Email is only sent when the user goes through the &#8220;Forgot password&#8221; process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Ai Austin</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4162</link>
		<dc:creator>Ai Austin</dc:creator>
		<pubDate>Thu, 26 Aug 2010 12:18:15 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4162</guid>
		<description>Just doing soem more tstig on Wifi... as one user had password problems and when I did a password reset" in Manage Users he claimed the message of what to do and the new password to use did nnot come through to him.

I just tested this with one of my own avatars, and did a reset on it.  The Wifi web page said

    The account has been updated.

But I see no e-mail after a few minutes anyway to indicate what it was change to or the process to follow to get a new one.  Should a message have been sent Diva?  I have checked the e-mail address works fine.

I do find though that the previous password no longer works, so it must have got altered.

I had to manually change the password in the Robust.exe console to make sure I can get back in.</description>
		<content:encoded><![CDATA[<p>Just doing soem more tstig on Wifi&#8230; as one user had password problems and when I did a password reset&#8221; in Manage Users he claimed the message of what to do and the new password to use did nnot come through to him.</p>
<p>I just tested this with one of my own avatars, and did a reset on it.  The Wifi web page said</p>
<p>    The account has been updated.</p>
<p>But I see no e-mail after a few minutes anyway to indicate what it was change to or the process to follow to get a new one.  Should a message have been sent Diva?  I have checked the e-mail address works fine.</p>
<p>I do find though that the previous password no longer works, so it must have got altered.</p>
<p>I had to manually change the password in the Robust.exe console to make sure I can get back in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Condensation Land: A status report &#171; Zonja Capalini</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4160</link>
		<dc:creator>Condensation Land: A status report &#171; Zonja Capalini</dc:creator>
		<pubDate>Wed, 25 Aug 2010 14:31:47 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4160</guid>
		<description>[...] is a mini virtual world powered by Opensim. We are using r13558 of the Diva distribution (D2); the Wifi page can be accessed here. Condensation Land has a WordPress blog, used mainly to keep users [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] is a mini virtual world powered by Opensim. We are using r13558 of the Diva distribution (D2); the Wifi page can be accessed here. Condensation Land has a WordPress blog, used mainly to keep users [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Diva Canto</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4156</link>
		<dc:creator>Diva Canto</dc:creator>
		<pubDate>Tue, 24 Aug 2010 03:49:05 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4156</guid>
		<description>Ai: region management is still in the works, not quite working. 

The next release of Wifi will have many small improvements like the one you mention.</description>
		<content:encoded><![CDATA[<p>Ai: region management is still in the works, not quite working. </p>
<p>The next release of Wifi will have many small improvements like the one you mention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Ai Austin</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4152</link>
		<dc:creator>Ai Austin</dc:creator>
		<pubDate>Sun, 22 Aug 2010 17:31:31 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4152</guid>
		<description>Diva, there are some web pages about region management in the Wifi distribution WifiPages directory. re these live or usable and what can they do?

A way to see and change the region settings would be most useful, especially now Melanie has removed the old region_settings.XML default changing facility. Having these all available as defaults to Wifi and a way to manage might be good?

One day a change to the confirmation of account setup e-mail to include the loginuri for the grid or standalone would I think help users.</description>
		<content:encoded><![CDATA[<p>Diva, there are some web pages about region management in the Wifi distribution WifiPages directory. re these live or usable and what can they do?</p>
<p>A way to see and change the region settings would be most useful, especially now Melanie has removed the old region_settings.XML default changing facility. Having these all available as defaults to Wifi and a way to manage might be good?</p>
<p>One day a change to the confirmation of account setup e-mail to include the loginuri for the grid or standalone would I think help users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diva Distro for 0.7: Introducing Wifi by Zonja Capalini</title>
		<link>http://www.metaverseink.com/blog/?p=37#comment-4147</link>
		<dc:creator>Zonja Capalini</dc:creator>
		<pubDate>Wed, 18 Aug 2010 12:23:29 +0000</pubDate>
		<guid>http://www.metaverseink.com/blog/?p=37#comment-4147</guid>
		<description>@Ai: "For retrieve password… if e-mail is the retrieval anchor… it would be good to list the avatars that have the e-mail address coupled and they could be given in a radio buttton style with first or only one elected. That could be enough to help the user get back in. Or the user could then ask for the password reset for the one selected. This would work for a single avatar too of coiurse."

I think this would pose a significant privacy problem: for example, my email is public; by using it, everybody could in fact get an answer to the question "how many alts does Zonja have that are using her public email?".

Maybe if a select where email = 'email' returns more than one row a non-compromising message could be issued ("insufficient data, please provide more details"), and then the user would be forced to enter more data (i.e., first name and/or last name, whatever is needed to get one and only row in the result set).</description>
		<content:encoded><![CDATA[<p>@Ai: &#8220;For retrieve password… if e-mail is the retrieval anchor… it would be good to list the avatars that have the e-mail address coupled and they could be given in a radio buttton style with first or only one elected. That could be enough to help the user get back in. Or the user could then ask for the password reset for the one selected. This would work for a single avatar too of coiurse.&#8221;</p>
<p>I think this would pose a significant privacy problem: for example, my email is public; by using it, everybody could in fact get an answer to the question &#8220;how many alts does Zonja have that are using her public email?&#8221;.</p>
<p>Maybe if a select where email = &#8216;email&#8217; returns more than one row a non-compromising message could be issued (&#8221;insufficient data, please provide more details&#8221;), and then the user would be forced to enter more data (i.e., first name and/or last name, whatever is needed to get one and only row in the result set).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
