Sunday, June 1, 2014

FIFA World Cup 2014 Fixtures

The first match of FIFA World Cup 2014 will be held at 13 June. Here are a complete match fixture given bellow. Please check out the fixture. All times shown are EST (Eastern Standard Time). 

Group
Match
Team
Opponent
Date
Time (EST)
Venue
A
1
Brazil
Croatia
13-Jun-14
06:00
SP
A
2
Mexico
Cameroon
14-Jun-14
02:00
NAT
B
3
Spain
Netherlands
14-Jun-14
05:00
SAL
B
4
Chile
Australia
14-Jun-14
08:00
CUI
C
5
Colombia
Greece
15-Jun-14
02:00
BEL
C
6
Cote-D'ivoire
Japan
15-Jun-14
11:00
REC
D
7
Uruguay
Costa-rica
15-Jun-14
05:00
FOR
D
8
England
Italy
15-Jun-14
08:00
MAN
E
9
Switzerland
Ecuador
16-Jun-14
02:00
BRA
E
10
France
Honduras
16-Jun-14
05:00
POR
F
11
Argentina
Bosnia
16-Jun-14
08:00
RIO
F
12
Iran
Nigeria
17-Jun-14
05:00
CUR
G
13
Germany
Portugal
17-Jun-14
02:00
SAL
G
14
Ghana
USA
17-Jun-14
08:00
NAT
H
15
Belgium
Algeria
18-Jun-14
02:00
BEL
H
16
Russia
South Korea
18-Jun-14
08:00
CUI
A
17
Brazil
Mexico
18-Jun-14
05:00
FOR
A
18
Cameroon
Croatia
19-Jun-14
08:00
MAN
B
19
Spain
Chile
19-Jun-14
05:00
RIO
B
20
Australia
Netherlands
19-Jun-14
02:00
POR
C
21
Colombia
Cote-D'ivoire
20-Jun-14
02:00
BRA
C
22
Japan
Greece
20-Jun-14
08:00
NAT
D
23
Uruguay
England
20-Jun-14
05:00
SP
D
24
Italy
Costa-rica
21-Jun-14
02:00
REC
E
25
Switzerland
France
21-Jun-14
05:00
SAL
E
26
Honduras
Ecuador
21-Jun-14
08:00
CUR
F
27
Argentina
Iran
22-Jun-14
02:00
BEL
F
28
Nigeria
Bosnia
22-Jun-14
08:00
CUI
G
29
Germany
Ghana
22-Jun-14
05:00
FOR
G
30
USA
Portugal
23-Jun-14
08:00
MAN
H
31
Belgium
Russia
23-Jun-14
02:00
RIO
H
32
South Korea
Algeria
23-Jun-14
05:00
POR
A
33
Cameroon
Brazil
24-Jun-14
06:00
BRA
A
34
Croatia
Mexico
24-Jun-14
06:00
REC
B
35
Australia
Spain
24-Jun-14
02:00
CUR
B
36
Netherlands
Chile
24-Jun-14
02:00
SP
C
37
Japan
Colombia
25-Jun-14
06:00
CUI
C
38
Greece
Cote-D'ivoire
25-Jun-14
06:00
FOR
D
39
Italy
Uruguay
25-Jun-14
02:00
NAT
D
40
Costa-rica
England
25-Jun-14
02:00
BEL
E
41
Honduras
Switzerland
26-Jun-14
06:00
MAN
E
42
Ecuador
France
26-Jun-14
06:00
RIO
F
43
Nigeria
Argentina
26-Jun-14
02:00
POR
F
44
Bosnia
Iran
26-Jun-14
02:00
SAL
G
45
USA
Germany
27-Jun-14
02:00
REC
G
46
Portugal
Ghana
27-Jun-14
02:00
BRA
H
47
South Korea
Belgium
27-Jun-14
06:00
SP
H
48
Algeria
Russia
27-Jun-14
06:00
CUR
Rd of 16
49
Winner Group A
Runner-up Group B
29-Jun-14
02:00
BEL
Rd of 16
50
Winner Group C
Runner-up Group D
29-Jun-14
06:00
RIO
Rd of 16
51
Winner Group B
Runner-up Group A
30-Jun-14
02:00
FOR
Rd of 16
52
Winner Group D
Runner-up Group C
30-Jun-14
06:00
REC
Rd of 16
53
Winner Group E
Runner-up Group F
1-Jul-14
02:00
BRA
Rd of 16
54
Winner Group G
Runner-up Group H
1-Jul-14
06:00
POR
Rd of 16
55
Winner Group F
Runner-up Group E
2-Jul-14
02:00
SP
Rd of 16
56
Winner Group H
Runner-up Group G
2-Jul-14
06:00
SAL
QF
57
Winner Match 49
Winner Match 50
5-Jul-14
06:00
FOR
QF
58
Winner Match 53
Winner Match 54
5-Jul-14
02:00
RIO
QF
59
Winner Match 51
Winner Match 52
6-Jul-14
06:00
SAL
QF
60
Winner Match 55
Winner Match 56
6-Jul-14
02:00
BRA
SF
61
Winner Match 57
Winner Match 58
9-Jul-14
06:00
BEL
SF
62
Winner Match 59
Winner Match 60
10-Jul-14
06:00
SP
3rd Place
63
Loser Match 61
Loser Match 62
13-Jul-14
06:00
BRA
Final
64
Winner Match 61
Winner Match 62
14-Jul-14
05:00
RIO


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.