- JPSpan 2.0
One of my favorite AJAX frameworks has been and still is, JPSpan. But as it is, it does have a few minuses, which I've managed to eliminate.
- Does rel=nofollow work?
It's been almost an year now, since the search community introduced the
rel="nofollow"attribute. It was a ground breaking technique for spammers and not only, but the question is does it still work?- CSS Float and absolute bug
And when you thought nothing could amaze you any more, when you thought you've seen it all when it comes to CSS bugs... but wait there's more!
- Clearing floats into rows
When you have a lot of floats which you wish to style in a table-like manner, you will run into some trouble. We all know you shouldn't use floats to display tabular data, but if you want to create a palette of colors or some other kind of widget which needs this kind of styling, you will be tempted to use floats.- Table rows and CSS question
There comes a moment in a web designer's life where you need to display a table with tabular data on a public site, thus you have to style it to be friendly to the eye, but...