Sign up for PayPal and start accepting credit card payments instantly.

Nimbuzz Chating Room Configuration Script

.
6 comments

Translate This Article To Indonesia


1. To Add or Remove of OWNER



2. To Add or Remove of Administrator



3. Maximum User



4. Public Chat Room



5. Persistent Room



6. Moderated Room



7. Member Only



8. To All Configuration of Room By One Script



NB : 1 = yes , 0 = no
READ MOREads

How to Add AutoHiding Social Bookmarking (Sharing is Sexy/Caring) Widget To Your Blog

.
5 comments

Translate This Article To Indonesia

By installing the widget "sharing is sexy", so your post or article will mate quickly spread and your blog will be to famous at social bookmarks sites automatically. That is a gathering of bloggers around the world. But it must be with a record of the contents of interesting content, and your must register on the social bookmarking site, so you can instantly share without waiting for visitors who click your blog sharing by the widget.

Adding Social Bookmarking widget is one of the blogging tricks which will indirectly increase the popularity of our blog. Visitors blog will be very easy to send our blog articles to various Social Bookmarking sites, like Facebook, Stumble Upon, Digg, and others. Now there has been much Social Bookmarking widgets for Blogger by script html.

Sharing is Sexy image


To add this widget to your blog, follow these instructions:

Step 1:
Log in to Blogger, go to Layout -> Edit HTML and mark the "Expand Widget Templates" box.

Step 2:
Now find (CTRL+F) this in the code:

</head>

And immediately BEFORE/ABOVE it, paste this code:

<!--HIDDEN-BOOKMARKS-STARTS-->
<style type='text/css'>
div.beauty-bookmarks {
height:54px;
background:url('http://i43.tinypic.com/2ueii3t.png') no-repeat left bottom;
position:relative;
width:540px;
}

div.beauty-bookmarks span.beauty-rightside {
width:17px;
height:54px;
background:url('http://i43.tinypic.com/2ueii3t.png') no-repeat right bottom;
position:absolute;
right:-17px;
}

div.beauty-bookmarks ul.socials {
margin:0 !important;
padding:0 !important;
position:absolute;
bottom:0;
left:10px;
}

div.beauty-bookmarks ul.socials li {
display:inline-block !important;
float:left !important;
list-style-type:none !important;
margin:0 !important;
height:29px !important;
width:48px !important;
cursor:pointer !important;
padding:0 !important;
}

div.beauty-bookmarks ul.socials a {
display:block !important;
width:48px !important;
height:29px !important;
font-size:0 !important;
color:transparent !important;
}

.beauty-furl, .beauty-furl:hover, .beauty-digg, .beauty-digg:hover, .beauty-reddit, .beauty-reddit:hover, .beauty-stumble, .beauty-stumble:hover, .beauty-delicious, .beauty-delicious:hover, .beauty-yahoo, .beauty-yahoo:hover, .beauty-blinklist, .beauty-blinklist:hover, .beauty-technorati, .beauty-technorati:hover, .beauty-facebook, .beauty-facebook:hover, .beauty-twitter, .beauty-twitter:hover, .beauty-myspace, .beauty-myspace:hover, .beauty-mixx, .beauty-mixx:hover, .beauty-script-style, .beauty-script-style:hover, .beauty-designfloat, .beauty-designfloat:hover, .beauty-syndicate, .beauty-syndicate:hover, .beauty-email, .beauty-email:hover {
background:url('http://i44.tinypic.com/1znbj83.png') no-repeat !important;
}

.beauty-furl {
background-position:-300px top !important;
}
.beauty-furl:hover {
background-position:-300px bottom !important;
}
.beauty-digg {
background-position:-500px top !important;
}
.beauty-digg:hover {
background-position:-500px bottom !important;
}
.beauty-reddit {
background-position:-100px top !important;
}
.beauty-reddit:hover {
background-position:-100px bottom !important;
}
.beauty-stumble {
background-position:-50px top !important;
}
.beauty-stumble:hover {
background-position:-50px bottom !important;
}
.beauty-delicious {
background-position:left top !important;
}
.beauty-delicious:hover {
background-position:left bottom !important;
}
.beauty-yahoo {
background-position:-650px top !important;
}
.beauty-yahoo:hover {
background-position:-650px bottom !important;
}
.beauty-blinklist {
background-position:-600px top !important;
}
.beauty-blinklist:hover {
background-position:-600px bottom !important;
}
.beauty-technorati {
background-position:-700px top !important;
}
.beauty-technorati:hover {
background-position:-700px bottom !important;
}
.beauty-myspace {
background-position:-200px top !important;
}
.beauty-myspace:hover {
background-position:-200px bottom !important;
}
.beauty-twitter {
background-position:-350px top !important;
}
.beauty-twitter:hover {
background-position:-350px bottom !important;
}
.beauty-facebook {
background-position:-450px top !important;
}
.beauty-facebook:hover {
background-position:-450px bottom !important;
}
.beauty-mixx {
background-position:-250px top !important;
}
.beauty-mixx:hover {
background-position:-250px bottom !important;
}
.beauty-script-style {
background-position:-400px top !important;
}
.beauty-script-style:hover {
background-position:-400px bottom !important;
}
.beauty-designfloat {
background-position:-550px top !important;
}
.beauty-designfloat:hover {
background-position:-550px bottom !important;
}
.beauty-syndicate {
background-position:-150px top !important;
}
.beauty-syndicate:hover {
background-position:-150px bottom !important;
}
.beauty-email {
background-position:-753px top !important;
}
.beauty-email:hover {
background-position:-753px bottom !important;
}

</style>
<!--HIDDEN-BOOKMARKS-STOPS-http://sulthanyusuf.blogspot.com/-->

Step 3:
Now find this in the code:

<data:post.body/>

And BELOW/AFTER that, paste this code:

<b:if cond='data:blog.pageType == "item"'>
<div class='beauty-bookmarks'>
<ul class='socials'>
<li class='beauty-delicious'><a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='beauty-digg'><a expr:href='&quot; http://digg.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='beauty-technorati'><a expr:href='&quot; http://technorati.com/faves?add=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='beauty-reddit'><a expr:href='&quot; http://www.reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='beauty-stumble'><a expr:href='&quot; http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='beauty-designfloat'><a expr:href='&quot;http://www.designfloat.com/submit.php?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='beauty-facebook'><a expr:href='&quot; http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='beauty-twitter'><a expr:href='&quot; http://twitthis.com/twit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='beauty-furl'><a expr:href='&quot; http://www.furl.net/storeIt.jsp?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
<li class='beauty-syndicate'><a href='http://feeds.feedburner.com/blogspot/aCIu' title='Subscribe to RSS'/></li>
<li class='beauty-email'><a expr:href='&quot; mailto:?subject=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'/></li>
</ul>
<span class='beauty-rightside'/></div>
</b:if>

You may of course remove any button code, if you do not want to show it.

Now save the template.

That's it. Now just write some good posts worth bookmarking
READ MOREads

How To Create Autoblog / Blogs To Advertise Automated Or Auto Backlink Generator Blog

.
18 comments

Translate This Article To Indonesia

What's autoblog?
Have you ever experienced or become victims of duplicate content from bloggers who are not responsible?
Duplicate content is meant is not a copy-paste, but re-capture and publish RSS unilaterally.

    * What is your reaction when you work hard to publish the article, and then you publish articles that appear on the blog someone else?
    * How the person can re-publish or post RSS from our blogs?
    * I think you already know what the effect will happen when autoblog person who has a higher pagerank than our blogs, right?
    * Then there any way to overcome this?

From the above questions, of course, you already know the description of what it autoblog.
Yup! Autoblog is a blog that can publish / post in automatic rss from other sites (the victim), only by using or subscribing to RSS blogs victims.
Illegal?

Autoblog for addressing this phenomenon is dependent on the attitude of ethics and professionalism in the world of blogging from ourselves each.

Autoblog be used for good things like;

        * Create autoblog to advertise services for free auto classifieds.
        * Create autoblog as automatic link exchange service or auto backlink generator, etc..

Then, if autoblog can be made by using blogspot? Sure can.
How? Are you interested?


Step How To Make Autoblog At Blogspot

This is one way to post via email automatically or all incoming email into our inbox will be published / posted automatically into our blog, we will create a new account or e-mail, but must use gmail, do not YahooMail or other reply.

   1. Make a new gmail account, not yahoo or other mail.
   2. After that, create a new blog, on blogspot bloggers of course.
   3. After a new blog, go to your new blog Dashboard and select Settings.

   4. Once in the Settings, choose the tab Email & Cell.

   5. Then, create a name email it to you later we will use to subscribe.
      The format will be like this: gmailaccount.youremail@ blogger.com, and select the option 'Publish emails immediately' or 'Publish emails immediately', and Save.
   6. After that, go to your new Gmail and select Settings.

   7. In this setting fields select Filters and then click Create Filter.

   8. Furthermore, the column To / Go, fill in the name of your new email and click 'Next Step'

   9. Furthermore, check the checkbox 'forward to', enter the name of an email from no.3 steps above, then click the form button 'Create Filter'

  10. It's finished, and you are now ready to hunt RSS for material you post.


Now, on every incoming message / inbox to your new email earlier, will be automatically posted on your new blog is, so use email to subscribe to only do things that are personal.


To enter RSS Blog articles
You can use the site www.feedmyinbox.com
For example I enter the address of this blog RSS: http://feeds.feedburner.com/blogspot/aCIu
Enter a column on www.feedmyincox.com website URL and do not forget to enter your email then click Submit, too.


Creating Blog Auto / Autoblog To Services Advertise Auto Otomastis Or Baklik Generator

If you are interested in creating autoblog as a means of advertising and the auto install link exchange generator, can www.emailmeform.com use the site, which will help you create forms for visitors.

So next time visitors to provide input data on the form, will be sent directly to our new email, which will automatically publish on our blog.




I hope this Helpful Info For You and the other person also!


.
READ MOREads

How to Build a SEO Website

.
21 comments

Translate This Article To Indonesia

How to Build a SEO Website

Today, even small companies using the Internet as a major tool in building a customer base, maintain relationships with their clients and this also means that most basic of their advertising.

Designing a company website that cheap and effective, yet more important for the world wide web is the only information medium that offers instant access to millions of users around the world.

Search Engine Optimization (SEO) is key to building an effective site that will get lots of hits and visitors. A web site that nobody visits is useless so the challenge lies in leading Internet users to visit Web sites.

Thus, your website must be "discovered" when a user types a keyword in the search engines like Google, Yahoo, MSN, Altavista, AOL and others.

After the keywords associated with the product or service you offer is to enter into a search engine, a direct link to your website must appear on the list.

You must use a search engine optimization techniques to lead traffic your way, and get more hits that would later lead to more profits for your company, what is your goal in the first place.

Here are some search engine optimization tips on how you can make to the list of search engines and using SEO techniques to benefit your website and your company:



SEO Technique 1: If you have a website and domain, just optimize the one you have, rather than buying a new domain.

This will take some time before your website will appear in certain search engines, like Google, so it's better to use one you have now rather than switch to the new.

SEO Technique 2: Know who your target audience and purpose for them.

If you are in manufacturing industries and types of users on your product in search engines, then you will immediately have your target right in front of you.

Immediately after the user hits the Enter key or click on 'Search', then that person will lead to your website.

Make sure that your target market will get 'hooked' on your website. After the search engine displays links to your website, their task completed.

What you should do next is to ensure that visitors will not leave your site without them try your product or service, or at least leaving some pertinent information so you can contact them in the future for marketing and advertising purposes.

When hitting a particular target market, learn about their interests, location and age to have an idea of what you can offer to them in return.

Also, you can connect somehow in their interests to your products and services.

SEO Technique 3: Find the right keywords.

You must be creative, persistent and flexible when searching for your keyword or keyword phrase to use in optimizing your web site.

Google and Yahoo offer some SEO tips and tools on how you can come up with keywords that will give results.

Do not be satisfied with only one keyword. You can also vary the words and phrases you use for each page on your website so that you can have more hits.

SEO Technique 4: Consider your target market when designing your Web site.

The design itself would include the general theme of the website. You must also consider the small details like color and font style and size.

Make sure that the website is user-friendly and do not forget to insert helpful articles, tips, hints and links that can be shared to other users.

This is a good thing to have the option to send a link or article to a friend, who will add more users and increase your client base.

There must also be a variety of ways to browse your site, to customize each user.

Someone may be difficult to use the scroll down option so you must also provide a hyperlink that can be accessed by them.

SEO Technique 5: Concentrate on the website content.

Regularly update your website content so that the old and new users can discover something new when browsing through your website.

Making a brief and appropriate content. Writing content that has more than 600 words that will make users lose interest, because most of them do not really read but just skim through the text. * Do not take too many SEO consider: your visitors should take precedence!

Trying hard to be the best and most comprehensive site and you'll make a mark when it comes to information about products and services you offer.

It helps a lot to pay attention to detail, too

Finally, keep your website content updated is a must (first, to keep your readers to read and second, for the purpose of SEO).

Spread the word about your website and use this basic search engine optimization (SEO) techniques and you will get positive results once users visit your website.

Thus, the end babble "How to Build a SEO Website". Thanks
READ MOREads

 

Followers

Recent POST

adsenseCAMP | KumpulBLOGGER

Sharing About Tips And Tricks of Blogging And Chatting! is proudly powered by o-om.com | Modif by BLOG SulthanYusuf ™