Janchi 的个人资料๑۩۞۩๑Gikee Talking๑۩۞۩๑照片日志列表 工具 帮助

日志


URL Changes -- 域名又变了!!

From the MSN Spaces Team
 

All MSN Spaces Users:

 

Please note that your MSN Space's URL will change on June 5, 2006.  As part of investments in the improvement of MSN Spaces, it we will be migrating all of the URLs from http://spaces.msn.com/<NAME> to http://<NAME>.spaces.msn.com.   (For instance, instead of http://spaces.msn.com/thespacecraft/  you will now see http://thespacecraft.spaces.msn.com.)

 

On and after June 5th, all viewers and users going to the "old" URL will be automatically redirected to the new URL.   In addition, your MSN Messenger/Windows Live Messenger buddies will also be automatically directed to the new URL when they click on your contact card to view your Space.  We want to assure you that all of your data and information will remain intact, and we apologize in advance for any inconvenience this may cause. 

Sincerely,

The MSN Spaces Team

 

域名又变了,他奶奶的就折腾吧!当年Gikee Talking在technorati的排名刚刚到两千几,域名就改了,把members去掉到是URL简明好记,可是我的technorati排名一下跌到底,弄的我的访问量下降,更是懒得写东西了。哎~~~又要从头来了!

How to sign in My MSN Spaces keep away from the Live.com

丫的Microsoft,丫的Live.com. 丫的没整明白的东西非要硬上, 丫的好端端的spaces非要和Live.com牵扯上.   丫害得爷我好几天上不去.
 
好几天上不去空间, 好多人和我一样.
自从MSN spaces名称改叫Live spaces ,登入由passport.net 改成login.live.com, 很多人就会发现自己无法打开login.live.com, 上不去自己的空间和邮箱. 虽然能够访问空间但是却不能从那里登入.这使很多空间无法即使更新,使许多人不能收发邮件.
既然login.live.com不让咱上, 咱们就想办法从别的地方上!!!
 
从哪里呢?
避开该死的login.Live.com 从咱们熟悉的可爱的passport.net登入.
 
目前移动MSN还没有被Live.com强奸 所以我们就来找它
进入:http://mobile.msn.com/hm/folder.aspx 它就转到mobile.passport.net
在登入界面输入用户ID及密码   (如果是非@hotmail.com和@msn.com用户在服务器名中选择其他)
然后就进入类似hotmail的界面可以收发电子邮件了      (非……用户则 提示错误 但不要紧张)
接着在地址栏里输入自己的空间地址就OK了  你就又看到了你那久违的Edit your Spaces了.
 
我发了邮件给了Microsoft的蔡凌燕, 她回复承认出现问题但没有解释原因, 也没有明确说明解决方法   看来要彻底解决还要一点时间.

My WMP,My Style--完全掌握你的WMP , WMP玩法之不完全说明

怎么彻底的玩转你的Windows Media Player, 其实早在Power Toy推出之时就已经有玩家写过不少的文章了. 我这里写的是利用Microsoft提供的 Windows Media 客户端元文件的说明实现 诸如:自定义WMP显示信息, 利用播放列表实现多个文件连续播放等功能.
 
如果你对于ASX没有兴趣,或者看到太多陌生代码会头痛,再或者只要能够播放多个文件就满足 请到本文末尾处 有个比较简单的可以参考
 
首先你可以看下Microsoft官方的有关Windows Media 客户端元文件的说明, 主要看下ASX例子.   
如果你看明白了,制作好后按照相同办法将该扩展名为WMA或者WMV上传到你的空间,然后将其地址设置到SPACE的url就行了.
如果你只想简单实现一些功能, 或者看不懂他写的. 那么请看我写这个简单的:
 
这是一个播放列表元文件示例, 其中包含了播放列表全局属性, 还包含了 Entry 元素中所包含的各个剪辑的属性.
<ASX version = "3.0">
   <ABSTRACT>This text will show up as a Tooltip and in the Properties
       dialog box.这里是相关简要说明</ABSTRACT>
   <TITLE>Global title of the show全局标题</TITLE>
   <AUTHOR>The name of the author作者名称</AUTHOR>
   <COPYRIGHT>2003 by Your Company版权所有人的名称</COPYRIGHT>
   <MoreInfo href ="http://www.microsoft.com/windows/windowsmedia更多信息说明地址" />
   <Entry>
      <Ref href = "rtsp://ServerName/Path/FileName.wmv歌曲的地址,最好是WMA等WMP支持的音乐格式 " />
      <Banner href="http://Servername/Path/Banner1.gif图片信息地址(.gif格式)">
          <MoreInfo href ="http://www.microsoft.com/windows/windowsmedia更多说明信息地址" />
          <Abstract>This is the description for this clip.描述</Abstract>
      </Banner>
   </Entry>
   <Entry>
      <Title>Markers Discussion</Title>
      <Copyright>2003 Microsoft Corporation</Copyright>
      <MoreInfo href = "http://www.microsoft.com/windows/windowsmedia更多信息说明" />
      <Ref href = "rtsp://ServerName/Path/markers_info.wmv第二首歌曲的地址 格式同上" />
   </Entry>
</ASX>
 
紫色部分代码是第一首歌曲的内容,蓝色部分是第2首歌曲的内容, 橘色部分是可以自己修改的也就是实现了自定义的显示信息.添家加更多歌曲只要复制蓝色部分的代码就可以了.
新建一个文本文档(记事本),在里面编辑这些代码, 做好了之后保存为.WMA文件(eg: filename.wma) 上传到你的空间, 然后将其地址(eg: http://www.yourwebname.com/fielname.wma)添加到SPACE的WMP中URL里面就可以了.
 
如果你还是看不明白,或者只想实现多个歌曲连续播放,那就按照下面的方法:(以WMA格式的为例)
1.找到你要的音乐文件地址
2.新建一个文本文档(记事本),在上面分不同行写让音乐文件的地址
3.把文本文档(记事本)保存为.wma文件(eg: filename.wma) 上传到你的空间.
4.将其地址(eg: http://www.yourwebname.com/fielname.wma)添加到SPACES中WMP的URL里面
这样就可以了.
 
注:这里所说的将文件上传的空间不是你的MSN SPACES而是其他网络空间.
 
 
 
smartdots. smart dots for a smart net.

miniSkill for Windows:给硬盘目录加上背景

大家都喜欢选用漂亮的个性的图片作为桌面背景来扮靓自己的Windows. 其实在你的驱动器根目录的窗口也是可以加上"桌面背景"的, 而且方法也很简单. 打造个性漂亮的Windows, 那就Follow me 啦~
 
首先在你要加上背景的驱动器目录下(本地磁盘C,半地磁盘D,.....)新建一个文本文档
在里面把下面代码复制:
 
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=c:\bg.jpg
[.ShellClassInfo]
ConfirmFileOp=0
 
注意IconArea_Image=c:\bg.jpg 橘色部分就是你的背景图片在你本地的位置 在这里我用的是在C盘下的bg.jpg这个图片作为背景
然后另存为desktop.ini文件  或者保存再重命名"新建文本文档.txt"为desktop.ini就OK了 刷新下 效果就出来了! 在属性中把它设为隐藏对于有些图片来说效果会更好.
 
效果如下:

 


eSnips allows you to snip, store and share anything you like! (英文图释 中文注解)

Gikee  recommend the eSnips to everyone, It is extremely to ...towards the new exciting thing ....for u can store and share anything you like!
 
 
 
The one place for all the stuff u want to store online and easily share with others!
 
Things you find on the web  
  Save real web content not just links: relevant paragraphs and images you find on any web site….oh yes, and links too   
      
Things from your computer  
  Documents, presentations, anything you want to access from anywhere or share with others   
      
Your photos and audio or video clips
  
  Upload as many as you like, right from your desktop. Your friends and colleagues can see them right away  
     
  It’s all securely stored online, accessible from any computer and simple to share with anyone you choose.......It even tells you who’s seen what!
 
 
 
祺祺推荐个好东东!! 真的非常不错的!!
这个好东东的名字就是eshinps, 它可以说是个网络硬盘拥有1G的免费空间。
当你在浏览网页的时候,你可以随心所欲的在线保存你看到的所喜欢的东西到eshinps,可以保存图片,文本等等你想要的。
还可以把你所用机器里面的任何文件保存到eshinps ,使你喜欢的东东有个安全的网络备分。
把你的照片,视频等等上传到eshinps ,可以邀请你的好友与你一起分享。
用起来真的是方便又有趣! 大家可以到我给的地址去下载,安装过程也比较简单,不用设置什么。
注册时填好你的邮箱.邮箱不要乱填.
然后注册完成后需要到你的邮箱收一封确认信
然后点击确认后.就可以到ESNIPS的主页上
www.esnips.com 或者在工具条上用你的注册邮箱和你的密码登陆.
 
How to Play the eSnips:(英文图释  中文注解)
 
 

 

下载之后安装完毕,你的IE上就多了个eSnips Toolbar.点击sign in(图1.)进行登入。    输入你的ID就是你的申请邮箱(图2.)

现在是教你如何将网页上的文本和图片信息保存到你的eSnips:

1.先是选中你要的东西

2.然后点击工具条上的Snip选择selected the text&img

接着eSnips的上传窗口就会弹出,选择一个文件夹作为上传的目标文件夹,或者新建一个。之后点Upload now.

上传完事之后可以到My eSnips或者登入网站 www.esnips.com找到你上传的东西

在你的eSnips里面有两个默认的文件夹:一个是音乐,一个是照片

现在说的就是如何上传本地照片到服务器:

同样在工具条中的Snip,选择photos (图1.) 然后选择你要上传的照片确认就OK了

接着eSnips的上传窗口就会弹出,选择一个文件夹作为上传的目标文件夹,或者新建一个。之后点Upload now.

上传完事之后可以到My eSnips或者登入网站 www.esnips.com找到你上传的东西

过程同上  不用我再翻的吧??

这个前面我也说过,怎么登入你的eSnips,看图就明白滴~ 登入之后就可以在那里对你的文件进行增,删,改的操作了。

如何共享你的文件夹:在你新建一个文件夹的时候就可以进行设置 如图把你好友的eSnips ID添加之后OK就OK了

你的朋友和你就可以互相看到对方的设置为共享的文件夹了。

当然也可以进入你的eSnips操作界面中对其进行设置

下面的是我进入My eSnips后的界面

最上面的4个选项分别是:My eSnips,我的私人文件夹,共享文件夹,我的档案文件

这都比较简单的我就懒的翻译了,也没必要翻译了。

 

 

 

 

 

  

这个是Qifan之前在群里面推荐的,下来用后发现十分好用而且有趣。所以写来推荐给大家,还要感谢Qifan把它发到了资源绣里面。

在我对它设置的时候,发现了它更可爱的一面:就凭这个我也要好好的推荐一下

说句真心的 它真的很好用

这是在我和Qifan互相Share的图片:

 

我的ID是:gikee77@gmail.com 希望大家和我一起分享!

+--------------History: (更新歷史)---------------------+

eSnips 1.0.9.9 Beta
2005.11.16 ( 新添加了文件評論的功能)

eSnips 1.1.0.1 Beta
2005.11.22

eSnip系統昇級,除了原來的工具條C/S上傳方式.B/S網頁上傳方式外,今天又增加了新的通過發送郵件的形式上傳.
在原有的二種目錄權限的基礎上做出了更改.把原來的"private"和"share"做出了改變.分別是
"Private Folder",只有自己能看到.
"Group Folder"特定的邀請人才能看到.
"Public Folder"大家都能看到.公懈袷?

新增加了显示最新公开目录( public )的功能
新增加文件在任务栏systray更新提示功能.

QiQi. 11.22.2005

 

HTML Grammar ABC---HTML 语法简单入门 之 一

因为小妮子要学HTML  所以写了个简单的 主要是针对玩SPACES能用的上的东西
 
 
what is the HTML?
HTML---HyperText Mark-up Language
中文为  超文本标记语言
 
标记写法:
  • 任何标记都要由"<"和">" 括起来
  • 标记名与小于号之间不能留有空白字符
  • 有的标记符要成对出现 eg: <font size="2">gikee is a badboy</font> 要有始有终 任何标记前加"/"就是终记号 eg:</font>
  • 有些需要参数的 参数只能写到开始标记中 比如上一条中的<font size="2">gikee is a badboy</font> ,<font size="2"> 就是参数
  • 标记不分大小写

分隔标记:

换行标记: <br>         段落标记:  <p>XXXX</p>

我们在写东西的时候有时候会需要换行 有时需要分段 这样你就需要使用这些分隔标记了
 
分隔线标记: <hr>
利用这个标记可以产生一条横线:

 还可以对这个横线加上属性参数设定:
 颜色属性参数设定:<hr color="颜色码或颜色名称">
 位置属性参数设定::<hr align="水平对齐位置"> 其设定值有三个,也就是置左align="left"、置中align="center"、置右align="right"
此外还可以对厚度,宽度及有无阴影等进行设置
 
文字的相关标记:
在刚刚说到的段落标记中写上文字 并在<p>加上一些简单的属性设定,就可以让其整个文字段落置左、置中或置右了

用法:

  • <p align="left">文字靠左</p>
  • <p align="center">文字置中</p>
  • <p align="right">文字靠右</p>

还可以直接置中: <center>我在最中间!</center>

保持原始格式:

<pre>文字内容</pre> 利用这个标签可以将其包起来的文字排版、格式,原封不动的呈现出来

标题使用:

使用WORG的都知道 它有个标题一 ,标题二...... HTML也有

              使用方法:<hX>文字标题</hX> X是数字  表示标题的大小 一共有六种,两个标签一组,也就是从<h1>到<h6>,<h1>最大,<h6>最小。使用标题标签时,该标签会将字体变成粗体字,并且会自成一行

字体大小:

 文字字体的大小一共有七种,也就是<font size=1>(最小)到<font size=7>(最大), 另外,还有一种写法:<font size=+1>文字内容</font>,其意思就是说:比预设字大一级。当然也可以 font size=+2(比预设字大二级),或是 font size=-1(比预设字小一级),以一般而言,预设字体多为 3

字型的变化:

使用字型的变化标记 可以实现斜体, 加粗等效果

<b>粗体</b>  ,  <i>斜体</i>  , <u>底线</u> , <em>强调</em> , <tt>打字机</tt> 还有很多  就不都举了

文字的颜色设定:

可以对字的颜色进行设定 要使用颜色码 eg:<font color="#ff0000">红</font>, <font color="#ffff00">黄</font>, <font color="#0080ff">蓝</font> 大家可以到color blender 这个线上颜色代码生成器去得到自己喜欢的颜色代码

文字的字型字体设定:

如果要输入不同风格的字体就需要用这个标记了, 用法:<font face="楷体_GB2312">楷体_GB2312</font>  face=后面加上字型的字体名称或者代码

 

今天先写到这里 怪累的慌  休息一下  还有什么需要的留言就可以了 这个``我会继续写下去

这里面写的东西都是标准HTML语法 大家可以在 记事本 里编辑 然后另存为后缀名 ".html"的文件就可以了 一个简单的网页也就编辑出来了

当然你所有编辑的内容要写在<html><head><title>网页标题</title></head><body> 这里写入内容 </body></html>  的 <body>XXXX</body>里面.

没事可以练习一下

图片说明:

1.在记事本中编辑

 

 

 

2.文件保存格式

       

3.效果

 

PS:我突然有了想写书的念头 昨天Chuzg说要自己写本关于软件测试的教材 问我有没有意向  可是我们写完了 谁给印呢?

 

 

 

 

Windows Live

Just a note, to let you know I haven't forgotten you, and I'm fine.
On Nov. 1, 2005, Microsoft Corp. previewed for the first time two new software-based service offerings called Windows Live and Microsoft Office Live.
 
更新下日志 以示我最近很好还有我并没有忘记我的朋友
5天前,也就是11月1日。微软公司发布新业务Windows Live 和Microsoft Office Live
其中整合了一些现有的业务:
Windows Live Messenger. Windows Live Messenger builds on MSN Messenger to help people develop even deeper connections with the people they care about through a variety of experiences — from communication to sharing。
Windows Live Spaces. Microsoft will continue to invest in services that help people express themselves, and find, connect and nurture deeper relationships with others around the world. MSN Spaces will transition to Windows Live Spaces as Microsoft adds new features to the service next year.
Windows Live Mail. Windows Live Mail is Microsoft’s new, global Web mail service, built from the ground up to be faster, safer and simpler while delivering powerful new customer scenarios. Currently in limited beta testing, Windows Live Mail will continue to evolve through customer feedback, scaling to more customers over the coming months. MSN Hotmail customers will be able to use Windows Live Mail with their existing Hotmail ID.
 
这些都是我们现在用的一些 将被整合到一起 名字也会被相应的更改 但现有用户可使用原来的ID登入
 这标志着不久的将来一个以门户网站整合搜索业务,邮件服务,IM,个人空间(BLOG)包括商务办公服务,生活娱乐甚至还有XBOX等等的 几乎囊括我们在网络生活中所涉及的全部的。。。。尽管定语很长 但我却不知道用什么名词比较合适的“东西”出现。
表明Microsoft要树立在网络服务这方面的垄断地位。也是对于GOOGLE涉及IM和E-mail等方面的回映。未来两家的竞争将十分。。。。精彩~  
 
 
Windows Live的主页:http://www.live.com/
 
由于最近比较忙 发布消息有些落后 请原谅。
 
另外小鸟与小鸡们最近都感冒了 大家离它们远些的好
 
 
 
 

Top MSN Spaces Questions

 
 

Hi everyone!  As I am sure you can imagine, we get a lot of support questions, both here on the SpaceCraft, but also through the support system!  I have asked Brian to catalog the top questions he sees!  Hope this answers some questions you have!

 

MSN Spaces Commonly Asked Questions:

 

Q. Why can’t I add Photos to my Space ?

A. Are you using Internet Explorer (v. 6.0 or higher)?  If so, it should work.  At this time, the Photo slideshow part for MSN Spaces is does not work with other browsers such as Firefox, Netscape or Safari or Internet Explorer 5.X

 

Q. How do I change the name (alias) for my Space ?

A. You can not change the alias of your Space without first deleting your existing Space.  Once you delete your existing Space, you can sign up for a new one with your Passport. 

 

Q. Can I have multiple Passports associated with one Space?

A. Currently, only one Passport can be associated with a Space.

 

Q. How do I delete my Space?

A. Sign in to your Space, click on Settings and select the Space Settings tab. At the bottom of the page, click on the “Delete my space” option and confirm.  Reminder that once you chose to delete it, you can’t get the information back.  If you think you might want to return to MSN Spaces in the future, you could set your Space to private so only you can view it.  Then, if you decide in the future that you want to start using Spaces again, you can change the setting to Public or Messenger only.

 

Q. How do I change the color or background of my Space?

A. Changing the color or background of your Space is easy.  Simply sign into your Space, click on Customize and select the Themes tab. Then select the theme from a list of more than 85 that interests you. Be sure to click on the Save button in the top right of the page to apply your new theme. You can also use the Tweak UI Power Toy that is discussed on this site.

 

Q. How can I let other people add entries to my blog ?

A. Currently, MSN Spaces does not support the concept of a group blog and this has been logged as a future feature request.

 

Q. Can I store (audio or video) files on my Space ?

A. MSN Spaces allows you to store Photo files only at this time.

 

Q. My space is showing up in the wrong language, how do I correct this?

A. You can reset the language of your MSN Spaces page by navigating to the following pages:

 

Simplified Chinese:    http://spaces.msn.com?mkt=zh-cn

Traditional Chinese:    http://spaces.msn.com?mkt=zh-tw

Danish:                          http://spaces.msn.com?mkt=da-dk

Dutch:                            http://spaces.msn.com?mkt=nl-nl

English:                         http://spaces.msn.com?mkt=en-us

Finnish:                         http://spaces.msn.com?mkt=fi-fi

French:                          http://spaces.msn.com?mkt=fr-fr

German:                        http://spaces.msn.com?mkt=de-de

Italian :                           http://spaces.msn.com?mkt=it-it

Japanese :                    http://spaces.msn.com?mkt=ja-jp

Korean:                          http://spaces.msn.com?mkt=ko-kr

Norwegian:                   http://spaces.msn.com?mkt=nb-no

Portuguese:                  http://spaces.msn.com?mkt=pt-br

Spanish:                        http://spaces.msn.com?mkt=es-us

Swedish:                       http://spaces.msn.com?mkt=sv-se

 

Q. Why can’t I view Photos in full size on a Space

A. Check your cache setting in your browser- it may be full. To clear the cache, please follow these steps:

  1. Open Internet Explorer.

  2. On the Tools menu, click Internet Options.

  3. On the General tab, click “Delete files under Temporary Internet Files.”

  4. Select “Delete all offline content”, and then click OK.

  5. Click Settings.

  6. Under “Check for newer versions of stored pages” , select the “Every visit to the page” option, click OK, and then click OK again

Notice 站内通知 + Google Secure Access

新增加两个 模块:
  •  Language Transform

          語言轉換模組,可以直接線上將本頁的中文轉為英文或者把英文轉為中文。

  • 中華名人秀

          中華名人秀,主要是搜羅了一些名人的BOLG,以供大家分享。

 

希望大家广为利用。

另外有任何方面的问题皆可以给我留言,最好是留到相应的日志评论中,我也会在8小时内在相同位置留言回复解答,希望留了问题的别忘了回来看哦~~

 

PS:Google Secure Access

告诉大家一个Google的VPN叫做Google Secure Access 其实呢就是个类似于代理的东西。

通过使用它呢,大家可以在中国或者其他地方提高自己访问北美服务器的速度,比如我们的SPACES。还有可以登陆在你所在地被屏蔽的网站。由于是Google的,应该比较可靠稳定。

这个要到Google Secure Access(点击这个)主页上先下载,很小的,很快就下来了。

下载完毕后安装就行了,不用进行配置,是自动的。安装后你的右下角的工具栏里就会多了一个GSA的图标和一个网络连接图标。

等显示连接了后,就OK了~~。你就可以随心的访问你以前访问速度很慢或者访问不了的网站了。

看看自己的IP地址```呵呵`变成华盛顿的了```这是Google服务器的IP~

Custom Wider Blog Entries

就 在刚才有人问我怎么把SPACES的版式扩大
很简单 你首先 安装了POWER TOY 的HTML的模块
你要是了解HTML语言的话  在里面编辑语句加上个表格把它撑大就行了
哦 当然  你的HTML模块要在你的日志(还可以在日志模块上加像册)上面
你的版式(在自定义里面)最好是 3 欄;中寬 或者兩欄;右窄 这样的
那条实现效果的语句就是</table></table><table width=600>
600  是我用的宽度  自己选择合适的 但要注意一般浏览的分辨率是 1024*768 或800*600
 
哦  这仅对 IE 有效!
 
该说明我写的很简单,如果你不是Advanced User 也不很了解我的意思的话, 请慎用^_^. 因为出了什么错的话我不负责的哈~~  哦  英文部分能稍微详细些.
This tuorial is for Advanced Users only. A mistake may lead to damages or glitches to your space , for which I am NOT responsible. Try it at your own Risk.

 

MSN Space is designed for 800x600 display mode, and the screen content display width is no more than 800px. However, most of us are using 1024x768 screen display, thus there exist the right hand blank space . Now a new way appears to put MSN Space modules on the right hand blank space.  

Before you start :

You need to have the Custom html Sandbox Module This tuorial Works for 2 and 3 column layouts only.

2.3 欄;中寬 or3.兩欄;右窄

For two column layout  :

  • Put "Custom HTML" module on the top of the left column.
  • Put blog module under a "custom HTML" module.
  • Put all the rest modules in the right column.
  • For three column layout :

  • Don't put any modules in the left column (keep it empty).
  • Put "Custom HTML" module on the top of the middle column,Put blog module under "Custom HTML" module.
  • Put all the rest modules in the right column.
  •  

    Put following codes into The custom HTML Module :

    </table></table><table width=XXXX>

     

    • Replace the XXXX with the width of the blog entry you desire in pixels.~~

    It is for [IE] only~~

     

    PS: About the " Custom html Sandbox Module "

    The Custom HTML Power Toy is designed to allow you to add a sandbox module to your Space in which you can enter text, link to images, and use other HTML features. The Custom HTML Power Toy supports all of the same HTML that you can enter into a Blog entry and can be moved around your Space as a separate module, just like a list or any other Spaces module. Additionally you can control the Title of this module and whether the borders for this module are displayed or not.

    补充: 关于 Power Toy 的 HTML 模块 

    那个 HTML模块是可以让你使用HTML语言来美化你的SPACES用的, 你可以在该模块框内直接使用HTML语言编辑, 写入文本, 插入图片, 引入连接, 以及其他特效. 大部分HTML语句都可以在你的SPACES中使用.

      

    Follow these steps to add this Power Toy to your Space:
    1. Log into Passport and Edit your Space.
    2. In the Address bar of your web browser add the text “ &powertoy=sandbox ” to the end of the displayed URL.
    3. Click the Go button next to your web browser address bar.
    4. Once the page has finished reloading, click on the Customize tab in your Space.
    5. In the Modules drop down menu in the Customize tab there should be a listing for PowerToy: Custom HTML. Click the word Add next to it and then click the Save button.

    参照下列步骤添加该模块:

    1. 登入你的SPACES并进入编辑你的空间的后台.
    2. 这时候在地址栏的最后也就所显示的URL地址的最后添加"&powertoy=sandbox"
    3. 点击转到(GO BUTTON), 就是地址栏旁边的那个.
    4. 这时候你点击自定义
    5. 进到模块的那个选项, 这时候注意了, 在下拉菜单里你会发现多了个:PowerToy: Custom HTML . 现在你只要点添加就OK了~~你的HTML模块添加成功, 像其他模块一样, 可以拖动到任意位置, 再保存就可以了.

    现在你就可以在那个框内使用HTML语句, 实现各种效果了. 你还可以给这个模块起个名字,也可以钩选是否选择显示边框.

     

    还有什么问题,就继续留言给我吧!                    最后更新时间: 10.10 2005  双十节又碰巧是感恩节

                                                                     (希望两岸早日统一, 以告慰先生)

     

     
     

    New Toy:MSN Space +Virtual Earth

    Virtual Earth + MSN Spaces location blog demo

    By Sean Blagsvedt of MSRIndia

    This sample allows you to:

    • Save a location to your MSN Space + add photos
    • Show the collection of saved places (with photos) from any MSN space's RSS feed on the VE map
    • Send an email or MMS with an attached photo and an address prefixed with “where:” to your MSN space, that is then displayed in VE on your loblog (Location blog) page.

    To blog about a place from your desktop:

    1. Click on the green "Blog a place" button
    2. Move/Zoom the map such that the center cross is positioned wherever you want to blog about
    3. Type a description of the place and your space ID
    4. Press "Blog It" (You'll now be navigated to MSN and may need to sign-in)
    5. Review/edit your entry (you can add a picture too)
    6. Press publish



    祺祺介绍一个好东东: Virtual Earth加上你的MSN Spaces  

    由于微软推出了power toy (我叫它智能玩具,也有叫它强力玩具的)所以我把这个地图+空间 叫做New toy了

    其实是Virtual Earth推出的新功能,能把你的空间关联起来,它可以保存你的MSN Spaces照片加上地址,并在 VE map 展示你所收藏的保存的地点(包括照片)从任何MSN spaces's Rss feed里. 能够发送带有照片附件(包括照片的地址)的email或者MMS(应该是彩信吧?)到你的MSN  Spaces,这样你就可以通过VE展示出来 在你的 loblog (Location blog) page.

    使用方法:

    (由于现在它还只是个demo,只有美国的地图,我也不用它,使用方法很简单,所以我只是翻译一下,并没用过程截图,请大家见晾,要是翻译有错误麻烦指出来,谢谢)

    首先它的地址是:http://loblog.viavirtualearth.com/loblog/

    然后你会看到一个绿色的按扭"Blog a place",点击之后,在它下面会出现一个表格,依次添入你在VE里名字和MSN Spaces的用户名,点Blog it后就转到你的MSN Spaces了,再就是编辑了(我没用,出现什么我不知道,嘿嘿~应该都看的懂) 最后publish 就OK了.

     

     

    How can I do true audio/video streaming on my Space?

    The paragraph writen by Jim(Microsoft PM)
    Gikee recommend it to everyone who love gikee~~
     
    The world, well at least the virtual world of Spaces, is abuzz about the new PowerToys – a collection of cool but unofficial and unsupported tools for jazzing up your blog.
     
    The Windows Media Player PowerToy allows you to play audio and video on your Space, but I wanted to clear up some confusion about what it means to "stream" the media content.
     
    You can’t upload media to your Space right now, so the PowerToy requires that you host the media content elsewhere. All you need is some place to store it so it can be accessed with a URL. Typically that URL starts with http:// which is the standard protocol used to access web pages. Windows Media Player does a great job of pulling down various media types and starting to play them even before they get completely downloaded to your machine. This isn’t true streaming, but it is often sufficient. Visitors to your Space start hearing sound fairly quickly.
     
    True streaming lets your visitors do much more, though. In particular, they can jump to anywhere within the stream and start playing immediately. Check out my media part to the right. It plays an hour-long radio play – the famous Orson Welles 1938 War of the Worlds. (Far better entertainment than the current film, but that’s another story.) Once it connects, you can drag the slider anywhere along the timeline and immediately play any section. Initial play time is faster too.
     
    How can you do this on your Space? There’s an easy part and a hard part. The easy part is that instead of using http:// you have to switch to the mms:// protocol.  The hard part is that you have to get your media hosted, not on some random website, but on a publishing point on a Windows Server that is set up for Media Streaming. Typical users can’t do this on their own. Many web sites aren’t even running a Windows server (yet!)
     
    It seems like a huge barrier, but remember you don’t need a Windows Server. You get much of the benefit using any ordinary web server. If you do happen to be on Windows and you have access to a publishing point, you get this added advantage.
     
    In the mean time, enjoy the radio play. Marvel at how the drama is constructed, how it unfolds carefully, insidiously, inexorably. No wonder people were jumping off buildings to escape the Martians when it first aired.
     
     

    PowerToy ABC

    HTML模块完全图解教程

    [Q] 如何添加HTML模块
    使用该模块的前提是IE6或更高版本, 该模块不支持中文版本. 所有选项包括提示只显示英文.

    [Steps]
    1. 登陆您的MSN Spaces, 点击自定义[Customize]
    2. 在浏览器地址栏[Address bar]的URL后面添加参数 &powertoy=sandbox 按Enter或者点击转到[Go]


    3. 点击自定义[Customize]->模块[Modules]
    4. 在下拉列表中找到PowerToy: Custom HTML项, 选择添加[Add]


    5. 选择保存[Save]按钮




    [Q] 如何使用该模块
    该模块共有三大部分
    1. HTML文本框 [非RTE] 在这里输入你喜欢的HTML代码 为了不扼杀你的创意 你喜欢输什么就输什么 
    2. 模块标题 [Module Name TextBox]
    3. 是否显示边框复选框[Show Border CheckBox] 不显示边框一般是为Plain Black/Red/Blue/Green服务的
    4. 保存[Save]按钮 回复[Revert]按钮-回到上次保存状态 不作保存




    [Q] 使用该模块还有什么其他问题?
    1. 该模块无RTE, 完全符合喜欢HTML编辑的用户 :)
    2. 该模块只支持512个字符, 因此不能输入大量的HTML代码, 使用部分受限.
    3. 该模块同样会过滤大量HTML标签
    4. 用户应当自行权衡是否使用边框 视觉效果等应自行解决
    5. 我放进去一个图片或者别的东西竟然右边出去了!!! Answer: 大哥大姐, 本来让你自定义, 如果不怕难看就让他出去吧 自定义嘛 那就尽量不要让他出去喽


    界面设计模块完全图解教程


     

    [Q] 界面设计模块实现功能
    界面设计模块允许用户使用一个自定义模块,在该模块之内用户可以随意调整整个Spaces的文字颜色 背景色等等一系列属性 个性十足 今天你Spaces了吗 这才是真正的自定义!


    [Q] 如何添加界面设计模块
    使用该模块的前提是IE6或更高版本, 该模块不支持中文版本. 所有选项包括提示只显示英文.

    [Steps]
    1. 登陆您的MSN Spaces, 点击自定义[Customize]
    2. 在浏览器地址栏[Address bar]的URL后面添加参数 &powertoy=tweakomatic 按Enter或点击转到[Go]


    3. 点击自定义[Customize]->模块[Modules]
    4. 在下拉列表中找到PowerToy: Tweak UI项, 选择添加[Add]


    5. 选择保存[Save]按钮


    [Q] 如何使用该模块
    该模块共有5大部分
    1. 背景色[Background Color] 包括内部[Inner] 和 外部[Outer]

         A. 内部[Inner] Spaces内部各模块空隙处的背景颜色 3个两位十六进制正整数 00-FF 如:00CCFF
         B. 外部[Outer] Spaces右边空白处的背景颜色[大背景色] 3个两位十六进制正整数 00-FF 如:00CCFF



    2. 背景图片[Background Image] 包括位置[Position] , 重复[Repeat] 和显示[Display] 依据各个主题[Theme]的不同 有些是有背景而有些是没有背景图片的 对于有背景图片的 我们可以:

         A. 位置[Position] Spaces背景图片的位置, 依次为默认[Default], 左上[Top Left], 中上[Top Center], 右上[Top Right], 左中[Center Left], 中中[Center Center], 右中[Center Right], 左下[Bottom Left], 中下[Bottom Center], 右下[Bottom Right] 这个不需要细讲了吧 崩溃了
         B. 重复[Repeat] Spaces背景图片重复的方式 不明白? 就是Windows桌面墙纸不是经常有中央,平铺以及拉伸什么的嘛, 就是差不多那个意思. 这里依次有默认[Default], 重复[Repeat], 不重复[No Repeat], 纵[Y]向重复[Repeat-Y], 横[X]向重复[Repeat-X]. 如果你背景是大图片, 就不要重复了, 小图片重阿重的才有效果 总体来说 可能我翻译不恰当 重复你就当成平铺好了 这样更好理解

        C. 显示[Display] 是否显示背景图片 默认[Default]是显示的, 隐藏[Hide]则不显示

    3. 文字颜色[Font Color] 包括链接/链接图标[Links/Bullets] 和 文字[Text]

         A. 链接/链接图标[Links/Bullets]  所有超链接以及链接符号的颜色 3个两位十六进制正整数 00-FF 如:00CCFF
         B. 文字[Text] 所有非链接普通文本的颜色 3个两位十六进制正整数 00-FF 如:00CCFF

    4. 模块背景[Module Background] 包括颜色[Color] 和 透明度[Transparent]

         A. 颜色[Color]  各个模块的背景颜色 3个两位十六进制正整数 00-FF 如:00CCFF
         B. 透明度[Transparent] 各个模块背景的透明度设置 20-100的整数值 分别为 20%-100%不透明 使用这个对整体视觉冲击比较大

    5. 模块边框[Module Borders] 包括宽度[Width], 风格[Style] 和 颜色[Color]

         A. 宽度[Width]  各个模块边框的宽度 0-9 建议值为0或1 2以上就不要弄拉 大哥大姐 弄那么粗的边框真的很难看啊 不信弄个9试试? 嘿 还试试就试试? 郁闷
         B. 风格[Style] 各个模块边框的风格设置  用过.Net开发Web或者网页经常用的就知道有什么区别 当然 大家多试几次都能看出来 依次有默认[Default]-默认, 无[None]-不显示边框, [Dotted]-小点点, [Dashed]-小虚线, [Solid]-实线, [Double]-实线, [Groove]-凹按钮, [Ridge]凸按钮, [Inset], [Win-inset], [Outset]-没啥大的区别? 主要是用在这里不合适 不明显 不说了 郁闷
         B. 颜色[Color] 各个模块边框的颜色设置 3个两位十六进制正整数 00-FF 如:00CCFF



    6. 保存[Save]按钮 回复[Revert]按钮-回到上次保存状态 不作保存

     

    [Q] 使用该模块还有什么其他问题?
    1. 该模块使用应当具备一定的视觉素养 否则任意修改都将造成超级大花脸的诞生 切记!
    2. 该模块建议查询颜色代码值[如: 99FFDD] 不支持Red/rgb(205,10,36)等颜色单位
    3. 怎么这么难看阿 救命啊 救命? 请参考问题一 哈哈 吓你的阿 将所有选项留空 按保存 他就又回到默认设置了阿
    4.  一旦在自定义中去掉了PowerToy: Tweak UI项目 所有将回归原位...


    视频音乐模块完全图解教程
     
      

    相关教程: HTML模块完全图解 界面设计模块完全图解


    [Q] 视频音乐模块实现功能
    视频音乐模块允许用户使用一个自定义模块,在该模块之内用户可以随意使用发布视频,音乐, 包括自动播放等等.


    [Q] 如何添加视频音乐模块
    使用该模块的前提是IE6或更高版本, 该模块不支持中文版本. 所有选项包括提示只显示英文.

    [Steps]
    1. 登陆您的MSN Spaces, 点击自定义[Customize]
    2. 在浏览器地址栏[Address bar]的URL后面添加参数 &powertoy=musicvideo 按Enter或点击转到[Go]


    3. 点击自定义[Customize]->模块[Modules]
    4. 在下拉列表中找到PowerToy: Windows Media Player项, 选择添加[Add]


    5. 选择保存[Save]按钮


    [Q] 如何使用该模块
    该模块共有7个部分
    1. URL文本框 [URL Textbox] 在这里输入你想要播放的音乐/视频地址 大哥大姐 别找那些没用的还有隐藏的非
    事实的地址
    2. 起始播放秒数 [Position in sec Textbox] 输入整数,单位秒 代表播放开始时间
    3. 播放次数 [Times to play Textbox] 输入整数 
    4. 播放速率 [Rate to play Textbox] 输入整数或小数 例如2.5, 代表播放速度是正常速度的2.5倍
    5. 自动播放 [Auto Start CheckBox] 选择则表示将自动播放
    6. 显示模式 [Display Mode Selector]
    共四种模式, 分别为: 不可见[Invisible], 无[None], 迷你[Mini], 完全[Full]

         A. 不可见 [Invisible] 选择该模式隐藏整个模块,一般用于播放音乐, 建议选中自动播放, 否则无法自动开始
         B. 无 [None] 该模式将不显示播放器的控制栏, 建议选中自动播放[5]或者允许右键[7], 否则无法播放
         C. 迷你 [Mini] 该模式将隐藏部分播放器控制栏 如进度条快进/快退, 前一段/后一段等
         D. 完全 [Full] 该模式显示所有播放器控制栏

    7. 右键菜单 [Right Click Menus Checkbox] 选择表示允许播放器右键菜单, 可以从中选择播放以及其他属性 不选则不显示 可以初级隐藏播放文件的地址[当然,可以从源文件中查到]


    8. 保存[Save]按钮 回复[Revert]按钮-回到上次保存状态 不作保存




    [Q] 使用该模块还有什么其他问题?
    1. 试了大半天, 发现该模块只支持WMA, WMV, WAV, AVI, MPG, MPEG, MP3格式, 看见没QuickTime/Real都不支持阿 什么叫垄断 什么叫排他? 这就叫...
    2. 使用该模块应该视网络环境/速率适当使用 切不可盲目使用造成部分用户长时间等待 得不偿失
    3. 使用该模块应该注意视频/音乐版权问题 无论在世界还是在中国 用户应当有版权意识
    4. 请确认你的电脑已经安装Windows Media Player播放器, 注意: Real[One] Player以及QuickTime插件是不支持的
    5. 无法代替Flash


    How did you do that? Power Toy is Here!!Take it in your Space...You bet!

    Tweak UI PowerToy:

                                   
    The Tweak UI Power Toy is designed to allow you to customize the look of your Space. Once you add the Tweak UI Power Toy to your Space you can use it to control colors, module borders and transparency, and the background image’s placement and presence. Granular control combined with existing Spaces layout and module configuration allows for almost endless customizability and personalization.
     
    Please note that this PowerToy, like the others, is available in English ONLY for now and is UNSUPPORTED.  
     
    Follow these steps to add this Power Toy to your Space:
    1. Log into Passport and Edit your Space.
    2. In the Address bar of your web browser add the text “&powertoy=tweakomatic” to the end of the displayed URL.
    3. Click the Go button next to your web browser address bar.
    4. Once the page has finished reloading, click on the Customize tab in your Space.
    5. In the Modules drop down menu in the Customize tab there should be a listing for PowerToy: Tweak UI. Click the word Add next to it and then click the Save button.

    Windows Media Player PowerToy:

    The Media Player Power Toy is designed to allow you to play audio and video files within your Space. While editing your Space specify the URL of a Media file located on the web in the Media Power Toy and hit Save. This will allow the people viewing your Space to watch or listen to the media file you have linked. You can customize the experience even more by altering the player settings (like auto start, times to play, and player mode) while editing your Space.

     

    Please note that this PowerToy, like the others, is available in English ONLY for now and is UNSUPPORTED.  

                                                                    

    This feature is to be used for authorized content only. Please respect the creative efforts and intellectual property of others, and do not link to unauthorized materials.  Linking to unauthorized material is a violation of the Spaces Code of Conduct and Terms of Use.

     

    Follow these steps to add this Power Toy to your Space:

    1. Log into Passport and Edit your Space.
    2. In the Address bar of your web browser add the text “&powertoy=musicvideo” to the end of the displayed URL.
    3. Click the Go button next to your web browser address bar.
    4. Once the page has finished reloading, click on the Customize tab in your Space.
    5. In the Modules drop down menu in the Customize tab there should be a listing for PowerToy: Windows Media Player. Click the word Add next to it and then click the Save button.

    Custom HTML PowerToy:

                                   
    The Custom HTML Power Toy is designed to allow you to add a sandbox module to your Space in which you can enter text, link to images, and use other HTML features. The Custom HTML Power Toy supports all of the same HTML that you can enter into a Blog entry and can be moved around your Space as a separate module, just like a list or any other Spaces module. Additionally you can control the Title of this module and whether the borders for this module are displayed or not.
     
    Please note that this PowerToy, like the others, is available in English ONLY for now and is UNSUPPORTED.   
     
    Follow these steps to add this Power Toy to your Space:
    1. Log into Passport and Edit your Space.
    2. In the Address bar of your web browser add the text “&powertoy=sandbox” to the end of the displayed URL.
    3. Click the Go button next to your web browser address bar.
    4. Once the page has finished reloading, click on the Customize tab in your Space.
    5. In the Modules drop down menu in the Customize tab there should be a listing for PowerToy: Custom HTML. Click the word Add next to it and then click the Save button.