Archive for the ‘Software’ Category
一周一软:TrayToolTipFix
Friday September 21, 2007我想大家都经常碰到系统通知区域、任务栏ToolTip无法正常显示这种情况。正常情况下,当你把鼠标指针移动到通知区域时,Windows会以Tooltip的形式显示一些信息。但是,有的时候你还发现Tooltip被任务栏遮住了,如下图所示:


最严重的情况是你根本看不到Tooltip信息。
这个问题最常见于Windows XP 和 Windows Server 2003。究其原因是因为Windows XP/Server 2003的BUG造成的,某些情况下,Tooltip 的Z 序错误导致任务栏窗口遮住了Tooltip窗口
解决方法有2个:
- 重启或者注销系统。
- 编写一个小工具,修复Tooltip的窗口属性。
重启或者注销的代价太大,于是 Smallfrogs 写了一个小工具叫TrayToolTipFix
TrayToolTipFix 是一个用于修复任务栏 Tooltip 内容被 Windows 任务栏遮住的工具,可以说是一个蛮实用的东西,推荐给大家。
软件界面截图:

软件下载地址:
- http://www.kztechs.com/traytooltipfix/traytooltipfix.zip
- http://download.kztechs.com/files/traytooltipfix.zip
我的常用软件列表
Saturday September 15, 2007windows平台下有很多非常喜欢的软件,这也是我一直不愿意完全转入linux平台的原因之一,这是我的一些常用的软件列表
- Total COmmander
Total Commander,目前功能最强的文件管理器,很多人将其简称为TC,这是我最喜欢的一个软件之一,开机第一次事就是启动TC,有时直接就把TC扔启动项里了

Continue reading »
Total Commander插件之F4篇
Friday September 14, 2007Total Commander,原名Windows Commander,是目前功能最强的文件管理器,易用性也很不错,很多人将其简称为TC 是我最常用的软件之一,入门相对高一点,但习惯后你就会发现离不开这个软件了
本篇blog并不打算介绍TC的用法,只是今天偶然看到朋友在论坛上推荐一个TC的插件,叫F4menu,而和此插件相类似功能的插件,就我知道的就还有两个,所以都试用一下,写篇用后感
介绍:
F4是Total Commander/TC编辑文件的快捷键,即调用指定编辑程序打开所选文件,然而,由于TC只允许为F4绑定一个编辑程序,因此它无法根据文件类型选择打开程序,更无法为同一类型选择不同的程序
解决此问题的TC插件,到目前为止,我知道的有三个,分别是ChoiceEditor, OpenFile4TC, F4Menu 他们的作用都大同小异,增强F4功能,按F4调用不同的程序打开不同的文件
之前我一直是使用ChoiceEditor,那就先说ChoiceEditor吧
ChoiceEditor
ChoiceEditor的一些资料和信息可以在这里查阅到我就不多说了,如图

这个插件是本人很喜欢的一个插件,使用也蛮久的,不过一直没有更新,目前的版本是1.95c,是在2004年更新的,点击下载
使用方法:
Live Writer在Wordpress中离线发布日志时tag和缩略名的解决办法
Monday September 10, 2007本文摘录自 Ha.Ckers.Cn
Tag问题的解决办法:
Tag插件 Ultimate Tag Warrior,UTW支持在文章中内嵌插件,在UTW的选项中将Embedded Tags打开即可,开启这个功能之后可以在文章中直接插入例如”[tag ]tag[/tag ]”、”[tags ]tag[/tags ]”这样的形式来直接嵌入tag,同时也可以用”[tags ]tag1,tag2,tag3[/tags ]”这样的写法一下插入多个tag。但是在最新版的UTW(3.14159265)中,如果直接在Wordpress后台中发日志的话,用以上方法还是有效,如果在Live Writer等离线发布工具中用同样的方法进行发布tag的话,就会失效,tag发布不了. 解决办法如下: 在UTW插件的ultimate-tag-warrior-actions.php文件中,把以下两条语句注释掉即可
1. if ( !wp_verify_nonce($_POST['utw-verify-key'], ‘utw’) ) return $postID;
1. if (!isset($_POST['tagset'])) return $postID; // if there’s no tags passed in anyway…
注: 这两语句在用wordpress自带的编辑器是不会导致问题发生, 因为 Ultimate Tag Warrior 3.14159265 自动会在网页中嵌入 utw-verify-key 和 tagset , 在发布文章时, 自然就能检测到,所以就不会在这里 return 了, 但离线编辑器可不会发送这两个参数, 从而导致在这两个地方自动退出, 而没有save tags。引发文章最初提到的问题。
缩略名问题的解决办法:
1、点击Live Writer中“查看”菜单项,选择“属性”,或者直接使用快捷键“F2”,如图一
2、在Live Writer底部出现的选项中,在“数据域”中填写你的文章缩略名即可,如图二
[tags]wordpress, microsoft, live writer[/tags]
自定义firefox空白页
Saturday September 8, 2007firefox的空白页默认什么都没有,不过现在可以安装一个 Stylish 插件,自定义空白页
创建自定义的样式
假定你已经安装好了Stylish插件(我使用英文版的firefox),点击状态栏上的图标,选择 Write Style,然后选择 Black Style, 如图

给所定义的style(样式)一个description(说明),并粘贴我在下面给出的内容,这样可以实现一个在中间有一张图片的自定义空白页
Continue reading »
推荐一软件:Beyond Compare
Friday September 7, 2007软件介绍
Beyond Compare 是一款优秀的文件及文件夹对比工具,程序内建了文件浏览器,方便您针对文件、文件夹、压缩包、FTP网站之间的差异对比及资料同步, 如图

软件使用技巧
1. 制作绿色版的Beyond Compare
Beyond Compare作为必备工具, 默认是把设置存放在系统注册表中, 每次重装系统以后还得再安装 一次, 感觉还是比较麻烦. 在官方的FAQ里面找到了解决方法.
先利用工具->导出设置, 将全部设置导出到一个zip包, 然后将包中的3个文件Prefs.xml, Rules.xml, Sessions.xml拷贝到BC程序目录中, 再把Prefs.xml改名成BC2.xml, 重启BC2就OK了, 这样会强制BC从当前目录读取设置, 省却了不少麻烦.
2. Beyond Compare 2关联EditPlus作为文本编辑器
BC2默认设置为系统的notepad, 不甚好用, 还是添加个EditPlus操作比较方便.
方法:
BC2 中选择菜单栏的工具->选项->打开方式->新建, 说明输入EditPlus好了, 命令行输入X:\Program Files\EditPlus 2\editplus.exe %f -cursor %l:0, 再设一个顺手的快捷键, 点击确定即可.
参考 kappa
my firefox plugin
Saturday September 1, 2007生成: Tue Jun 05 2007 14:38:04 GMT+0800 (China Standard Time)
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Build ID: 2007051502
启用扩展: [22]
- Adblock Plus 0.7.5.1 – 广告已成往事!
- All-in-One Gestures 0.18.0 – This extension allows you to execute common commands using mouse gestures, rocker navigation, scroll wheel navigation and page scrolling.
- Backgroundimage Saver 0.1.2 – Save or View Backgroundimages (even if they are protected by hiding behind transparent Gifs).
- CustomizeGoogle 0.60 – Enhance Google search results and remove ads and spam
- del.icio.us Complete 1.3 – del.icio.us is a social bookmarks manager. It allows you to easily add sites you like to your personal collection of links, to categorize those sites with keywords, and to share your collection not only between your own browsers and machines, but also with others.
- DOM Inspector 1.8.1.4 – Inspects the structure and properties of a window and its contents.
- Drag de Go 0.2.5 – 允许您使用拖曳手势来执行一些常用命令
- Fasterfox 2.0.0 – 对Firefox进行性能与网络优化
- File Title 1.2 – “Save as” title as default like in IE
- gladder 1.2.0.1 – Get over Great Firewall with Great Ladder!
- IE Tab 1.3.3.20070528 – 让 Firefox 也能内嵌 IE 用双核心!!!
- Locale Switcher 2.0 – Displays a menu item for switching the application locale.
- MediaWrap 0.1.6.3 – 播放 ActiveX 控件方式的网页内嵌媒体。
- MR Tech Local Install 5.3.2.3 – 便于本地安装扩展和主题的强大工具包 (zh-CN)
- PDF Download 0.8.1 – 允许您选择对PDF文件的操作:下载,以外部查看器查看或者以HTML形式查看!
- Personal Menu 3.0.4 – 取代一成不变的菜单,美化你的 Firefox!
- QuickRestart 1.1.0 – 在工具菜单增加一个“重启 Firefox”项。
- Right Encoding 0.2.2 – Adds the Character Encoding menu to the context menu.
- ScrapBook 1.2.0.8 – 帮助您保存和整理收藏的网页资料。
- Tab Mix Lite CE 2.0.1 – 轻巧便捷的标签式浏览辅助扩展。
- Thunder Extension 3.5 – Thunder downloader extension
- Yupoo一键上传 0.82 – 在线收藏您喜欢的图片到Yupoo
禁用扩展: [10]
- Cooliris Previews 2.3.9 – A simple and powerful way of navigating through Google search results and Google image searches! Cooliris was designed to be an ‘intuitive’ way of browsing
- Firebug 1.05 – Web Development Evolved
- FoxyProxy 2.5.3
- Gmail Manager 0.5.3 – Gmail accounts management and new mail notifications.
- keyconfig 20060828.1 – Rebind your keys.
- MinimizeToTray 0.0.1.2006102615+ – Minimizes Mozilla windows into the system tray
- NoScript 1.1.4.8.070523 – Extra protection for your Firefox: NoScript allows JavaScript, Java (and other plugins) only for trusted domains of your choice (e.g. your home-banking web site). This whitelist based pre-emptive blocking approach prevents exploitation of security vulnerabilities (known and even unknown!) with no loss of functionality… Experts will agree: Firefox is really safer with NoScript
- Tab Mix Plus 0.3.5.2 – Tab browsing with an added boost.
- Torbutton 1.0.4
- VideoDownloader 1.1.1 – Download videos from Youtube, Google, Metacafe, iFilm, Dailymotion… and other 60+ video sites ! And all embedded objects on a webpage (movies, mp3s, flash, quicktime, etc).
全部扩展: 32
已安装主题: [2]
- Azerty III 3.1.1 – Pretty and pleasant icons. Built to accompany Azerty ‘mail.
- Firefox (default)
已安装插件: (11)
- Adobe Acrobat
– Adobe PDF Plug-In For Firefox and Netscape - IE Tab Plug-in
– IE Tab Plug-in for Mozilla/Firefox - Java(TM) 2 Platform Standard Edition 5.0 Update 7
– Java Plug-in 1.5.0_07 for Netscape Navigator (DLL Helper) - Microsoft? DRM
– DRM Netscape Network Object - Mozilla Default Plug-in
– Default Plug-in - QuickTime Plug-in 7.1.3
– The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site. - RealPlayer Version Plugin
– 6.0.12.1739 - RealPlayer(tm) G2 LiveConnect-Enabled Plug-In (32-bit)
– RealPlayer(tm) LiveConnect-Enabled Plug-In - Shockwave Flash
– Shockwave Flash 9.0 r28 - Windows Genuine Advantage
– 1.7.0036.0 - Windows Media Player Plug-in Dynamic Link Library
– Npdsplay dll




