Sunday, January 24, 2010

Read More

Sunday, January 24, 2010 0 comments

ajax-loader6 As we know, bloggers have support read more. But still we have to divide the posts that will appear first and which will appear whole. In this template, I've put read more. If you want to use the blogger red more , you can delete the blue read more (readmore) you can see in this post.

Log in to Blogger, then on the Edit HTML page, click the Expand Widget Templates.

I. If you want to use blogger read more

  • Click Layout, then click Edit in the Blog Posts

    blog post

  • You can change the text “Read More“ to “Read Full Story” or whatever you want.

    read more1

Search for the word “read more” or be with CTRL + F and type in the word “read more”, you will see the following code :

<span class='rmlink' style='float:right'><a expr:href='data:post.url'><img alt='read more' src='http://lh5.ggpht.com/_7Y9pl24WpQY/SuM7b-deOLI/AAAAAAAAB_4/PKYOsvyuCdc/readmore_thumb%5B2%5D.png?imgmax=800'/></a></span>


Delete the following code : 

<img alt='read more' src='http://lh5.ggpht.com/_7Y9pl24WpQY/SuM7b-deOLI/AAAAAAAAB_4/PKYOsvyuCdc/readmore_thumb%5B2%5D.png?imgmax=800'/>


The result will be as follows :

<span class='rmlink' style='float:right'><a expr:href='data:post.url'></a></span>


Save Template.

II. If you want to use read more from this template

Very simple, in writing the article click edit html, you just have to insert the code <span class="fullpost"> on the post you want to cut (the article will appear first). And closing the article with </span>

example :

post


read more

How to Install Page Flip

0 comments

page flipOptimize your blog visitors to read your rss feed, by registering on feedburner. As we know, feedburner is the most popular services. By installing the widget from feedburner course will help you to promote your blog via rss feed. There is one way to help you promote your feed, by placing page flip on the blog.

Page flip is like an animated image, which usually are in the top right corner, and when the mouse in the spotlight, the image will open like paper. you can see the demo here.

Good luck !


read more

Tuesday, November 10, 2009

Mozilla Firefox 3.6 Beta

Tuesday, November 10, 2009 1 comments

Mozilla-Firefox Most of the world community to use Mozilla Firefox as the primary browser. Various versions of Firefox has emerged and growing range of features in accordance with the times. Now, Mozilla has released the latest version of Mozilla Firefox 3.6 Beta. Although only in beta, but a lot of new features offered, and apparently will give you a final version of Mozilla 3.6.

There are several new features available in Firefox 3.6, including javascript load faster, bookmark synchronization and outdated pluggin check. The browser was built using Gecko 1.9.2 Web Rendering Engine, in addition to more rensponsif, was also able to support the latest CSS, DOM and HTML5 is currently used by many Web developers.

Firefox 3.6 have several advantages, including the following:

  1. Faster JAVASCRIPT, Experiment conducted by Mozilla for many months proved to be successful in this version. Javascript loading process faster and more responsive.
  2. Personas (http://www.getpersonas.com/en-us), this feature allows users to conduct their own customizable browser display. In previous versions of this feature just add-ons of course. But in this latest version the user can make customization even vote directly on the skin which like or create their own skins as you wish.
  3. Geolocation, not only determine the position of latitude and longitude coordinates of the user, but also capable of predicting addresses of users who access with this browser.
  4. Able to detect computer orientation, so as to provide the best acceleration in hardware, and provide a more performance optimized browser.
  5. Drag and Drop files from your computer into the browser can be done easily. This is certainly easier to make the process of uploading files (not yet appeared in beta versions).
  6. Fullscreen video, can display web pages and videos full-screen if you use the video tag on the web-based HTML5. It also supports Poster Frame.
  7. Mozilla Firefox 3.6 Beta Supports Open Web Font Format (WOFF)(http://hacks.mozilla.org/2009/10/woff) which are expected to display various types of fonts created by Web developers. It also supports CSS, DOM, and the newest HTML5.

That's the newest feature of Mozilla FireFox now entering the beta version. If you intend to try it please you can Download here.


read more

Sunday, November 1, 2009

Dummy Blog

Sunday, November 1, 2009 0 comments

Are you including people who care about the Page Rank of your blog, if you care, you are correct to read this article. One of the ways to increase page rank, you must collect a lot of backlink. The average blogger backlink to do with the exchange link. In this way we get a backlink as well as issue a backlink. Or can also find the one way backlink with the register on the social bookmarking.

However, there is an effective way to get backlink issue without having to link our blog. With this system, the number of incoming backlink that can be greater than the exit. An easy way to do this is to create a dummy blog.

Dummy blog used to call a blog that is only used to provide backlink to the main blog. Want to know how? Simply create a blog from the hosting for free, can use a blogspot, wordpress, Drupal, etc.. Suggestions should I use blogspot, blogspot as in addition to easy quick google indexed the same, and the excess blogspot, an email can be used for many blogs.



Make a few blogs, it's how you want to create a blog, but my suggestion, gained a blog email it to 5, though not seen as google.Make an article of 20-30 articles, with the same theme with the main blog. Submit URL to google and google webmaster. Wait until indexed by google. Once indexed, a link to your main blog. One dummy blog can be used to provide some backlink with some variations. Put on the blogroll or in the post. This way you have a one way backlink. If you can make a lot of dummy blog, can backlink count yourself how you can.

Dummy blog with the same effective link exchange, he just has other advantages. You do not need to remove the link.

read more

Monday, October 5, 2009

Place Meta Tag in Blog

Monday, October 5, 2009 0 comments

All know that meta tag are very important role in our position on search engine. If you wrong install a meta tag code, the blog will be difficult to read by google, blog and consequently we can not be the best page in the search engine.

Meta tag itself is the identity of our blog. There are many ways in which I teach senior by about the meta tags in your HTML code blog, but I will try to help you make that have not yet know how to install meta tag on the blog.

Does not need high-level techniques to make the meta tag, is very easy ..
To install a meta tag, you need some HTML code.

Following the steps

  • Login to Blogger.
  • Go to the Edit HTML page.
  • Find the following code <title><data:blog.pageTitle/></title>
  • Replace the code with the code below

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

  • Place the code below after the code above

<meta expr:content='data:blog.pageTitle + " - Your blog description here "' name='description'/>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, .... "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

  • For example like this:

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

<meta expr:content='data:blog.pageTitle + " - Your blog description here"' name='description'/>
<meta expr:content='data:blog.pageTitle + ", Keyword 1, keyword 2, keyword 3, .... "' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

  • Do not forget to Save Template after place meta tag.

Very easy, please try !


read more

Wednesday, September 23, 2009

Submit URL to Google

Wednesday, September 23, 2009 0 comments

All know the famous search engine Google, Yahoo and MSN (now changed its name to Bing). 3 search engine above should you focus your campaign blog. From the statistics, currently the Google search engine is the most widely used as the search engine. In this article I will not explain in detail how to optimize accordingly, I will explain how to submit url to Google.



Add url to Google

Can be spelled out Google Search Engine is a king, I suggest you register your blog for the first time in Google.
To register, please browse to http://www.google.com/addurl or click here. Then the page will appear as follows :


Registration form on the page, the contents of your blog address and give appropriate theme comment your blog, and then click the Add Url


read more

 

Recent Posts

Website counter
free counters

New Camera's Product

  
Copyright © 2009 Blue Light
Blue Light Template designed by Dody Farial and XML Coded by Blog Zone