#Post Title #Post Title #Post Title #Post Title #Post Title #Post Title #Post Title #Post Title
Tampilkan postingan dengan label M.Iqbal Arifhan (7611040052). Tampilkan semua postingan
Tampilkan postingan dengan label M.Iqbal Arifhan (7611040052). Tampilkan semua postingan
Kamis, 28 Juni 2012

Blogger vs Wordpress



WordPress
is a blog tool based on the programming PHP and My SQL data base. and Blogspot is a platform made ​​by google, blogspot consists of HTML, CMS and java script is very easy to change its template.

Here are some advantages and disadvantages blogspot and wordpress.

Excess Blogspot:
1. Simple and easy to operate,dashboard and navigation easy
understood
2. There are lots of free templates that attract
3. Blogspot is made ​​by google, so  we can register google adsense to earn money from blog.
4. easily and quickly indexed by the search engine Google.
5. Supports Javascript,
6. more SEO friendly and easy on the optimization.
7. Easy to edit your HTML templates.
8. Free.



Disadvantages Blogspot:

1. must have a gmail account first
2. Edit HTML to be difficult for beginners.
3. Dashboard editing his post less than complete.
4. The layout just plain and simple.
5. export and import your blog is very difficult.


WordPress advantages:

1. Dashboard navigation and setting is complete

2. The template is very easy to install directly in wordpress.
3. The registration process can use another email address (not only gmail).
4. standard WordPress blog look professional.
5. Widget congenital complete.
5. There is a seo plugin and askismet ready to use.
6. Navigation key post editing is complete.
7.Gratis






Disadvantages WordPress:

1. Indeed, additional widget is very complete, but confusing for a beginners.
2. Premium templates are expensive.
3. longer to indexed search engine google.
4. Not easy to install widget google adsense
5. Does not support Javascript.
6. Not all widgets from the outside can be installed in WordPress.

It is the advantages and disadvantages blogspot and wordpress, if you know the advantages or disadvantages others, you can share here by commenting on this blog.
[ Read More ]
Senin, 30 April 2012

How to Show total Post and Comment in Blogspot

For a Blogger, the total of comments and post is importance, because the total posts and comments shows the existence for our blog.

Code script for total comment :
<script style="text/javascript"></script> <script style="text/javascript"> function numberOfComments(json) {document.write('Total Comments : <b>' + json.feed.openSearch$totalResults.$t +'</b><br>');}</script> <script src="http://tekkomb.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script>

Code script for total post :
<script style="text/javascript"> function showpostcount(json) { document.write('Total Posts : <b>' + parseInt(json.feed.openSearch$totalResults.$t,10) + '</b><br>');}</script> <script src="http://tekkomb.blogspot.com/feeds/posts/default?alt=json-in-script&callback=showpostcount"></script>

NB: replaced Blue code with your Blog Address.

Follow the steps below:
1. Log in into your blog
2. Click on Layout.
3. Click Page Element.
4. then click Add Gadgets.
5. Select the HTML / Java script, then enter the code.
6. Save.



Good luck
[ Read More ]

How to Disable Right Click in Blogspot



Disable right click in order to use our blog visitors can not copy the content (Images, Icon, Widget) from our blog without permission. To disable right click follow the steps below:
1. Log into your Blog
2. Click the Layout
3. Click Add a Gadget
4. Click the options menu HTML / JavaScript
5. Paste the script below into the field provided



<script> var message="Sorry, Right Click Disable in This Blog "; /////////////////////////////////// function clickIE4(){if (event.button==2){alert(message);return false;}} function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}} if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;} else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;} document.oncontextmenu=new Function("alert(message);return false") </script>

6. Please replace the red script with the words as you wish
7. Click Save
8. completed


[ Read More ]
Senin, 02 April 2012

How to Check your Blog Speed ?

Blog Speed​​, it is important to know by a blogger, because speed is also affected to  many or few visitors who came, because if the blog will be slower,  the visitor who came will lazy to wait for loading our blogbut otherwise if we have a blog quickly, the visitor will feel happy to visit our blog again and again, factors that affect the speed of the blog include: images, javascript, CSS, plugin / widget, this factor can allowed to your blog, but if it too much, it will affect to your blog speed. Many blogger decorating their blog to make their blog look good, but this condition makes them blog have slow speed and make visitor feel bored and leave the blog slowly. Many professionals Blogger who use Simple Blog to make loading time on their blog become fast, they just concentration to  their blog posts, this trick is makes many visitors who frequently visit their blog.

How  to check our blog?

Just [click here]
enter your blog domain in the box.

press “Test Now” button.


wait a few moments.


the speed of your blog will appear.

 
from the results of these tests, you can find any file that makes your blog becomes slowly, so you can remove it or reduce it.


[ Read More ]
Minggu, 11 Maret 2012

Yes, We Can !!!

Many People always feel depresed when they can’t do anythings well, and many people feel confused when they have many problem and can’t solve it, then they killing themself with poison, knife,etc, just because this problem, and many people never say thanks to God , although they gained a lot of pleasure, like healthy living, Free from any disease, etc. we seldom to say thanks to God . It is can happen because we always feel less and never see other people, around us a lot of people who have a shortage in their life, but they have a spirit to do anything they can, and many people with Disabilities, but they can do anything, They can make many people proud with them, they can gain a lot of achievements, and many a normal human can’t do it. If you do not believe it. You can view this video.

In This Video you can see, many people with any Disabilities, but they can gain a lot of achievement,. After see it, we must believe, we are not live in vain in this world, and God choose us, and Sent Us to this world because God have a goals. And we must know, all of people in the world is the winner, because we are created from a sperm cell to fertilize an egg, and previously a sperm cell had been struggling with thousands of competitors. until one from thousands sperm can fertilize an egg, and we can birth, and can see this world. And now we do’nt have any reason to feel depresed or confused with any problem, you must can solve your Problem, because God will not give a trial beyond human ability to solve it
You Must Believe it.
Keep Spirit !!!
And Become a Winner in your Life


[ Read More ]
Senin, 20 Februari 2012

How to Print ASCII Code in C++

ASCII (American Standard Code For Information Interchange) is a standard code used to exchange many information on the computer. Historically, ASCII developed from telegraphic codes. ASCII code is used by computers to show the text. ASCII code actually has a composition as much as 8 bit binary number. Starting from 0000 0000 to 1111 1111.
Needs to know, every symbol on the keyboard have ASCII code,
For example:
ASCII code 82 = R
ASCII code 114 = r
ASCII code 71 = G
ASCII code 103 = g
ASCII code number is 255 code.

Screenshot: This Script to print All ASCII code in C++
Screenshot : All program in above, just a simple basic program, if you find errors in this program, you can give criticism by comment in here. And for All Friend who can modify this simple program to get better, you can share your script with a comment on this post.

[ Read More ]
 
 

Followers