<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CEcCQns-eyp7ImA9WhRRFEk.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770</id><updated>2011-11-28T09:01:03.553+08:00</updated><category term="Google PageRank" /><category term="Vista" /><category term="Fedora" /><category term="protocol" /><category term="feed" /><category term="DNS" /><category term="Internet" /><category term="XP" /><category term="read more" /><category term="blogspot" /><category term="search engine" /><category term="hosting" /><category term="FriendFeed" /><category term="RPM" /><category term="blog" /><category term="Google" /><category term="wordpress" /><category term="PR" /><category term="RSS" /><category term="soongiap" /><category term="social networking" /><category term="blogger" /><category term="CUPS" /><category term="address" /><category term="downgrade" /><category term="printer" /><category term="Linux" /><category term="spam" /><category term="atom" /><category term="domain" /><category term="IP" /><category term="Google robot" /><category term="spam blog" /><category term="social media" /><category term="blogging" /><category term="DHCP" /><category term="sitemap" /><title>soongiap</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://soongiap.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://soongiap.blogspot.com/" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>24</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/soongiap" /><feedburner:info uri="soongiap" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DkADRHs4fip7ImA9WhdWFkg.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-6365588585426999935</id><published>2009-03-30T22:06:00.000+08:00</published><updated>2011-09-10T19:39:35.536+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-10T19:39:35.536+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="IP" /><category scheme="http://www.blogger.com/atom/ns#" term="protocol" /><category scheme="http://www.blogger.com/atom/ns#" term="DHCP" /><category scheme="http://www.blogger.com/atom/ns#" term="address" /><title>DHCP reduces system admin load</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rm3FhdEUSZS32qBma97m4GyEfd0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rm3FhdEUSZS32qBma97m4GyEfd0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rm3FhdEUSZS32qBma97m4GyEfd0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rm3FhdEUSZS32qBma97m4GyEfd0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Dynamic Host Configuration Protocol (DHCP) is an Internet Engineering Task Force (IETF) standard for automating the configuration information of computers that use TCP/IP. This protocol reduces system administration workload, allowing devices to be added to the network with little or no manual intervention. DHCP also enable a device to have a different IP address every time it connects to any DHCP enable network. Many ISPs use dynamic IP addressing for dial-up users. Without DHCP, the IP address must be entered manually at each computer and a new IP address must be entered each time a computer moves to a new location on the network. &lt;br /&gt;
&lt;br /&gt;
The DHCP server manages a pool of IP addresses and information about client configuration parameters such as the default gateway, the domain name, the &lt;a href="http://soongiap.blogspot.com/2009/03/domain-name-system-dns-for-beginner.html"&gt;DNS&lt;/a&gt; servers, other servers such as time servers, and so on. &lt;br /&gt;
&lt;br /&gt;
When a DHCP-configured client connects to a network, the DHCP client sends a broadcast query requesting necessary information from a DHCP server. Upon receipt of a valid request the DHCP server will assign the computer an IP address, a lease (the amount of time that the DHCP server grants to the DHCP client permission to use a particular IP address), and other IP configuration parameters, such as the subnet mask and the default gateway. The query is typically initiated immediately after booting and must be completed before the client can initiate IP-based communication with other hosts.&lt;br /&gt;
&lt;br /&gt;
Depending on implementation, the DHCP server may have three methods of allocating IP-addresses.&lt;br /&gt;
&lt;br /&gt;
Dynamic allocation: DHCP assigns an IP address from a pool of addresses for a limited period of time chosen by the server, or until the client tells the DHCP server that it no longer needs the address. The request-and-grant process uses the lease concept with a controllable time periods, allowing the DHCP server to reclaim and then reallocate IP addresses that are not renewed.&lt;br /&gt;
&lt;br /&gt;
Automatic allocation: The DHCP server automatically assigns an IP address permanently to a device, selecting it from a pool of available addresses. This is like dynamic allocation, but the DHCP server keeps a table of past IP address assignments, so that it can preferentially assign to a client the same IP address that the client previously had. &lt;br /&gt;
&lt;br /&gt;
Static or manual allocation: The DHCP server allocates an IP address based on a table with MAC address/IP address pairs, which are manually filled in. This will ensure a computer gets the same IP address all the time. Only requesting clients with a MAC address listed in this table will be allocated an IP address. &lt;br /&gt;
&lt;br /&gt;
More than one of the above methods can be used in managing IP address allocation by DHCP servers. For example, a known host on the network can be assigned an IP address based on its MAC address (static allocation) whereas "guest" computers are allocated a temporary IP address out of a pool compatible with the network to which they're attached (dynamic allocation).&lt;br /&gt;
&lt;br /&gt;
By the way, DHCP, like BOOTP runs over UDP, utilizing ports 67 and 68.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-6365588585426999935?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/6KwUZuGK3jU" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/6365588585426999935?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/6365588585426999935?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/6KwUZuGK3jU/dhcp-reduces-system-admin-load.html" title="DHCP reduces system admin load" /><author><name>Cheng Soon Giap</name><uri>http://www.blogger.com/profile/05983935297700517702</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2009/03/dhcp-reduces-system-admin-load.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYERnk8eyp7ImA9WhdbFE8.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-4697651421083342307</id><published>2009-03-29T17:55:00.003+08:00</published><updated>2011-10-12T20:38:27.773+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-12T20:38:27.773+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="domain" /><category scheme="http://www.blogger.com/atom/ns#" term="DNS" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>Domain Name System (DNS) for beginner</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ltI5pc3ISiBXWaNk2Lw7doBHH0c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ltI5pc3ISiBXWaNk2Lw7doBHH0c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ltI5pc3ISiBXWaNk2Lw7doBHH0c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ltI5pc3ISiBXWaNk2Lw7doBHH0c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;If you use the Internet to do your work like sending e-mail or browsing the Web, then you use Domain Name Systems (DNS) without even realizing it. The DNS translates human-friendly computer hostnames into IP addresses. For example, &lt;a href="http://chengsoongiap.com/"&gt;chengsoongiap.com&lt;/a&gt; translates to 74.220.215.82.&lt;br /&gt;
&lt;br /&gt;
Human readable names like "&lt;a href="http://blog.chengsoongiap.com/"&gt;blog.chengsoongiap.com&lt;/a&gt;" are easier to remember than IP addresses such as 74.125.45.100. People take advantage of this when they recite meaningful URLs and e-mail addresses without having to know how the machine will actually locate them.&lt;br /&gt;
&lt;br /&gt;
The DNS system is a database. It forms one of the largest and most active distributed databases on the planet. DNS distributes the responsibility of assigning domain names and mapping those names to IP addresses by designating authoritative name servers for each domain. Authoritative name servers are assigned to be responsible for their particular domains, and in turn can assign other authoritative name servers for their sub-domains. This mechanism has made the DNS distributed, fault tolerant, and helped avoid the need for a single central register to be continually consulted and updated.&lt;br /&gt;
&lt;br /&gt;
A name server would start its search for an IP address by contacting one of the root name servers. The root servers know the IP address for all of the name servers that handle the top-level domains. Every DNS server will have to maintain a root cache file so that they know how to contact the root name server to retrieve information. A sample root cache file is listed below:
&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;;       This file holds the information on root name servers needed to
;       initialize cache of Internet domain name servers
;       (e.g. reference this file in the "cache  .  &lt;file&gt;"
;       configuration file of BIND domain name servers).
;
;       This file is made available by InterNIC 
;       under anonymous FTP as
;           file                /domain/named.cache
;           on server           FTP.INTERNIC.NET
;       -OR-                    RS.INTERNIC.NET
;
;       last update:    Jun 8, 2011
;       related version of root zone:   2011060800
;
; formerly NS.INTERNIC.NET
;
.                        3600000  IN  NS    A.ROOT-SERVERS.NET.
A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4
A.ROOT-SERVERS.NET.      3600000      AAAA  2001:503:BA3E::2:30
;
; FORMERLY NS1.ISI.EDU
;
.                        3600000      NS    B.ROOT-SERVERS.NET.
B.ROOT-SERVERS.NET.      3600000      A     192.228.79.201
;
; FORMERLY C.PSI.NET
;
.                        3600000      NS    C.ROOT-SERVERS.NET.
C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12
;
; FORMERLY TERP.UMD.EDU
;
.                        3600000      NS    D.ROOT-SERVERS.NET.
D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90
D.ROOT-SERVERS.NET.  3600000      AAAA  2001:500:2D::D
;
; FORMERLY NS.NASA.GOV
;
.                        3600000      NS    E.ROOT-SERVERS.NET.
E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10
;
; FORMERLY NS.ISC.ORG
;
.                        3600000      NS    F.ROOT-SERVERS.NET.
F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241
F.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:2F::F
;
; FORMERLY NS.NIC.DDN.MIL
;
.                        3600000      NS    G.ROOT-SERVERS.NET.
G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4
;
; FORMERLY AOS.ARL.ARMY.MIL
;
.                        3600000      NS    H.ROOT-SERVERS.NET.
H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53
H.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:1::803F:235
;
; FORMERLY NIC.NORDU.NET
;
.                        3600000      NS    I.ROOT-SERVERS.NET.
I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17
I.ROOT-SERVERS.NET.      3600000      AAAA  2001:7FE::53
;
; OPERATED BY VERISIGN, INC.
;
.                        3600000      NS    J.ROOT-SERVERS.NET.
J.ROOT-SERVERS.NET.      3600000      A     192.58.128.30
J.ROOT-SERVERS.NET.      3600000      AAAA  2001:503:C27::2:30
;
; OPERATED BY RIPE NCC
;
.                        3600000      NS    K.ROOT-SERVERS.NET.
K.ROOT-SERVERS.NET.      3600000      A     193.0.14.129
K.ROOT-SERVERS.NET.      3600000      AAAA  2001:7FD::1
;
; OPERATED BY ICANN
;
.                        3600000      NS    L.ROOT-SERVERS.NET.
L.ROOT-SERVERS.NET.      3600000      A     199.7.83.42
L.ROOT-SERVERS.NET.      3600000      AAAA  2001:500:3::42
;
; OPERATED BY WIDE
;
.                        3600000      NS    M.ROOT-SERVERS.NET.
M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33
M.ROOT-SERVERS.NET.      3600000      AAAA  2001:DC3::35
; End of File
&lt;/file&gt;&lt;/pre&gt;
&lt;br /&gt;
In general, the DNS also stores other types of information, such as the list of mail servers that accept email for a given Internet domain. By providing a world-wide, distributed keyword-based redirection service, the DNS is an essential component of the functionality of the Internet.A domain name usually consists of two or more parts (technically labels), which are conventionally written separated by dots, such as &lt;a href="http://blog.chengsoongiap.com/"&gt;blog.chengsoongiap.com&lt;/a&gt;.The rightmost label conveys the top-level domain (for example, the address blog.chengsoongiap.com has the top-level domain com).Each label to the left specifies a subdivision, or subdomain of the domain above it.  For example: &lt;a href="http://chengsoongiap.com/"&gt;chengsoongiap.com&lt;/a&gt; is a subdomain of the com domain, and blog.chengsoongiap.com is a subdomain of the domain chengsoongiap.com. In theory, this subdivision can go down 127 levels.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-4697651421083342307?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/amWWGF3DtI0" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4697651421083342307?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4697651421083342307?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/amWWGF3DtI0/domain-name-system-dns-for-beginner.html" title="Domain Name System (DNS) for beginner" /><author><name>Cheng Soon Giap</name><uri>http://www.blogger.com/profile/05983935297700517702</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2009/03/domain-name-system-dns-for-beginner.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8HQ344cSp7ImA9WhdWFkg.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-5470040139828199424</id><published>2009-03-22T10:36:00.002+08:00</published><updated>2011-09-10T19:40:32.039+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-10T19:40:32.039+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Fedora" /><category scheme="http://www.blogger.com/atom/ns#" term="RPM" /><title>yum update Red Hat Linux / Fedora</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WCzFlxZnsPQIZDRzwBi9S_fJ11A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WCzFlxZnsPQIZDRzwBi9S_fJ11A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WCzFlxZnsPQIZDRzwBi9S_fJ11A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WCzFlxZnsPQIZDRzwBi9S_fJ11A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;b&gt;Yum (Yellowdog Updater Modified)&lt;/b&gt; is a powerful automatic updater and package installer/remover on RPM-based &lt;a href="http://blog.chengsoongiap.com/?s=linux"&gt;Linux&lt;/a&gt; distributions like Red Hat / Fedora. &lt;br /&gt;
&lt;br /&gt;
Yum automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm. &lt;br /&gt;
&lt;br /&gt;
The main Yum configuration file is &lt;i&gt;/etc/yum.conf&lt;/i&gt;. Basic repository listings are located in the &lt;i&gt;/etc/yum.repos.d/&lt;/i&gt; directory. Unless you plan on adding other repositories or have a need to tweak certain configuration settings, these configuration files work as-is. Please refer to &lt;i&gt;yum.conf&lt;/i&gt; manual page to find out the various options for this configuration file. You may like to take note about the &lt;i&gt;keepcache&lt;/i&gt; option in this file. Set &lt;i&gt;keepcache=1&lt;/i&gt; if you want to keep the downloaded &lt;a href="http://blog.chengsoongiap.com/2008/11/how-to-use-rpm-in-fedora-linux.html"&gt;RPM&lt;/a&gt; files from erased after they are installed. However, make sure the cachedir directory has enough space to save the downloaded files.&lt;br /&gt;
&lt;br /&gt;
To install a package with Yum, simply running Yum with the install option:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
# yum install gimp&lt;/blockquote&gt;
This will install the GIMP package and any dependencies it may have. You can specify more than one package at a time to install.&lt;br /&gt;
&lt;br /&gt;
To get full information on a package installed, such as version, architecture, and a description, execute the following command:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
# yum info [package]&lt;/blockquote&gt;
If you are not sure what a package is called, you can search the software description in repository metadata using Yum’s search option. For example, the following command search for GIMP in any package description:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
# yum search gimp&lt;/blockquote&gt;
If you want to list an available package, you can use the list command. This will list all available packages and note which are installed. For example:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
# yum list gimp&lt;/blockquote&gt;
Software always comes with bugs. As such, regular software update is important to help patching any potential problem. Yum offers several ways of getting the updates information. To find out if any package has any update available, but without performing any upgrade actions, use yum check-update and a list of available updates will be printed.&lt;br /&gt;
&lt;br /&gt;
To upgrade packages, either specify the package to upgrade with the update option or do not specify any packages to update all packages that have updates available:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
# yum update&lt;/blockquote&gt;
To remove a package from the system, use the remove command. This will remove the noted package as well as any requirements for that package that are no longer required by other packages. &lt;br /&gt;
&lt;br /&gt;
Although Yum is designed to use over the network, you may also use it to install packages locally (by inserting a Linux distribution CD/DVD or copying a RPM to a local directory). Simly use the localinstall option to yum will do. For example, if your CD is mounted at /media/disk, you could execute the following command to install the gimp package:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
# yum localinstall /media/disk/Fedora/RPMS/gimp-*&lt;/blockquote&gt;
Overall, Yum is a decent package manager. Most individuals will likely use graphical frontends to Yum, but knowing the Yum commands directly is a great idea in case X is not working or you are working remotely on a server.&lt;br /&gt;
&lt;br /&gt;
By the way, Yum is written using python.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-5470040139828199424?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/n_Tv-8ExcJs" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/5470040139828199424?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/5470040139828199424?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/n_Tv-8ExcJs/yum-update-red-hat-linux-fedora.html" title="yum update Red Hat Linux / Fedora" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2009/03/yum-update-red-hat-linux-fedora.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEMGQng5eyp7ImA9WxVUE0U.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-2990189310861660323</id><published>2009-03-18T21:20:00.002+08:00</published><updated>2009-03-18T21:20:23.623+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-18T21:20:23.623+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="CUPS" /><category scheme="http://www.blogger.com/atom/ns#" term="printer" /><title>How to determine / find CUPS version</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QCU9cE7vM9c3OIaqr9HeRZJ0xYo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QCU9cE7vM9c3OIaqr9HeRZJ0xYo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QCU9cE7vM9c3OIaqr9HeRZJ0xYo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QCU9cE7vM9c3OIaqr9HeRZJ0xYo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Simply execute the following command in your Unix machine to determine what version of &lt;a href="http://blog.chengsoongiap.com/?s=cups"&gt;CUPS&lt;/a&gt; running on your system.&lt;br /&gt;
&lt;br /&gt;
# cups-config --version&lt;br /&gt;
&lt;br /&gt;
cups-config is the CUPS program configuration utility. Some of the option available for this utility include:&lt;br /&gt;
&lt;br /&gt;
--api-version: current API version (major.minor).&lt;br /&gt;
&lt;br /&gt;
--cflags: necessary compiler options.&lt;br /&gt;
&lt;br /&gt;
--datadir: default CUPS data directory.&lt;br /&gt;
&lt;br /&gt;
--help: program usage message.&lt;br /&gt;
&lt;br /&gt;
--ldflags: necessary linker options.&lt;br /&gt;
&lt;br /&gt;
--libs: necessary librarys to link to. The --image option adds the CUPS imaging library to the list. The --static option shows the static libraries instead of the default (shared) libraries.&lt;br /&gt;
&lt;br /&gt;
--serverbin: default CUPS binary directory, where filters and backends are stored.&lt;br /&gt;
&lt;br /&gt;
--serverroot: default CUPS configuration file directory.&lt;br /&gt;
&lt;br /&gt;
--version: full version number of the CUPS installation (major.minor.patch).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-2990189310861660323?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/dT_vdZQGB28" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/2990189310861660323?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/2990189310861660323?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/dT_vdZQGB28/how-to-determine-find-cups-version.html" title="How to determine / find CUPS version" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2009/03/how-to-determine-find-cups-version.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8MQngzeCp7ImA9WhdWFkg.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-7051576199336805317</id><published>2009-02-20T20:29:00.001+08:00</published><updated>2011-09-10T19:41:23.680+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-10T19:41:23.680+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="printer" /><title>How to delete printer port in windows</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/IrTLSCqfoOs_3QRMMILKJMc2L0U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IrTLSCqfoOs_3QRMMILKJMc2L0U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/IrTLSCqfoOs_3QRMMILKJMc2L0U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IrTLSCqfoOs_3QRMMILKJMc2L0U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;In order to delete TCP/IP printer port in windows systems, follow the following steps:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Open the printers folder - Start, Setting, Printers&lt;/li&gt;
&lt;li&gt;Remove the related printers using the printer port&lt;/li&gt;
&lt;li&gt;Select "Server Properties" from "File" menu&lt;/li&gt;
&lt;li&gt;Select the Ports tab&lt;/li&gt;
&lt;li&gt;Delete the related port here.&lt;/li&gt;
&lt;/ol&gt;
That's it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-7051576199336805317?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/GE54ED0ek7U" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/7051576199336805317?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/7051576199336805317?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/GE54ED0ek7U/how-to-delete-printer-port-in-windows.html" title="How to delete printer port in windows" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2009/02/how-to-delete-printer-port-in-windows.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUABQX87fip7ImA9WxVXGEo.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-7391376527717571668</id><published>2009-02-17T20:27:00.002+08:00</published><updated>2009-02-17T20:29:10.106+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-17T20:29:10.106+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google PageRank" /><category scheme="http://www.blogger.com/atom/ns#" term="PR" /><title>Lost PageRank for this site ...</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/D7ncRx5cRPUsUfK_Y1UPvta_aSU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D7ncRx5cRPUsUfK_Y1UPvta_aSU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/D7ncRx5cRPUsUfK_Y1UPvta_aSU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D7ncRx5cRPUsUfK_Y1UPvta_aSU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Just discovered today that this site is now now not ranked under Google PageRank - from PR0 to no ranking (Current page is not ranked by Google)...&lt;br /&gt;
&lt;br /&gt;
Just wondering why this happen and how the algorithm of PR is based on. Anyway, will keep monitoring this data.&lt;br /&gt;
&lt;br /&gt;
One thing that is clear - this site was not updated for 1.5 months and the PR0 disappeared. However, my other sites have the PR maintained although not being updated for 1 month. So frequency of updating should be one of the criteria in deciding the PR.&lt;br /&gt;
&lt;br /&gt;
Will continue to monitor the PageRank for this site ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-7391376527717571668?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/lHcmfRTeLXI" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/7391376527717571668?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/7391376527717571668?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/lHcmfRTeLXI/lost-pagerank-for-this-site.html" title="Lost PageRank for this site ..." /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2009/02/lost-pagerank-for-this-site.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUBSH84fyp7ImA9WxVTGUs.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-997773384275427361</id><published>2009-01-03T13:54:00.000+08:00</published><updated>2009-01-03T13:57:39.137+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-03T13:57:39.137+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="downgrade" /><category scheme="http://www.blogger.com/atom/ns#" term="XP" /><category scheme="http://www.blogger.com/atom/ns#" term="Vista" /><title>Give up Windows Vista to XP</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Zo5SrIoXsaGKAOK7HOUHXKArqwU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Zo5SrIoXsaGKAOK7HOUHXKArqwU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Zo5SrIoXsaGKAOK7HOUHXKArqwU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Zo5SrIoXsaGKAOK7HOUHXKArqwU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;After struggling with Windows Vista for one and half year, I give up Vista and install my PC with XP now.&lt;br /&gt;
&lt;br /&gt;
The main reason was it take very long to boot the system - 10 minutes until everything is stable after login to it. Have tried to stop all unnecessary services running in it but never really improved. It is really frustrated to have a 2GB Memory PC which runs on this performance.&lt;br /&gt;
&lt;br /&gt;
No choice, but I have to go for XP again. After downgrade to XP, so far the performance of my PC is excellent!&lt;br /&gt;
&lt;br /&gt;
I just wondering why I did not do this earlier ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-997773384275427361?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/IMfelTIa0jk" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/997773384275427361?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/997773384275427361?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/IMfelTIa0jk/give-up-windows-vista-to-xp.html" title="Give up Windows Vista to XP" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2009/01/give-up-windows-vista-to-xp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEAAR3k_eyp7ImA9WxVTGU0.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-5584582036506999765</id><published>2009-01-02T20:45:00.001+08:00</published><updated>2009-01-02T21:25:46.743+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-02T21:25:46.743+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="Google PageRank" /><category scheme="http://www.blogger.com/atom/ns#" term="PR" /><title>soongiap.blogspot.com is rank yesterday</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VbCnOnDAYf1_mp42acbOmvUV-YQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VbCnOnDAYf1_mp42acbOmvUV-YQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VbCnOnDAYf1_mp42acbOmvUV-YQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VbCnOnDAYf1_mp42acbOmvUV-YQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Finally this site is now ranked in Google PR as PR0. It take quite long so far in getting it to have rank in Google.&lt;br /&gt;
&lt;br /&gt;
Anyway, although it was not rank officially, it was indexed by Google search engine. This shows that the Google PR is not a dynamic one. Also this experiment shows that Google does not give any priority to site hosted in Blogger. This site take more than 20+ days so far to rank in Google.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-5584582036506999765?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/RXJAdDUPSg8" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/5584582036506999765?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/5584582036506999765?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/RXJAdDUPSg8/soongiapblogspotcom-is-rank-yesterday.html" title="soongiap.blogspot.com is rank yesterday" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2009/01/soongiapblogspotcom-is-rank-yesterday.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkAGQXo_fyp7ImA9WhdWFkg.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-4307684977927019939</id><published>2008-12-20T13:35:00.000+08:00</published><updated>2011-09-10T19:38:40.447+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-10T19:38:40.447+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="read more" /><title>How to add read more in Blogger post</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4ZcOqhIiKiSLjvU2A2OhnIJPwK4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4ZcOqhIiKiSLjvU2A2OhnIJPwK4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4ZcOqhIiKiSLjvU2A2OhnIJPwK4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4ZcOqhIiKiSLjvU2A2OhnIJPwK4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;After migrating some of my blogs into Blogger platform, one of the disadvantage I found with Blogger is there is no function available for me to add Read More in Blogger post. This feature is available in Wordpress. After searching for a while, I found the following howto from Blogger help.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://help.blogger.com/bin/answer.py?hl=en&amp;amp;answer=42215"&gt;How can I create expandable post summaries&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I have implemented it in some of my blogs and it works so far!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-4307684977927019939?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/9MA69J2aMOo" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4307684977927019939?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4307684977927019939?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/9MA69J2aMOo/how-to-add-read-more-in-blogger-post.html" title="How to add read more in Blogger post" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/how-to-add-read-more-in-blogger-post.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYDQnc9cSp7ImA9Wx5SEUQ.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-7322315498433289336</id><published>2008-12-19T21:51:00.001+08:00</published><updated>2010-08-07T23:16:13.969+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-08-07T23:16:13.969+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="blog" /><category scheme="http://www.blogger.com/atom/ns#" term="hosting" /><title>Blogger as hosting site</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/K37zmHEdak2u8AWUI6zFZn9w2jA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/K37zmHEdak2u8AWUI6zFZn9w2jA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/K37zmHEdak2u8AWUI6zFZn9w2jA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/K37zmHEdak2u8AWUI6zFZn9w2jA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;After hosting some of my blogs in hosting companies like Hostmonster for few months, what I found so far with my experience with these hosting companies and Blogger, Blogger provides the best platform. Response time in accessing blogs in Blogger is faster if compare to other platforms. &lt;br /&gt;
&lt;br /&gt;
I think response time and stability is quite important for my site at the moment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-7322315498433289336?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/bx5qGwqjOms" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/7322315498433289336?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/7322315498433289336?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/bx5qGwqjOms/blogger-as-hosting-site.html" title="Blogger as hosting site" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/blogger-as-hosting-site.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQDQ3cyfCp7ImA9WxRaE0g.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-4660839607762771559</id><published>2008-12-15T22:55:00.001+08:00</published><updated>2008-12-15T23:02:52.994+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-15T23:02:52.994+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="atom" /><category scheme="http://www.blogger.com/atom/ns#" term="social networking" /><category scheme="http://www.blogger.com/atom/ns#" term="FriendFeed" /><category scheme="http://www.blogger.com/atom/ns#" term="social media" /><category scheme="http://www.blogger.com/atom/ns#" term="RSS" /><category scheme="http://www.blogger.com/atom/ns#" term="feed" /><title>FriendFeed as feed aggregator</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Y4U01N-YESRmjZQNIzedey6ylq4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y4U01N-YESRmjZQNIzedey6ylq4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Y4U01N-YESRmjZQNIzedey6ylq4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Y4U01N-YESRmjZQNIzedey6ylq4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Found FriendFeed today. According to FriendFeed information, it helps you discover and discuss interesting stuff that your friends  and family find on the web. &lt;br /&gt;
&lt;br /&gt;
The best feature of FriendFeed is that it consolidates the updates from social media and social networking websites, social bookmarking websites, blogs and micro-blogging updates, as well as any other type of RSS/ Atom feed. &lt;br /&gt;
&lt;br /&gt;
Everything are gather together under a page. As such, it is easy to use FriendFeed to track these social media activities (such as posting on blogs, Twitter and Flickr) across a broad range of different social networks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-4660839607762771559?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/r6YtjSTHdyI" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4660839607762771559?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4660839607762771559?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/r6YtjSTHdyI/friendfeed-as-feed-aggregator.html" title="FriendFeed as feed aggregator" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/friendfeed-as-feed-aggregator.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkYFSHk4cSp7ImA9WxRaEk4.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-912742228808629299</id><published>2008-12-14T15:00:00.000+08:00</published><updated>2008-12-14T15:01:59.739+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-14T15:01:59.739+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google robot" /><category scheme="http://www.blogger.com/atom/ns#" term="Google PageRank" /><title>This site is not rank yet</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sxzjZ5BzKnWLP3zEbFNNb8MjS6Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sxzjZ5BzKnWLP3zEbFNNb8MjS6Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sxzjZ5BzKnWLP3zEbFNNb8MjS6Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sxzjZ5BzKnWLP3zEbFNNb8MjS6Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;As of today, it is still not rank yet. Will continue to take down this result to see how fast Google is ranking this site :) From Google webmaster site, I can see that the Google robot already visited this site. However, just wondering how fast it will rank it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-912742228808629299?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/1s_wFVitrWk" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/912742228808629299?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/912742228808629299?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/1s_wFVitrWk/this-site-is-not-rank-yet.html" title="This site is not rank yet" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/this-site-is-not-rank-yet.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkcEQnwzfip7ImA9WxRaEk4.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-613171379266358375</id><published>2008-12-14T14:56:00.000+08:00</published><updated>2008-12-14T15:00:03.286+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-14T15:00:03.286+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="wordpress" /><category scheme="http://www.blogger.com/atom/ns#" term="blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><category scheme="http://www.blogger.com/atom/ns#" term="hosting" /><title>Searching for Blogger Template</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Nsbg84PNwp9KzvDLzKgMTsFZ_Gs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Nsbg84PNwp9KzvDLzKgMTsFZ_Gs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Nsbg84PNwp9KzvDLzKgMTsFZ_Gs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Nsbg84PNwp9KzvDLzKgMTsFZ_Gs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;One of the benefit of Wordpress is the power of Wordpress theme. The reason I hosted my site here in Blogger is the availability provided by it. This is one of the great benefit from Google.&lt;br /&gt;
&lt;br /&gt;
However, it is not easy to find good design Blogger Template which is easy to be configured. Let me know if you have any good recommendation on this.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-613171379266358375?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/gCsHRruxCA0" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/613171379266358375?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/613171379266358375?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/gCsHRruxCA0/searching-for-blogger-template.html" title="Searching for Blogger Template" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/searching-for-blogger-template.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYNSHkyfip7ImA9WxRaEUk.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-1231463262293209411</id><published>2008-12-13T12:34:00.001+08:00</published><updated>2008-12-13T12:39:59.796+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-13T12:39:59.796+08:00</app:edited><title>Done with new template here</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/53Aep-SLPxOkXn9snriK7aell5E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/53Aep-SLPxOkXn9snriK7aell5E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/53Aep-SLPxOkXn9snriK7aell5E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/53Aep-SLPxOkXn9snriK7aell5E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;After struggling for sometime in figuring how Blogger template work, now I managed to upload a new template for this site. Will try and see how it performs here :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-1231463262293209411?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/B1YmlHqHRE0" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/1231463262293209411?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/1231463262293209411?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/B1YmlHqHRE0/done-with-new-template-here.html" title="Done with new template here" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/done-with-new-template-here.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8AQ3o5fip7ImA9WxRaEU8.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-763548682518059552</id><published>2008-12-13T07:31:00.000+08:00</published><updated>2008-12-13T07:34:02.426+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-13T07:34:02.426+08:00</app:edited><title>Site is not rank yet</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PHLzU53BLU6B-bx3EQt60XaKt7k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PHLzU53BLU6B-bx3EQt60XaKt7k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PHLzU53BLU6B-bx3EQt60XaKt7k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PHLzU53BLU6B-bx3EQt60XaKt7k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;As for today, this site is not rank in PageRank yet ... the journey for this experiment continue ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-763548682518059552?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/-x92Nq1Ulb8" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/763548682518059552?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/763548682518059552?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/-x92Nq1Ulb8/site-is-not-rank-yet.html" title="Site is not rank yet" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/site-is-not-rank-yet.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIHRXs6fCp7ImA9WxRaEEU.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-32749265105369296</id><published>2008-12-12T20:53:00.002+08:00</published><updated>2008-12-12T20:55:34.514+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-12T20:55:34.514+08:00</app:edited><title>Where to find tutorial for the submission of sitemap for blogspot platform</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/98QKakOXL-NI1SYg4ABiGdvJuko/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/98QKakOXL-NI1SYg4ABiGdvJuko/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/98QKakOXL-NI1SYg4ABiGdvJuko/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/98QKakOXL-NI1SYg4ABiGdvJuko/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;You may find the tutorial on the submission of sitemap for blogspot platform in the following URL:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bloggerstop.net/2008/11/blogger-help-how-to-add-sitemap-to.html"&gt;http://bloggerstop.net/2008/11/blogger-help-how-to-add-sitemap-to.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-32749265105369296?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/9IzAtLgyDZw" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/32749265105369296?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/32749265105369296?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/9IzAtLgyDZw/where-to-find-tutorial-for-submission.html" title="Where to find tutorial for the submission of sitemap for blogspot platform" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/where-to-find-tutorial-for-submission.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEYNR3gzcSp7ImA9WxRaEEU.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-4871614674361068309</id><published>2008-12-12T20:48:00.001+08:00</published><updated>2008-12-12T20:49:56.689+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-12T20:49:56.689+08:00</app:edited><title>Sitemap submitted successfully</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pI3LjXuHf2cil0DcQRBoNyZLtO4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pI3LjXuHf2cil0DcQRBoNyZLtO4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pI3LjXuHf2cil0DcQRBoNyZLtO4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pI3LjXuHf2cil0DcQRBoNyZLtO4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;It is done! Sitemap submission OK now!&lt;br /&gt;&lt;br /&gt;atom.xml?redirect=false&amp;start-index=1&amp;max-results=100&lt;br /&gt;&lt;br /&gt;is how I did it with Google webmaster for the submission of sitemap for &lt;strong&gt;soongiap.blogspot.com&lt;/strong&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-4871614674361068309?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/LI0LwR7btWc" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4871614674361068309?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4871614674361068309?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/LI0LwR7btWc/sitemap-submitted-successfully.html" title="Sitemap submitted successfully" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/sitemap-submitted-successfully.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08MQXw5fyp7ImA9WxRaEEU.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-8497638625400560491</id><published>2008-12-12T20:43:00.001+08:00</published><updated>2008-12-12T20:44:40.227+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-12T20:44:40.227+08:00</app:edited><title>atom.xml is not accepted as sitemap for Google webmaster</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/O2O0fn5co6gfbOoK63lUHt3Dxe8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O2O0fn5co6gfbOoK63lUHt3Dxe8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/O2O0fn5co6gfbOoK63lUHt3Dxe8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O2O0fn5co6gfbOoK63lUHt3Dxe8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Apparently http://soongiap.blogspot.com/atom.xml cannot be accepted as sitemap for Google webmaster ... Need to further research about this ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-8497638625400560491?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/4lT5R2mWwe0" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/8497638625400560491?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/8497638625400560491?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/4lT5R2mWwe0/atomxml-is-not-accepted-as-sitemap-for.html" title="atom.xml is not accepted as sitemap for Google webmaster" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/atomxml-is-not-accepted-as-sitemap-for.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUEGRXo8cCp7ImA9WxRaEEU.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-3429551238186685865</id><published>2008-12-12T20:04:00.000+08:00</published><updated>2008-12-12T20:07:04.478+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-12T20:07:04.478+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="atom" /><category scheme="http://www.blogger.com/atom/ns#" term="blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="sitemap" /><category scheme="http://www.blogger.com/atom/ns#" term="feed" /><title>Try to add sitemap to Google webmaster</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KDpyEs9ympa6_M-CNWf4DK2Zq1E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KDpyEs9ympa6_M-CNWf4DK2Zq1E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KDpyEs9ympa6_M-CNWf4DK2Zq1E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KDpyEs9ympa6_M-CNWf4DK2Zq1E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;As Blogger platform do not have any sitemap available, I have found out that instead of adding sitemap, you may use the feed address (in the case of this site, http://soongiap.blogspot.com/atom.xml) to be added in the Google webmaster tool.&lt;br /&gt;
&lt;br /&gt;
Have just added my feed there, however, it still show the status as Pending. Will update this post if it is not working ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-3429551238186685865?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/z7rprlll8yk" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/3429551238186685865?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/3429551238186685865?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/z7rprlll8yk/try-to-add-sitemap-to-google-webmaster.html" title="Try to add sitemap to Google webmaster" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/try-to-add-sitemap-to-google-webmaster.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcHSXs7fSp7ImA9WxRaEE0.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-8310854792176149240</id><published>2008-12-11T22:04:00.001+08:00</published><updated>2008-12-11T22:33:58.505+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-11T22:33:58.505+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="soongiap" /><category scheme="http://www.blogger.com/atom/ns#" term="Google PageRank" /><category scheme="http://www.blogger.com/atom/ns#" term="blogspot" /><category scheme="http://www.blogger.com/atom/ns#" term="search engine" /><title>Why soongiap.blogspot.com is not rank?</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tJfqENJH07kqaZcmcEE_4t2BHJI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tJfqENJH07kqaZcmcEE_4t2BHJI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tJfqENJH07kqaZcmcEE_4t2BHJI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tJfqENJH07kqaZcmcEE_4t2BHJI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Just wondering why this site: soongiap.blogspot.com is not rank in Google PageRank ... It was created years ago. Maybe no useful contents here yet :)&lt;br /&gt;&lt;br /&gt;Anyway, will keep testing for some more time to see how the result is.&lt;br /&gt;&lt;br /&gt;This site will serve as one of my testing platform for Internet search engine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-8310854792176149240?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/-gCIURpF-EI" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/8310854792176149240?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/8310854792176149240?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/-gCIURpF-EI/why-soongiapblogspotcom-is-not-rank.html" title="Why soongiap.blogspot.com is not rank?" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/12/why-soongiapblogspotcom-is-not-rank.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkEBSH4-fip7ImA9WxRVFEQ.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-3642002124520718540</id><published>2008-11-12T21:58:00.000+08:00</published><updated>2008-11-12T22:04:19.056+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-11-12T22:04:19.056+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="wordpress" /><category scheme="http://www.blogger.com/atom/ns#" term="blogger" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><category scheme="http://www.blogger.com/atom/ns#" term="hosting" /><title>What is the best platform for blog?</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QScEC0_kuM38mcsWVmZ5IOKoLCI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QScEC0_kuM38mcsWVmZ5IOKoLCI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QScEC0_kuM38mcsWVmZ5IOKoLCI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QScEC0_kuM38mcsWVmZ5IOKoLCI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;Still wondering what is the best platform for hosting blogs. I have experienced with both blogger &amp;amp; wordpress so far. All &lt;a href="http://chengsoongiap.com/"&gt;my sites&lt;/a&gt; are now hosted using wordpress. However, the simple task of managing site in blogger and the free hosting infrastructure provided here is the main reason I never give up with it so far.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-3642002124520718540?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/v0w6n45C9l4" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/3642002124520718540?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/3642002124520718540?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/v0w6n45C9l4/what-is-best-platform-for-blog.html" title="What is the best platform for blog?" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/11/what-is-best-platform-for-blog.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cMRnY-eSp7ImA9WxRQFkk.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-3381330457107505156</id><published>2008-10-10T21:23:00.000+08:00</published><updated>2008-10-10T21:24:47.851+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-10T21:24:47.851+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="spam" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><title>My blog is unlock now</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/o0AItolc8cRtcLHvbfx52sOthE8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o0AItolc8cRtcLHvbfx52sOthE8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/o0AItolc8cRtcLHvbfx52sOthE8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/o0AItolc8cRtcLHvbfx52sOthE8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;After submitting for a request for a review for few day, finally my blog is unlock now!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-3381330457107505156?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/PcOKYKN1FRo" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/3381330457107505156?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/3381330457107505156?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/PcOKYKN1FRo/my-blog-is-unlock-now.html" title="My blog is unlock now" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/10/my-blog-is-unlock-now.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkIDQnY9fSp7ImA9WxRQE0U.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-7330077928203951652</id><published>2008-10-07T21:28:00.000+08:00</published><updated>2008-10-07T22:09:33.865+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-07T22:09:33.865+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google robot" /><category scheme="http://www.blogger.com/atom/ns#" term="spam blog" /><category scheme="http://www.blogger.com/atom/ns#" term="blogging" /><title>My site was taken as spam blog ...</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QOI9wrd_qFxc6LAGV0_jDgq-oSc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QOI9wrd_qFxc6LAGV0_jDgq-oSc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QOI9wrd_qFxc6LAGV0_jDgq-oSc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QOI9wrd_qFxc6LAGV0_jDgq-oSc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;This site was detected mistakenly by Google as spam blog ...&lt;br /&gt;&lt;br /&gt;Actually I renamed my original site and reapply a new blog with the original name: soongiap.blogspot.com. However, however, as it is still new, and no article is posted, it was detected as spam blog :)&lt;br /&gt;&lt;br /&gt;Hope that Google will correct this soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-7330077928203951652?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/0_ODMV1WDg4" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/7330077928203951652?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/7330077928203951652?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/0_ODMV1WDg4/my-site-was-taken-as-spam-blog.html" title="My site was taken as spam blog ..." /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/10/my-site-was-taken-as-spam-blog.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cFRHYzfSp7ImA9WhdWFkg.&quot;"><id>tag:blogger.com,1999:blog-1772896187075915770.post-4433580389293628050</id><published>2008-10-07T20:28:00.000+08:00</published><updated>2011-09-10T19:43:35.885+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-10T19:43:35.885+08:00</app:edited><title>Future input in this blog</title><content type="html">
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6a8-6uAmjiMq2zfMMlISk1Myaj0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6a8-6uAmjiMq2zfMMlISk1Myaj0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6a8-6uAmjiMq2zfMMlISk1Myaj0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6a8-6uAmjiMq2zfMMlISk1Myaj0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;This blog will be use to update some sites information that I found interesting. It maybe blogs of my friends or sites that I am interested in.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1772896187075915770-4433580389293628050?l=soongiap.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/soongiap/~4/6tGuxCKdm2I" height="1" width="1"/&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4433580389293628050?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1772896187075915770/posts/default/4433580389293628050?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/soongiap/~3/6tGuxCKdm2I/future-input-in-this-blog.html" title="Future input in this blog" /><author><name>Admin</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><feedburner:origLink>http://soongiap.blogspot.com/2008/10/future-input-in-this-blog.html</feedburner:origLink></entry></feed>

