January 7, 2007 at 1:56 am · Filed under Web, Wordpress
忘了从哪里看的推荐了 应该是个老外的BLOG, 说Performancing很好用,正好俺一直也在用FIREFOX,所以就装了个说试一试. 不试不知道,最近一用,还真是不错.
Performancing的功能不少,目前我主要在用他的编辑和统计功能. 想用的时候, 一点他在状态栏的图标,他就自动展开了. 用编辑功能的话, 他用的编辑器不是说很出色,但是也不会比WP本身带的差,而且作为一个FF的扩展,跟FF整合的也不错,用起来方便点. 把自己的BLOG帐号设置好,编辑好文章后,就可以直接PUBLISH了. 唯一的缺点,就是虽然他可以编辑文章的类别,但是还不可以编辑TAG..呵呵 不知道如果能把这个功能加上.
统计功能也就是Metrics,需要你在其网站上注册,不过我觉得注册是值得的,因为我觉得他的统计功能很好很全而且又是免费. Metrics可以根据浏览者(浏览者状态,地理位置,语言,浏览器,操作平台,分辨率),活动(观看的帖子,留言,发表的留言和类别)以及MARKETING (ADSENSE点击,搜索引擎,外部连接) P.S. 这个对我现在来说没什么用~希望以后可以好好用到这个功能
基本上我用的最多的是上边2个功能, 编辑和统计,他另外也集成了Page tools (technoriti的 俺是用不了…) 和 书签功能 (我用美味了 这个就算了)
另外 作为一个FF的扩展,他本身也可以再添加主题或者插件~比如FTP功能: 设置好以后可以方便上传图片,并在上传结束自动生成URL地址并复制到剪贴版.
以上,是我对Performancing的汇报总结,希望对大家有用~
firefox performancing status Web wordpress
January 6, 2007 at 10:59 pm · Filed under Deal, Web
刚刚从今天国外主机新闻观察 | BananaSkin看到的, Godaddy现在推出了Hot Deals!, 我也登陆过去看了看, .info的域名只要1.99+fee, 虽说国内也有亿诺中国
, 20块第1年,但是这不是GODADDY的有送域名注册信息保护服务嘛….俺还是老习惯,禁不住打折的诱惑,上网查查了英镑的汇率(GODADDY这点挺好,可以直接接受俺的英镑PAYPAL帐号,剩得俺换来换去钱都贡献给银行了.), 英镑最近又涨了~ 就这样,有了借口(拿英镑买东西值…)俺就又弄了几个.info的域名…恩 应该说投资 说不定眼光准以后还能升值呢~ 现在正在忙着设置, 好象GODADDY也是不支持泛域名? 待俺慢慢研究吧.
deal domain godaddy host PHP Web Web 2.0
January 6, 2007 at 4:26 am · Filed under PHP, Wordpress
Upgrading WordPress « WordPress Codex
翻译下我认为有必要的跟大家共享
Let us assume your blog has a URI like http://example.com/wordpress/.
假设你的blog地址是http://example.com/wordpress/.
The steps to a healthy upgrade are as follows:
Step 1: Backup Database Tables and Files including .htaccess
Here, the objective is to save the data, and your customizations
Step 1a: Save Data 备份数据
Use phpMyAdmin or other appropriate tools provided by your webhost, to backup the database used by WordPress.
用 phpMyAdmin 或其他工具来备份WP所用的数据库.
Step 1b: Save Customizations 备份定制内容
Basically, backup the files that you have changed or added since you installed the standard WordPress.
Use an FTP tool
to download a copy of all the files on the server, in the directory
where you installed WordPress, including the .htaccess files if you
have been playing with it. Backup at least the .htaccess file, the files used by your current theme (which will be in the /wp-content/ directory), the /wp-images/
directory with your uploaded images and files, any WordPress core files
that you modified to use some “hack” directory, and the wp-config.php file which contains your database username, password etc.
基本上,备份所有你改动过或新添加的内容. 用FTP软件整个WP目录内容都复制下来, 一定记得要包括.htaccess 如果你改动过他.
如果你懒的话,那至少你要备份.htaccess文件和你主题所用的文件 (应该在 /wp-content/目录里), /wp-images/中你上传的图片和文件,以及改动过的WP核心文件还有存有你数据库帐号密码的wp-config.php文件.
Step 2: Deactivate Plugins 哈 不知道中文改怎么翻译,就说成 使插件无效吧
Deactivate all the Plugins you use at the Plugin Management Page
( http://example.com/wordpress/wp-admin/plugins.php ). Some Plugins
might not work with WordPress 2.0.6, and that is why you want to
deactivate them all. This will ensure that you don’t end up with an
upgraded-but-broken installation of WordPress after the upgrade
process.
在插件控制页面使全部插件无效.这是因为有些插件可能在2.06中不工作.这可以使你避免升级不成功.
Step 3: Overwrite Files 覆盖文件
Get the latest and greatest WordPress (http://wordpress.org/download)
and upload it to the WordPress directory, overwriting all the files
that exist there. This will preserve your images and themes. What if
something goes wrong, you ask? Well, did you not create a backup of all
files in Step 1? You can fall back upon them in the worst case scenario. Deleting your old files on the server
and uploading the newer files from the new version you downloaded is an
alternative which will ensure that the files on the server have been
replaced for sure.
没啥说的 确认步骤1要求的备份都做好了 然后下载最新的WP升级就是了
Step 4: Run the upgrade script 运行升级脚本
Visit your blog’s Upgrade Page ( http://example.com/wordpress/wp-admin/upgrade.php ) and follow the instructions that are displayed.
传好后 到http://example.com/wordpress/wp-admin/upgrade.php 跟指令完成升级
Step 5: Reactivate Plugins one by one 一个一个重新激活插件
Awaken the monsters, one by one, at the Plugin Management Page ( http://example.com/wordpress/wp-admin/plugins.php ). Check if everything works as expected. There is a list of Plugins that are known to work with WordPress 2.0 here.
If some Plugins do not work, deactivate the plugin, then contact the
plugin author to encourage the author to upgrade the plugin.
There, that does it. 搞定~
Something went wrong, you say? No worries. Since you backed everything up earlier, restore the files and database tables you backed up, and this time, consider following the Detailed Instructions below.
更详细的升级说明可以看上边的这个连接.
TIP:我本身用的DREAMHOST的主机~ 所以备份时占了个便宜:直接进WEBFTP,把WP目录中全部内部生成到了一个ZIP文件中~很省事.不知道其他服务器是否有类似功能.
PHP upgrade wordpress 升级
January 6, 2007 at 12:46 am · Filed under Wordpress
GaMerZ.WordPress » Blog Archive » WordPress 2.0.6
I can not access the site of wordpress, but I got this news from another site. I am now trying to download the new code and replace the old one.
(I am using the Performancing ext. to publish this text, hope it works)
upgrade wordpress