RSS (Really Simple Syndication) is a web feed formats used to publish frequently updated digital content, such as blogs, news feeds or podcasts. But what is RSS? I never heard before.
By viewing on RSS, we as a reader can easily know the website that we visit is updated with latest news / stuff or not. This will save our time not to login to the website main page to check on the update. We can do so by simply click on the feed button like below. As you can see, “JayceOoi.com on the first page of Google!!!” is on the first of the RSS list, follow by “(rel=”nofollow”) on hyperlinks will not improve your website rank”. After I publish this post, there will be “What is RSS?” on top of them. Therefore, reader will know that Jayce Ooi’s Paradise has new post already.

There are a lot of ways to subscribe RSS. I use Firefox Live Bookmarks for my example above. You can subscribe it through email.
Below are some way to subscribe to Jayce Ooi’s Paradise.
Yeah… Finally, Jayce Ooi’s Paradise manages to get itself listed on the first page on Google when search using keyword – ‘jayce’.
It started at page 6. Then after few weeks when I checked again. Jayce Ooi’s Paradise already reach 2nd page at 2nd place. Today, I checked again. It reach first page already!!! While 3rd page on MSN and 7th page on Yahoo.
Thanks everyone that link to Jayce Ooi’s Paradise. It makes Jayce Ooi’s Paradise manages to be listed on Google first page. I will keep posting valuable post. Share knowledge that I have to everyone. Target == 1st place, 1st page on every search engine.

1st page on Google

3nd page on MSN

7th page on Yahoo
17 May
Posted by Jayce as Programming, Web
(rel=”nofollow”) on hyperlinks will not improve your website rank? Is this true? Yes. It will not improve your website ranking as search engine will ignore it when it find (rel=”nofollow”) on hyperlinks.
Therefore, do not bother to leave comment at blog which have this (rel=”nofollow”) on their hyperlinks.
I did that a lot before I read this post.
Related topics:
DoFollow added… NoFollow removed… =)
This is what I write in my report summary for ORT.
Successful developed and deployed Fast Track feature on ORT6. No issue reported after several releases using Fast Track. Solved ORT5 unknown error when try to create configsheet for release issue and ORT6 cannot find relnote.txt and failed to lock folder and save email. Troubleshoot on going on ORT6 on some release number change to 6xx issue, cannot download release note at ORT6 issue and test coverage report cannot be opened issue at ORT6 issue. Change Malaysia-WNG release server to new IP 172.21.193.220 at TestRelease-M
This is what my manager write for me when compiling the report
Successfully developed and deployed Fast Track feature on ORT6. No issue reported after several releases using Fast Track. Resolved ORT5 unknown error when try to create configsheet for release issue due to missing required data. ORT6 cannot find relnote.txt and failed to lock folder and save email root caused to wrong web config settings. Investigating issues on functional test release version change to MST version which starts with 6xx on ORT6, failed to download release note and test coverage report cannot be opened.
Always refer to what your manager write. Study what the changes are . If no changes == your report is good enough == your boss is lazy (just copy and paste).
Learning is no ending. We need to learn all the time. Ganbate… Everyone
Hope this will help.
int i = 10;
TextBox1.Text = Convert.ToString( i );
Related topics:
Convert string to boolean – C# source code