These are my links for Dezember 1st from 08 : 38 to 23 : 58:
- Working with Views | drupal.org – Views is a powerful query builder for Drupal that allows you to fetch and present lists and tables of content (posts/nodes) to the user in ways that are tailored to your site and your content. Whereas many of the existing tools to do this are more straightforward and easy to use, they also dictate the terms.
(tags: drupal views documentation module howto )
- Coffee tasting flavor wheel – Awesome!
(tags: coffee taste flavor visualization caffeine food science aroma espresso filetype:jpeg system:filetype:jpg system:media:image )
- Really Basic Maths – Interesting tidbits about a nice looking wordpress theme
(tags: wordpress theme article howto )
- What’s in a picture? The temptation of image manipulation — Rossner and Yamada 166 (1): 11 — The Journal of Cell Biology – It's all so easy with Photoshop1. In the days before imaging software became so widely available, making adjustments to image data in the darkroom required considerable effort and/or expertise. It is now very simple, and thus tempting, to adjust or modify digital image files. Many such manipulations, however, constitute inappropriate changes to your original data, and making such changes can be classified as scientific misconduct. Skilled editorial staff can spot such manipulations using features in the imaging software, so manipulation is also a risky proposition.
(tags: science image_manipulation manipulation photoshop image figure )
- Drupal Modules – Search, Rate, and Review Drupal Modules – Need help finding the right Drupal module? Try Module Finder, a powerful new tool that searches as you type! Filter modules by category, version, title, or keywords, and watch the results update in real time.
Want to see what other Drupal users think? Check out the top Drupal modules as ranked by rating or downloads, or just browse through the latest module reviews.
(tags: drupal module reviews reference directory )
Kategorienlinks Tags: aroma, article, auto-post, caffeine, coffee, delicious.com, directory, documentation, drupal, espresso, figure, filetype:jpeg, flavor, food & drink, howto, image, image_manipulation, links, manipulation, module, photoshop, reference, reviews, science, system:filetype:jpg, system:media:image, taste, theme, views, visualization, wordpress
These are my links for November 14th through November 18th:
Kategorienlinks Tags: article, auto-post, caldav, calendar, collaboration, delicious.com, email, flickr, folksonomy, freeware, gtd, images, links, linux, mac, management, metadata, opensource, photography, productivity, projectmanagement, socialsoftware, software, study, tagging, tags, theme, todo, tool, tools, toread, usability, web2.0, wiki, windows, wordpress
You know those moments where you have many ideas for blog posts, all at once? And, really, you would love to post them all — but publish them spaced out a bit better, just because you like to have a steady stream of posts out in your blog. You can delay the publication of a post in wordpress manually — just set a date in the future.
But is there a wordpress plugin that automatically schedules posts so that, for example, the time between two posts is 3 days?
Lazyweb? Lazyweb? Anyone?
As you may have noticed Ⅰ am redesigning the site a bit. In this little series Ⅰ will be posting some tips and tricks how certain things get done here.
You may have noticed the addition of a third column — or rather a second sidebar. This was done by utilizing a variant of k2 called „3 Column K2„. In these sidebars Ⅰ have chosen to actually use the widgets for adding and customizing stuff (rather than editing the source files as Ⅰ did in my previous attempts of adapting k2 to my needs).
Also you might find that little entry from my last.fm journal interesting. It got placed there via a php-widget with the following code (thanks to Jeriko One for the code):
<h2 class="widgettitle"><a href="http://www.last.fm/user/dekay/journal/"
title="Syndicate as RSS">last.fm journal</a></h2>
<span class="metalink">
<img src="http://www.last.fm/favicon.ico" alt="RSS" />
</span>
<?php require_once (ABSPATH . WPINC . '/rss-functions.php'); ?>
<?php $today = current_time('mysql', 1); ?>
<?php
$rss = @fetch_rss('http://ws.audioscrobbler.com/1.0/user/dekay/journals.rss');
if ( isset($rss->items) && 0 != count($rss->items) ) { ?>
<ul>
<?php
$rss->items = array_slice($rss->items, 0, 1);
foreach ($rss->items as $item ) {
?>
<li>
<a href='<?php echo wp_filter_kses($item['link']); ?>'>
<?php echo wp_specialchars($item['title']); ?></a> <br/>
<small>—
<?php echo human_time_diff( strtotime($item[’pubdate’], time())); _e(’ago’); ?>
</small><br/>
<?php echo _e($item['description']) ?>
</li>
<?php
}
}
?>
</ul>
The above source code display with all its color coding glory was produced by textmate, theme by Thomas Aylott — even though it seems not all color markups make it.
If anyone wonders why this blog has been reverted to plain k2: Ⅰ just upgraded to the current version of k2 (0.9.1) from the old beta 2… and some things broke. No matter, Ⅰ don’t feel like re-designing the site now, so here it goes… brand new k2, but just the plain old look.
Recent Comments