Get Windows Live Hotmail in Mail.app

Start by opening up Mail and going to the Preferences. Click on the Accounts tab and create a new account by clicking on the plus (+) at the bottom. Enter your name, email address and password, then click continue to set the incoming mail settings. Enter the following:

Account Type: POP
Description: Hotmail (or whatever you like)
Incoming Mail Server: pop3.live.com
Username: Your email address
Password: Your password

In the next section, you should leave the Use SSL checkbox checked and Authentication as Password. For the outgoing mail settings, enter the following:

Description: Hotmail (or whatever you like)
Outgoing Mail Server: smtp.live.com
Check “Use only this server”
Check “Use Authentication”
Username: Your email address
Password: Your password

As before, leave Use SSL checkbox check and Authentication as Password.

事实上 Mail.app会自动识别并使用MSN POP, 基本上只要把第一个页面的输入用户名和密码, 其他会自动配置好.

MagicPrefs Makes Your Magic Mouse Cooler

MagicPrefs is a free menubar application which aims to improve the functionality and configuration options of the Apple Magic Mouse.

- It features the ability to bind a variable number of finger clicks, taps, swipes, pinch and other gestures to functions like Middle Click , Hold Down Both Mouse Buttons , Spaces , Expose, Dashboard etc.
- Touch Sensitivity implements a single point control for a number of factors impacting the algorithms of the taps, swipes, pinche and other gestures.
- Tracking Speed adds the ability to increase the maximum mouse speed by a extra 200%.
- Also featured is a real-time display of the fingers touching the surface of the mouse that you can enable to test and monitor the way the mouse sees fingers.

Download

Use badge at ICON

It is very easy to use badge at ICON like mail

[[[NSApplication sharedApplication] dockTile] setBadgeLabel:@”3″];

Here is an example to show how to use badge and change dock title or image.

http://developer.apple.com/samplecode/DockTile/listing5.html

MAC 加载 EXT2/EXT3

很多书上都写到了如何在mac里面加载NTFS格式的硬盘, 但是很少提到如何在mac里面加载ext3格式. 目前有两种方式.

1. 下载Mac OS X Ext2 Filesystem, 刚方法似乎在雪豹中无法使用, 或者在不久的将来就能被解决了, 这样就可以用linux里面的mount命令来挂载ext2格式的硬盘了, 注意ext3格式也是使用这个命令.

1. cd ~
2. mkdir linux
3. sudo mount -t ext2 /dev/disk1s11 ~/linux

2. 如果安装了MacFuse, 再安装 fuse-ext2插件就可以了, 不过这个在雪豹64位模式下无法使用, 只能在32模式下使用, 自动加载的linux卷宗是只读模式的, 如果需要可以模式那么需要推出该分区,然后通过命令行来挂载.

$ sudo /usr/local/bin/fuse-ext2 -v /dev/path /mnt/point -o debug

说明:

$ fuse-ext2 <device|image> <mountpoint> [-o option[,...]]
options:
ro : mount read only
force: mount read/write
allow_others: allow other users to access
debug: noisy debug output

雪豹之手写输入

雪豹出来也有一段时间了, 说说对雪豹特性之一的手写输入的一点看法.

打开手写输入, 需要在系统偏好里面进行设置, 也就说必须激活苹果内置的输入法, 目前支持手写输入的有两个: 简体中文和繁体中文, 但是两者不可以兼得.

快捷键是control+shift+ space. 因为在手写输入的时候会锁住触摸板, 所以需要快捷键进行激活和释放.

在繁体中文情况下, 如果输入简体则会在备选方案中体重简体所对应得繁体中文.

在简体中文情况下, 一般无法识别所输入的繁体字.

同时书写输入对写入的顺序很重要, 而不是我们所理解的只要这个字像就提供这个字, 他还根据笔画的顺序进行识别, 也就是说只有正确的书写这个字才能识别出来. 这点在苹果之前的几个产品上也有体现. 我不认为这是个好事, 因为很多汉字我们不能准确地知道笔画顺序. 不太理解为什么苹果需要这样一种设计, 难道是笔画顺序加字形识别可以提高速度?

这个是手写板的繁体
繁体

繁体模式下, 输入简体自动识别为繁体.
简体转繁体

简体倒笔画无法识别
简体倒笔画

简体模式下输入繁体不会转化为繁体.
简体不会转变为繁体

这次只选择了汉字”韦”来做测试, 没有选择其他字. 不知道其他字是不是也是这样子.

macbook合盖睡眠后 无法唤醒解决方案

发现很多人都出现mac book 合盖睡眠后 无法唤醒. 我也出现过几次

解决方案 在系统偏好->里面的节能器, 把和硬盘相关的选项(如有可能将硬盘休眠)不要打勾就可以了. 这样就可以解决这个问题了.

第一次是我的小白刚抱回来的时候, 那时网络不好, 也不知道怎么样重启, 居然使出了拔电池这一招.

还有几次都是休眠超过20个小时, 开盖无法唤醒.

目前本本经常休眠超过20个小时有时40多个小时也没有问题.