Archive for the ‘旧博存档’ Category

修改新模版

Thursday, August 11th, 2005

今天搞到一个新模版,是免费下载的,但是是用于其他地方的,要对blogbus的模版进行较大的修改。

对于我来说这是一项不小的工程,谁让自己对HTML和CSS不熟呢。花费了不少功夫,终于完工了,比原来好看多了,刷新一次就会变化一次颜色。

唯一不足的地方是,上面的logo,自己不懂做flash,不会改,如果有会的朋友麻烦帮忙改下。:)

另外就是对于旁边的表格进行了调整,去掉了Blog.Radio,主要是由于大小不合适,破坏了整体的协调,只好忍痛割爱。看看有没有什么其他的解决方案,如果有的话再另行修改。

欢迎大家对新的模版提出意见。

关于MSN Spaces最新的Power Toys(1)

Thursday, August 11th, 2005

还没有正式推出,不过已经可以试用,可以支持媒体播放,部分自定义主题,以及自定义HTML。

现在我的blog的效果就使用了这些功能,更多详细介绍稍后更新。

先休息了 -_-zzzZZZ

…:(气死我了,刚才写了半天的东西,不小心给弄丢了◎◎!!重新来吧

以下内容是从 MSN Spaces team space 编译过来的,挑其中的重点内容用中文简单讲述一下。

Power Toys主要是为了增强MSN Spaces的自定义功能推出的,包括三个部分(HTML, Media, and TweakUI),分别为自定义HTML,自定义媒体播放以及自定义主题界面。

首先提前说明一下:
所有这些Power Toys现在都只有英文版,而且官方并不提供支持。这意味着如果你一旦遇到问题想在
MSN支持中心寻求帮助的话,可能会失望。所以如果你有任何疑问可以到
MSN Spaces team space 留言(用英语)


HTML Power Toy主要用于自定义HTML,对于不懂HTML的用户来说作用可能不是很大。具体操作如下:

Quote

Custom HTML in Spaces….You bet!

Custom HTML Power Toy:

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.

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.登陆你的帐户,进入编辑页面.

2.在浏览器的地址栏内的URL地址最后加上“&powertoy=sandbox”。

3.点击“转到”或者按回车键

4.待页面载入后,点击页面上的Customize(自定义)

5.在模块的下来菜单内应该会出现一项Power Toy:Custom HTML。点击增加,然后保存。

另外两个稍后更新,先吃饭了。

修改模版

Wednesday, August 10th, 2005
今天花了大部分时间在修改blogbug的模版,由于对于CSS不熟,浪费了很多时间,不过终于完工,虽然还有一点小瑕疵,不过感觉是蛮好的。
如果有会做flash的朋友,麻烦帮我修改一下。:P
 
 

如何添加“网播”-How to add Blog-Radio?

Tuesday, August 9th, 2005

本文由David原创,转载请注明David以及本站。


今天在另外一个Blog上看到了别人添加了一个Blog-Radio,捉摸了半天不知如何添加,留言也没有人回复,只好自己来操作。

我首先登录RadioBlog的页面,下载了一个新版的Radio.Blog 2.3.

上面的Instruction很简单,我按照自己的制作过程,给大家直接提供简单直接的步骤。

首先,找一个免费的空间提供网站,申请一个免费的空间。这个原版本只是支持php,所以在RadioBlog的论坛上说明要申请一个支持php的空间,不过无所谓,无论支持不支持php都可以,只要支持HTML就可以,嘿嘿,继续:

申请完之后,按照php和HTML分两种不同的方法分别说明一下。


PHP:这个方法在官方论坛都有,按照下载文件中Instruction的提示操作就可以搞定。如果英语不是很好,遇到问题,可以留言。我下面把Instruction简单翻译一下:
01.Install Radio.Blog
———————
- Copy the radio.blog directory on your web server.
- Edit config.xml to change the color of the skin.

01.安装Radio.Blog
———————
把radio.blog目录下的文件拷贝到你申请的空间。
可以通过修改config.xml来改变皮肤的颜色。
02.Creat a SWF Sound
——————–
- Copy your MP3 into the creat.sound directory.
- Double-click on convert64.bat (this will convert all your MP3 files in RBS format files into the sounds directory)
- Wait
- Copy your RBS files into your sounds directory on your web server.
- refresh and enjoy.

02.创建SWF声音文件
———————
把你的mp3文件拷贝到creat.sound目录。
双击convert64.bat(把mp3文件转换成rbs文件,并保存在sounds目录下)
完成后把rbs文件拷贝到你申请的空间内的sounds目录下(即原来radio.blog目录下的sounds目录)
刷新你的网页,然后就OK了。

03.How To
———
- Include radio.blog in my webpage:
Insert this code in your page:(code omited)

- Autostart a track:
add ?autoplay=# in front of your url, for example to autostart track number 2:(sample omited)
03.如何
——–
-在我的页面中添加radio.blog?
在你的页面中添加如下代码: (代码略)
-如何自动播放歌曲?
在你的url地址后添加?autoplay=#,例如你要自动播放第二首歌曲:(例略)


HTML:

将我提供的文件解压后,需要自己再修改一下细节的地方,主要是playlist内的播放地址,将出两个creat.radio文件夹之外的文件上传按照上面Instruction的步骤进行。

如果不支持rbs扩展,可以自行修改成swf扩展名。或者直接转换成wsf格式。具体的修改方法可以参考:http://hannaxbear.shadows-the-sky.com/index.php?page=radioblog,文章是英语的,不过应该不是很难,如果有问题可以留言。

具体的细节,将另行补充说明。

附件:支持HTML的全套blogradio打包文件,内含两个文件creat.radio文件转换,分别转换为rbs和swf格式。其他的文件只需要对playlist进行修改,其他的可以直接使用。

下载地址:http://snoopylion.blogbus.com:80/files/1123512757.rar

关于本站

Tuesday, August 9th, 2005

本站创建于2005年8月6日,还在陆续修改中,因为对HTML和CSS还不是很熟,所以进度比较慢,如果对于本站有什么意见和建议,欢迎留言。谢谢:)

刚对模版又进行了一点修改,希望看起来更舒服一点。