
By Armand Niculescu on January 4, 2010
In case you think embedding fonts in web pages is something new, I made the first font embedding experiments in browsers in 1998. It was working – cross-browser too: Internet Explorer 4 and Netscape Navigator 4. See, EOT from Microsoft is quite old (introduced in 1996) and Netscape had their own format, called .pfr, based on the TrueDoc technology developed by Bitstream. So how comes that more than a decade later we still don’t have a fully working way of using custom fonts on the web?
Posted in CSS/Ajax, News | Tagged css, cufon, embedding, flash, fonts, typography

By Armand Niculescu on April 13, 2009
If you need to make collapsible panels that remember their state, but don’t want to use any javascript framework, this tutorial will help you do this with no headaches – and you’ll learn some neat javascript tricks too!
Posted in CSS/Ajax | Tagged ajax, animation, code, css, download, javascript, tutorial

By Armand Niculescu on October 30, 2006
I usually prefer a fixed layout for pages, because this allows for more control over typography, readability and so on.
Still, one of biggest clients specifically required two years ago their site to be built with a liquid layout that expands full-width; the whole site (about 2000 html and aspx pages) was eventually done this way [...]
Posted in CSS/Ajax | Tagged css, internet explorer, javascript

By Armand Niculescu on December 14, 2005
Whenever one builds a website, one issue is always guaranteed time consuming: highlighting the current page or section in the website with a different style.
In theory, this is relatively simple, just add a .current class to the link in question.
So, if you have a menu styled from a list, you’d have:
<ul>
<li><a [...]
Posted in CSS/Ajax | Tagged ajax, css, html, javascript