This link has been bookmarked by 10 people . It was first bookmarked on 15 Mar 2008, by kaloma.
-
02 Aug 09
-
15 Jun 09
-
18 May 09
-
01 Aug 08
-
Being presented with more choices, even good ones, can hinder effective action. In one study, doctors couldn’t make a decision when a second promising drug showed up.
-
-
25 Jul 08
-
22 May 08
-
Sue BlimelyHere’s the code I used in sidebar.php to generate a list (<ul>, <li>) of popular articles: 2\n\n<?php\n query_posts('category_name=Popular&showposts=5');\n while (have_posts()) :\n the_post();\n?>\n <li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?> <?php comments_number('0', '1', '%'); ?></a></li>\n<?php\n endwhile;\n?>
-
03 May 08
-
14 Apr 08
-
11 Apr 08
-
15 Mar 08
-
28 Feb 08
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.