Officials have not determined the source of the music or what it could portend, but they urge Americans to avoid deserted mansions, woods, and eerily quiet lake cabins (rated PG).
Actor David August's blog about everything that isn't news about his work nor about acting in Los Angeles or acting in Chicago.
Monday, August 31, 2009
Saturday, August 29, 2009
Redirecting Web Pages Using PHP
You can redirect the root level of your site http://www.example.com/ to a lower level webpage like http://www.example.com/directory1/directory2/filename.html ) in many ways.
One way to make such a redirection, if you have a Linux hosting plan with GoDaddy, is to make a text file named "index.php" and have the file contain:
<?php
//Redirect browser
header("Location: http://www.example.com/directory1/directory2/filename.html");
?>
Place it in the root of the "web/" directory in your hosting space and, barring a lot of complex configuration changes that may have been made previously, it should gentle redirect web visitors from http://www.example.com/ to http://www.example.com/directory1/directory2/filename.html .
Monday, August 24, 2009
Twitter Analysis Tools
Here are three useful sites for analyzing your tweets/twitter accounts:
- TweetStats - reveals frequency and timing of your twitter behavior
- TwitterFriends - examines how and who you connect with and converse with on twitter
- TweetEffect - shows what impact your tweets had on followers starting or stopping following you
These ought to be only used to organize the underlying realities of what you tweet. Getting lost in the numbers and graphs and forgetting it is about communication and people will not be good.
Tuesday, August 18, 2009
Friday, August 7, 2009
A Kinder, Gentler Philosophy of Success (flash)
Alain de Botton examines our ideas of success and failure - and questions the assumptions underlying these two judgments (rated PG).