Pages

Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

How to Publish a Blog post using Microsoft Word 2013

How to Publish a Blog post using Microsoft Word 2013



Often bloggers use a lot of application to post their articles in different blogs. I used the use Windows Live Writer to publish my articles in this website. After the arrival of Windows 8, Microsoft did not appear to be keen on updating Windows Essentials, since most of the application in that list are built into Windows 8…and then they replaced  Windows Live Messenger with Skype. I think the last update for Windows Essentials was back in 2012. So I decided to search for other alternatives and accidentally stumbled up on the built-in feature of Microsoft Word called Blog Post.

I can’t believe I never paid much attention to Word 2013 and its Blog Post feature earlier. I know I might be the last person who actually saw that option. So I decided to create a post on Windows to set up and publish blog post from Microsoft Word for those who weren’t aware of this feature. The interface is very simple and clean. There aren’t much bells and whistles like other applications, but it gets the job done with any trouble.

Publish a Blog post using Microsoft Word 2013
To setup the Blog Post in your Word go to File and click on New.

There you’ll find Blog Post. Select Blog Post and click on Create.

Then it will take you to New blog registration wizard, where you can exercise your options. Then just follow the wizard to set up your blog.

Once the wizard completes, you’re done! Now just compose the blog post, you want and once you’re done click on the Publish or Publish as Draft from the ribbon.

This Blog Post option in Word is for those who are very familiar with Word and want a simple and neat interface. Starting today I’ll be using Microsoft Word 2013 for writing my articles.

Read more »

The First Article on the Blog Free Latest Software


Launch my blog about Free Download Latest Software. Before I begin it is good we give thanks to the almighty creator, because we are given physical and spiritual health in activities, work, and perfection in this life.

Ok, I just want to discuss this blog about the latest free download software. But first,

  1. I would like to introduce myself.
  2. the name of the blog is that I want to wake up.
  3. why I created this blog.
  4. Permission to treat disseminated spread software makers.
  5. gratitude.
Of the 4 - that I want to discuss one by one :
  1. My name is Indra Triyanto, I was a child - 3 of 4 brothers. Now Im through college at a private university in Yogyakarta and majored S1-Information Systems. I am grateful to the almighty creator, because I was born from a very perfect, not much of a problem and adequacy. Maybe its just my introduction. :)
  2. freelatesoftware.blogspot.com - freelatesofware name this I mean the latest free software. Which I extend to all the visitors that if only need articles, and download free software - software PC, Laptop, Mobile, Tablet PC, and others - others. Hopefully useful for visitors freelatesoftware.blogspot.com this. :)
  3. The reason I created a blog about the latest donwload this software, as the development of technologies that are always updated especially on PCs, laptops, and other devices then the software is always updated to balance the use of the PC and its software. And then from that I build a blog free download latest software is intended only to facilitate the users are always the latest software.
  4. I asked permission to pemrancang software - software that if later I postingkan to disseminate to the user software, then I as the creator of the blog to ask permission and say many terimaksaih. :)
  5. Thanks to the almighty creator, the parents who have raised me, my family, relatives, friends, and certainly for visitors of this blog. :)
Enough on my introduction. More or less I say a lot of forgiveness and gratitude. : D

Read more »

Increase your blog pageviews by using smart links

How to Easily Put SEO Smart Links On Postings Blog- mas Dion Blog Hello friends, this time I want gives a tutorial how to plug SEO smart link in the post / article of your blog. Well usefulness of SEO Smart link mounting technique is intended to provide a signal to Google that more crawl links in our blog article and to advance SEO techniques to increase Page Views Blog itself.
Increase your blog pageviews by using smart links

How it works from the SEO Smart Links is very easy that is by displaying one or more characters that leads to a specific link where the link is a link you another article that you think is related to an article on your blog. If you are curious to know how the installation of SEO Smart Links in Blog you please see the discussion below.

For how very easy installation, consider the following tutorial:
  1. The first step please go first to the Edit HTML template >>
  2. Then how the code </ body>
  3. Then place the following code before the code </ body>

<script type=text/javascript>
function smartLink(){
this.keywdHref = new Object();
this.add = function(keyword, href){
if(keyword.substr(0,1) != &quot; &quot;){keyword = &quot; &quot; + keyword;}
this.keywdHref[keyword] = href;
}
this.createAnchor = function(){
var objs = document.getElementsByTagName(&quot;div&quot;);
for(var i=0; i&lt;objs.length; i++){
var obj = objs[i];
if(obj.className.indexOf(&quot;post-body&quot;)&gt;-1){
var content = obj.innerHTML;
for(var keyword in this.keywdHref){
var href = this.keywdHref[keyword];
var newstr = content.replace(keyword, &quot;&lt;a href=&#39;&quot;+href+&quot;&#39;&gt;&quot;+keyword+&quot;&lt;/a&gt;&quot;, &quot;gi&quot;);
obj.innerHTML = newstr;
content = newstr;
}
}
}
}
this.startScript = function(){
var onLoad = window.onload;
window.onload = function(){
if(onLoad){onLoad();}
setTimeout(&quot;f.createAnchor()&quot;, 100);
}
}
}
</script>
<script type=text/javascript>
var f = new smartLink();
f.add(&quot;SEO&quot;, &quot;http://entertainment-plateform.blogspot.com/&quot;);
f.startScript();
</script>
If you want the plugin above only appear on a page posting only, want the plugin above only appear on a page posting any, please add the conditional tags page special post.

On the javascript code, just replace your word like "SEO" with your own keywords pal specify and change http://entertainment-plateform.blogspot.com/ with the url of your own blog (highlighted).

You can add more words just simply adding these javascript lines in your code where the already code marked, like this:

f.add(&quot;SEO&quot;, &quot;http://entertainment-plateform.blogspot.com/&quot;);
f.add(&quot;Template&quot;, &quot;http://entertainment-plateform.blogspot.com/&quot;);
f.add(&quot;Blogger&quot;, &quot;http://entertainment-plateform.blogspot.com/
&quot;);

If you want to add your word in bold, so simply add these code with your words.

f.add(&quot;&lt;b&gt;SEO&lt;/b&gt;&quot;, &quot;http://entertainment-plateform.blogspot.com/
&quot;);

It is advisable not to add excessive keyword, from 1 to 3 keywords is enough.


Read more »