Monday, July 28, 2008
Hello guys, how you all now? Make a lot of money from blogging? Or just started your first blog now? I currently, starting my new blog coaching program that 100% will let you make money in 90 days. 90 days program included how you setup, monetize, promote, get pagerank and maintain your blogs.
What do you guys think? How much would you pay for private coaching program? I will help you to make your first $500 in 90 days and you can continuous make $500 every month or more depend on your effort. What price should I put it?
Labels: blogging coach, Blogging Tools
Friday, September 21, 2007
After I show my top 50 SERP for this blog, but where is the tool to check your Search Engine Ranking Position (SERP)? I can share one of my favorite tool with you, SeoDigger!
Why I use seodigger? Just in short: Simple and Easy. Feel free to use this free tool to check your SERP, will post again if I have any free tools that are useful.
Do you know any useful tool for SEO (Search Engine Optimization)? If you know one, please don't hesitate to share with me by leave me a comment, thanks.
Labels: Blogging Tools, SEO
Friday, July 20, 2007
What is PageRank Values?
No one can know what Google PageRank values, I have done a little research and below is the secret how many external links of a PageRank values, are required to get a certain Google PageRank.
Example, if you want to know how many incoming PR5 links that are required to achieve a PR5 for your blog, you simply look down the Page rank 5 column, until you come to the PR5 row and the answer is 18.5 links.
So you need 18.5 PR5 links to achieve a PageRank 5 for your blog? This is not really true.
For certain case, if all of the incoming links are from PR5 pages with less than 50 external links and the links are on-focus with your content, but the value of the PR5 link is reduced if there are more than 50 links on the page and the page topic is not on focus with your blog. Below table will work as a guideline for you to have a goal to aim for your blog.

Moving one step further, we are often asked what a PR4 link is worth, or a PR5 link is worth compared to a PR3 link, for example, so to try and make this easy to understand, we have listed the PR3 equivalents below.
So, as you can see above, a PR6 link is comparative in value, to 125 PR3 links, so it seems fairly obvious that your time is better spent in trying to achieve a few quality links rather than bundles of lesser quality links. We have used the example of PR3 links, there is an assumption in the industry that if a link does not appear on a page of at least PR3, it is not worth having.
From my study, it is worth considering a link from a blog or website of PageRank Two or above, as long as it is:
1. On focus with your topic,product or service
2. The website's or blogs index page has a PR of 4 or above
3. There are less than 50 links on the page
4. There are no undesirable external links on the page
5. There are no nofollow tags on the links
6. There is no robots metatag on the page with the content," noindex, nofollow"
7. There is no javascript redirect on the link
Every website or blog owner should be running an ongoing link campaign, either themselves or through a search engine optimisation professional. Look to add the equivalent of 40 PR3s to your site each month, preferably made up of higher PageRank links, i.e. 19 x PR4s or 6 PR 5 and 15 PR3s. Don't go crazy and try and bring in hundreds of links in one month, don't over do it, keep the progression as natural as possible (untrackable).
Dont have anyone from outside Google knows exactly how PageRank works or what relevance is put on each PageRank value, together with my own experience of the effects of PageRank. The figures on the tables are rounded up and I not guarantee of the accuracy of the figures. Just a make sense method that I have go through so far. :)
Technorati Tags: digg, blogging revenue, blogging tools, blogging hack
Labels: Blogging Tools, Google PR
Friday, July 6, 2007
I have promise Rosiee to create this post, so here I'm. How to let your comment box appear under every posts of your blog? Just Follow 3 simple steps, then you can do it, just little bit html knowledge require. Before I continue, I guest you would wanna see mind comment box under my blog post. Have a look below:
After your pointer hover to the comment box, It's will automatically turn to your original comment box without to load another new page. Nice right? ;)
If you like to have this hack in your blog, please follow below steps:
(Please back up your template before do any changes.)
1. Go to your dashboard - > control panel - > edit html
2. Tick the Expand Widget Templates
Then find below code:
</head>
Copy all this code below, and paste it directly on top of the </head> code.
<!-- www.jackbook.com -->
<!-- this to hide and show el -->
<script languange='javascript'>function showcomment(a,b){var jackbookdotcom = document.getElementById(a);jackbookdotcom.style.display = 'none';jackbookdotcom = document.getElementById(b);jackbookdotcom.style.display = 'block';}</script>
<!-- www.jackbook.com -->
3. Find below html code:
<b:includable id='comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>
<h4>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>:
</b:if>
</h4>
<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author' expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" + data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>
<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>
<p class='comment-footer'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</p>
</b:if>
<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + "_backlinks-container"'>
<b:if cond='data:post.showBacklinks'>
<b:include data='post' name='backlinks'/>
</b:if>
</div>
</div>
</div>
</b:includable>
4. Replace all the above code with below html code:
<b:includable id='comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>
<!-- jackbook.com part 1 start -->
<!--
<h4>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>:
</b:if>
</h4>
<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author' expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" + data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>
<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>
<p class='comment-footer'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</p>
-->
<!-- jackbook.com part 1 ends -->
<!-- actually i almost do nothing with your template, just add that comment, you did it :) -->
<div id='comment-parent' onmouseover='showcomment("hoverme", "comment-child");'>
<h3 id='hoverme' style='display:block;'>
<img alt='Your cOmment"s Here! Hover Your cUrsOr to leave a cOmment.' src='http://lifewg.googlepages.com/html-code-leave-comment.gif' title='Your cOmment"s Here! Hover Your cUrsOr to leave a cOmment.'/>
</h3>
<!-- this iframe below is your comment form. you can change the height, or add more style property into it -->
<div id='comment-child' style='display:none; background: #edf5fa; height:400px; border: 1px solid #FCO; height: 700px;'>
<iframe expr:src='data:post.addCommentUrl' height='100%' scrolling='yes' width='100%'/>
</div>
<!-- end of iframe -->
</div>
</b:if>
<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + "_backlinks-container"'>
<b:if cond='data:post.showBacklinks'>
<b:include data='post' name='backlinks'/>
</b:if>
</div>
</div>
</div>
</b:includable>
5.Then click on the "Save Template" button.
I have to give a credit to Jackbook for his effort to come out with this hack. I combine 2 hacks in 1, so make it easy to bloggers.
Technorati Tags: blogger tricks, blogging tools, blogging hack
Labels: Blogger Tricks, Blogging Hacks, Blogging Tools
Wednesday, July 4, 2007
I just bought a domain for Blogging Secret. I wait for so long, at last I get it. The availablity of bloggingsecret.net have shine my day. After I get to know that bloggingsecret.net available, I straight away bought it. Since I wanna point to blogger.com, so I bought it from namecheap.com. Namecheap coupon for July 2007 is BOTTLEROCKET. This coupon make me save $0.90.
Actually I wanna get bloggingsecret.com, but have someone continue to use this domain without update. Sign*. What a waste, but I'm quite happy to get bloggingsecret.net. I will celebrate with have a good dinner tonight. Anyone with me? :)
Technorati Tags: blogging secret, blogging tools
Labels: Blogging Tools, Life Log
Sunday, June 24, 2007

Hurray, I just get my first laptop with my online earning! I just bought it yesterday, at Lowyat Plaza. The total price is RM2380.
Below is the spec:
Model: Lenovo Y400 945445A
Weight: 2 kg, 400 grams
Processor: Intel® Core™ Duo Processor T2350 (1.86GHz, 2MB L2 Cache)
1GB DDR2 SDRAM
120GB SATA HDD
14.1" Widescreen WXGA screen
DVDRW & DVD-RAM Rambo Drive
Intel Graphics Media Accelerator 950
56K Modem
Integrated Ethernet LAN
Intel® PRO/Wireless 3945ABG
Built-in Bluetooth
3xUSB
3-in-1 Card Reader
Gift that I rob from the dealer:
1 x Headset
1 x Optical mouse
1 x USB HUB
Total price without original window is RM2380 (700 usd). What do you think about this? Any reviews?;)
Technorati Tags: laptop, lenovo, blogging tools
Labels: Blogging Tools, Life Log
Wednesday, June 6, 2007
Customizable recent comments widget Generator (using JSON feed)
7 responses Posted by LOUI$$ at 07:58TEMPORARY DOWN
One of the most wanted tools and hacks for blogger nowadays, Customizable recent comments widget Generator(using JSON feed). You can generate as many comments as possible with fill up below requirement. Thanks for Jin Yao permission.
Customizable recent comments widget Generator(using JSON feed)
Technorati Tags: blogger, blogger.com, blogging tools, blogging hack
Thursday, May 17, 2007
There are always many people ask me how to create a blog with blogger dot com, and I need to write a pretty long guideline for them. Now you just follow the video and you will get a blog. Peow... This really suit for those just wanna start a free blog host. Good luck!
Technorati Tags: blogger, blogging revenue, blogging tools, blogging hack
Labels: Blogger 3.0, Blogger Tricks, Blogging Tools
Blogger.com now enhance with autosaving of draft posts to the Blogger post editor. I love it! Just check it out ya! 
So say "goodbye" to lost blog posts. You won't miss them anymore.
Technorati Tags: blogger
Labels: Blogger 3.0, Blogging Tools
Tuesday, May 8, 2007
What a cool new look Google Analytics have. I just can't resist it! Do you know that Google Analytics(GA), is one of the Top 3 Most Awesome blogging tools of the year 2006?
What is the new features for the new version of Google Analytics?
Google Analytics new users who just register will enjoy this new platform. Existing users(like me) will transition during the coming weeks and will have use the old interface for another 30 days.
If you haven't use this FREE service from Google yet, I highly recommended you to use Google Analytics for your traffic tracking purpose. You may sign up here. ;)
Technorati Tags: google, blogging tools
Labels: Blogging Tools, Google, Tech News
Friday, May 4, 2007
One of the review about my blog from the 2nd season had critic about my blog doesn't have contact form to contact me. So I wondering around and found out about Contactify.
I create my contact form just within a minute. Super fast! I really busy with my stuff so I have no time to hack the real one. I would recommended those busy bloggers have a simple contact form like mine, at least. So if you wanna contact me, just click on Contact Me.
Technorati Tags: contact form, blogging tools, blogging hack

Another blogger tricks for you guys today. You My blog now enhance with a little code that make all my post get smile. That is great right? We now can express our emotion while blogging with blogger. After I use this tricks, I feel that all my posts are alive, like I'm inside every posts in this blog.
Do you wanna feel that too? Well, and again, you just need 3 easy steps to complete this blogger smile.
1. Go to inside your template > edit HTML> tick on Expand Widget Templates and search for this:
]]></b:skin>
2. Copy and paste the following code BELOW ]]></b:skin>:
<script src='http://louislim2.googlepages.com/addSmiley.js ' type='text/javascript'/>
3. Save template, and you done! Easy? Thanks to benjamin.
Inside the script that I provide, is contain of below emoticon, so you can practice it for more fun.
:) or :-)
:D or :-D
:$ or :-$
:( or :-(
:p or :-p
;) or ;-)
:k or :-k
:@ or :-@
:# or :-#
:x or :-x
:o or :-o
If you need help, please feel free to drop the question in my comment
Technorati Tags: blogger tricks, blogging tools, blogging hack
Thursday, May 3, 2007
Well, time past so quick. Blogging Secret already 7 months olds, hurray!:D So many thing happen within it. I haven't update Blogging Secret achievement for quite a long time. I just wanna share with you what have this blog get so far:
1. Top 50 communities in MyBloglog. Blogging Secret rank in Top 30.
2. Technorati ranking: 8,230 of 71 million blogs. 400 blogs links to this blog. Fave by 110 members. Thank to Triple Xchange.
3. Alexa ranking: 131,274.
4. Feedburner readers: 199 readers. Thanks to Feed My Fed.
5. Google PageRank(Pr) of 5.
6. 862 members in Mybloglog communities.
7. Earn X,XXX usd in 7 months. Make easy money online with blogging, that is great!
8. Keyword "blogging secret" is Top 1# in Google and Yahoo search engine.
9. Top 70 blogs in Malaysia. Ranking in Top 30 blogs. Thanks Malaysia.
10.One of the 2000 bloggers project. You can see my handsome picture there. :P
Seem like working well, I will get better in next update. At least pr6. :D I will post out my 10 sources of make easy money online on my next post. Stay tune. ;)
Technorati Tags: make easy money online, blogging revenue, blogging tools, blogging traffic
Labels: Blog Traffics, Blogging Tools
Here is only few steps to create alexa traffic rank widget for your blogger.
1. Please visit http://www.alexa.com/site/site_stats/signup.
2. Choose the widget layout.
3. Enter the url of your website.
4. Copy and paste the code in the HTML widget.
You like my alexa layout widget? Then here is another One Click Widget for you, just click the button below to install it on your Blog.
*Take NOTE(You need to change the blog URL to yours.

In case you like this one, just click the button below to install it on your Blog.
Technorati Tags: alexa, blogging traffic, blogging tools, blogging hack
Sunday, April 29, 2007
This post is for my fellow friends who asking for digg button display in their post. Digg button will show up on every single post you have in your blog. (Like Blogging Secret)
You just need to do 3 steps.
1 STEP
Go to your blog template> Edit HTML> expand the widgets> and check for this line:
<p><data:post.body/></p>
2 STEP
replace with this code:
<p>
<!-- DIGG -->
<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url = '<data:post.url/>';
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<data:post.body/>
</p>
3 STEP
Click on Save Template. Done!
So do you love this digg button? lol
Technorati Tags: digg, blogging tutorial, blogging tools, blogging hack
Labels: Blogger Tricks, Blogging Hacks, Blogging Tools, Digg.com
Friday, February 23, 2007

Hi there, i have stop writing about tutorial recently, why? Because I'm a busy man too!lolz! Today, i just wanna show you a short tutorial of how to add a bookmarklet in your blog, anywhere you like!
If you aware, the footer of my post got a "Bookmark This!", this is for you to bookmark my post in the any social bookmarklets in the ekstreme.com. Last time i prefer image of those social bookmarklet show up in my post, but that make my blog to load slow, sometime take until 1 minute to appear my blog on you screen. Now i change to Bookmark This! for more convenient. Below is the short tutorial for blogger v3.0 or blogger beta.
3 steps to go:
1. Go to Template > Edit HTML > click on Expand Widget Templates.
2. Copy below code and paste it in your desire space:
<a expr:href='"http://ekstreme.com/socializer/?url=" + data:post.url + "&title=" + data:post.title' target='_blank' title='Bookmark anywhere with Extreme Socializer' >Bookmark This!</a>
3. Save it, you're done!
If you face any doubt on this, drop me a comment, i help you!
Technorati Tags: digg, blogging toturial, blogging tools, bookmarklet
Labels: Blog Traffics, Blogging Tools
Wednesday, February 21, 2007
You heard about Z list before? No right? This from DoshDosh who include me in the list as a recomended blogging blog, what an honour for me, thanks maki!
What is the Z list for? Is for you to share blogs or websites that you find interesting with other bloggers. This give me 100+ backlinks and boost my technorati rank to 18,044, and this is very impressive. Do you wanna this kind of link too? Get the latest Z list by clicking here.
Technorati Tags: z list, blogger, blogging tools, blogging traffic
Labels: Blog Traffics, Blogging Tools, Technorati
Tuesday, February 20, 2007
Hi hi, is me again, Louiss Lim! Few days i go back to my hometown to celebrate chinese new year, something happen to feedburner. That is my feedburner count increase by 40%, what a shock!!! Some said feedburner have been hack, some said feedburner got internal problem but actually all wrong!!!!
Here is the reason:
1. Google just show their number of Google Reader and Google Personalized subcribers number in the feedburner!
2.I change my template to minima 3 columns,so loading time is faster then my 3 columns kubrick template!
3.Blogging Secret have more visitors from google, i love google!
This is a good start for 4 months old blog, 153 readers...you know...this just a blog to share my blogging skill. So please coming if you thirsty for blogging secret, c ya soon...
Technorati Tags: feedburner, blogging traffic, blogging tools
Labels: Blog Traffics, Blogger 3.0, Blogging Tools, Feedburner
Thursday, February 8, 2007
Do you know that google webmaster tools help you? If yes, then is great! If no, please continue reading this post.
Recently google webmaster central have been updated. And here some interest point to share with you!
What you can do with this webmaster tools?
To view a much larger sample of links to pages on your site that google found on the web.
Why is this interesting?
Google have divided the world of links into two types: external and internal.
It that useful?
Yes, you can know how many link to a particular post in your blog.
I recomended to all webmaster and blogger, just click here.
Technorati Tags: google, webmaster, google webmaster, seo, blogger
Labels: Blogging Tools, SEO
Tuesday, February 6, 2007
Ok, now fast and easier ways to show Digg Button on your blog in every single post in just a minutes! So how to do that? then you must continue read this!
Step 1:
Save your template, as a backup if you fail to do it.
Step 2:
Go to template > edit HTML > tick on Expand Widget Templates > and search this code under <div class='post-header-line-1'/>:
<data:post.body/>
Step 3:
Paste the below code AFTER <data:post.body/> if you want the digg button show up at the end of your post or BEFORE <data:post.body/> On the top of your post.
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
Step 4:
Click on SAVE TEMPLATE.
Congratulation! You are done! Now Digg Button will show up on every single post on your blog!
Technorati Tags: blog traffics, blogging tools, digg, digg button
Labels: Blog Traffics, Blogging Tools, Digg.com
Blogging,Tutorials,Tricks,Technology,Reviews,Gadgets,Tips and Make Easy Money Online.