You want to use @font-face, then you realize it’s got some downsides. First of all, it’s another http request, and we know that the golden rule of web performance is to keep http requests to a minimum. Secondly fonts aren’t even small files, they can be 50k+ in size. Lastly the lag [...]
Posts Tagged ‘css’
@font-face Hacks
I’m going to make a bold prediction on the night before a certain web browser is scheduled gets an upgrade. @font-face (MDC) will change web design, but not just for typography. As I suggested a few days ago, to use a font on the web it needs to sit on a webserver so [...]
Printable Stylesheets To Save The Environment
Printing is a really wasteful process. The obvious waste is paper, ink, and of course money. The less obvious waste is the carbon footprint of printers and making paper/ink.
The internet is a notorious waste of paper. One could argue there’s no need for printing online content since you could easily save it [...]
Benchmarking And Testing Browsers
When people talk about open source they often talk about the products, not the process. That’s not really a bad thing (it is after all about the product), but it overlooks some really interesting things sometimes. For example open source tools used in open development.
A few months ago Jesse Ruderman introduced [...]
Pinch Hitting For CSS… SVG
I was thinking the other day about CSS shortcomings. CSS is good intentioned, and usable, but it’s also very unintuitive. It’s far from friendly to designers, and makes some simple tasks rather complicated (such as multi-column layouts, and vertical positioning). Of course CSS3 is coming, but is there some other way?
Gbrowser Redux
An interesting post on an allegedly new Googlebot. I’ve got no clue about the truth or accuracy of it, but the article thinks Googlebot is no longer a lynx like browser, but based on Mozilla. It would make sense, so Google can take better advantage of things like CSS, JavaScript. Perhaps it’s [...]
Really Busy
I’ve been really busy lately, hence posting is a bit light. I plan to pickup soon. I’ve been working on many things.
On a side note, switching programming languages (Visual Basic .NET, JavaScript, HTML, CSS, PHP, Perl) all in one day can be very confusing at times. I’ve been finding myself mixing up [...]
Opera 9.0 Tech Preview 2
For those interested (if you’re into browsers, you should be): Opera 9.0 Tech Preview 2 is out. The widgets look rather good. Very Apple like in quality, I’ve only looked a the ones by Opera. I assume we’ll see more soon. I really hope XULRunner will be used for such a [...]
CSS Hero
Stuff like this, and potentially this make me very eager to get a copy of CaScadeS II. Those are some very welcome features, that would save a ton of time. Especially if they can be done within Firefox.
One of the biggest caveats of CSS is that it’s such a pain to develop [...]