A simplified and well animated explanation of the credit crisis.
The Crisis of Credit Visualized from Jonathan Jarvis on Vimeo.
1 year ago
Not updated every weekday at noon
"My grandfather was a painter. He died at age eighty-eight, he illustrated Robert Frost's first two books of poetry and he was looking at me and he said, 'Harry, there are two kinds of tired: there's good-tired, and there's bad-tired.' He said, 'Ironically enough, bad-tired can be a day that you won. But you won other people's battles, you lived other people's days, other peoples agendas, other people's dreams and when it was all over there was very little "you" in there, and when you hit the hay at night, somehow you toss and turn--you don't settle easy.' He said, 'Good-tired, ironically enough, can be a day that you lost. But you don't have to tell yourself, 'cause you knew you fought your battles, you chased your dreams, you lived your days, and when you hit the hay at night, you settle easy--you sleep the sleep of the just, and you can say "take me away."' He said, 'Harry, all my life I've painted. God, I would've loved to be more successful, but I painted and I painted, and I am good-tired and they can take me away.'
Now, if there is a process in your and my lives in the insecurity that we have about a prior life or an afterlife and God--I hope there is a God. If He is-- if He does exist He's got a rather weird sense of humor, however. But let's just-- But if there's a process that will allow us to live our days and will allow us that degree of equanimity towards the end, looking at that black, implaccable wall of death, to allow us that degree of peace, that degree of non-fear, I want in."
& in the URL to %26 so the SweetCron GUI won't be angry at you. %26 back to &. You could enter the feeds directly into the database, but if you aren't used to doing that sort of thing (like me), you can do it this way. I use 1and1 hosting, so I logged into my customer control panel admin and clicked to MySQL administration. The "phpMyAdmin" button next to your SweetCron database takes you right where you need to go. From there's it's pretty easy to click on the "feeds" option in the left sidebar and edit what you need.
<?php elseif ($item->get_feed_domain() == 'google.com'): ?>
<div class="inner_container">
<p><a href="<?php echo $item->get_permalink()?>/<?php echo $item->get_name()?>"><?php echo $item->get_title()?></a></p>
</div>
<?php echo $item->get_permalink()?>/<?php echo $item->get_name()?> sort of gets the url of the item, so it's really like <a href="urlgeneratedbythatstuff.com">. All the <?php echo $item->get_title()?> is doing here is telling it what title to put in between the hyperlink tags.
<?php elseif ($item->get_feed_domain() == 'google.com'): ?>
<div class="inner_container">
<p><a href="<?php echo $item->get_permalink()?>/<?php echo $item->get_name()?>"><?php echo $item->get_title()?></a></p>
<p><?php echo word_limiter(strip_tags($item->get_content()), 30)?></p>
</div>
p.original_link a:hover, p.activity_image_text a:hover, li.item.google_com div.item_inner a:hover {
text-decoration: underline; color: #236B8E; font-size: 16px;
}
p.original_link a, p.activity_image_text a, li.item.google_com div.item_inner a {
text-decoration: none; color: #236B8E; font-size: 16px;
}
a is the link color and a:hover is the hover color. text-decoration here tells it to only display the underline during hover.
ul#activity_list li.item.google_com div.item_inner {
background: url(images/googback.jpg) bottom center no-repeat;
}
li.item.google_com div.item_inner a {
border: 1px solid #7698b7;
border-style: none none dotted none;
display: block;
padding-bottom: 5px;
margin-bottom: 5px;
}
yoursite.com/lifestream, make a directory for it and copy it all there. .htaccess. If it was invisible to you and it didn't copy, there are [instructions for making a new one]. If you're going to install SweetCron in a subfolder, make sure you account for that in the .htaccess file; you need to add the subfolder after the slash in the .htacces file so it looks like this: Rewrite Base /yoursubfolderhttp://www.your-site.com/ with your full site url. That trailing backslash is important so don't leave it off. :/tmp/mysql5.sock to make the whole string look like this:$db['default']['hostname'] = "pastedhostname:/tmp/mysql5.sock";http://yoursite.com/admin> or http://yoursite.com/subfolder/admin to run the install script..htaccess file:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php