解决ubuntu9.10 firefox 3.6 字体发虚

今天发贱 感觉 主要是喜欢3.6 那个tab新开的位置

将 stable 的 firefox 源加了进来

https://launchpad.net/~mozillateam/+archive/firefox-stable

ppa:mozillateam/firefox-stable

更新之后 发现 字体发虚
……

寻找之后实践了 解决办法 (英文 界面 未实验中文)

参考

http://carlo-hamalainen.net/blog/?p=291

1
2
3
4
5
6
7
8
sudo rm /etc/fonts/conf.d/10-hinting-slight.conf
sudo rm /etc/fonts/conf.d/10-no-sub-pixel.conf
sudo ln -s /etc/fonts/conf.available/10-hinting-medium.conf /etc/fonts/conf.d/.
sudo ln -s /etc/fonts/conf.available/10-sub-pixel-rgb.conf /etc/fonts/conf.d/.
sudo dpkg-reconfigure fontconfig

# 补充 清理缓存
sudo fc-cache -f -v

原来的备份
lrwxrwxrwx 1 root root 31 2009-11-06 23:15 /etc/fonts/conf.d/10-antialias.conf -> ../conf.avail/10-antialias.conf
lrwxrwxrwx 1 root root 29 2009-11-06 23:15 /etc/fonts/conf.d/10-hinting.conf -> ../conf.avail/10-hinting.conf
lrwxrwxrwx 1 root root 36 2009-11-06 23:15 /etc/fonts/conf.d/10-hinting-slight.conf -> ../conf.avail/10-hinting-slight.conf

Posted in 未分类. Tags: . 评论暂缺 »

HostAdmin 轻松切换Host的Firefox插件

安装地址
https://addons.mozilla.org/zh-CN/firefox/addon/57795

简介
在web 开发中 ,通常会部署一个开发环境,然后将生产域名指向开发机。
这样就可以轻松的模拟生产环境。

不过开发人员会经常在几个IP间切换
编辑HOST然后等待DNS刷新 是一件让人头疼的事情

有了HostAdmin情况就不一样了
他可以帮你实时的修改Host文件
并马上刷新DNS

HostAdmin 如何分析Hosts文件
HostAdmin 目前仅支持 IPv4
他会分析hosts文件中的每行
如果是
IP 域名 #注释 的形式
他就会加入切换菜单 否则会被忽略
其中注释是可选的 不过加上注释之后你会在切换菜单中看到你的注释(最多能看到6个字 空格会被忽略)

使用HostAdmin切换Hosts
使用Firefox直接切换Hosts需要对Hosts有写权限
在Windows XP上这个运行很正常
不过在有UAC的 Vista/7 上就不是那么舒服了
如果 是Linux 可以让/etc/hosts 有w 权限(chmod o+w /etc/hosts)

手工切换Hosts
在不允许Firefox进程写Hosts文件时候
你可能需要手工切换Host
如果你手工编辑了Hosts文件
那么HostAdmin会发现这个动作 并且立即让Firefox更新DNS

使用意见
请发送到 farmer1992@gmail.com

Posted in 未分类. Tags: , . 评论暂缺 »

奇怪的firefox兼容问题

最近发现 淘包的 连接在 ubuntu 下 无法使用

windows上正常

无法理解

后来分西了下 发现 alimama 参和进来了

alimama使用 一个神奇的方法 统计连接

他判断浏览器是不是 Firefox 但是 Ubuntu 下Firefox 却叫 Shiretoko

所以当成IE来 处理 所以出现了问题

Posted in 未分类. Tags: . 评论暂缺 »

ubuntu 改用firefox3.5

可以使用 apt-get firefox-3.5 直接安装

问题是 他依赖 3.0 并且默认命令 firefox 启动的是3.0

$ which firefox 之后发现 仅仅能是个 符号链接

把它连到 which firefox-3.5 就可以了…

Posted in 未分类. Tags: . 评论暂缺 »

客服立功了

美丽的 声音魅力的 客服 MM们说

请你下载 火胡 浏览器 再试

bug 的 ie 和 懒惰的不想兼容 非W3C的 wd们

他们 给客服一个 美丽的解决方法

然后 ff 的 使用量 up up up

Posted in 未分类. Tags: . 评论暂缺 »

偷偷的3.07

firefox3.07偷偷的修正的鱼windows7的兼容问题
显示及面上的圆角正确显示出来了

Posted in 未分类. Tags: . 评论暂缺 »

优酷连接失败?

开始发现youku连接失败没注意
以为是网站维护 后来发现一直没好事

开始以为是flash10 不兼容 不过 这不大可能
突然发现 youku在可以同一台计算机的 ubuntu上运行
难道是 ……

草 最后发现是firefox 插件 冲突
recontrol 在forge的情况下根 youku冲突 ……昏

Posted in 未分类. Tags: . 1 条评论 »

Caret navigation

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In computing, caret navigation is a kind of keyboard navigation where a caret (also known as “text cursor”, “text insertion cursor”, or “text selection cursor”) is used to navigate within a text document. It is a fundamental feature for applications that deal with text, for example text editors, word processors and desktop publishing programs.

This kind of navigation is supported for example by the Mozilla-based web browsers, where it is referred as “caret browsing”. A shortcut key (F7) is assigned to toggle between caret mode and non-caret mode. In caret mode, a blinking caret appears within the webpage. User can then navigate the webpage using arrow keys.

The navigation is finer than spatial navigation and tabbing navigation (deals with hyperlinks only). It implies it is slower while more precise.

Posted in 未分类. Tags: , . 评论暂缺 »

Firefox 3 + Gladder

gladder-forFF3-%28hack%29-fx.xpi

打破帝国主义封锁 的好工具

Posted in 未分类. Tags: . 评论暂缺 »

firefox 3

用过rc1 感觉 bug挺多
不过速度相当惊人 开网页很快很快

正式版出来了 google toolbar也跟着升级了
基本没有什么障碍了

不过抵抗帝国主义封锁的 gladder 么 没有新版本

Posted in 未分类. Tags: . 评论暂缺 »