Around 3200 Rss Feed readers​​ Already joined, Have you?
Showing posts with label blogger tutorial. Show all posts
Showing posts with label blogger tutorial. Show all posts

Internet Services Now Available With Wi-fi Hotspot Software

Thursday, January 19, 2012

The services that you had always wanted to provide to your cherished customers are now available at no extra cost. There are firms that allow you to provide free or paid for internet services on wi-fi hotspot gateway to your customers. These companies also allow you to make the wi-fi zone available to the customers with your own branding. On top of that they also allow you to provide these services without paying any money to the service provider. In fact there is no need to sign up for any revenue sharing or monthly charging schemes with the service provider.

All this has made the job of providing the internet services to your customers on the wi-fi hotspot gateway all the more easier and interesting. It doesn’t matter whether you are a small time coffee shop owner or running an internet cafĂ©. Various kinds of wireless hotspot gateway services are available that would suit the kind of internet service you wish to provide to your customers. There are hotspot gateway services that take the visitor to the landing page on which your brand name is displayed and the customer is then provided with the free internet access for a limited or an unlimited duration. 

There are wi-fi hotspot gateways available in which software is made available to the service provider that can store thousands of unique five letter codes that can be sold to the customers as internet access tickets. These kind of wi-fi hotspot gateways are used by the people who run internet cafes. Another type of wi-fi hotspot gateway that is used by many small time coffee shop owners is the one in which a single code is used by many visitors. 
Read More - Internet Services Now Available With Wi-fi Hotspot Software

POPURI.us A tool to check at-a-glance the link popularity of any site

Sunday, August 21, 2011

A tool to check at-a-glance the link popularity of any site based on its ranking (Google PageRank, Alexa Rank, Technorati etc.), social bookmarks (del.icio.us, etc), subscribers (Bloglines, etc) and more!

Now you can show to the world how popular your website is by embbeding one of these widgets. It will show your Google Pagerank, Alexa Rank, Yahoo backlinks and Technorati linking blogs. 
 

Read More - POPURI.us A tool to check at-a-glance the link popularity of any site

How to Add Social Bookmarking Icons to Blogger

Wednesday, June 08, 2011

Adding social bookmarking icons or buttons below blogger posts let's your readers to bookmark and share your posts which ever he likes. It's not only a Web 2.0 feature but also a great way to get social. I have seen that there are many times when I get traffic from social networking sites. Now you may also like to get social by adding bookmarking buttons, so I have updated this tutorial with 18 bookmarking sites and a feed icon.

Social Bookmarking Icons Below Blogger Posts

1. Go to Design > Edit HTML and backup your template and check the “Expand Widget Templates” box.
2. Find the bellow snippet:
<data:post.body/>
Or:
<div class='post-footer-line post-footer-line-3'>
3. Just bellow any one of the sections mentioned above, add the bookmarking codes:

    <b:if cond='data:blog.pageType == &quot;item&quot;'>

    <div class='share-icons'>

    <h4>Share this post</h4>

    <!-- Stumbleupon -->

    <a expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Stumble' src='http://icon URL'/></a>

    <!-- Delicious -->

    <a expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Delicious' src='http://icon URL'/></a>

    <!-- Google Buzz -->

    <a expr:href='&quot;http://www.google.com/buzz/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Google Buzz' src='http://icon URL'/></a>

    <!-- Facebook -->

    <a expr:href='&quot;http://www.facebook.com/share.php?u=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Facebook' src='http://icon URL'/></a>

    <!-- Reddit -->

    <a expr:href='&quot;http://www.reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Reddit' src='http://icon URL'/></a>

    <!-- Technorati -->

    <a expr:href='&quot;http://technorati.com/faves?add=&quot; + data:post.url' target='_blank'><img alt='Technorati' src='http://icon URL'/></a>

    <!-- Yahoo Buzz -->

    <a expr:href='&quot;http://buzz.yahoo.com/buzz?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Buzz it' src='http://icon URL'/></a>

    <!-- Twitter -->

    <a expr:href='"http://twitter.com/share?url=" + data:post.url + &quot;&text=Currently reading: " + data:post.title + "&via=blogger_Raju"' target='_blank'><img alt='Twitter' src='http://icon URL'/></a>

    <!-- Digg -->

    <a expr:href='&quot;http://digg.com/submit?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Digg it' src='http://icon URL'/></a>

    <!-- 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'><img alt='Designfloat' src='http://icon URL'/></a>

    <!-- Diigo -->

    <a expr:href='&quot;http://www.diigo.com/post?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Diigo' src='http://icon URL'/></a>

    <!-- Mixx -->

    <a expr:href='&quot;http://www.mixx.com/submit?page_url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Mixx' src='http://icon URL'/></a>

    <!-- Google Bookmarks -->

    <a expr:href='&quot;http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Google Bookmarks' src='http://icon URL'/></a>

    <!-- Meneame -->

    <a expr:href='&quot;http://meneame.net/submit.php?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Meneame' src='http://icon URL'/></a>

    <!-- 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'><img alt='Furl' src='http://icon URL'/></a>

    <!-- Magnolia -->

    <a expr:href='&quot;http://ma.gnolia.com/beta/bookmarklet/add?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Magnolia' src='http://icon URL'/></a>

    <!-- Blinklist -->

    <a expr:href='&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Blinklist' src='http://icon URL'/></a>

    <!-- Blogmarks -->

    <a expr:href='&quot;http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Blogmarks' src='http://icon URL'/></a>

    <!-- RSS -->

    <a href="http://feeds.feedburner.com/om-simplebloggertutorials" title='Subscribe to Feeds'><img alt='Subscribe to RSS' src='http://icon URL'/></a>

    </div>

    </b:if>
 
Note the conditional tags marked in red. These are used to hide the bookmarking icons from appearing below every posts on homepage.
As I'm providing too many bookmarking codes, I was unable to get matching icons for all of them, so change “src=http://icon URL” with the icons you want to use as social bookmarking buttons, “YOUR FEED ADDRESS” with the feed address of your blog and “blogger_Raju” to your twitter account.
If you don't want to add any specific bookmark, then delete it. For example, if you don't want to include Mixx, then delete:
<! -- Mixx -->

    <a expr:href='&quot;http://www.mixx.com/submit?page_url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' target='_blank'><img alt='Mixx' src='http://icon URL'/></a>
4. Find ]]></b:skin> and above it add:
.share-icons {
display: block;
background:#EEEEEE;
margin: 10px 0 0;
padding:5px;
border:2px solid #992211;
-moz-border-radius: 5px;
border-radius: 5px;
}
.share-icons img {
margin: 2px;
border: none;
}

Adding Addthis or Addtoany Bookmarks to Blogger

Visit AddThis or AddToAny, which ever you like, select the style you want to use and get the script code that they will provide.
Now for adding the bookmarking scripts, Find:
<data:post.body/>
Or:
<div class='post-footer-line post-footer-line-3'>
And paste script beneath any one of the codes.
5. Preview your template for any errors and save it.
If you also want these bookmarks to not to appear on homepage, then use the conditional tags as mentioned above. Now wait for some one to come across your posts and click the bookmarking icons to add it to their favorite Bookmarks.
If you like this post then don't forget to add it to your favorite social bookmarks by clicking the bookmarking buttons.

Read More - How to Add Social Bookmarking Icons to Blogger

Tutorial SEO Blogger

Sunday, May 15, 2011

Learn SEO bloggers together yuk! Smile, oh like this newly Hatsadz Lamp talking about SEO. Indeed bener hell but rarely posting became less focused and seemed less steady. As we all know that the key to the success of a blog or website it is because SEO is not steady and Shining. Then, why this post was given the title instead of SEO blogger SEO, Tutorial SEO or something else? Is there any difference between the SEO science blogger, wordpress, joomla, drupal or a website like that? Hmmm ... .. good question tuh.

Well, hell on his SEO knowledge base is the same, the goal is only one position for your website in place of the sequence number one in search engines with keywords in the target, that's all .. point. Winking smile. However, there is namunnya ya, because the engine blog or website was created with different coding, the application of various SEO techniques had to be different. Therefore need special knowledge to apply SEO techniques on certain flatform. 

Take for example deh though more easily understood. URLs there were 3 young men who are dibandung have the same desire that is visited Monas in Jakarta. Although the same goal of Monas, but to achieve that goal does not have to use the same path or the same vehicle, may have some use, say a car or motorcycle. Although the car or motorcycle that both vehicles, but need different techniques in controlling the vehicle. If you control the car using a motorbike mengemudin technique then it's wrong, and vice versa if you climb motorcycle but the technique used is the technique of driving the car then that too is wrong. If you are wrong to adopt the technique, so rather than get to their destination, but be sure you are damned middle of the road .. not correct that? 

Eith ... back to the main topic deh. Henceforth, Hatsadz Lamp try to discuss and focus the discussion to learn SEO Blogger for Blogger users are no longer poor poor visitor traffic alias or a little reader .. ouch far gini deh day blog is still empty of visitors.

Although the later Writings of much earnest Dejavu Hatsadz Lamp will repeat the old Writings, but it's probably more Because the goal is to make it more structured and targeted so That the techniques of SEO cans be easy to apply
Read More - Tutorial SEO Blogger

How to Create links in Blogger Post

Saturday, May 14, 2011

So you have known How to upload images in Blogger now, right? Now, how to create links in blogger post. What is link? In the world of Internet, link is a highlighted text or image that connects to another web page, either in the same website or to other website.

The first thing to prepare in creating a link is the URL or link to where the link is directed, whether it is the link of another post, or the link of a website, e.g. 

How to know the link address of a post? Referring to blogger blog, to know the link address of a post is by clicking the title of the post, and then view in the address bar of your Internet browser. What is a link for? Link is to connect between one web page and another one. For instance, if you are writing an article that is still related to a previous post, you can create a link to your previous post so your readers can click the link to read your previous post. In Search Engine Optimization (SEO), a link is a very influential factor.

post url

OK, now suppose you have owned or prepared a link to be inserted in your article or post, so follow the instructions below in case of creating a link in blogger post.
  • Login to Blogger with your ID.
  • Click New Post.new post
  • Input the title and article as usual.
  • Highlight the text you want to include the link.
  • Click the “add and remove link” tool.
    create ink in blogger
  • Enter the link you have prepared into the field under the text “To what URL should this link go?” Then click OK.
    edit link
  • Click Preview to see whether the link works or not.
  • Click PUBLISH POST when all is OK
  • Done
Read More - How to Create links in Blogger Post

How to upload Video in Blogger Post

Not only images or links that can be inserted into Blogger, but videos can, too. Therefore, today’s post is about How to upload videos in Blogger post.
The first thing you have to prepare is a video file of your own :)
Let’s go to the point. Follow the instructions below to upload videos into Blogger post.
  • Login to Blogger with your ID.
  • Click New Post.new post
  • Insert the title and article to publish.
  • Click Insert a Video tool.add video in blogger
  • Click Browse, and then Upload.upload video
  • Click Preview, to view the display that your post would be after published
  • When you are sure, click PUBLISH POST.
  • Done
Read More - How to upload Video in Blogger Post

How to Change Template in Blogger

Template is a design for your website or blog. It has nothing unless applications and components (including images, flash, stylesheet, background, etc) to build an integrate website or blog. How a website or blog would appear or what will make a website or blog look like after you fill out with posts, widgets, header image, and so on, is called a template. A template has made this blog look like this, which has been built by orders of images and texts.
In Blogger, you can change the template freely by your own sense, at anytime you want. Blogger has provided several templates for you to choose from.
The following is the way to change Blogger template.
  • Login to Blogger with your ID
  • Click Design.  design in blogger
  • Click the sub menu tab, Template Designer. Then you will see a new window as Blogger template designer. blogger template designer
  • Click on any template available. If you have found the most suitable one, click APPLY TO BLOGtemplate designer
  • Done
Read More - How to Change Template in Blogger

How to upload Images in Blogger

Uploading images to be inserted in an article, actually, is a part of our previous discussion named How to post an article in Blogger, but for more specific and complete, I decided to separate them.
Since we are talking about How to upload images in Blogger, so the first thing you have to prepare is the images to be uploaded into Blogger. After that, follow the instructions below, to upload images in Blogger.
  • Login to Blogger with your ID
  • Click New Post.
    new post
  • Make sure you are in the Compose mode editor.
    compose mode
  • Like posting an article, type the title in the adjacent field.
  • Type your article in the provided field.
  • Click “Insert Image” tool.
    insert mage tool
  • Click “Choose files”.
  • Find and select the images you want to upload from your computer.
  • Click Add selected.
    upload images in blogger
  • To edit the image, e.g. the layout of the image: right, center, left; the size of the image: true, medium, small; or adding a caption, etc; click again the image to display the options.edit image in blogger
  • If you have found the most suitable layout, size, or caption of the image, click Preview to view how the image would be like in your blog after published.
  • If you think the image is at the best form, click PUBLISH POST, and then your image will be online and readable throughout the world by Internet connection.
  • Done.
Read More - How to upload Images in Blogger

How to Publish a Post in Blogger

After you have known about Blogger’s Old Post Editor and Blogger’s Updated Post Editor, as you may have read those articles before, or visit now if you have not yet read them, now you should know How to post an article in Blogger. Of course, at this post, you should improve your knowledge in using the tools provided at both Blogger post editors.

Many bloggers that use Blogger platform don’t use directly the Blogger’s post editor in writing a post, but they firstly type it on other media such as Microsoft Word or the like, and then they copy and paste it into Blogger’s post editor. This way is not recommended because using Microsoft Word or the like will result in many unwanted codes. If you like this way, you had better use pure text editor such as notepad, wordpad, or the like, and then you can copy and paste into Blogger’s post editor.
The following are the steps needed to post an article in Blogger.
  • Login to Blogger with your ID
  • Click New Post.
    new post
  • Make sure you are in the desired post editor, either Compose mode or Edit HTML mode. As an example, this article uses Compose mode.
    compose mode
  • Type the title of your article in the related field.
  • Type your article in the field provided.
  • If you want to add the special effects such as bold, italic, different Font size, etc, you should highlight the desired text, and then click the related tools.
  • Define the most suitable label (category) for your article in the field provided at the bottom, e.g. Healthy, Sports, etc.
  • Click Post Option, where you will find the specific options or functions, e.g. allow or don’t allow comment for the article, and so on.
    post in blogger
  • Before you publish your article, you had better preview it by clicking the PREVIEW button. This button is useful to view the display of your article after you publish it. The preview of your article is not published, but it’s provided to make you sure with it and only you can see it. Do editing if you still find it imperfect to be published.
  • If you think your article is ready to publish, just click PUBLISH POST. Thereby, your article is now online and readable throughout the world by Internet connection.
  • Done
Read More - How to Publish a Post in Blogger