<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Louis Li 's Blog</title><description></description><managingEditor>noreply@blogger.com (Louis Li)</managingEditor><pubDate>Thu, 5 Sep 2024 01:35:48 -0700</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">16</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://louisli86.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle/><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>1/1: On this day in history, transmission control protocol...</title><link>http://louisli86.blogspot.com/2008/01/11-on-this-day-in-history-transmission.html</link><category>Internet</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Tue, 1 Jan 2008 03:29:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-6514202627814457676</guid><description>&lt;div style="text-align: justify;"&gt;Did you know?  &lt;strong&gt;TCP/IP&lt;/strong&gt; is the basis of almost all Internet communication, and it was adopted by ARPANET on &lt;strong&gt;January 1&lt;/strong&gt; (if you don't know, ARPANET was the major foundation to the &lt;a href="http://en.wikipedia.org/wiki/Internet"&gt;Internet&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;Since the Internet is just a series of smaller networks, which are just series of computers, all the computers need to speak the same protocol (think of it as a language). This is where IP comes in:&lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;&lt;em&gt;IP&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;IP ensures that packets are routed to the right place. You can think of a packet as a package of information, and on this package IP holds information about the address and sender (note: your IP address, a number that identifies your computer online is contained in the IP portion of the packet).&lt;br /&gt;&lt;br /&gt;When you type in &lt;a href="http://www.facebook.com/"&gt;"http://www.facebook.com&lt;/a&gt;" you ask facebook's servers (computers) to show you its login page. However, your request must typically travel through 10 network nodes (routers) or more before finally reaching the facebook servers. &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;strong&gt;&lt;em&gt;TCP&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt; is a "protocol" built on top of IP (every TCP/IP packet has an IP portion). TCP's entire job is ensuring that the connection occurs in an organized matter. To understand TCP's purpose, let's reconsider the package analogy. Say you have to send a script over the "normal" snail mail, and for whatever reason you have to send it in 2 separate packages. This occurs in TCP/IP all the time. So, it's up to the receiver to arrange the individual packages into one whole package. TCP/IP connections have been handled with TCP/IP handshakes since January 1, 1983.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_A6BZGHtvkt8/R3nOYtBVrdI/AAAAAAAAAAg/X_PuKX0417Q/s320/480px-Al_Gore,_Vice_President_of_the_United_States,_official_portrait_1994.jpg" /&gt;&lt;br /&gt;Al Gore invented the Internet in 1994.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;strong&gt;The TCP/IP Handshake&lt;/strong&gt;&lt;br /&gt;Take a look at the confetti at the bottom of the Google logo, "SYN SYN ACK ACK." is part of the "TCP/IP handshake."&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;January 1, 83 TCP/IP&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;This article gives a more in-depth look at what TCP/IP is. It was established as an ARPANET standard on &lt;em&gt;January 1&lt;/em&gt;, 1983.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.yale.edu/pclt/COMM/TCP/IP:.HTM"&gt;TCP/IP:&lt;/a&gt; &lt;/p&gt;&lt;div style="text-align: justify;"&gt;&lt;blockquote&gt;&lt;p&gt;IP - is responsible for moving packet of data from node to node. IP forwards&lt;br /&gt;each packet based on a four byte destination address (the IP number). The&lt;br /&gt;Internet authorities assign ranges of numbers to different organizations.&lt;br /&gt;The&lt;br /&gt;organizations assign groups of their numbers to departments. IP operates&lt;br /&gt;on&lt;br /&gt;gateway machines that move data from department to organization to region&lt;br /&gt;and&lt;br /&gt;then around the world.&lt;br /&gt;TCP - is responsible for verifying the&lt;br /&gt;correct&lt;br /&gt;delivery of data from client to server. Data can be lost in the&lt;br /&gt;intermediate&lt;br /&gt;network. TCP adds support to detect errors or lost data and to&lt;br /&gt;trigger&lt;br /&gt;retransmission until the data is correctly and completely received.&lt;br /&gt;Sockets&lt;br /&gt;- is a name given to the package of subroutines that provide&lt;br /&gt;access to TCP/IP on&lt;br /&gt;most systems. &lt;/p&gt;&lt;p&gt;(Yale.edu)&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;p style="text-align: justify;"&gt;There are many layers built ontop of TCP/IP. And another protocol called UDP, which is predominatly used in games and other networking situations where low-latency is required is completely different.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;The major layers on top of TCP/IP are:&lt;/p&gt;&lt;p style="text-align: justify;"&gt;HTTP: Hyper Text Transfer Protocol (for requesting webpages)&lt;br /&gt;&lt;br /&gt;FTP: File Transfer Protocol (for uploading files to websites)&lt;br /&gt;&lt;br /&gt;SMTP and POP3: For sending (SMTP) and receiving (POP3) e-mail&lt;br /&gt;&lt;br /&gt;IRC: For chatting online&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="text-align: justify;"&gt;There are also many-non standard protocols built on top of TCP/IP. For instance, &lt;a href="http://www.aol.com/"&gt;AOL &lt;/a&gt;Instant Messenger uses a third-party protocol to transfer chat messages between clients!&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://3.bp.blogspot.com/_A6BZGHtvkt8/R3nOYtBVrdI/AAAAAAAAAAg/X_PuKX0417Q/s72-c/480px-Al_Gore,_Vice_President_of_the_United_States,_official_portrait_1994.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Khi co don em nho ai - China music</title><link>http://louisli86.blogspot.com/2008/01/khi-co-don-em-nho-ai-china-music.html</link><category>Chinese music</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Tue, 1 Jan 2008 03:02:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-1878340098877548187</guid><description>&lt;embed src="http://louisli86.googlepages.com/KhiCoDonEmNhoAi_China.swf" height="300" width="400"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>Building Websites with Joomla! 1.5 Beta 1</title><link>http://louisli86.blogspot.com/2007/12/building-websites-with-joomla-15-beta-1.html</link><category>Joomla</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Tue, 18 Dec 2007 06:23:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-6908930720537279312</guid><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSiXFdNWZhDLsne7grDqOgoxxY5bTgw3MhnGl_u6Cn1iSujWZ-lEU6Jk3wrHTUbGJWueVaE4a68BSHmZ-NQRofBFwzrtDM2ZFdeefONJuU9shjXJl5lBOkZXqEfsqiZgH3fhePDdYoPr4/s1600-h/joomla6.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSiXFdNWZhDLsne7grDqOgoxxY5bTgw3MhnGl_u6Cn1iSujWZ-lEU6Jk3wrHTUbGJWueVaE4a68BSHmZ-NQRofBFwzrtDM2ZFdeefONJuU9shjXJl5lBOkZXqEfsqiZgH3fhePDdYoPr4/s200/joomla6.jpg" alt="" id="BLOGGER_PHOTO_ID_5145318970868561266" border="0" /&gt;&lt;/a&gt;This book provides you with step by step instructions on working with Joomla! 1.5. This book not only covers the customization of Joomla! but also teaches you to create your own templates, components, and finally your own website. This book is based on beta 1.5 version and hence it is advisable not to use it for production server. The book does not aim to cover every feature of Joomla! nor is it a comprehensive guide to extending Joomla!.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSiXFdNWZhDLsne7grDqOgoxxY5bTgw3MhnGl_u6Cn1iSujWZ-lEU6Jk3wrHTUbGJWueVaE4a68BSHmZ-NQRofBFwzrtDM2ZFdeefONJuU9shjXJl5lBOkZXqEfsqiZgH3fhePDdYoPr4/s72-c/joomla6.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Building Websites with Joomla! v1.0</title><link>http://louisli86.blogspot.com/2007/12/building-websites-with-joomla-v10.html</link><category>Joomla</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Tue, 18 Dec 2007 06:18:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-8104681061560054740</guid><description>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI8VUWwBfUHSOBjnaTzH966ZMtZw2dRzFhw5-6oTyCWWUB8Tnx7-KIzNGWdPivm7hjCC5vgbiQvtDVEykfEs1r1_TAx_XXdrc642RsPNaqrH4f5sn0__QjYEMiFt4x9VTETC_7Dtovd_s/s1600-h/joomla5.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI8VUWwBfUHSOBjnaTzH966ZMtZw2dRzFhw5-6oTyCWWUB8Tnx7-KIzNGWdPivm7hjCC5vgbiQvtDVEykfEs1r1_TAx_XXdrc642RsPNaqrH4f5sn0__QjYEMiFt4x9VTETC_7Dtovd_s/s200/joomla5.jpg" alt="" id="BLOGGER_PHOTO_ID_5145317583594124642" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;This book is a fast paced tutorial to creating a website using Joomla!. If you’ve never used Joomla!, or even any web content management system before, then this book will walk you through each step in a friendly and accessible way. From installation, to initial set up and content entry and then on to customization for your own look and feel, this book will get you to a stable and working Joomla! based web site fast. You don’t have to be an experienced web developer or designer to get a great looking site with a full set of functions using this book and Joomla! This book will guide through every step.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI8VUWwBfUHSOBjnaTzH966ZMtZw2dRzFhw5-6oTyCWWUB8Tnx7-KIzNGWdPivm7hjCC5vgbiQvtDVEykfEs1r1_TAx_XXdrc642RsPNaqrH4f5sn0__QjYEMiFt4x9VTETC_7Dtovd_s/s72-c/joomla5.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Beginning Joomla!: From Novice to Professional (Beginning from Novice to Professional)</title><link>http://louisli86.blogspot.com/2007/12/beginning-joomla-from-novice-to.html</link><category>Joomla</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Tue, 18 Dec 2007 05:09:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-1081546202620048214</guid><description>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDDaHFG7oB_o3fSBQjX0rUbsKeyF8Tm4hKNnfp5-i1zCttLkWT56VweC5lgX_qwlHAnTmAjA_4kfMOaWjrx-pB-CHfBIpD8U-YQ6pqiYV291G4j8nqywYv3vYYC99y9UA1zRHkc36u47c/s1600-h/joomla4.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDDaHFG7oB_o3fSBQjX0rUbsKeyF8Tm4hKNnfp5-i1zCttLkWT56VweC5lgX_qwlHAnTmAjA_4kfMOaWjrx-pB-CHfBIpD8U-YQ6pqiYV291G4j8nqywYv3vYYC99y9UA1zRHkc36u47c/s200/joomla4.jpg" alt="" id="BLOGGER_PHOTO_ID_5145299871148995922" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Do you want the ability to manage documents, photos, and other content over the Web but don't want to shell out thousands of dollars in proprietary solutions? Want to create an online community for your hobby or user group? You're not alone. For thousands of like-minded around the globe, the answer is Joomla!, an open source content management system used to manage all sorts of data over the Web.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDDaHFG7oB_o3fSBQjX0rUbsKeyF8Tm4hKNnfp5-i1zCttLkWT56VweC5lgX_qwlHAnTmAjA_4kfMOaWjrx-pB-CHfBIpD8U-YQ6pqiYV291G4j8nqywYv3vYYC99y9UA1zRHkc36u47c/s72-c/joomla4.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Make a Joomla Template in 5 Easy Steps</title><link>http://louisli86.blogspot.com/2007/12/make-joomla-template-in-5-easy-steps.html</link><category>Joomla</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Tue, 18 Dec 2007 05:03:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-3053043954652489914</guid><description>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5oLpCmS1iG182lMbz4QHVLV_A3IvmaN_DLM41AJ5mOBsU7TFsJorabPboF4wxtPkndbMAFQXVD5Xf2LR7n42uk4kkGmPgxYgAQQOKXEwlamEbbkJW23MGtOpwhVItyPsUglImkcedVtU/s1600-h/joomla3.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5oLpCmS1iG182lMbz4QHVLV_A3IvmaN_DLM41AJ5mOBsU7TFsJorabPboF4wxtPkndbMAFQXVD5Xf2LR7n42uk4kkGmPgxYgAQQOKXEwlamEbbkJW23MGtOpwhVItyPsUglImkcedVtU/s200/joomla3.jpg" alt="" id="BLOGGER_PHOTO_ID_5145298080147633474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;A fantastic 91 page e-book detailing in 5 easy steps how to create your own Joomla template. Written for complete beginners and needing no expensive software or graphic design knowledge the e-book shows you how to create a Joomla template.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5oLpCmS1iG182lMbz4QHVLV_A3IvmaN_DLM41AJ5mOBsU7TFsJorabPboF4wxtPkndbMAFQXVD5Xf2LR7n42uk4kkGmPgxYgAQQOKXEwlamEbbkJW23MGtOpwhVItyPsUglImkcedVtU/s72-c/joomla3.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Professional Joomla!</title><link>http://louisli86.blogspot.com/2007/12/professional-joomla.html</link><category>Joomla</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Tue, 18 Dec 2007 04:49:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-4605513931749830051</guid><description>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBy5JYkO447S6dyJGhP_6Z36Zdg0E4ppzH83BwyBOU65NT2P7AsRwubhmqIHeq3c9h48AJwUfxIrfLWDGij6DAvFJBcgY-KpRYmKzm02ghI1e4mKVdf7NeXEzCef-JNLIpctKJCq5hGjA/s1600-h/joomla2.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBy5JYkO447S6dyJGhP_6Z36Zdg0E4ppzH83BwyBOU65NT2P7AsRwubhmqIHeq3c9h48AJwUfxIrfLWDGij6DAvFJBcgY-KpRYmKzm02ghI1e4mKVdf7NeXEzCef-JNLIpctKJCq5hGjA/s200/joomla2.jpg" alt="" id="BLOGGER_PHOTO_ID_5145294412245562674" border="0" /&gt;&lt;/a&gt;Professional Joomla walks the reader through Joomla, an open content management system that is rapidly growing in popularity. Readers will quickly advance from installation, integration, and set-up topics to digging into the underlying PHP and MySQL whose flexibility is driving the growth of the platform. Readers will explore load balancing, log tracking, and even search engine optimization. From a user standpoint, Joomla offers tremendous ease of use and simplicity. The elegant dashboard based upon the KDE interface allows content to be updated in minutes and data to flow freely from outside sources. Administrators and developers have he capability to customize virtually every aspect of the platform. For this reason extra attention is given to topics like plug-ins, the API, design and skinning, and integration with existing databases, websites, and web services.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBy5JYkO447S6dyJGhP_6Z36Zdg0E4ppzH83BwyBOU65NT2P7AsRwubhmqIHeq3c9h48AJwUfxIrfLWDGij6DAvFJBcgY-KpRYmKzm02ghI1e4mKVdf7NeXEzCef-JNLIpctKJCq5hGjA/s72-c/joomla2.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Joomla! 1.0 Content Management System Quick Start Guide</title><link>http://louisli86.blogspot.com/2007/12/joomla-10-content-management-system.html</link><category>Joomla</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Tue, 18 Dec 2007 04:36:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-6662172177638774464</guid><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx57g8cmyV_F97wkpTXbHDN_6a18yi1rWA94QknSFWyaDBZ6rLb3ogrQnCA6G1SdzbJcRcyVlie09URPk_-t7B4FaXA8gvVd_bOd91dJgmtMO7LX_fFBu_cJqJAHMBpZ7HHxLjLc6aHno/s1600-h/joomla01.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx57g8cmyV_F97wkpTXbHDN_6a18yi1rWA94QknSFWyaDBZ6rLb3ogrQnCA6G1SdzbJcRcyVlie09URPk_-t7B4FaXA8gvVd_bOd91dJgmtMO7LX_fFBu_cJqJAHMBpZ7HHxLjLc6aHno/s200/joomla01.jpg" alt="" id="BLOGGER_PHOTO_ID_5145291229674796322" border="0" /&gt;&lt;/a&gt;Greetings!&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;The Joomla! Web Content Management System (CMS) allows the content manager or author, who may not know HTML or any other programming language, to manage the creation, modification, and removal of content from their Website without needing the expertise of a Webmaster. The most important thing you need to know is that having a CMS is about using the web with purpose – for your business and your bottom line.&lt;br /&gt;&lt;br /&gt;The software behind the CMS takes the content that is entered and compiles it so that the Website is instantly updated. The features of Web CMS’s vary, but most include Web-based publishing, format management, revision control, and indexing, search, and retrieval functions.&lt;br /&gt;&lt;br /&gt;The Joomla! CMS has a wide range of features and layout options, and works with a huge range of modules and components to give you and your users extra functionality.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx57g8cmyV_F97wkpTXbHDN_6a18yi1rWA94QknSFWyaDBZ6rLb3ogrQnCA6G1SdzbJcRcyVlie09URPk_-t7B4FaXA8gvVd_bOd91dJgmtMO7LX_fFBu_cJqJAHMBpZ7HHxLjLc6aHno/s72-c/joomla01.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Web 2.0 Logos</title><link>http://louisli86.blogspot.com/2007/12/web-20-logos.html</link><category>Designers</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Mon, 10 Dec 2007 09:43:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-4990333176453682585</guid><description>&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;Web 2.0 Logos - part I&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6uyRHlfLVbfAlyaS5NEp6Bcv_T3hgpc7p_cx4eT04ko0n48gCruO3mNfP1hyphenhyphenV6fs4c1avMh5j2ZVtUIAYtEtDlzXMW5Qr0nL-8f3_lytpCgu0MGTPbKjha7KABVK8bgiVpmlCV3yrRPE/s1600-h/web20-01.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6uyRHlfLVbfAlyaS5NEp6Bcv_T3hgpc7p_cx4eT04ko0n48gCruO3mNfP1hyphenhyphenV6fs4c1avMh5j2ZVtUIAYtEtDlzXMW5Qr0nL-8f3_lytpCgu0MGTPbKjha7KABVK8bgiVpmlCV3yrRPE/s400/web20-01.jpg" alt="" id="BLOGGER_PHOTO_ID_5142401818373476418" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Web 2.0 Logos - part II&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIFs14-H-DOGI_aERbYY1YlJaVQ7W8q54yoId0nEEvQGEw3K8feeLUgzg2ZdO8RTniT_s5u6YFdxlhScoEtvz-6ALx7ox_28YlNzqCO7hWKmxI3MBDiKMw-sCwEz9YgudYEoas5HtdnEU/s1600-h/web20-02.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIFs14-H-DOGI_aERbYY1YlJaVQ7W8q54yoId0nEEvQGEw3K8feeLUgzg2ZdO8RTniT_s5u6YFdxlhScoEtvz-6ALx7ox_28YlNzqCO7hWKmxI3MBDiKMw-sCwEz9YgudYEoas5HtdnEU/s400/web20-02.jpg" alt="" id="BLOGGER_PHOTO_ID_5142401646574784562" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Chinese Web 2.0 Logos&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIqPny-I8R92tW0OsBzWdO_j6AYmhZjm7Cev0zHr1ECXzft5uaibB1uA3WGVkVJWEIoV2DMl_QI-8L5aE7aHupzlEhFm8ZlmMRp3G1aCFXnv9ljRjuF7CJsk3xyWqryiGugz0R9Tt6JrI/s1600-h/web20chinese.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIqPny-I8R92tW0OsBzWdO_j6AYmhZjm7Cev0zHr1ECXzft5uaibB1uA3WGVkVJWEIoV2DMl_QI-8L5aE7aHupzlEhFm8ZlmMRp3G1aCFXnv9ljRjuF7CJsk3xyWqryiGugz0R9Tt6JrI/s400/web20chinese.jpg" alt="" id="BLOGGER_PHOTO_ID_5142401431826419746" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6uyRHlfLVbfAlyaS5NEp6Bcv_T3hgpc7p_cx4eT04ko0n48gCruO3mNfP1hyphenhyphenV6fs4c1avMh5j2ZVtUIAYtEtDlzXMW5Qr0nL-8f3_lytpCgu0MGTPbKjha7KABVK8bgiVpmlCV3yrRPE/s72-c/web20-01.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>fabiofco's</title><link>http://louisli86.blogspot.com/2007/12/fabiofcos.html</link><category>Google photos</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Mon, 10 Dec 2007 09:10:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-8245205143844161509</guid><description>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw8ASDR29t2kl0E36Tcr_84xsep2IwIJeaSopv5JbeZ63nu2-OLMcXwK8lMo7pN7o8vlXObrKQwlUhsvSAnf4QokOkmjeWIJeWwwbOIiJOlv-OnzhFOS3U2wEXIejWH6WCOrt4fHXi34M/s1600-h/Google+facility.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw8ASDR29t2kl0E36Tcr_84xsep2IwIJeaSopv5JbeZ63nu2-OLMcXwK8lMo7pN7o8vlXObrKQwlUhsvSAnf4QokOkmjeWIJeWwwbOIiJOlv-OnzhFOS3U2wEXIejWH6WCOrt4fHXi34M/s400/Google+facility.jpg" alt="" id="BLOGGER_PHOTO_ID_5142393490431889426" border="0" /&gt;&lt;/a&gt;Google´s facility &lt;a href="http://www.flickr.com/photos/fabiofco/2100490075/in/photostream/"&gt;&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpN1atq2NWAPIzhv9qrOJwpU61Zu1m1c6aGpXJMswmyDwRhOlcjmg1hIKkQuKkhqMrQQsiObjcNy8neKSSPX_R2gQuplc7vup-WWKUS-zEEJTnWLHZwRzInfA403zfmq3s8wvfbFXFwNg/s1600-h/Advanced+research.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpN1atq2NWAPIzhv9qrOJwpU61Zu1m1c6aGpXJMswmyDwRhOlcjmg1hIKkQuKkhqMrQQsiObjcNy8neKSSPX_R2gQuplc7vup-WWKUS-zEEJTnWLHZwRzInfA403zfmq3s8wvfbFXFwNg/s400/Advanced+research.jpg" alt="" id="BLOGGER_PHOTO_ID_5142393026575421442" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;&lt;span&gt;Advanced research - Pesquisa avançada &lt;/span&gt;&lt;a href="http://www.flickr.com/photos/fabiofco/2073294201/in/photostream/"&gt;&gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw8ASDR29t2kl0E36Tcr_84xsep2IwIJeaSopv5JbeZ63nu2-OLMcXwK8lMo7pN7o8vlXObrKQwlUhsvSAnf4QokOkmjeWIJeWwwbOIiJOlv-OnzhFOS3U2wEXIejWH6WCOrt4fHXi34M/s72-c/Google+facility.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Jay Chou - Twilight's Chapter 7</title><link>http://louisli86.blogspot.com/2007/12/jay-chou-twilights-chapter-7.html</link><category>Chinese music</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Mon, 10 Dec 2007 08:29:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-502506382432470221</guid><description>&lt;div style="text-align: center;"&gt;&lt;iframe allowfullscreen='allowfullscreen' webkitallowfullscreen='webkitallowfullscreen' mozallowfullscreen='mozallowfullscreen' width='320' height='266' src='https://www.blogger.com/video.g?token=AD6v5dwX8W3lLFflxx1k_xTCnM7haCn1byKQ4IIlr7eFFNbU16kGNBatrIjICfeyUrstDsKDd7M1uM3t2tLMzol_4g' class='b-hbp-video b-uploaded' frameborder='0'&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><enclosure length="0" type="video/mp4" url="http://www.blogger.com/video-play.mp4?contentId=2d5e39413622cacb&amp;type=video%2Fmp4"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><itunes:explicit>no</itunes:explicit><itunes:subtitle/><itunes:author>noreply@blogger.com (Louis Li)</itunes:author><itunes:summary/><itunes:keywords>Chinese music</itunes:keywords></item><item><title>浪費資源</title><link>http://louisli86.blogspot.com/2007/12/blog-post.html</link><category>Chinese</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Mon, 10 Dec 2007 08:10:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-8166855045285499744</guid><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPwd7E_6FIco0rQaFARmxsHKZMBol8AT-lYuLcs8s9XmB5ki5M2MGNRgh9HnAHrnsM4a5ZtphTg07iRCbrS9MYN4TFsfN6G77lGnWNPInsXO7i9dfJbFpBfxuVZeP42yII7F9qUvjz93c/s1600-h/01.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPwd7E_6FIco0rQaFARmxsHKZMBol8AT-lYuLcs8s9XmB5ki5M2MGNRgh9HnAHrnsM4a5ZtphTg07iRCbrS9MYN4TFsfN6G77lGnWNPInsXO7i9dfJbFpBfxuVZeP42yII7F9qUvjz93c/s400/01.jpg" alt="" id="BLOGGER_PHOTO_ID_5142378045729492962" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH821u2FK3D4A2Ex7bceag_ws2jPlAtflsPSBALEQrtnwk4KZPm6RrknpM0bnObkAJ1UUT1srcUWu3DFpF6kEBWzGwJGAG3QrnusMJSE3VxahZnFGdIzIPSFAELcFzZMNE5iU_RbiI8LE/s1600-h/02.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH821u2FK3D4A2Ex7bceag_ws2jPlAtflsPSBALEQrtnwk4KZPm6RrknpM0bnObkAJ1UUT1srcUWu3DFpF6kEBWzGwJGAG3QrnusMJSE3VxahZnFGdIzIPSFAELcFzZMNE5iU_RbiI8LE/s400/02.jpg" alt="" id="BLOGGER_PHOTO_ID_5142377959830147026" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfQoNw_io_opbuxbuYoR-Xor3B8BwB0CZKGNrPdIQci5pipnb-H5Q8nlnN-44bt5AdohcCmi70pDG-IU0hS1fgMzcI043e1rtiBuO_6eb9JC0vHuvdiwx6vqj0lFc9CF_Kbyfyo4GHg1U/s1600-h/03.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfQoNw_io_opbuxbuYoR-Xor3B8BwB0CZKGNrPdIQci5pipnb-H5Q8nlnN-44bt5AdohcCmi70pDG-IU0hS1fgMzcI043e1rtiBuO_6eb9JC0vHuvdiwx6vqj0lFc9CF_Kbyfyo4GHg1U/s400/03.jpg" alt="" id="BLOGGER_PHOTO_ID_5142377843866030018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;真是每一天都有令人驚喜萬分的新奇事情，只要你多加留意，&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;再花一點時間去思考，就會發現更多。&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt; &lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;最近又看到一篇有關環保的新聞，而重點就是離婚竟會對環境做成破壞！&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;據研究指出，道理其實十分簡單，就是因為原本的家庭一分為二，&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;做成浪費資源，令到土地、食物、能源的消耗增大。&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt; &lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;一家人同住一屋，冷氣、暖氣、雪櫃、電視、煮食爐都是大家共用的，&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;絕對是有益於環境，但相反兩人分居後，就必須多用一間屋，&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;所有以往共用的傢俬都要多出一組，一切資源都會消耗更多……&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);font-family:arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;實在是簡單的道理，卻也因為太簡單而令人有所忽略。&lt;/span&gt;&lt;/p&gt;&lt;p face="arial" style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);" class="MsoNormal"&gt; &lt;/p&gt;&lt;p face="arial" style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;我不禁在想，若大家已長大或成人搬離父母自己獨居，&lt;/span&gt;&lt;/p&gt;&lt;p face="arial" style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0);" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;又是否要計算在浪費資源之上呢？&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0); font-family: arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;畢竟，每人年輕的時候，也總希望有一段獨自生活的經歷呢！&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0); font-family: arial;" class="MsoNormal"&gt; &lt;/p&gt;&lt;p style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0); font-family: arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;相同地，人面對再熱鬧再高興的時刻，&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 0pt; color: rgb(0, 0, 0); font-family: arial;" class="MsoNormal"&gt;&lt;span style="font-size:130%;"&gt;還是需要偶然獨處下來，讓心靜靜的休息。&lt;a href="http://www.kootinlok.com/blog/reply.php?cid=385"&gt;&gt;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPwd7E_6FIco0rQaFARmxsHKZMBol8AT-lYuLcs8s9XmB5ki5M2MGNRgh9HnAHrnsM4a5ZtphTg07iRCbrS9MYN4TFsfN6G77lGnWNPInsXO7i9dfJbFpBfxuVZeP42yII7F9qUvjz93c/s72-c/01.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Some Logooward winners</title><link>http://louisli86.blogspot.com/2007/12/some-logooward-winners.html</link><category>Google photos</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Mon, 10 Dec 2007 07:06:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-3825818203120343668</guid><description>&lt;div  style="text-align: center;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8mtFxV-d-L5BtLOMhqla_Z68kR8JrFjrW-Gpsp5NrTn5AN5TDbedCQGtBjb-erv3ZrrNGgpnVCuARPIsMklTSXv6Rl1LGdSZ-hBgltPyr9VpqQByIiFU2x9TwjxgYhuZWTWDCxW_hDZ8/s1600-h/google-moogle.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8mtFxV-d-L5BtLOMhqla_Z68kR8JrFjrW-Gpsp5NrTn5AN5TDbedCQGtBjb-erv3ZrrNGgpnVCuARPIsMklTSXv6Rl1LGdSZ-hBgltPyr9VpqQByIiFU2x9TwjxgYhuZWTWDCxW_hDZ8/s400/google-moogle.jpg" alt="" id="BLOGGER_PHOTO_ID_5142362274609582002" border="0" /&gt;&lt;/a&gt;Google Moogle&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div  style="text-align: center;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt; Dalibor Kos, Croatia&lt;br /&gt;:: &lt;/span&gt;&lt;span style="font-size:100%;"&gt; no URL ::&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzK2l0y_8YbZct-9sY6L3o1k2JwTCO5FB2W-cu7UcWssnw9WE33Chp1iMyWBPWcDHUHz3g53_qkp4iEW3NTmJujQ1jdpyZT8f8pJxNj9K48_EZklD092NsEmHVlqv1lQwrndIVCIJkDWc/s1600-h/google-euro.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzK2l0y_8YbZct-9sY6L3o1k2JwTCO5FB2W-cu7UcWssnw9WE33Chp1iMyWBPWcDHUHz3g53_qkp4iEW3NTmJujQ1jdpyZT8f8pJxNj9K48_EZklD092NsEmHVlqv1lQwrndIVCIJkDWc/s400/google-euro.gif" alt="" id="BLOGGER_PHOTO_ID_5142362016911544226" border="0" /&gt;&lt;/a&gt;Euro-Google&lt;br /&gt;by Johannes Schubert, 21 year-old,Berlin, Germany&lt;br /&gt;::URL not available  ::&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBevjrLcLrPVFKacGPKe3yb3ES-B8j2PWuHc8KPBpPwLMuN55qPndB5QUr-RBp7SHbCLOS8J5ZXwcuiq4jsfQ0URLuBzgiUwHXmU4_GARMGlzu_F4ZJvu1A5olpxR-6O-6HnOsbuU9FV4/s1600-h/redsoxgoogle.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBevjrLcLrPVFKacGPKe3yb3ES-B8j2PWuHc8KPBpPwLMuN55qPndB5QUr-RBp7SHbCLOS8J5ZXwcuiq4jsfQ0URLuBzgiUwHXmU4_GARMGlzu_F4ZJvu1A5olpxR-6O-6HnOsbuU9FV4/s400/redsoxgoogle.gif" alt="" id="BLOGGER_PHOTO_ID_5142361729148735378" border="0" /&gt;&lt;/a&gt;Google Red Sox&lt;br /&gt;by Brian Watson&lt;br /&gt;:: &lt;a href="http://bwats2.blogspot.com/" target="_blank"&gt;http://bwats2.blogspot.com&lt;/a&gt; ::&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div  style="text-align: center;font-family:arial;"&gt;&lt;span style="font-size:100%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZkmrZd5gXqyn-xgyfTquyj49sbdM9xCdMIezFgWYY7h1pphT2rpHSO2om2eCCfyPvWDsD5fGnMM9Y_FOig76AEtVlxZROHZ6rLQiT2qU8Eygf-5CXtm1x01x2VSQxK_sON3OlCuKmdSY/s1600-h/pimple.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZkmrZd5gXqyn-xgyfTquyj49sbdM9xCdMIezFgWYY7h1pphT2rpHSO2om2eCCfyPvWDsD5fGnMM9Y_FOig76AEtVlxZROHZ6rLQiT2qU8Eygf-5CXtm1x01x2VSQxK_sON3OlCuKmdSY/s400/pimple.jpg" alt="" id="BLOGGER_PHOTO_ID_5142361424206057346" border="0" /&gt;&lt;/a&gt;Pimple&lt;br /&gt;by Harris&lt;br /&gt;::&lt;a href="http://www.dolbydesigns.com/" target="_blank"&gt;http://www.dolbydesigns.com&lt;/a&gt; ::&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;a style="font-weight: bold;" href="http://www.logoogle.com/logooward.htm"&gt;see more &gt;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8mtFxV-d-L5BtLOMhqla_Z68kR8JrFjrW-Gpsp5NrTn5AN5TDbedCQGtBjb-erv3ZrrNGgpnVCuARPIsMklTSXv6Rl1LGdSZ-hBgltPyr9VpqQByIiFU2x9TwjxgYhuZWTWDCxW_hDZ8/s72-c/google-moogle.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Periodic Table Quiz</title><link>http://louisli86.blogspot.com/2007/12/periodic-table-quiz.html</link><category>Chemistry</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Sun, 9 Dec 2007 10:06:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-6140969832461630753</guid><description>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.freshney.org/education/ptq/images/i2t.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://www.freshney.org/education/ptq/images/i2t.jpg" alt="" border="0" /&gt;&lt;/a&gt;Contains 600 questions designed to test your knowledge of the Periodic Table; the elements and thier properties. Many different styles of question on a variety of different topics. Includes picture questions!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Contains questions on...&lt;/span&gt;&lt;br /&gt;Symbol&lt;br /&gt;Atomic number&lt;br /&gt;atomic weight&lt;br /&gt;Periodic Table trends&lt;br /&gt;discovery information (who, when and where)&lt;br /&gt;grouping detail&lt;br /&gt;boiling point&lt;br /&gt;melting point&lt;br /&gt;density&lt;br /&gt;state at 298K, 1 atmosphere pressure&lt;br /&gt;colour&lt;br /&gt;electron configuration&lt;br /&gt;atomic volume&lt;br /&gt;electronegativity (Pauling scale)&lt;br /&gt;magnetic ordering&lt;br /&gt;speed of sound&lt;br /&gt;energy levels&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.freshney.org/education/ptq/index.htm"&gt;&lt;span style="font-weight: bold;"&gt;http://www.freshney.org/education/ptq/index.htm&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Periodic Table Explorer</title><link>http://louisli86.blogspot.com/2007/12/periodic-table-explorer.html</link><category>Chemistry</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Sun, 9 Dec 2007 10:00:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-3435461061850858871</guid><description>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.freshney.org/education/pte/images/1t.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://www.freshney.org/education/pte/images/1t.jpg" alt="" border="0" /&gt;&lt;/a&gt;The PTE is a brand new way of exploring the periodic table. It has the same functions as the original &lt;a href="http://louisli86.blogspot.com/2007/12/periodic-table-classic.html"&gt;Periodic Table software&lt;/a&gt; plus many more, it also has a completely new and innovative user interface that allows an almost unlimited amount of control over the display.&lt;br /&gt;&lt;br /&gt;Each display can be opened any number of times, and can show different information. The size, shape and position of each display can be customised too.&lt;br /&gt;You can save your favourite layouts for retrieval at a later date.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The Periodic Table Explorer comes in two versions.&lt;/span&gt;&lt;br /&gt;Before downloading, please read the following;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Standard Version&lt;/span&gt;&lt;br /&gt;The standard install contains the Periodic Table Explorer executable and necessary system files but NO data files, so you MUST have installed the Periodic Table (v3.1.0 or above) first. The original Periodic Table and the Explorer applications will be available to you should you wish to use both. Install this in the same directory as the original application (this is the default). If you want to have access to the explorer and the original then this is the best option.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Full Version&lt;/span&gt;&lt;br /&gt;The full version contains the Periodic Table application and the latest version of the data files. Download this version if you have either an old set of data or you wish to install for the first time.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Features include:&lt;/span&gt;&lt;br /&gt;Detailed information on each element&lt;br /&gt;Details of isotopes and allotropes&lt;br /&gt;Details of important compounds&lt;br /&gt;Details of reactions with water, air, halogens and acids&lt;br /&gt;&lt;br /&gt;Images for each element (126 images in total)&lt;br /&gt;including valence and crystal stucture diagrams&lt;br /&gt;Glossary of terms&lt;br /&gt;Graphs of important element properties&lt;br /&gt;Biographies for the important scientists and element discoverers&lt;br /&gt;View the states of the elements at any temperature (from 0 - 6000k)&lt;br /&gt;XP style support&lt;br /&gt;Search through all content&lt;br /&gt;Electron shell diagrams of each element&lt;br /&gt;Atomic width diagram&lt;br /&gt;Element names and the majority of the applications buttons are now available in eight different languages. Unfortunately there is just too much text for me to translate (95000+ words).&lt;br /&gt;&lt;br /&gt;If you are using this Periodic Table in a school / college or other institue of learning and would like to add your own content, or customise existing content, then please click here &lt;a style="font-weight: bold;" href="http://www.freshney.org/education/pte/ined.htm"&gt;http://www.freshney.org/education/pte/ined.htm&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Periodic Table Classic</title><link>http://louisli86.blogspot.com/2007/12/periodic-table-classic.html</link><category>Chemistry</category><author>noreply@blogger.com (Louis Li)</author><pubDate>Sun, 9 Dec 2007 09:43:00 -0800</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3105306778015071555.post-4780676651278678524</guid><description>&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.freshney.org/education/pt/images/ss1t.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://www.freshney.org/education/pt/images/ss1t.jpg" alt="" border="0" /&gt;&lt;/a&gt;The application contains all the elements of the Periodic Table along with images of the elements in their natural state, as well as lots of other information and interactive displays.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;The periodic table now comes in three versions. They all contain the same amount of information.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Standard Version&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Designed to be used on desktops set to 1024x768 or better. Contains many small images of most of the elements.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Extra Version&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;This is identical to the Standard Version except it comes with 155 high resolution images of the elements in various physical states.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Mini Version&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;This version contains the same smaller images that comes with the standard version, except that it's designed to be used on desktops of 800x600.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Features include:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Detailed information on each element&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Details of isotopes and allotropes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Details of important compounds&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Details of reactions with water, air, halogens and acids&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Images for each element (126 images in total)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;including valence and crystal stucture diagrams&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Glossary of terms&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Graphs of important element properties&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Biographies for the important scientists and element discoverers&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;View the states of the elements at any temperature (from 0 - 6000k)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;XP style support&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Search through all content&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Electron shell diagrams of each element&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Atomic width diagram&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Element names and the majority of the applications buttons are now available in eight different languages. Unfortunately there is just too much text for me to translate (95000+ words).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;If you are using this Periodic Table in a school / college or other institue of learning and would like to add your own content, or customise existing content, then please click here &lt;a style="font-weight: bold;" href="http://www.freshney.org/education/pt/ined.htm"&gt;http://www.freshney.org/education/pt/ined.htm&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-9876815118695451";
//468x60, created 12/10/07
google_ad_slot = "8377809197";
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>