Sunday, June 1, 2014

The most desired and exciting tournament, FIFA World Cup 2014. The tournament kicks off June 12, culminating with the championship game July 13 in Rio de Janeiro. 

Here is a list of television channels bellow, who will broadcast the tournament in various countries. 

* How to Search your country: 
Press Ctrl+F from your keyboard. A search box will open on your browser. Now type your country name. You'll find your country and will also be able to find out the broadcaster channel name of FIFA World Cup 2014 at your country. 

Friday, May 2, 2014

This is my first post about HTML. Today I'm going to give you html + css code for a single page. I won’t give you any images. You've to add them in right way. If you can, then you will be able to use this code.

Features: * Header banner
*  Primary menu
*   Slider image
*   Secondary menu
*   Two sidebars
*   Main content area
   Footer

HTML Code


<html>
                <head>
                                <title>This is my practice session</title>
                                <link href="style.css" rel="stylesheet" type="text/css"/>
                </head>
                <body>
                                <div class="main">
                                <div class="header">
                                                <img src="images/logo.jpg"/>
                                </div>
                                <div class="primarymenu">
                                                <ul>
                                                                <li><a href="">Primary Menu</a></li>
                                                                <li><a href="">Primary Menu</a></li>
                                                                <li><a href="">Primary Menu</a></li>
                                                                <li><a href="">Primary Menu</a></li>
                                                                <li><a href="">Primary Menu</a></li>
                                                                <li><a href="">Primary Menu</a></li>
                                                                <li><a href="">Primary Menu</a></li>
                                                                <li><a href="">Primary Menu</a></li>
                                                </ul>
                                </div>
                                <div class="slider">
                                                <img src="images/slider.jpg"/>
                                </div>
                                <div class="secondarymenu">
                                                <ul>
                                                                <li><a href="">Secondary Menu</a></li>
                                                                <li><a href="">Secondary Menu</a></li>
                                                                <li><a href="">Secondary Menu</a></li>
                                                                <li><a href="">Secondary Menu</a></li>
                                                                <li><a href="">Secondary Menu</a></li>
                                                                <li><a href="">Secondary Menu</a></li>
                                                                <li><a href="">Secondary Menu</a></li>
                                                </ul>
                                </div>
                                <div class="maincontent">
                                                <div class="leftsidebar">
                                                                <ul>
                                                                                <li><a href="">Left Item</a></li>
                                                                                <li><a href="">Left Item</a></li>
                                                                                <li><a href="">Left Item</a></li>
                                                                                <li><a href="">Left Item</a></li>
                                                                                <li><a href="">Left Item</a></li>
                                                                                <li><a href="">Left Item</a></li>
                                                                                <li><a href="">Left Item</a></li>
                                                                                <li><a href="">Left Item</a></li>
                                                                                <li><a href="">Left Item</a></li>
                                                                </ul>
                                                </div>
                                                <div class="content">
                                                                <h2>This is Content Title</h2>
                                                                <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming</p>
                                                </div>
                                                <div class="rightsidebar">
                                                                <ul>
                                                                                <li><a href="">Right Item</a></li>
                                                                                <li><a href="">Right Item</a></li>
                                                                                <li><a href="">Right Item</a></li>
                                                                                <li><a href="">Right Item</a></li>
                                                                                <li><a href="">Right Item</a></li>
                                                                                <li><a href="">Right Item</a></li>
                                                                                <li><a href="">Right Item</a></li>
                                                                                <li><a href="">Right Item</a></li>
                                                                                <li><a href="">Right Item</a></li>
                                                                </ul>
                                                </div>
                                </div>
                                <div class="footer">
                                                <p>&copy; Plans in Action 2014</p>
                                </div>
                                </div>
                </body>
</html>


CSS Code


.{margin:0;padding:0}
body{font-family:Arial;font-size:14px;line-height:20px;color:#000}
.main{width:960px;margin:20px auto;display:block;overflow:hidden}
.header{}
.header img, .slider img{width:960px}
.primarymenu{background:#D8DFF0;overflow:hidden}
.primarymenu ul{margin:0;padding:0;list-style:none}
.primarymenu ul li{float:left;border-right:1px solid #C7E455}
.primarymenu ul li a{display:block;text-decoration:none;color:#000;padding:10px}
.primarymenu ul li a:hover{background:#F2F3F4}
.slider{}
.secondarymenu{background:#CAB7AA;overflow:hidden}
.secondarymenu ul{margin:0;padding:0;list-style:none}
.secondarymenu ul li{float:left;border-right:1px solid #E4E4E4}
.secondarymenu ul li a{display:block;text-decoration:none;color:#000;padding:10px}
.secondarymenu ul li a:hover{background:#E8E8FF}
.maincontent{overflow:hidden;margin-top:30px}
.maincontent h2{margin-bottom:15px}
.leftsidebar{float:left;width:180px}
.leftsidebar ul{list-style:none}
.leftsidebar ul li{padding:5px;border-bottom:1px solid #E9E9E9}
.leftsidebar ul li a{text-decoration:none;color:#000}
.leftsidebar ul li a:hover{}
.content{float:left;width:580px;margin-right:10px;margin-left:10px}
.rightsidebar{float:left;width:180px}
.rightsidebar ul{list-style:none}
.rightsidebar ul li{padding:5px;border-bottom:1px solid #E9E9E9}
.rightsidebar ul li a{text-decoration:none;color:#000}
.rightsidebar ul li a:hover{}
.footer{background:#333;color:#fff;margin-top:25px;padding:20px}


[NB: This code is only for practice. Please don’t use it commercially. ]

Top 10 Chinese Search Engines I used

Search engine submission is so important in SEO (Search Engine Optimization). Generally SEO experts optimize any webpage globally. But sometimes, it need to do locally.
Suppose, you’ve a client who is Chinese. He/she wants to optimize his/her page locally. So what will you do? You have to use something effective for Chinese. Now I’m going to give you a list of 10 Chinese search engine. Please read out bellow.

Social bookmarking sites I recently used

Social bookmarking is on of the most important way to increase your webpage rank and visitor. Now a days there are many social bookmarking sites. But there is a problem. If you are a professional, you will find this problem. One day a site was very popular. But it has no exist now. It occurred with many of social bookmarking sites.

Show 5 stars (*****) using C program

Hey. Today I’m going to tell you about something you don’t know. Do you know how to show output 5 stars (*****) using C program? If you don’t know, this post is for you.

Here is the code given bellow. Now copy it and use on your C compiler.

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int i;
for(i=0;i<=5;i++)
printf("*");
getch();
}


If you like this post, Please share it to your friends so they know about it. Keep visiting to get all updates. Thank you.  

Swapping values using C program

Hello everybody. I'm back after a long time. I was busy with my works and studies. Today I came with some code of C program.

Now I'm going to give you the code of Swapping in C program. The code is given bellow.

#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,t;
clrscr();
printf("Enter the value of a:");
scanf("%d",&a);
printf("Enter the value of b:");
scanf("%d",&b);
t=a;
a=b;
b=t;
printf("After swapping\n a= %d b= %d",a,b);
getch();
}


Practice yourself. You should know that, Practice makes a man perfect. Thank you all. 

Tuesday, April 1, 2014

You have recently created a blog on blogger.com. Now you want to change it’s layout as you want. So this post will be helpful for you I think.

Today I’m going to tell you how to search, download and upload blogger template.

At first, go to Google. It will help you to search a unique template for your blogger blog. Write “download free blogger templates” on Google’s search bar. Now choose a template to use on your blog. Download it.
Now the main thing you have to do. Go to your blogger’s dashboard. Click on Template. Click on Backup/Restore. Now download the backup by clicking Download full template. Now Choose the XML file you downloaded and upload it. All done.

Now go to layout from your dashboard. Use Gadgets as you want. Click on save arrangement.

If this post helps you, please share it to your friends. Thanks everybody. 

Wednesday, March 26, 2014

Did you install XAMPP on your PC? Your PC is now a local server. Now install WordPress on your local server. Don’t know the process? Don’t worry. I’m going to give you the instruction.

At first download the latest version of WordPress from wordpress.org. You will get a .zip file. Now unzip the downloaded WordPress. You will get a folder named “wordpress”. Just copy this folder.

Now go to the drive where you install XAMPP. Find the folder “htdocs” in XAMPP. Open it and paste here your copied “wordpress”.

Open your browser. Type localhost/ on your browser’s address bar. Press Enter. XAMPP for Windows page will open. Click on phpMyAdmin. Then create a database name. Now type localhost/wordpress on your address bar. Press Enter. WordPress configure page will be open. Now click on Create a Configuration File. Now you will get setup configuration page. Click on Let’s go button. In the next page you have to fill up a form of five option. Firs one is database name. Use the database name you’ve created. Second one is username, use root as username. Third one is password, keep blank this option. The last two options are Database host and Table prefix. They are filled localhost and wp_ by default.

After completing that, click on Submit. Now installer page will open. Click on Run the installer. Now you will see welcome page. Write down site title, dashboard username, password, email. Click on Install WordPress. Installation success page will open. Now login to your dashboard and edit your first WordPress site on local server.


If this article helps you, please share it to your friends. Thank you. Keep visiting. 

Hello everybody. How are you all? Hope fine and fresh by the grace of Almighty. Did you practice “Summation of two numbers in C”? Oh you don’t know about it? I’ve posted it here (http://plans-in-action.blogspot.com/2014/03/summation-of-two-numbers-in-c.html).

Now I’m going to tell you how to print your Name and address using C language. Here you have to use a data type char and variables will be string. Now follow the code given bellow.

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
char *Name, *Address;
printf("Enter your Name:");
gets(Name);
printf("Enter your Address:");
gets(Address);
puts(Name);
puts(Address);
getch();
}

Try yourself and check. If you think this article will be helpful for others, please share it. Thank you very much. 

Monday, March 24, 2014

Download YouTube videos more easily

Sometimes I need to download YouTube videos. But there’s no option to download videos on YouTube. I think, you has a same case. So this article is for you.

Download and Install:
I got a software named “ClipGrab” to download YouTube videos. Go to http://www.clipgrab.org (copy and paste the link on your address bar) and download the free software. Now install it on your computer.

Start downloading YouTube videos:
Go to youtube.com and search video. Copy the link of your desired video, paste it to ClipGrab’s download option. Now select format and quality for that video. Click on Grab this clip! Select the target folder. Your download has started. Now wait till finish.

Other download supports:
ClipGrab not only support you to download YouTube videos, but other sites. ClipGrab supported sites are given bellow:
1.       Vimeo
2.       Dailymotion
3.       Metacafe.com
4.       Youku.com
5.       Myvideo.de
6.       Clipfish.com and more

Thank you for visiting my blog. If you think this article will be helpful to others, please share it.