How to promote your blog via facebook by twitterfeed.com

Twitterfeed is a site that connects service Twitter or Facebook page with a blog you have, so every time there is writing/new posts in your blog, it will show up as your current status on facebook or twitter. But you need to install RSS feeds from your blog that will connect with Twitter or facebook. You have pre-requisite must be registered on facebook or twitter.

twitter feed.bmp

Well, here's nie steps linking your blog to facebook.

* First you must create an account, how to click the Register Now button. Complete data your email and password, then click Create Account.

* Next select the Facebook or Twitter, (in this case select for Facebook) and click Connect with facebook. Enter your username and password your facebook,
continue until finished, click Allow Access. Click Allow Publishing to end.





READ MORE»

Tips to prevent fraud on the internet

For those of you who are running an online business, maybe a couple of times you've cheated. There are many websites a scam or fraud out there that promise quick money and in larger amounts. Ok, here I try to give some tips for avoiding fraud on the Internet. Let's just look at these tips.

1. Forget the business that promises benefits that does not make sense quickly with little capital.

The online fraudster realized that one of the most effective way for those who run the SCAM is to sell dreams. One of them by offering investment models, sell ebook with a price several hundred thousand and was promised will produce millions in a certain time. According to my experience of doing business online, using such programs is nearly 90% are fraud. Most of the money game is a chain, a time of such business will fall and ultimately is a fraud. (example: Asiabersama). If you were paid, it was only to attract more victims. Suppose we invest 200 thousand, and then they pay you a few million. So, since most people are happy and confident that they actually pay, then invest mostly larger in the hope of getting great results too, until eventually all of them realized that it was too late.

2. Reference via Google Search on the site
Google will be very helpful when you'll find out if an online business is fraud or not. Suppose you see a site named bisnis500triliun.com your stay enter keyword "(the site in question) to deceive" or if a foreign website "(the site in question) a scam" then you will see the various posts/articles/blogs that discuss fraud committed (if any) this will be very helpful before you decide to join and run a particular online business.

3. Be careful with fake testimonials
you may have seen an online business site with dozens or even hundreds of testimonials stating that the site is really good and produce. Advice from me is a testimonial written notice, if most of the same style of language, then it is likely these sites are scam. Another thing to consider is, whether there are sources of testimonial (eg/website/e-mail), if not present or could be covered by the webmaster is making his own testimonial. Many fake testimonials are made on blogs like blogger.com. characteristics is posting on his blog that there is only one, namely specific sites praised excessively. Logically, how could anyone create a blog just to make a testimonial, let alone one post. If you find anything like this, then I suggest you do not need to join the site "to deceive the square" is (to deceive by making false testimonials to the programs they offer).

4. best to use the cash payment when shopping online.
If an when you want to buy an item online, get you to do is cash or COD (Cash On Delivery). We will never know the seller is honest or not. Bias was honest but just because it suddenly needs to be a fraud, other than that, if the cash option is not possible you can use the facility as a joint account in the forum trading DJ, this will minimize the risk of SCAM.

5. Diversify
nothing is certain in this world, including the virtual world. I suggest you create a diversified business online, do not just rely on one source of income, because the site was honest, can also be run tomorrow all your money. The point is not to be greedy and do research on your new business opportunities. By diversifying then you get duped. Other businesses cover any losses that you received.

What is certain is it is your responsibility to your activities virtual world. Hasty in running a business that its validity is not clear bias makes you regret later on. Do research bleak that I mentioned, because it is very useful for you to save your money.

Thank you and happy blogging.
READ MORE»

Types of Business on Internet

Business and the Internet, the two words that can not be separated again, the businessmen had long been in the internet world. although the Internet was more dedicated to world science, education, military, and government, but in the end the businessman who became the ruler in the world of the Internet.

apparently the world did not escape the influence of business. True proverb says, where there is world, there must be no business. whether it's the real world, virtual, humans, animals, plants, even though the unseen world, can not run away and avoid the influence and power of the businessman.

The world is the world, business is business and the internet is the internet. if we join the three, it will be an Internet business world. the question is, what business is the Internet world? want to know the answer? The following are some existing businesses on the internet.

1. At Network. At the network is the method of the top advertising on the internet, this business is run in a way to collect, manage and sell advertising. company engaged in this field benefit from the clients who want to advertise products and services via the internet. businesspeople working in this field, and share the profits with the owners of the website.

2. Apartment locator. This type of internet business work by providing services to search for and find an apartment for rent. or sell the service to find prospective tenants for apartment owners. number of fees provided by the owner of the apartment, as well as from prospective tenants, is the main source of income from this internet business.

3. Simply Art Store. the performers and artists, is the main client of this type of business. This business benefited from selling the art equipment. needed by the artist and the artist. they may sell art objects. but make no mistake, the business holds urine (public toilets) are not included in this category, hehe:)
READ MORE»

How to Make Highlight Author Comment

Highlight Author Comment function is to comment author (blog owner) is different from other people comment. Examples can be seen on this blog. To comment the blog owner will have no effect it border and others. Here I will lay out ways to make this Highlight Comment Author. now we see how to make Highlight Author Comment lets gooooooooooooo:)

1. Log in to blogger then open "Layout --> Edit HTML"
2. Check sign at "Expand Widget Templates"
3. Copy this script code before code ]]> or copy to css.

.comment-body-author {
background: #E6E6E6; /* Warna Background */
border-top: 1px dotted #223344;border-bottom: 1px dotted #223344;border-left: 1px dotted #223344;border-right: 1px dotted #223344;
margin:0;
padding:0 0 0 20px;
}

4. Then search the codes as follows. Perhaps the code in your HTML will be different, although different tp try as closely as possible with the following code:

<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>
said...
</dt>

<b:if cond='data:comment.author == data:post.author'>
<dd class='comment-body-author'>
<p><data:comment.body/></p>
</dd>
<b:else/>

<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>

</b:if>

<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>

5. Red code is the code that you have to add in your HTML. Position must be true, remember that.
6. If so, keep on the save your template.

These authors comment on the profile of the blog owner. Thus, so the effect appears before you have to comment on the blogger log in OK.
This only reply to the comments box of pure bloggers. Happy blogging :)
READ MORE»

BMW 7 Series will be assembled in China

One car manufacturer in China, Shanghai Automotive Industry Corporation (SAIC) Motor Corp. ambitions to assemble BMW. Now, they are discussing with principals Bayerische Motoren Werke (BMW) AG for escaping the plan of assemble the highest variance 7 series in china. And the meeting is held the third time, as in the Dongfang Daily quoted in Shanghai.

In addition to the series 7, SAIC also like to get permission to assemble the other BMW products. With hope, BMW is playing in the premium segment can boost SAIC brand to a higher level.

When confirmed, both the BMW spokesman Ma Qingsheng China and SAIC Motor Zhu Xiangjun not want to comment on this plan.

Just additional information, in Indonesia itself assembles BMW's luxury sedans several types of seri3 and seri5 in PT Gaya Motor, located in Sunter, North Jakarta. But, for the BMW 7 series was imported intact (completely built-up/CBU) from Germany.

from: http://detikyogyakarta.ne (translated)
READ MORE»
Copyright 2011 Looking News - Template by Kautau Dot Com