Website Free alias Gratis klik Aza..
Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts


Severally elapses blog my friend strikes hack, maybe this article benefit blogger who utilizes wordpress to increase security. This article I take from moses writing at wpthemesplugin.com hopefully utilitarian. follow the simple WordPress security tips in this article to keep your blog safe.

1. Update to get the current version that’s secure

No software is free from bugs and security holes. Make sure that you are running the latest secure version. For WordPress - as of this writing - that means versions 2.3.3.

Since WordPress gives plugins and themes full access to your blog, you also need to keep your plugins up-to-date. With the latest 2.3 series of WordPress you are notified in the admin screen when the plugins that you have installed are released in new versions.

2. Disable and remove themes and plugins that you are not using

If you are like the majority of bloggers, you have tried several different themes for your blog. More than likely, you now have a few different unused plugins that are installed.

Every single piece of unwanted software may provide a new vulnerability. Since no one is using them, why waste the energy to take these packages to the latest version? Get rid of the software, eliminate all associated files and be done with the trouble.

The last step of actually removing the files from the server is very important. Almost all themes and plugins are installed in well known directory locations. An attacker can use that well known URL to exploit a vulnerability even if you’re not using that theme/plugin.


3. Only download and install trusted code

Just like you shouldn’t click on email attachments coming from people you don’t trust, you shouldn’t install software on your blog from untrusted sources. Only download code from the authors’ web site.

Since WordPress and most themes and plugins are released as open source, anyone can modify the code with malicious intent and put up the badware for download to unsuspecting web surfers.

There is a penalty for being an early adopter! Allow other people to work through the holes and security issues before you attempt to use the package.

4. Watch out for JavaScript includes

Web analysis services and ad networks require the addition of JavaScript to blog pages. JavaScript code is allowed to do almost anything with your web page without your permission. In Essence, you are trusting the security of your website to this unknown, third-party service

I would be unwilling to have JavaScript put on my web site by an entity I was not familiar with. I would be more receptive to legitimate, well-known ad network and web analytic providers such as Google AdSense and Google Analytics.

Ad networks also pose another problem if you don’t have control over who is allowed to advertise on your network. Google applies the guilt by association principle: If you are advertising for a site that has badware on it, your site may be blacklisted too.

Read More......

Make a post Summary (Read more)

If you are a beginner, possible you'd feel to surprise when seeing the articles in my blog presenting only shares first paragrap or second paragrap, and to read for full article, you must click Read more... link. Alright.. please don't feel surprise, i will discuss about this now.

The function like that called Post Summary. You can make a post summary function with add a little code to your template code. But this code is for new blogger template (beta) and does not work at classic template.

Please follow the steps below :


Step #1 :

1. Login to blogger with your ID

2. In the dashboard page , click Layout.

3. Then click edit HTML tab.

4. Click the Download full template link. Save your template (very important)

5. Please mark the little box beside Expand Widget Templates. Wait for a moment.

6. Go to your template code, and find the code like this :
    <p><data:post.body/></p>

7. Delete the above code and change with this code :
      <style>.fullpost{display:inline;}</style>
    <p><data:post.body/></p>
    <b:else/>
    <style>.fullpost{display:none;}</style>
    <p><data:post.body/>
    <a expr:href='data:post.url'><strong>Read     more...</strong></a></p>
    </b:if>


8. Click Save Template button
9. Step #1 is done.

Step #2 :

1. Click Setting tab.
2. Click formatting tab.
3. Go to lower side. you will find a blank text are beside Post Template. Fill that blank text area with this code :

<span class="fullpost">

</span>


How to post your article?

When you post your article, choose edit.html tab and you will see the code below :

<span class="fullpost">

</span>


Place the first paragraps above of :

<span class="fullpost">

and place the rest of paragrap under of :

<span class="fullpost">

and above of :

</span>

and then publish your post. Done.

For sample I maked this tutorial for my blog...

Read More......

Add Recent Post and Recent Comment Widget

This posting from kolom-tutorial.blogspot.com, mybe your need this article.
Many from bloggers wish to insatll the widget of Recent post and Recent post at sidebar, and for this matter is several blogger creating recent post and recent comment widget by javascript, However i think that is not good for your blog SEO (Search Engine Optimization). Besides not good to SEO, installation javascript risk to slow down your blog loading, so that matter it's can make your visitor don't feel balmy.

To install recent post and recent comments, be in fact you can use your blog feed address. this is the address of Recent Post :


http://YourBlogName.blogspot.com/feeds/posts/default
And this is the address of Recent Comments :
http://YourBlogName.blogspot.com/feeds/comments/default
YourBlogName must be alter with your blog name. For example :
this is my Recent Post address :
http://kolom-tutorial.blogspot.com/feeds/posts/default
And this is my Recent Comments address :
http://kolom-tutorial.blogspot.com/feeds/comments/default
Still compused to install this feed adress to your blog. Please follow the steps :

1. Login to blogger with your ID
2. After entering the dasboard page , click Layout.
3. Click at Page Element tab. See the picture below :
4. Click at Add a Page element.
5. After emerging pop up window , Klik add to blog button for the things Feed. See the picture following :
6. After that, Insert your fedd URL (URL feed post for Recent posts or URL feed comment for recent comments). Example :
7. Click Continue button.
8. Then alter the title with Recent Post for recent post widget or Recent Comments for recent comments widget. Example :
9. Click SAVE CHANGES button.
10.Move that element where you want, and then click SAVE button.
11. Finish. Please see the result.

Read More......


Recent Entries

Recent Comments