November 25, 2007
dandelion seed dispersal *
here is now what i'm overall into. the premise behind the design is a simple way of organizing according to fractal, not to mention the minimal color. while searching for the perfect dispersal, you may notice it's sort of handcrafted with whatever silence. it's not only anonymously swaying in the breeze kind of afternoon, but also represents something like a microcosm in a glass bottle.
microscopic simulation of dandelion seed dispersal
posted by fuyubi @ 5:55 AM : show some love (0) | tb (0) |
November 13, 2007
how the world visits her dream *
with gutevolk i'm introducing a new weekly post to april snow. be sure to browse a snipped from noble and see if any of her albums with the very best ingredients available strike your fancy. maybe it’s come time for us to go buy some of them :
posted by fuyubi @ 12:25 AM : show some love (0) | tb (0) |
October 23, 2007
lessons in timeplot *
■ SLG . . . . . Slugging Percentage
■ OBP . . . . . On Base Percentage
■ AVG . . . . . Batting Average
ichiro's career in Japan & MLB
statistics as of oct. 2007
# a sequence of work steps
1. link to timeplot's javascript api code & csv file
2. add 2 event handlers to the body element
3. configure your plot by setting parameters in a script block ...
# sample code & 2 linx within
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="http://static.simile.mit.edu/timeplot/api/1.0/timeplot-api.js" type="text/javascript"></script>
<script type="text/javascript">
var timeplot;
function onLoad(){
var eventSource = new Timeplot.DefaultEventSource();
var timeGeometry = new Timeplot.DefaultTimeGeometry({
gridColor: new Timeplot.Color("#000000"),
axisLabelsPlacement: "top"
});
var valueGeometry = new Timeplot.DefaultValueGeometry({
gridColor: "#000000",
min: 0.1,
max: 0.6
});
var plotInfo = [
Timeplot.createPlotInfo({
id: "plot1",
dataSource: new Timeplot.ColumnSource(eventSource,1),
timeGeometry: timeGeometry,
valueGeometry: valueGeometry,
lineColor: "#aaffaa",
showValues: true
}),
Timeplot.createPlotInfo({
id: "plot2",
dataSource: new Timeplot.ColumnSource(eventSource,2),
timeGeometry: timeGeometry,
valueGeometry: valueGeometry,
lineColor: "#aaaaff",
showValues: true
}),
Timeplot.createPlotInfo({
id: "plot3",
dataSource: new Timeplot.ColumnSource(eventSource,3),
timeGeometry: timeGeometry,
valueGeometry: valueGeometry,
lineColor: "#ffaaaa",
showValues: true
})
];
timeplot = Timeplot.create(document.getElementById("my-timeplot"), plotInfo);
timeplot.loadText("test.txt", ",", eventSource);
}
var resizeTimerID = null;
function onResize(){
if (resizeTimerID == null){
resizeTimerID = window.setTimeout(function(){
resizeTimerID = null;
timeplot.repaint();
}, 100);
}
}
</script>
<title>april snow</title>
</head>
<body onload="onLoad();" onresize="onResize();">
<div id="my-timeplot" style="width:300px; height:150px;"></div>
</body>
</html>
posted by fuyubi @ 4:17 PM : show some love (2) | tb (0) |
October 15, 2007
fake or not fake *
to make sure, i have to say it's similar to rosas especially in the early 80's. just a plain, it's a fake contemporary dance with 4 cute girls. i mean nothing new, but cute. it's all right though i suppose. i'm kind of happy finally with the way this place looks ...
which do you like better, rosas or uniqlock?
posted by fuyubi @ 11:49 PM : show some love (1) | tb (0) |
September 30, 2007
lessons in lightbox *
posted by fuyubi @ 1:28 AM : show some love (0) | tb (0) |
August 25, 2006
"アナ・トレントの鞄" *
"アナ・トレントの鞄"
クラフト・エヴィング商會
¥1,785
usually ships within 24 hours
see other views
posted by fuyubi @ 11:52 PM : show some love (0) | tb (0) |
"手で作る本" *
"手で作る本"
山崎曜
¥1,575
usually ships within 24 hours
see larger image
posted by fuyubi @ 11:31 PM : show some love (0) | tb (0) |
April 16, 2006
sort by thumbnail *
for another perspective of this blog archives, i put a new template to the test. in short, it publishes recent entries sorted only by thumbnail. click here for more details.
http://aprilsnow.ciao.jp/blog/image.php
if you'd like to generate an image index like this, you have to use the simple plugin "MTGetsrcURL" to get an absolute path from each image tag and rewrite a part of its instructions properly, for it's currently impossible for this plugin to omit entries without images. now you can get the plugin and see its basic instructions here.
http://www.rickdom.com/mt3/archives/2005/08/index.html
at first, you should follow the same way to customize index version (see the latter one). next, delete all the tags representing a list of images and just replace it with either source code below. just as a side note, you should better use the php source code if the web server allows you to execute it.
# php ver.
<ul class="thumbnails">
<MTArchiveList>
<MTEntries category="">
<?php
$src = "<$MTEntryBody getsrcurl="1"$>";
if(strpos($src, ".jpg") != false || strpos($src, ".gif") != false || strpos($src, ".png") != false ){
echo '<li><a href="<$MTEntryPermalink$>" title="<$MTEntryTitle$>">' .
'<img src="<$MTEntryBody getsrcurl="1"$>" alt="<$MTEntryTitle$> image" height="50" />' .
'</a></li>';
}
?>
</MTEntries>
</MTArchiveList>
</ul>
# javascript ver.
<ul class="thumbnails">
<MTArchiveList>
<MTEntries category="">
<script type="text/JavaScript"><!--
src = "<$MTEntryBody getsrcurl="1"$>";
if(src.indexOf(".jpg") != -1 || src.indexOf(".gif") != -1 || src.indexOf(".png") != -1){
document.writeln('<li><a href="<$MTEntryPermalink$>" title="<$MTEntryTitle$>">');
document.writeln('<img src="<$MTEntryBody getsrcurl="1"$>" alt="<$MTEntryTitle$> image" height="50" />');
document.writeln('</a></li>');
}
//--></script>
</MTEntries>
</MTArchiveList>
</ul>
posted by fuyubi @ 1:21 AM : show some love (0) | tb (0) |
April 11, 2006
ajax chat *
"lace is a free, lightweight ajaxian communications engine written
in php, javascript, xhtml and css. lace takes advantage of
xmlhttprequest if it is present, and degrades gracefully if it is
not." by crisis averted!
also see the url below. it's my customized version of the external css.
now you may leave your bullshit at the door!? :P
http://aprilsnow.ciao.jp/lace/
in case it doesn't work just fine with your browser, please refer to the list below.
requirements : firefox, ie 5.5+, opera 8, safari
posted by fuyubi @ 5:24 AM : show some love (1) | tb (0) |
April 4, 2006
01:02:03 04/05/06 *
i'm waiting for the time to come ...
posted by fuyubi @ 5:26 PM : show some love (0) | tb (0) |
