<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
   <channel>
      <title>China Doll</title>
      <link>http://www.hollymolly.net/</link>
      <description>a night writer pondering inside a urine-stained basement flat in Shanghai</description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Tue, 08 Apr 2008 18:04:17 +0000</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Streaming Music (PC to Hi-fi)</title>
         <description><![CDATA[<p>I have always wanted to own a <a href="http://www.slimdevices.com/pi_squeezebox.html">Squeezbox</a> so that I can stream my iTune collection to my Conrad Johnson tube amp for some quality playback while working/playing in front of my computer. As I have got used to using iTune, there is less and less incentive to switch on my hi-fi because I hate the idea to get up every so often to switch CDs. And of course, my Conrad Johnson cannot play or scrobble to <a href="http://www.last.fm/dashboard/">last.fm</a> &#8211; an excellent community for music fans and a top class personalized radio station.</p>

<p>You may call the setup laid out below as &#8216;The Poor Man&#8217;s Squeezbox&#8217; as it would be ideal for people who cannot afford a Squeezebox but still want to stream their music from a computer to their hi-fi or home-theatre sound system and to control the stream from any computers that have been hooked up to the home network (or internet if you want to make it accessible to the public at large).</p>

<p>First, my existing setup:</p>

<p>I have one desktop PC (let&#8217;s call it Bobby) and 3 laptops (let&#8217;s call them J, K &amp; E) for my 3 girls. They are all connected to a wireless home network thro&#8217; a Philips wireless router. We can play each other&#8217;s music collection simply by sharing the iTune library but control of song selections and playback remain with iTune itself, ie, if I hook up J to my hi-fi, I still have to get up and use the iTune (or whatever media player fancied) in J to select my song list, stop, pause or change its volume. It takes care of sharing but doesn&#8217;t get me any further in gaining control over what and how I would play my music. (just a side note here, Remote Desktop is possibly the simplest option but it tends to be an overkill because it takes over J completely and no one can use J once Remote Desktop takes over.)</p>

<p>Now, the &#8216;almost perfect&#8217; setup using <a href="http://www.slimdevices.com/pi_features.html">SqueezeCenter</a>:</p>

<p>Requirements: </p>

<p>1. a server (I use Apache which imho is far superior and easier to configure than <span class="caps">IIS </span>that comes with my XP Pro)<br />
2. perl<br />
3. MySQL<br />
4. SqueezeCenter<br />
5. A media player (I use iTune. Winamp, Windows Media or the default player incorporated in SqueezeCenter will all work equally well.)</p>

<p>The main task is to get a server, perl and MySQL installed. If you are using Linux or like me who already have Apache, Perl and MySQL setup, you are nearly 80% done. The setup of Apache, Perl and MySQL are very well documented elsewhere and there are many excellent <a href="http://www.ricocheting.com/server/">tutorials</a> to help you get them up and running in a Windows box with minimum fuss.</p>

<p>(SqueezeCenter will have its own instance of MySQL installed. This is one big improvement as <span class="caps">SQL</span>ite or any file base database will have a hard time storing a large music collection. For example, I have about 40,000+ songs and if I run <a href="http://amarok.kde.org/">amarok</a> (the top favourite player in Linux) with <span class="caps">SQL</span>ite, it will crash when importing my music library. It, however, works perfectly smooth when I use it with MySQL.)</p>

<p>Test to make sure that you can connect to localhost and run some perl scripts before installing SqueezeCenter.</p>

<p>SqueezeCenter is a daemon (or a media server if you like). It allows other computer to connect to it thro&#8217; a web interface. I install it in my desktop, Bobby for the reason that my main music collection is stored in several local harddisks there and it will make importing my iTune library a little faster. In practice, it does not really matter whether I install SqueezeCenter in Bobby, J, K or E. All I need is one SqueezeCenter installed in any one of the computers in the network.</p>

<p>My local <span class="caps">LAN </span>address of Bobby is 192.168.1.88, J is 192.168.1.89, K is 192.168.1.90 and E is 192.168.1.99. After SqueezeCenter is installed, open up your favourite browser and enter the address http://192.168.1.88:9000 if I am at Bobby or enter http://192.168.1.99:9000 if I am at E (you get the idea).</p>

<p>SqueezeCenter web interface will warn you that it cannot detect any player, you have 3 options (to be exact):</p>

<p>1. Buy a Squeezebox<br />
2. Use the default player (Read the entire warning message on the right pane if you are using the latest version of SqueezeCenter ver 7) and click on &#8216;SoftSqueeze&#8217; &#8211;  it will automatically install itself for you and is actually quite fun to play with as it emulates the actual Squeezebox using java. (Try this first as it saves you the trouble to open up a stream using your favourite media player. Once this is working, you can always switch to iTune or whatever.)<br />
3. Use iTune (or any other media players) to open up a stream http://192.168.1.88:9000/stream.mp3 at Bobby or similarly http://192.168.1.90:9000/stream.mp3 at K.</p>

<p>After Squeezebox is installed and the music library imported under &#8216;Settings&#8217; -&gt; &#8216;itune&#8217; in SqueezeCenter (bottom right corner), use the &#8216;select&#8217; button at the top right hand corner of SqueezeCenter to select a player. Assuming I have launched a player in Bobby, J, K and E, I should see 4 players appearing in the dropdown menu. I will have to select the one I will be using (This can be done in any one of the computers.)</p>

<p><a href="http://www.hollymolly.net/ca/img/squeezebox.JPG"><img alt="squeezebox.JPG" src="http://www.hollymolly.net/ca/img/squeezebox-thumb.JPG" width="420" height="336" /></a></p>

<p>Say, if I hook up K to my hi-fi, I&#8217;d select &#8216;itune at 192.168.1.90&#8217; from the dropdown menu, create a playlist or simply play any songs shown on the left pane. If one of my daughters wants to play some music thro&#8217; her laptop speaker using J in another room, she would select &#8216;itune at 192.168.1.89&#8217; from the dropdown menu.<br />
You can expand what SqueezeCenter can do using <a href="http://wiki.slimdevices.com/index.cgi?SlimServerPlugins">plugins</a>. Ver 7 is already budded with last.fm scrobbler and will scrobble to last.fm with minimum effort. Go to &#8216;Settings&#8217; -&gt; &#8216;Plugins&#8217; and enter your last.fm details there. It also allows using multiple identities. I installed only one plugin - <a href="http://open-net.vm.bytemark.co.uk/slimlyrics.html">Lyrics</a> is a handy tool to grab and display the lyrics of the current playing song in the left pane.</p>

<p>Finally, always take a look at &#8216;Settings&#8217; -&gt; &#8216;Players&#8217;. Here you will choose which last.fm identity you will use for a particular player and more importantly, the quality of audio stream. I use &#8216;highest&#8217; in my wireless <span class="caps">LAN </span>environment and have found no skipping. If connection is made over the Internet, this may have to be lowered or maintained at the default level (which is at 9, lowest).</p>

<p>There is a lot more you can play with Squeezebox. If I want to play my home music collection while I am at work (assuming no one is at home to launch my SqueezeCenter for me), I will need <span class="caps">SSH </span>server and client. But if I just want to share my collection to the world while I&#8217;m playing at home, I can do so by simply replacing my <span class="caps">LAN </span>address with my <span class="caps">WAN </span>address (or using <a href="http://www.dyndns.com/">dynamic dns</a>) and opening up the relevant port in my router. </p>

<p>Try this <a href="http://lastfm.mamafanfan.com:9000/">http://lastfm.mamafanfan.com:9000</a>. If I&#8217;m online, you should be able to see and play my music collection. First, remember not to mess with other players in the drop down menu. Choose your own player to configure (your player will assoicate with an IP address of yours) . Secondly, as I have limited bandwidth, if it gets too busy or I suspect abuses of the system, I will have to close down the server. Good luck and enjoy!</p>]]></description>
         <link>http://www.hollymolly.net/ca/2008/04/streaming_music_pc_to_hifi.php</link>
         <guid>http://www.hollymolly.net/ca/2008/04/streaming_music_pc_to_hifi.php</guid>
         <category>Web</category>
         <pubDate>Tue, 08 Apr 2008 18:04:17 +0000</pubDate>
      </item>
            <item>
         <title>Moving a Web Host to New Location</title>
         <description><![CDATA[<p>I have just completed relocating my web host account. It involved a number of blogs using <a href="http://www.movabletype.org/">Movabletype</a> (ver 3.2)., a photo gallery (<a href="http://gallery.menalto.com/">Gallery 1.5</a>), and a personal diary (<a href="http://wordpress.org/">Wordpress</a> 2.0) residing on my home server but making use of the <a href="http://www.mysql.com/">MySQL</a> server in my former web host.</p>

<p>The entire process was made easier as both my new and former hosts allowed shell access which enabled direct transfer of files from host to host. If I did not have shell access,  it would have taken me at least 3 times longer to complete the transfer involving an extra step in downloading/uploading to and from my computer.</p>

<p>This is to document the steps I took for the relocation. It is not only for my own reference but may also help those who are contemplating a similar move.</p>

<p>1. First, make a note of the following:</p>

<p>Existing Web Server (this can usually be found in the web host control panel  and is required because after the domain transfer becomes effective, it will no longer be possible to ftp using the domain name): web.old.com</p>

<p>Existing Web server: web.old.com</p>

<p>Existing MySQL server: mysql.old.com</p>

<p>Existing MySQL databases: db_1, db_2  &#8230;  etc</p>

<p>Existing MySQL users: user1, user2 &#8230;.  etc</p>

<p>New Web Server: web1.new.com</p>

<p>New MySQL server: mysql.new.com</p>

<p>2. Create domains in your new host. Note down the new <span class="caps">DNS </span>server.</p>

<p>These new domains will not become effective until changes are made in the Register. For example, hollymolly.com is registered in www.register365.ie. I will go to the register and update the <span class="caps">DNS </span>(typically in the form of ns1.xxxx.com, ns2.xxx.com).</p>

<p>It makes no difference whether to effect the change in <span class="caps">DNS </span>now or later after the entire transfer process is complete. If yours a busy site, do it after so that your site will remain accessible during the entire transfer process. Mine is not and I prefer to doing it right away as the change will take a few hours to propagate and my site will be up and running by the time the transfer is complete.</p>

<p>Doing it now will also enable logging onto MT control panel (in the new host) to make a few necessary adjustments by the time the transfer is done.</p>

3. Create databases in the new MySQL server using the same db names as per existing.<br />
<blockquote>
# mysql -u root -p<br />
mysql&gt; create database db_1;<br />
</blockquote>
4. Create the same set of MySQL users with corresponding privileges.<br />
<blockquote>
mysql&gt; grant all previleges to db_1 to user@yourhost identified by &#8216;password&#8217;;<br />
mysql&gt; flush previleges;<br />
mysql&gt; quit;<br />
</blockquote>
(if using phpMyAdmin, it can be configured to handle both your new and old MySQL servers from the same interface saving the trouble using two instances of phpMyAdmin, one for mysql.old.com and the other for mysql.new.com.  Just add $i++ with specific server configurations in config.inc.php.)

<p>5. Backup the existing databases.</p>

Logon to the existing shell web.old.com (<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTy</a> is an excellent <span class="caps">SSH </span>client to do this) .<br />
<blockquote>
mysqldump &#8212;all-databases -u root -p &gt; ~/db_backup.sql<br />
</blockquote>
This will create a text file db_backup.sql in your home directory. Leave this where it is for the moment.

<p>(it is possible to do the above thro&#8217; phpMyAdmin but take note of the size limitation imposed by it. The shell command is a lot easier.)</p>

<p>6. Backup the existing domain</p>

While still in the old shell account<br />
<blockquote>
tar -cvf domain1.tar ~/domain1.com<br />
</blockquote>

<p>This will compressed the entire content in domain1.com into a tar file domain1.tar. This file will be in your home directory. </p>

Repeat this with other domains as follow (replace domainXXX.com with the actual domain name):<br />
<blockquote>
tar -cvf domainXXX.tar ~/domainXXX.com<br />
</blockquote>

<p>7. Transfer and Uncompress the files</p>

<p>Logon to the new host web1.new.com</p>

At the shell:<br />
<blockquote>
ftp web.old.com  <br />
(use sftp user_name@web.old.com if possible. It is more secure. Many hosts are now phasing out ftp)<br />
</blockquote>

Enter user name and password as required.<br />
Make sure you are at the $HOME directory:<br />
<blockquote>
ls -l<br />
</blockquote>

Then<br />
<blockquote>
get db_backup.sql<br />
get domainXXX.tar<br />
</blockquote>
These will transfer all your backup files from the old host to the new host.<br />
<blockquote>
mysql -u root -p &lt; ~/db_backup.sql<br />
</blockquote>
This will import all your existing databases to the new MySQL server.<br />
<blockquote>
tar -xvf domainXXX.tar ~/domainXXX.com<br />
</blockquote>

<p>This will copy all the content in domainXXX.com to your new host (repeat for other existing domains as required).</p>

<p>Almost there. </p>

<p>There is no need to delete the backup files. Move them to a backup directory as they provide a valuable snapshot of your web sites at the time of the transfer.</p>

At shell,<br />
<blockquote>
cd ~/<br />
mkdir backup<br />
mv db_backup.sql ./backup<br />
mv domainXXX.tar ./backup<br />
</blockquote>
8. The following adjustments are Software Specific.

<p>a. Wordpress</p>

<p>Go to wordpress root directory (where you logon to wordpress) and edit wp-config.php using your favourite editor,</p>

The only line that need change is <br />
<blockquote>
define(&#8216;DB_HOST&#8217;, &#8216;mysql.old.com&#8217;);<br />
</blockquote>
Change this to <br />
<blockquote>
define(&#8216;DB_HOST&#8217;, &#8216;mysql.new.com&#8217;);<br />
</blockquote>
Databases name and user name remain the same as we have made them to be previously in step 3 &amp; 4.

<p>b. Movable Type</p>

<p>Edit mt-config.cgi</p>

Change<br />
<blockquote>
<span class="caps">DBH</span>ost mysql.old.com<br />
</blockquote>
To <br />
<blockquote>
<span class="caps">DBH</span>ost mysql.new.com<br />
</blockquote>

Change<br />
<blockquote>
TemplatePath /home/old path to your mt tmpl/mt/tmpl<br />
</blockquote>
To <br />
<blockquote>
TemplatePath /new path to your mt tmpl/mt/tmpl<br />
</blockquote>
** If using StaticWebPath for images, it needs attention as well to reflect the new filesystem path. 

<p>Logon to MT control panel (after <span class="caps">DNS </span>change became effective) and adjust the new site path under &#8220;Settings&#8221;.</p>

<p>c. Gallery</p>

<p>I took the opportunity to upgrade from Gallery 1.5 to the latest version 2.2.4.</p>

<p>Note down the albums directory. Install Gallery 2.2.4 in a new directory.</p>

<p>Towards the end of the Gallery 2.2.4 installation, there is an option to import existing albums. Importing existing albums by pointing to the albums directory.</p>

<p>Remap the old gallery url http://domainXXXX.com/gallery to point to the path of the new gallery 2.2.4 installation so that users accessing my old gallery 1.5 will automatically see the new gallery 2.2.4</p>

<p>d. Others</p>

<p>Some software may require a different version of php to run (for example, php4.4 instead of php5.0) or its own php.ini. Using a different version of php than the one provided by your web host or using a specific php.ini can be done:</p>

<p>Make a cgi-bin directory in the web-root directory if it does not already exist.</p>

<p>Copy  php5.cgi or php4.cgi to cgi-bin<br />
Copy php.ini to cgi-bin</p>

Add .htaccess to root:<br />
<blockquote>
Options ExecCGI<br />
AddHandler php-cgi .php<br />
Action php-cgi /cgi-bin/php.cgi<br />
</blockquote>

Change permission:<br />
<blockquote>
chmod 644 $HOME/domainXXX.com/.htaccess<br />
chmod 755 $HOME/domainXXX.com/cgi-bin<br />
chmod 750 $HOME/domainXXX.com/cgi-bin/php.cgi<br />
chmod 644 $HOME/domainXXX.com/cgi-bin/php.ini<br />
</blockquote>]]></description>
         <link>http://www.hollymolly.net/ca/2008/04/moving_a_web_host_to_new_location.php</link>
         <guid>http://www.hollymolly.net/ca/2008/04/moving_a_web_host_to_new_location.php</guid>
         <category>Web</category>
         <pubDate>Thu, 03 Apr 2008 17:11:45 +0000</pubDate>
      </item>
            <item>
         <title>Divine Performing Arts</title>
         <description><![CDATA[<p>People do not often <a href="http://en.epochtimes.com/news/8-1-17/64247.html">cry</a> when they attend a show. <a href="http://divineperformingarts.org/sy/">Divine Performing Arts</a> has staged a marvelous performance combining ballet and classical chinese dance - a showcase of humanity&#8217;s true cultural heritage.</p>]]></description>
         <link>http://www.hollymolly.net/ca/2008/01/divine_performi.php</link>
         <guid>http://www.hollymolly.net/ca/2008/01/divine_performi.php</guid>
         <category>General</category>
         <pubDate>Fri, 18 Jan 2008 13:34:07 +0000</pubDate>
      </item>
            <item>
         <title>Oh No They Did It Again</title>
         <description><![CDATA[<p>Stitching video and sound together is not something terribly difficult to do. This is a good example:</p>

<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/tmYNSVVjmsE&amp;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/tmYNSVVjmsE&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>

<p>Whether it&#8217;s due to a lack of professionalism or sheer incompetence, they <a href="http://www.guardian.co.uk/iran/story/0,,2239119,00.html">screwed it up</a> again by choosing the wrong sound. And this is the <a href="http://abcnews.go.com/Blotter/story?id=4115702&amp;page=1">official reply</a> from the Pentagon:</p>

<p>&#8220;We&#8217;re saying that we cannot make a direct connection to the boats there. It could have come from the shore, from another ship passing by. However, it happened in the middle of all the very unusual activity, so as we assess the information and situation, we still put it in the total aggregate of what happened Sunday morning. I guess we&#8217;re not saying that it absolutely came from the boats, but we&#8217;re not saying it absolutely didn&#8217;t.&#8221; </p>

<p>The movie production department in Pentagon seems to have made little progress since <a href="http://edition.cnn.com/2005/WORLD/meast/08/19/powell.un/">Colin Powell&#8217;s presentation</a> in the UN some five years&#8217; ago. A lack of budget?</p>

<p>Perhaps, neither the warship nor the 5 speed boats are more threatening than a <a href="http://www.last.fm/music/The+National/+videos/+1-0DVyRs6sKxk">Fake Empire</a>.</p>

<p style="color:#666666">Stay out super late tonight picking apples, making pies<br />
put a little something in our lemonade and take it with us<br />
we&#8217;re half-awake in a fake empire<br />
we&#8217;re half-awake in a fake empire</p>

<p style="color:#666666">Tiptoe through our shiny city with our diamond slippers on<br />
Do our gay ballet on ice<br />
bluebirds on our shoulders<br />
we&#8217;re half-awake in a fake empire<br />
we&#8217;re half-awake in a fake empire</p>

<p style="color:#666666">Turn the light out say goodnight<br />
no thinking for a little while<br />
lets not try to figure out everything it wants<br />
It&#8217;s hard to keep track of you falling through the sky<br />
we&#8217;re half-awake in a fake empire<br />
we&#8217;re half-awake in a fake empire</p>]]></description>
         <link>http://www.hollymolly.net/ca/2008/01/oh_no_they_did.php</link>
         <guid>http://www.hollymolly.net/ca/2008/01/oh_no_they_did.php</guid>
         <category>General</category>
         <pubDate>Fri, 11 Jan 2008 09:58:49 +0000</pubDate>
      </item>
            <item>
         <title>Album Art</title>
         <description><![CDATA[<p>I love album art - it used to be a significant element in an artist&#8217;s album release. It gives the artist an identity and is often used to convey ideas as to what may be found inside the album cover. But as the size of LP shrinks to CD and from CD reduced to thumbnails that come with the online download, album art has perhaps slowly but surely been losing its importance. The size reduction is also affecting album art as a art form as what apparently looks good in a LP size image may turn out to be terrible when it is zoomed out to 50&#215;50 pixels or a 160&#215;160 thumbnails. Here are some album art images for your enjoyment:</p>

<p>My all-time Top 5:</p>

<p>1. A Perfect Circle - Thirteenth Step   <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B0000AZJXQ"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
2. The Doors - The Best   <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000002H22"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
3. Derek &amp; The Dominos - Layla &amp; Assorted Love Songs   <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000002G87"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
4. David Bowie - Aladdin Sane   <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B00001OH7Q"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
5. Elton John - Goodbye Yellow Brick Road    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000001DQI"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon></p>

<p>My top 5 which I am not supposed to like but I do:</p>

<p>1. Kylie Minogue - 2 Hearts    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000W4HM32"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
2. The Black Crows - Amorica <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000009QP6"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
3. The Car - Candy-O    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000002GWX"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
4. Paula Cole - Courage    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000NO39EC"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
5. Madonna - True Blue    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B00005J6T0"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon></p>

<p>Top 5 Most Significant in my life:</p>

<p>1. Pink Floyd - Dark Side of the Moon    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000002U82"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
2. James Taylor - Mud Slide Slim and the Blue Horizon    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000002KDM"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
3. Fleetwood Mac - Rumours    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B000002KGT"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
4. Carole King - Tapestry    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B00000J2PH"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" border="0"></a></MTAmazon><br />
5. Bob Dylan - Highway 61 Revisited    <br />
<MTAmazon associateid="chinadoll-20" method="Asin" search="B0000C8AVR"><a href="<MTAmazonLink>"><img src="<MTAmazonMediumImage />" title="Highway 61 Revisited" border="0"></a></MTAmazon></p>

<p>Apart from Amazon, <a href="http://www.albumartexchange.com/covers.php">Album Exchange</a> is a good place to look for album covers.</p>]]></description>
         <link>http://www.hollymolly.net/ca/2008/01/album_art.php</link>
         <guid>http://www.hollymolly.net/ca/2008/01/album_art.php</guid>
         <category>General</category>
         <pubDate>Thu, 10 Jan 2008 14:27:04 +0000</pubDate>
      </item>
            <item>
         <title>Hallelujah</title>
         <description><![CDATA[<p><img alt="change1.jpg" src="http://www.hollymolly.net/ca/img/change1.jpg" width="475" height="341" /></p>

<p><a href="http://www.guardian.co.uk/china/story/0,,2198178,00.html">Chang&#8217;e 1</a> and the moon mission.</p>]]></description>
         <link>http://www.hollymolly.net/ca/2007/10/hallelujah.php</link>
         <guid>http://www.hollymolly.net/ca/2007/10/hallelujah.php</guid>
         <category>General</category>
         <pubDate>Wed, 24 Oct 2007 14:26:54 +0000</pubDate>
      </item>
            <item>
         <title>Who Is the Leader Of China</title>
         <description><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/jU_aw3SCUV8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/jU_aw3SCUV8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>]]></description>
         <link>http://www.hollymolly.net/ca/2007/10/who_is_the_lead.php</link>
         <guid>http://www.hollymolly.net/ca/2007/10/who_is_the_lead.php</guid>
         <category>General</category>
         <pubDate>Sun, 07 Oct 2007 15:18:45 +0000</pubDate>
      </item>
            <item>
         <title>Time After Time</title>
         <description><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/nW09gNfLyPc"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/nW09gNfLyPc" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>]]></description>
         <link>http://www.hollymolly.net/ca/2007/09/time_after_time.php</link>
         <guid>http://www.hollymolly.net/ca/2007/09/time_after_time.php</guid>
         <category>General</category>
         <pubDate>Wed, 19 Sep 2007 15:50:03 +0000</pubDate>
      </item>
            <item>
         <title>Whistleblowers</title>
         <description><![CDATA[<p>We do not have whistleblowers in China for we know damn well that if anyone dares to report irregular/unlawful conducts of government officials or employees of state firms, he or she will be punished openly and swiftly. The fear for the loss of jobs and family, imprisonment and/or even death will effectively stifle any dissents. </p>

<p><a href="http://www.forbes.com/feeds/ap/2007/08/24/ap4052736.html">Whistleblowers</a> only exists in a democratic country like America for they can rely on their <a href="http://en.wikipedia.org/wiki/United_States_Constitution">constitution</a> for protection. A <a href="http://www.forbes.com/feeds/ap/2007/08/24/ap4052736.html">must-read</a> for those who wish to gain a better understanding of how democracy works in the West.</p>

<p>Or is it simply the art of modern day looting?</p>]]></description>
         <link>http://www.hollymolly.net/ca/2007/08/whistleblowers.php</link>
         <guid>http://www.hollymolly.net/ca/2007/08/whistleblowers.php</guid>
         <category>General</category>
         <pubDate>Tue, 28 Aug 2007 08:59:04 +0000</pubDate>
      </item>
            <item>
         <title>Chinglish</title>
         <description><![CDATA[<p><a href="http://www.shanghaidaily.com/editor/">Shanghai Daily&#8217;s</a> blog has a recent entry about &#8216;Chinglish&#8217;. It is embarrassing to see all those &#8216;chinglish&#8217; signs. </p>

<p>Translation is more an art than an exact science except, of course, when we are interpreting inside a court room or dealing with legal/contractural documents. Had a small company doing translating for advertisements and product brochures back in 1984. The rate then (in 1984 money) was US$ 10 cents per word. So by translating &#8216;I am a good girl&#8217;  to &#25105;&#26159;&#19968;&#20010;&#21548;&#35805;&#30340;&#22899;&#23401; would make 50 cents.</p>

<p>Now, I may be just crazy. I will do some translations for free. Just email me any translations you wish to proof read to mamafanfan AT gmail.com. I really hate to see those embarrassing &#8216;chinglish&#8217;. I am sure we have many people here in China who can do a decent translation.</p>]]></description>
         <link>http://www.hollymolly.net/ca/2007/08/chinglish.php</link>
         <guid>http://www.hollymolly.net/ca/2007/08/chinglish.php</guid>
         <category>General</category>
         <pubDate>Wed, 01 Aug 2007 15:48:23 +0000</pubDate>
      </item>
            <item>
         <title>Frauenmangel</title>
         <description><![CDATA[<p>They thought they had found a new disease in eastern Germany - <a href="http://www.economist.com/printedition/PrinterFriendly.cfm?story_id=9407842">Frauenmangel</a>. And they apparently don&#8217;t know that the disease has been in existence here in China for the last two decades as we have been losing millions of girls through sex-selective abortions.</p>

<p>However, the effect of this disease is very different in eastern Europe and in China. The sex ratio imbalance will no doubt transform Europe as a a result of a rapid population decline in the east. But it is a zero-sum game there as what they have lost in eastern Germany (and eastern Europe as a whole) will only represent gains in the West. What we experience in China and what we have to face in the future is a permanent loss which, if no effective remedies are taken, may turn out a <a href="http://www.msnbc.msn.com/id/5953508">fatal disease</a> to our nation as a whole.</p>]]></description>
         <link>http://www.hollymolly.net/ca/2007/07/frauenmangel.php</link>
         <guid>http://www.hollymolly.net/ca/2007/07/frauenmangel.php</guid>
         <category>General</category>
         <pubDate>Sun, 08 Jul 2007 01:10:47 +0000</pubDate>
      </item>
            <item>
         <title>LIVE Earth</title>
         <description><![CDATA[<p><img alt="oriental pearl tower" src="http://www.hollymolly.net/ca/img/oriental%20pearl%20tower-thumb.jpg" width="250" height="333" /></p>

<p>Here at the Oriental Pearl Tower (the hightest in Asia and 3rd highest in the world), situated in the heart of Shanghai, the <a href="http://www.liveearth.org/">Live Earth</a> gig will kick off tonight at 6:30pm. The <a href="http://liveearth.org/wp-content/uploads/2007/07/fact-sheet-live-earth-shanghai.pdf">line-up</a> is surprising unattractive for an event such as this.</p>

<p>Live 8, in restropsect, was and still remains a joke. <span class="caps">LIVE</span> Earth, what do they expect to archive? Nothing much.</p>]]></description>
         <link>http://www.hollymolly.net/ca/2007/07/live_earth.php</link>
         <guid>http://www.hollymolly.net/ca/2007/07/live_earth.php</guid>
         <category>General</category>
         <pubDate>Sat, 07 Jul 2007 00:40:22 +0000</pubDate>
      </item>
            <item>
         <title>A Classic Case Study</title>
         <description><![CDATA[<p>As you have probably known by now, I love music, all kinds of music. When life was good, I used to buy about 10 CDs a week. Indeed, there weren&#8217;t that many new releases to satisfy my appetite for music - I actually ended up buying the same CDs a few times or buying releases from artists whom I had never heard of. Crazy indeed. There are still some CDs hidden somewhere in my basement which I bought but to which I had never listen. Even when life wasn&#8217;t that good, I still bought CDs although very selectively - one CD would cost me 2 days&#8217; wages.</p>

<p>Take a look at last.fm - merely a community for music lovers but is worth <a href="http://news.bbc.co.uk/2/hi/technology/6701863.stm">US$280 million</a>. The money-making potential for the musical industry, needless to say, is immense. But the irony is that, despite its potential, the record industry has been on a <a href="http://www.rollingstone.com/news/story/15137581/the_record_industrys_decline/print">rapid decline</a>. CD sales have plummeted sixteen percent last year and that&#8217;s after seven years of near-constant erosion.</p>

<p>Every <span class="caps">MBA </span>student will have to learn about <a href="http://en.wikipedia.org/wiki/Swot_analysis"><span class="caps">SWOT</span></a> in their 2nd year&#8217;s Strategic Management course and the record industry provides a vivid example of how an industry, despite its immense potential, is going down the ditch simply because they fail so miserably to react to the environmental changes. They have resorted to suing their valuable customers (in the name of privacy protection) and even to the low-class act of poisoning torrents (again in the name of fighting privacy) in order to protect their profits. For nearly 10 years, they stubbornly refuse to acknowledge that the only problem is that there are simply too much money for the middleman. For every single dollar we pay for each <span class="caps">CD, </span>over 95% goes to the middleman. The artists? They are only useful when the middleman needs them for their &#8216;Fight Against Privacy&#8217;. Big labels fail. Independent labels flourish. The greed of the middleman. <span class="caps">RIAA </span>has recently sued 23 individuals for sharing their music over the internet in Ireland - it was not the first case and it wouldn&#8217;t be the last but would it really help the record industry.  </p>

<p>The business model has changed. The artists can and will make money by working hard (in gigs) as any 3rd rated artists can make a perfect studio album given the technology we have. The record industry, instead of fighting the phony war against privacy should turn around and support music sharing as it will only improve ticket sales for concerts. The truth is: whether I have downloaded a CD has absolutely no bearing on whether I will eventually buy it.</p>]]></description>
         <link>http://www.hollymolly.net/ca/2007/06/a_classic_case.php</link>
         <guid>http://www.hollymolly.net/ca/2007/06/a_classic_case.php</guid>
         <category>General</category>
         <pubDate>Thu, 28 Jun 2007 19:22:58 +0000</pubDate>
      </item>
            <item>
         <title>The Forgotten War</title>
         <description><![CDATA[<p>Stunning photo-jouranalism about a forgotton nation.</p>

<p>A <a href="http://www.pillandpillow.com/msfCongo/mainEng.html">forgotten war</a> maybe, greed of the West for sure. It&#8217;s is still possible nowadays to buy thousands of acres of forest with a few bags of sugar and promises of building a few schools (a German firm just did it a few months&#8217; ago) - Raping and Plundering of Africa go on and people continue to die from easily curable and preventable diseases like malaria and measles.</p>]]></description>
         <link>http://www.hollymolly.net/ca/2007/05/the_forgotten_w.php</link>
         <guid>http://www.hollymolly.net/ca/2007/05/the_forgotten_w.php</guid>
         <category>Life</category>
         <pubDate>Thu, 17 May 2007 11:38:24 +0000</pubDate>
      </item>
            <item>
         <title>Threat</title>
         <description><![CDATA[<p><a href="http://angrychineseblogger.blog-city.com/"><span class="caps">ACB</span></a> is one of the few blogs I visit regularly. His informative writings give us a glimpse of the current affairs in China from the perspective of a foreigner who has been living in China for some time and who has a good grasp of the Chinese culture. That said, I was taken aback by a poll in his blog&#8217;s sidebar titled &#8216;The China Threat&#8217; &#8211;  it asks its readers to choose from a list of five items as to what they consider to be the biggest threat. The poll assumes that a threat does exist &#8211; a view seems to be prevalent only in America but not the rest of the world. It leaves no choices for those of us who perceive China not a threat but an opportunity.</p>

<p>Like all polls, I suppose &#8216;China Threat&#8217; shouldn&#8217;t be taken too seriously and in this spirit, my answers to <span class="caps">ACB</span>&#8217;s poll are as follow:</p>


<ol>
<li>Military: Chinese weapons will kill US citizens in a future war<br />
Unlikely as EU will soon lift its ban on arms sales to China. The Brits, French and Germans are all very eager to make some deals with China. And there is no certainty as regards what the American&#8217;s big defense contractors might do &#8211; they are <a href="http://www.fas.org/asmp/profiles/index.html">eager to sell</a> as well.<br />
It is not at all unlikely that in a future war, Americans will be killed by American weapons as already happening in Iraq.</li>
<li>Economic: Trade deficit/Cheap imports will ruin US manufactures.<br />
The cheap imports are largely from foreign owned factories taking full advantages of their cheap Chinese subcontractors.<br />
One easiest way to deal with these cheap imports and to protect its inefficient manufacturing sector is for the American to make outsourcing illegal &#8211; something they have refused to do for some reasons.</li>
<li>Politics: China will buy/bribe everybody until it replaces the US in terms of world influence.<br />
All I can think of is Leonard Cohen&#8217;s song &#8220;Be for Real&#8221;. Is it the way they conduct business inside the Beltway too? Buying influence.</li>
<li>Culture: Chinese cultural creep will destroy indigenous US culture.<br />
Not sure about this but it cannot possibly happen the other way around as the Chinese culture is time proven.</li>
<li>Genetics: Chinese will emigrate and procreate, breeding Whites out of the American gene pool<br />
Hard to compete with the African American and Latino in this area. A chocolate country for sure. The only uncertainty is how dark the chocolate will be.</li>
</ol>



<MTAmazon associateid="chinadoll-20" method="Asin" search="B0000028W9"><br />
    <p><a href="<MTAmazonLink>">
    <img src="<MTAmazonMediumImage />" align="left" border="0"></a><br clear="all" /><br />
<MTAmazonArtist><br />
CD: &#8220;<MTAmazonTitle>&#8221; <br />
Released: <MTAmazonReleaseDate format="%B %e, %Y"><br />
<span class="caps">ASIN</span>: <MTAmazonASIN><br />
</MTAmazon>]]></description>
         <link>http://www.hollymolly.net/ca/2007/04/threat.php</link>
         <guid>http://www.hollymolly.net/ca/2007/04/threat.php</guid>
         <category>General</category>
         <pubDate>Wed, 11 Apr 2007 14:14:05 +0000</pubDate>
      </item>
      
   </channel>
</rss>
