维基天空

July 30, 2006

Movable Type 3.31+中文包

Filed under: 乱七八瞎|Others — admin @ 2:33 pm

Movable Type 3.31

MT3.31的正式版本!..暂时懒得升级!新版本没什么值得惊奇的地方….

一些相关的连接::
MT3.31官方下载
平生一笑制作的汉化包

PS:: 汉化包是7z格式的!得用winrar最新版本才能解压缩….

July 22, 2006

关于常用论坛的数据库无乱码转移!

Filed under: 乱七八瞎|Others — admin @ 8:12 am

论坛搬家一直是一个比较让人头疼的事情!但是论坛的数据库搬家却是这个头疼的根本!!
看了PW和dis官方的很多相关的帖子,并没有得到一个明确的转移方式与方法,,,我到是有一个比较简单的方法,也不是什么高深的技术性质的东西!
但是,起码能实现不用SQL版本,不用PHPMYADMIN版本,的情况下做到了同一论坛数据库的无乱码转移!
一般数据库里面出现的乱码都是”?”(问号)…
举例::
把a空间的phpwind论坛转移到b空间!

1,打包a空间的bbs论坛,下载,上传到b空间上,解压缩.
2,修改b空间bbs论坛的SQL_config文件里面的数据库服务器,使用远程调用,(这个时候b论坛已经可以访问了),然后进入后台,完整备份数据库
3,下载一个全新的phpwind论坛安装到b空间,安装完毕后删除(记下数据库信息)
4,修改b空间的SQL_config文件的数据库配置信息为你新安装的那个数据库配置信息,这个时候访问的画,应该是一个空白的论坛,然后登陆后台,恢复备份,
5,这个时候应该是全部转移完毕了,其中有几个值得注意的地方是,
第一,转移的论坛和你新安装的论坛的管理员帐号和密码最好一致,
第二,论坛版本需要一致,
第三,新装的论坛与转移的论坛的数据库不能装在一个数据库里面且前缀须一致

总结,很简单的备份方法,实际上就是巧借助了论坛程序本身的备份与恢复功能!
测试,本人曾经把mysql4上装的phpwind论坛完美转移到sql5的空间上,且无错误无乱码!

July 2, 2006

overLIB : A JavaScript library

Filed under: 乱七八瞎|Others — admin @ 11:42 am

What is overLIB

overLIB is a JavaScript library created to enhance websites with small popup information boxes (like tooltips) to help visitors around your website. It can be used to provide the user with information about what will happen when they click on a link as well as navigational help (see the examples below). Not to mention that it looks cool, is stable, and has an active developer community to boot!

Download overLIB

http://www.bosrup.com/web/overlib/

June 30, 2006

抱歉!!

Filed under: 乱七八瞎|Others — admin @ 12:13 am

前段时间!本站东西都下载不了!!!原因是后台开启了防盗链!!今天自己下载的时候才发现!!
不好意思!现在已经可以了!

June 11, 2006

替代_blank的方法

Filed under: 乱七八瞎|Others — admin @ 2:40 am

看代码:

rel=”new”

然后增加一段JS代码!
具体js在代码里面!

June 10, 2006

Google Web Toolkit (Beta)

Filed under: 乱七八瞎|Others — admin @ 12:09 am

Dynamic Table Example Project

Download Source Code

A table of data that demonstrates paging over objects retrieved through RPCs.

See Demo

Kitchen Sink Example Project

Download Source Code

An application that includes every UI widget GWT supports.

See Demo

and more…

June 9, 2006

世界杯开始了

Filed under: 乱七八瞎|Others — admin @ 11:50 pm

中国会赢么?

June 7, 2006

Movable Type 3.3 Beta

Filed under: 乱七八瞎|Others — admin @ 2:05 pm

all this is from:sixapart.com/

Good news! The latest version of Movable Type is now available as a completely free beta for you to try out. There’s two big things to keep in mind:
It’s a beta! In the old-fashioned sense. (That means don’t run it on production data.)
We’re doing a structured beta test, with a schedule for releases. So we’ll tell you when there’s enough new stuff to install a new version.
The defined schedule for the beta test is kind of an experiment, so that you can update any time you want with regular new builds available for you to try out. But we’ll also define checkpoints where you can know exactly what’s been fixed and how close we are to a final release.
The goal, as always, is to have the highest quality release possible. Since Movable Type 3.2 came out in August of last year, we haven’t had to do a version .01 bug fix release at all, because you’ve told us you hate the bother of getting a little point upgrade every couple weeks. So start hammering away on the new build, and start filing those bugs!

What’s New? Should I check this out?

If you’re a plugin developer, manage a number of blogs, work as a professional blog consultant, or are responsible for a business deployment of blogs, get the beta now. If you’re just into blogging technology in general, the new version is worth a look and is solid enough to test out. If you just want to wait to try out all the tasty new stuff without worrying about rough edges, don’t jump yet — we’ll have a version for you soon.

And as for features, we’ve started outlining some highlights on the Professional Network blog already. We’ve got better management of blogs through a unique new Activity Feed — keep track of everything on your blog in one place. Tags! Cool new Transformer plugins make it easy to modify any part of Movable Type’s interface, so you can remix MT to personalize it just the way you like. Better spam protection. Tons of features for free for plugin developers. It’s easier than ever to create posts and edit them. Smarter Security. And all of this with fifty fewer settings to keep track of — all the power, none of the hassle.

June 5, 2006

首页增加了最新评论显示

Filed under: 乱七八瞎|Others — admin @ 10:39 am

新建模板:

<MTEntryIfAllowComments>
<div class="module-archives module">
<h2 class="module-header">Recent Comments</h2>
<div class="module-content">
<ul class="module-list">
<MTComments lastn="25" sort_order="descend">
<MTCommentEntry>
<li class="module-list-item">
<p class="posted">
<a href="<$MTEntryPermalink$>#more">
<$MTCommentBody$></a>
<br />By <$MTCommentAuthor$> at <$MTCommentDate$></p>
</li></MTCommentEntry>
</MTComments>
</ul>
</div>
</div>
</MTEntryIfAllowComments>

然后在首页索引模板里面加上调用代码:

<$MTInclude module="link"$>

June 4, 2006

add track code

Filed under: 乱七八瞎|Others — admin @ 11:30 pm

增加了站点统计功能!使用的是http://t.extreme-dm.com/的统计!主要是因为加载速度相当快!不影响站点打开速度!

« Older PostsNewer Posts »

Powered by WordPress