Our mother nature produces such beautiful scenes, yet at the same time can be so cruel as testified by the Chinese Earth Quake and Myanmar Storm.
I like photography, and I like photos that view this world from different angles.
Nothing compares to the following photograph which was taken with an X-ray enabled camera.
It shows an office building, you can even see someone kneeling there to fix a copier.
While I like this photo. I think the photographer is crazy. If I were in the building, I’d surely sue this redneck photographer.
Note the beautiful title bars you see in this blog.



They are on top of the blog, each time you reload the page, you get a different title bar.
I may write a post about these title bars and the stories behind them later, but today, I’d like to record how I can copy them quickly to the title bar directory from my Mac.
There are a few steps:
#!/bin/sh
#
infile=`echo $1|tr '"' '\"'`;
filename=`basename "$infile"`;
`/usr/bin/scp "$infile" username@mikezhang.com:/home/username/mikezhang.com/wp-content/themes/aura/headerimg/`;
base="http://mikezhang.com/wp-content/themes/aura/headerimg/";
echo "$base$filename" | perl -ne 's/ /%20/g; print';
To use the shortcut, select the newly created title bars, invoke QS, type “Current Selection..”, then “TAB”, then “Copy to”, the option called “Copy to Server” will show up, press Enter. It’s done.
Here is the newest addition:


Copyright Xiaoquan (Michael) Zhang, 2004-2007. All rights reserved.
All trademarks property of their owners.