Saturday, July 19, 2014

Google Analytics is a great website traffic tracking tool. It is being used by most of the webmasters. The users of Blogger.com are also using this powerful tool to track their blog’s traffic. Google Analytics works well on Blogger most of the time. But sometimes it may not be work. Today I’m going to tell you about this matter. If you already have a Google Analytics account, simply copy your blog’s Google Analytics Tracking ID. If you don’t have, create an account first using your Gmail account. Then go to your Blogger > Settings >...

Friday, July 18, 2014

Embed SWF file in your WordPress Theme

Flash files can give extra uniqueness of your WordPress site. But it’s not easy to embed a flash (.swf) file to WordPress, because you won’t be able to upload flash for security reasons. There are many methods. You can use a plugin to complete this task. You can also do it by placing some codes into your theme template if you want to show it directly/by default on theme. I’m going to describe the last method step by step. Step – 1: At first, create a folder named “swf” into your root directory. Upload your flash file into the newly created...

Thursday, July 17, 2014

The easiest way to Clone WordPress site

Few days ago, I was looking for a plugin to clone a WordPress site. I've got many plugins. I've tried some of them. At last I try the plugin named WP Clone by WP Academy. And I’m using it till now. It gave me the easiest way to clone a WordPress Site. If you want to use any plugin to clone your WordPress site, I’ll recommend this to you. Here I’m going to show the steps to clone a site using WP Clone by WP Academy. Step – 1: Install and activate the plugin to the site, which you want to clone. Step – 2: You will...

Tuesday, July 15, 2014

Sometimes we want to install WordPress on a temporary url using IP address, not on the domain. But if you don’t know the process, it may cause of time wasting for you. So you have to know it properly. Today I’m going to tell you the process step by step. At first, install WordPress on your root directory according to the process. Then go to phpmyadmin from your cPanel. Find the “wp_options” table into your database. Now change the “siteurl” under “wp_options” table. Suppose your site’s IP is http://29.78.89.91/ . You have to update wp_options...

Monday, July 14, 2014

Five Graphics statement's syntax of C are given bellow -  a.       line() function: This function uses to draw Lines in C programming. Syntax – Void far line(int startx, int starty, int endx, int endy); b.      circle() function: This function uses to draw Circles in C programming. Syntax – Void far circle(int x, int y, int radius); c.       drawpoly() function: This function uses to draw Polygon in C programming. Syntax – Void far drawpoly(int...

Sunday, July 13, 2014

C is a general purpose programming language. It’s called as structured language also. Here are some short questions and their answers on C programming are given bellow. Question No. – 1: Who invented the Programming in C? Ans: Dennis Ritchie of AT & T Bell Laboratory. Question No. – 2: When he invented Programming in C? Ans: In the year 1972 Question No. – 3: Write down some Library Function’s name of C. Ans: getchar(), scanf(), gets(), fscanf(), printf() Question No. – 4: Write down some C complier’s name. Ans: Turbo C, Borland...

Types of SEO with Basic Steps

Hi everybody. What’s up? Hope everything is going well. Today I’m going to show you the Types and Basic Steps of SEO in short. So please read out the full article....