Iconize is a CSS file that uses… regular expressions (!) to improve links experience: for example, if a link points to a .pdf file, it shows a pdf icon after the link and so on.
It is so easy to modify it that even a CSS illiterate like me was able to give two new examples:
a[href [...]
this one liner (698) makes K2 able to show <span class="entry-tags"> only when it is necessary;
this one liner (699) makes K2 able to show the kind of gravatar selected on the back end.
This release uses the new feedproxy.google.com feed (thanks to Casey).
This release uses the new feedproxy.google.com feed (thanks to Casey).
The average reader of Darker Than the Deepest Sea is not someone who bought it choosing at random in a bookshop, knowing nothing about the life and the work of Nick Drake: their involvement ranges from mild fanatism to strong obsession… even though reading a book requires that the readers are able to move eyes [...]
In some way, a century after his birth, Aurelio Peccei is still standing.
Passing peak oil, skeptical people would say:
Sooner or later, we’ll reach again the past peak… it’s just a question of time.
Strictly speaking, it’s not possible to negate this statement but, thinking about it, I’ve started to wonder about another question:
What is the longest period in history between a local peak and its next greater or [...]
“very” and “unsound” are two common words but, using a search engine, I’ve just discovered that, not including “Fruit Tree”, their combined use is quite rare.
There are two ways to allow people to register directly to sub-blogs of Wordpress MU:
using the mu-plugin written by Nathan Kinkade;
changing wp-login.php (then calling it as wp-login.php?action=register).
The first way is cleaner, because it doesn’t hack the core: therefore it doesn’t lead you to have a patch to maintain but I wasn’t able to let it [...]
I think that newcomers need simple notes to use YCodaSlider.
First, include the required libraries:
jquery-1.2.6.pack.js
jquery-easing-1.3.pack.js
ycodaslider-2.0.js
then fire it up with a short script like this one:
YCodaSlider.Base.css(’style.css’);
jQuery(window).bind(”load”, function() {
jQuery(”div.ycodaslider”).ycodaslider({width : 540, sidebars : false});
jQuery(”div.ycodaslider”).width(540);
});