ubuntu,firefox,opera,css,javascript,xhtml,ui design,blog,geeks…
17 Feb 2006
opera(8212) 支持得最多..
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
17 Feb 2006
flickr and WEBIMAGER (wim.zip)(517KB) 截屏并发送到 flick,很不错的小软件。

16 Feb 2006
IE(sp2)和opera(
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
15 Feb 2006
比如写 Blog 的时候需要打开 firefox,filezilla,fireworks,editplus等,当然还要听着歌,不然没感觉…
把这些程序的快捷方式丢进一个文件夹,比如 quicklaunch。把快捷方式的名字都改短一些,后面要用到。如图

在该文件夹新建一个文本文件,内容参考下面
start firefox blog.guoshuang.com
start filezilla name:password@blog.guoshuang.com
start editplus
start flickr
start fireworks
start foobar “J:music2005″
改名为 blog.bat。为这个blog.bat 再建立一个快捷方式即可。执行 blog.bat 就会打开我的blog,连通 ftp,并且播放 music2005 目录中的歌曲…
放在桌面或者程序菜单或者任务栏的快速启动栏,随你便…你可以弄上几个 work.bat blog.bat 以及 web.bat 快速进入各自相关的工作环境,:)
via lifehacker
15 Feb 2006
15 Feb 2006
这个 Top-100 essential downloads of free software & freeware for Windows XP 列表很不错。
还有这个列表Neowin’s Freeware Alternative List也不错。
14 Feb 2006
http://www.listible.com/list/essential-tips-and-tricks-for-css
14 Feb 2006
类似的文章很多,但这篇有几个地方蛮有新意的。。
1. 关掉没用的服务,开始- 运行 – services.msc,双击服务名,选择手工或者禁用。下面是一些一般用不到的系统服务。
Alerter
Clipbook
Computer Browser
Distributed Link Tracking Client
Fast User Switching
Help and Support – (If you use Windows Help and Support leave this enabled)
Human Interface Access Devices
Indexing Service
IPSEC Services
Messenger
Netmeeting Remote Desktop Sharing (disabled for extra security)
Portable Media Serial Number
Remote Desktop Help Session Manager (disabled for extra security)
Remote Procedure Call Locator
Remote Registry (disabled for extra security)
Remote Registry Service
Secondary Logon
Routing & Remote Access (disabled for extra security)
Server
SSDP Discovery Service – (Unplug n’ Pray will disable this)
Telnet
TCP/IP NetBIOS Helper
Upload Manager
Universal Plug and Play Device Host
Windows Time
Wireless Zero Configuration (Do not disable if you use a wireless network)
Workstation
2. 关闭系统恢复还原,这玩意占空间。我的电脑 – (右键)属性 – 系统还原 – 勾选“在所有驱动器上关闭系统还原”- 确定
3. 整理 pagefile.sys 的文件碎片。最好是把 pagefile 放到另一块硬盘上(如果你有两块硬盘的话)。也可以用 PageDefrag 来整理 pagefile.sys(页面缓存文件)的碎片。
4. 加速文件夹访问速度 – 关闭最后访问时间跟踪( Last Access Update)
打开资源管理器时,xp 会更新所有(子)目录的最后访问时间戳,文件夹比较多时,会慢。可以在注册表中关掉它,开始 – 运行 – regedit,找到 “HKEY_LOCAL_MACHINESystemCurrentControlSetControlFileSystem,在右侧空白处,右键 – 新建 – DWORD 值 – 数值名称 NtfsDisableLastAccessUpdate 数值数据 1
5.关闭系统声音服务。
6. 加快系统启动速度。xp有个功能,能够把启动文件在硬盘上按顺序排列,减少硬盘寻道时间,从而加快系统启动速度。注册表编辑器 regedit 找到 “HKEY_LOCAL_MACHINESOFTWAREMicrosoftDfrgBootOpt imizeFunction” 在 右侧的 Enable 选择 “Y”
7. Improve Swapfile Performance
提高交换文件性能。
If you have more than 256MB of RAM this tweak will considerably improve your performance. It basically makes sure that your PC uses every last drop of memory (faster than swap file) before it starts using the swap file.
Go to Start then Run
Type “msconfig.exe” then ok
Click on the System.ini tab
Expand the 386enh tab by clicking on the plus sign
Click on new then in the blank box type”ConservativeSwapfileUsage=1″
Click OK
Restart PC
8. Make Your Menus Load Faster
提高菜单显示速度
This is one of my favourite tweaks as it makes a huge difference to how fast your machine will ‘feel’. What this tweak does is remove the slight delay between clicking on a menu and XP displaying the menu.
Go to Start then Run
Type ‘Regedit’ then click ‘Ok’
Find “HKEY_CURRENT_USERControl PanelDesktop”
Select “MenuShowDelay”
Right click and select “Modify’
Reduce the number to around “100″
This is the delay time before a menu is opened. You can set it to “0″ but it can make windows really hard to use as menus will open if you just look at them – well move your mouse over them anyway. I tend to go for anywhere between 50-150 depending on my mood
9. Make Programs Load Faster
程序预加载,搜索 prefetch 看以前的日志,了解 prefetech 工作原理。
This little tweak tends to work for most programs. If your program doesn’t load properly just undo the change. For any program:
Right-click on the icon/shortcut you use to launch the program
Select properties
In the ‘target’ box, add ‘ /prefetch:1′ at the end of the line.
Click “Ok”
Voila – your programs will now load faster.
10. Improve XP Shutdown Speed
加快关机速度
This tweak reduces the time XP waits before automatically closing any running programs when you give it the command to shutdown.
Go to Start then select Run
Type ‘Regedit’ and click ok
Find ‘HKEY_CURRENT_USERControl PanelDesktop’
Select ‘WaitToKillAppTimeout’
Right click and select ‘Modify’
Change the value to ‘1000′
Click ‘OK’
Now select ‘HungAppTimeout’
Right click and select ‘Modify’
Change the value to ‘1000′
Click ‘OK’
Now find
‘HKEY_USERS.DEFAULTControl PanelDesktop’
Select ‘WaitToKillAppTimeout’
Right click and select ‘Modify’
Change the value to ‘1000′
Click ‘OK’
Now find
‘HKEY_LOCAL_MACHINESystemCurrentControlSetControl’
Select ‘WaitToKillServiceTimeout’
Right click and select ‘Modify’
Change the value to ‘1000′
Click ‘OK’
via xp 中级加速技巧
相关文章推荐:
14 Feb 2006
opera 也推出每周 build 版本 – opera weekly build
The release of Opera 9 Preview 2 marks the start of a new tradition: The Weekly Builds. Every week until the final version of Opera 9 is ready, we intend to ship a weekly updated version of Opera 9 on this blog.
The goal is to further open up our development process to our devoted users and allow you to be more involved at an earlier stage than when we ship the next public beta.
The Weekly Builds are snapshots, they are not as thoroughly tested as a Technology Preview or a Public Beta. You should only use these builds if you are not afraid of losing data (e-mail, bookmarks, anything) or crashing your computer.
14 Feb 2006
最近的绝对是 listable
13 Feb 2006
注意:网友反映,可能会导致 IE 6 不能使用。请查阅此方法的升级版本 继续使用绿色IE7 的方法!!
IE 7 默认安装会把 IE6 升级,也就是说 IE 6 就没有了。要回到 IE6 只能 添加|删除程序 (显示更新)反安装。而我还需要 IE 6 来调试代码,郁闷…另外,安装IE7也需要微软正版验证(windows genuine )…
找到一个无须安装的绿色 IE7 使用方法:
1.下载官方 IE 7 beta IE7B2P-WindowsXP-x86-enu.exe
2.不要直接执行,用 winzip(我是7-zip)解压到一个目录中,比如 ie7 目录
3.打开这个文件夹,新建 – 文本文件,命名为 iexplore.exe.local,注意:不是 iexplore.exe.local.txt
4.在该文件夹内删除以下内容:
update目录下的全部文件
install.ins
spmsg.dll
spuninst.exe
spupdsvc.exe
5.直接运行该目录中的 iexplore.exe 即可。
注:我的 ie 6 sp2(xp sp2)和 win2k3都可以正常使用。据下面这篇文章,ie 6 sp1 可能会有问题,大约是删除注册表的相关项目即可。
以下为引用内容:
We have received scattered reports of users experiencing odd browser behavior after installing our most recent security update. Some of you have reported opening a browser window that promptly hangs IE, others have reported opening links that render blank, and finally we have reports of multiple windows opening when initiating a browser session. After investigating several of these reports, we have traced these issues to a common source.If a user has ever attempted to run IE7 Beta1 in an unsupported side-by-side configuration with a version of IE6, IE7 Beta1 puts a registry key on the machine the first time a user executes the IE7 version of IEXPLORE.EXE. This key is part of an normal IE7 installation on XP, and will not be configured correctly if an unsupported side-by-side install is used. When IE7 is installed using the installer, the key should be removed properly upon uninstall. A machine can also load this registry key and not remove it during a failed IE7 installation.
To address this issue on a machine running IE 6 SP1 with our most recent security update, locate and delete this entire key from the registry of the affected machine: HKEY_CLASSES_ROOTCLSID{c90250f3-4d7d-4991-9b69-a5c5bc1c2ae6}. If you are running IE7 Beta1 in a side-by-side scenario with another version of IE, this is not a supported scenario. Please uninstall and reinstall IE7 Beta1 in the recommended manner.
Thank you all for your blog comments reporting this incident. Your valuable feedback allowed us to locate this issue in IE7 Beta1 and investigate how to prevent the problem in future.
via IE December Security Update
有问题,可以尝试添加删除(显示更新组件)