Wanna know the secret to becoming a successful entrepreneur? I am going to reveal you one tip which I am sure will be useful to take you towards your goal.
The tip is "Work for somebody who is already a successful entrepreneur"
Yeh! you heard it right, work for an internet entrepreneur. I know that is sounds boring and requires a lot of hard work initially but believe me it does pay off very well in the end.
If you approach the pro like a beggar asking for "tips" for making money quickly and easily without much work (I have seen many of these guys) they tend to ignore you. But once you build a good rapport with them, they wont even think twice to tell you their "secrets".
I worked as a virtual assistant to these masters for around two years. Initially they gave me boring stuff like link building, directory submission, etc. I gained enough experience of the various methods used by the pros. Then they started telling me about some other tricks which I was completely unaware of.
I now work independently and know most of the tricks (both white and black) necessary for successfully implementing a method. There are certain nuances in each trick and they do make a lot of difference. Most of the methods which we read on this forum and on the web require be to tweaked. If you copy them as they are, chances are that you wont be able to extract most of the "juice" from them. Every individual is unique and needs a unique approach towards them.
So get that ass moving and do something. There is no substitute to hard work and dedication.
Work hard and work "smart", otherwise you just end up being a donkey. Good Luck guys.
Thursday, December 27, 2007
Secret Of Success
Friday, July 6, 2007
How To Let Comment Box Appear Under Every Posts
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
Wednesday, June 6, 2007
Customizable recent comments widget Generator (using JSON feed)
TEMPORARY 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
Posted by LOUI$$ at 07:58 8 responses
Labels: Blogger 3.0, Blogger Tricks, Blogging Hacks, Blogging Tools, Quick Guide For New Blogger
Thursday, May 17, 2007
Ultimate Guide On How To Create A Blog With Blogger Dot Com
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
Wednesday, May 16, 2007
Paypal Trick Us, We Trick Paypal Back!
Paypal want us to include US bank account? This is just an excuse for them for push us to jump into the sea. They trying to fool us? Then now we fool them back! :P
I just receive all the payment, just relieve my stress on this issues. Make me nervous and worry, paypal really suck!
So you also want the tricks right?
This was how I do some trick to receive my pending payment:
1. Go to Overview -> Click Profile
2. In Financial Information column -> Click Bank Account
3. Type the following information as below:
- Bank Name: The Bank of New York
- Account Type: Checking
- Routing Number: 021000018
- Account Number: 104000850850185
- Re-enter Account Number: 104000850850185
4. Check main account page
5. Accept outstanding payments if its not already done so automatically
6. Remove Bank Account
TAKE NOTE- The bank account stated above does not exist and it was just a random number I guess. Do ensure the Routing Number remains the same but you must change the Account Number. Quickly remove the bank account payment receive. Super fast remove the Bank Account! Do it in your Own Risk!
Peow... all done. Paypal trick us? Then we get them back now! hahaha! Thanks Daryl!:D
Technorati Tags: paypal, paypal suck, paypal trick, blogging hack
Friday, May 4, 2007
Contact Form For Blogger
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
Posted by LOUI$$ at 23:36 3 responses
Labels: Blogger Tricks, Blogging Hacks, Blogging Tools, Quick Guide For New Blogger
How To Add Smile In Blogger

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
Posted by LOUI$$ at 08:14 12 responses
Labels: Blogger Tricks, Blogging Hacks, Blogging Tools, Quick Guide For New Blogger
Thursday, May 3, 2007
How To Create An Alexa Traffic Rank Widget
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
Posted by LOUI$$ at 07:11 7 responses
Labels: Blog Traffics, Blogger Tricks, Blogging Hacks, Blogging Tools, Quick Guide For New Blogger
Sunday, April 29, 2007
How To Add Digg Button On Blogspot
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
Posted by LOUI$$ at 02:19 20 responses
Labels: Blogger Tricks, Blogging Hacks, Blogging Tools, Digg.com