My Delicious Bookmarks (2008-08-31 – 2008-09-04)
Recent links posted to Delicious:
- Terminal Tips: Change Safari's history limit – The Unofficial Apple Weblog (TUAW) Limit to number of items:
defaults write com.apple.Safari WebKitHistoryItemLimit 2000
Limit to number of days:
defaults write com.apple.Safari WebKitHistoryAgeInDaysLimit 30
You can you can also use both commands to get both a day and an item limit. - The return of font embedding to the web? | Web Directions The first @font-face rule looks like this:
@font-face { font-family:"Fenwick"; src: url(fenwick.eot); }Next, we specify a second @font-face rule, for browsers that support TrueType file linking.
@font-face { font-family: "Matrix"; src: url(http://www.westciv.com/CSS3Tests/matrix.ttf) ;p { font-family: Fenwick, Matrix, san-serif; }
- Google's undocumented favicon to png convertor
- 10 Principles of the CSS Masters
- Higher-Order JavaScript
