Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo Take an Adsense account easily within 2 or 3 days without any website 2013

Seo Master present to you:
Every one wants to be an Adsense publisher. But it is not easy for all. Normally you want to get an Adsense account via your website, you may be rejected various purpose. First I suggest you to read this article to know about Adsense. It may help you to increase your knowledge about Adsense.
You may know some third party website can help you to get an Adsense accout without your own website or blog. Flixya is on of them. Now I tell you how you can get an Adsense account by Flixya.
1. First you need to be a member of Flixya. So you go http://flixya.com
2. From right top you click SIGNUP button.
3. Fill up requires information. Please remember, Google only support Gmail for adsense. So you need a Gmail account. You can read this article to know how to create a Gmail account. So I suggest use Gmail in Email option box. Otherwise, you lost change.
4. Flixya send you a confirmation email. Please confirm your email.
5. Now login your Flixya account.
6. From right top you can see Embed Video, Upload Photo, Write Blogbutton. To use this button you can post your embed youtube videos or upload your pictures or your articles.
7. Flixya allows you for Adsense when your number of posts is 10. I suggest for articles to post. Remember, your posts must be unique and never copyright or anti of Google Adsense Terms and Conditions.
8. When your posts will be 10, you will be eligible to apply for Adsense.
9. From left top you can see Activity, Monetize, Settingsbutton. For Adsense click Monetizebutton.
10. New page will open. At bottom you will find Apply For Adsensebutton.
11. Now click and Adsense Application form will open.
12. Fill up your information correctly. Please do not edit your website link.
13. Wait for 2 or 3 business days to approve.
Important Notes: If you rejected from here please don’t be upset. Increase your post number and try again. I can you confirm, Adsense will be approve.
2013, By: Seo Master

seo Create a drop down sub menu in blogger (Blogspot) 2013

Seo Master present to you: 1. Login Your Blogger Account

2. Go Dashboard>More option>Template

3. Take a backup:
Download a copy of your template:  this is a backup - save it somewhere safe, in case things go wrong.
5. Click Edit HTML and find out (Ctrl+F)
]]></b:skin>
6. Paste bellows code above it (5)
/*----- MBT Drop Down Menu ----*/
#mbtnavbar {
    background: #060505;
    width: auto;
    color: #FFF;
        margin: 0px;
        padding: 0;
        position: relative;
        border-top:0px solid #960100;
        height:35px;
}
#mbtnav {
    margin: 0;
    padding: 0;
}
#mbtnav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mbtnav li {
    list-style: none;
    margin: 0;
    padding: 0;
        border-left:1px solid #333;
        border-right:1px solid #333;
        height:35px;
}
#mbtnav li a, #mbtnav li a:link, #mbtnav li a:visited {
    color: #FFF;
    display: block;
   font:normal 12px Helvetica, sans-serif;
   margin: 0;
    padding: 9px 12px 10px 12px;
        text-decoration: none;

}
#mbtnav li a:hover, #mbtnav li a:active {
    background: #BF0100;
    color: #FFF;
    display: block;
    text-decoration: none;
        margin: 0;
    padding: 9px 12px 10px 12px;



}
#mbtnav li {
    float: left;
    padding: 0;
}
#mbtnav li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 160px;
    margin: 0;
    padding: 0;
}
#mbtnav li ul a {
    width: 140px;
}
#mbtnav li ul ul {
    margin: -25px 0 0 161px;
}
#mbtnav li:hover ul ul, #mbtnav li:hover ul ul ul, #mbtnav li.sfhover ul ul, #mbtnav li.sfhover ul ul ul {
    left: -999em;
}
#mbtnav li:hover ul, #mbtnav li li:hover ul, #mbtnav li li li:hover ul, #mbtnav li.sfhover ul, #mbtnav li li.sfhover ul, #mbtnav li li li.sfhover ul {
    left: auto;
}
#mbtnav li:hover, #mbtnav li.sfhover {
    position: static;
}
#mbtnav li li a, #mbtnav li li a:link, #mbtnav li li a:visited {
    background: #BF0100;
    width: 120px;
    color: #FFF;
    display: block;
    font:normal 12px Helvetica, sans-serif;
    margin: 0;
    padding: 9px 12px 10px 12px;
        text-decoration: none;
z-index:9999;
border-bottom:1px dotted #333;

}
#mbtnav li li a:hover, #mbtnavli li a:active {
    background: #060505;
    color: #FFF;
    display: block;
    margin: 0;
    padding: 9px 12px 10px 12px;
        text-decoration: none;
}
Note: Highlights code you can change your won choice;
7. Save and then Go To Blogger >Layout

8. Take a HTML/JavaScriptGadget
9. Paste bellows code:
<div id='mbtnavbar'>
      <ul id='mbtnav'>
        <li>                                         
          <a href='#'>Home</a>
        </li>
        <li>
          <a href='#'>About</a>
       </li>
        <li>
          <a href='#'>Contact</a>
        </li>
  <li>
           <a href='#'>Sitemap</a>
            <ul>
                <li><a href='#'>Sub Page #1</a></li>                <li><a href='#'>Sub Page #2</a></li>                <li><a href='#'>Sub Page #3</a></li>              </ul>
        </li>
      </ul>
    </div>
Note: '#' changes it with your own url(s) and indicate menu name by your own title. Highlights url(s) is your sub or dropdown menu under Sitemap and you can use this highlights code under any menu item.
Enjoy it and create a dynamic blog as your own choice.
2013, By: Seo Master

seo Add Page Numbering in Blogspot easily 2013

Seo Master present to you: 1. Login your Blogger account.

2. Go to Layout option.

3. Click Add a Gadget.

4. Choose HTML/JavaScript.

5. Copy and paste bellow code.

<style type="text/css">
#blog-pager{padding:5px 0 !important;}
.showpageArea {font-weight: bold;margin:5px;}/* www.way2blogging.org */
.showpageArea a {text-decoration:underline;color: #fff;}/* www.way2blogging.org */
.showpageNum a, .showpage a {color: #fff;text-decoration:none;border:1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px; margin:0 3px;padding:3px 5px; background: #f85032; background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); }/* www.way2blogging.org */
.showpageNum a:hover, .showpage a:hover {border: 1px solid #ccc; background: #aebcbf; background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); }/* www.way2blogging.org */
.showpagePoint {color: #aaaaaa;text-decoration:none;border:1px solid #999;-webkit-border-radius:3px;-moz-border-radius:3px; margin:0 3px;padding:3px 5px; background: #e2e2e2; background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); }/* www.way2blogging.org */
.showpageOf {text-decoration:none;padding:3px;margin: 0 3px 0 0;}/* www.way2blogging.org */
.showpageNum a:link,.showpage a:link {text-decoration:none;color:#fff;}/* www.way2blogging.org */
</style>
<script type='text/javascript'>
var home_page="/";
var urlactivepage=location.href;
var postperpage=1;
var numshowpage=9;
var upPageWord ='Prev';
var downPageWord ='Next';
</script>
<script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging_bloggerpagenavi.js' type='text/javascript'></script>
6. Save2013, By: Seo Master

seo Add flying social media share and Facebook like button in your website and blog (Blogspot, Wordpress, Joomla) 2013

Seo Master present to you: 1. Login your Blogger account.

2. Go to Layout option.

3. Click Add a Gadget.

4. Choose HTML/JavaScript.

5. Copy and paste bellow code.



<!–SideBar Floating Share Buttons Code Start–>
<style>
#pageshare {position:fixed; bottom:15%; left:10px; float:left; border: 1px solid black; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#eff3fa;padding:0 0 2px
0;z-index:10;}
#pageshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;}
.fb_share_count_top {width:48px !important;}
.fb_share_count_top, .fb_share_count_inner {-moz-border-radius:3px;-webkit-border-radius:3px;}
.FBConnectButton_Small, .FBConnectButton_RTL_Small {width:49px !important; -moz-border-radius:3px;-webkit-border-radius:3px;}
.FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px !important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;}
</style>
<div id='pageshare' title="Share This With Your Friends">
<div class='sbutton' id='gb'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like layout="box_count" show_faces="false" font=""></fb:like></div>
<div class='sbutton' id='rt'><a href="http://twitter.com/share" data-count="vertical" >Tweet</a><script src='http://platform.twitter.com/widgets.js' type="text/javascript"></script></div>
<div class='sbutton' id='gplusone'><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone size="tall"></g:plusone></div>
<div class='sbutton' id='su'><script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script></div>
<div class='sbutton' id='digg' style='margin-left:3px;width:48px'><script src='http://widgets.digg.com/buttons.js' type='text/javascript'></script><a></a></div>
<div class='sbutton' id='fb'><a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><br/><div style="clear: both;font-size: 9px;text-align:center;"><a <font></font></font></a></div></div>
<!–SideBar Floating Share Buttons Code End–>

6. Save.2013, By: Seo Master

seo World countries short information 2013

Seo Master present to you:
Country Name
Capital
Area
Currency
Time Zone
ISO Code
Dial Code
Int TLD
Afghanistan
Kabul
657500
AFN
+04:30
AF
+93
.af
Albania
Tirana
28748
ALL
+01:00
AL
+355
.al
Algeria
Algiers
2381741
DZD
+01:00
DZ
+213
.dz
Angola
Luanda
1246700
AOA
+01:00
AO
+244
.ao
Argentina
Buenos Aires
2766890
ARS
-03:00
AR
+54
.ar
Armenia
Yerevan
29743
AMD
+04:00
AM
+374
.am
Aruba
Oranjestad
178.91
AWG
-04:00
AW
+297
.aw
Australia
Canberra
7617930
AUD
+8
+10:30
AU
+61
.au
Austria
Vienna
83855
EUR
+01:00
AT
+43
.at
Azerbaijan
Baku
86600
AZN
+04:00
AZ
+994
.az
Bahamas
Nassau
13878
BSD
-05:00
BS
+1242
.bs
Bahrain
Manama
750
BHD
+03:00
BH
+973
.bh
Bangladesh
Dhaka
147570
BDT
+06:00
BD
+880
.bd
Barbados
Bridgetown
431
BBD
-04:00
BB
+1246
.bb
Belarus
Minsk
207595
BYR
+03:00
BY
+375
.by
Belgium
Brussels
30528
EUR
+01:00
BE
+32
.be
Belize
Belmopan
22966
BZD
-06:00
BZ
+501
.bz
Benin
Proto Novo
112622
OXF
+01:00
BJ
+229
.bj
Bermuda
Hamilton
53.2
BMD
-04:00
BM
+1441
.bm
Bhutan
Thimphu
38394
BTN
+06:00
BT
975
.bt
Bolivia
Sucre
1098581
BOB
-04:00
BO
+591
.bo
Botswana
Gaborone
581730
BWP
+02:00
BW
+267
.bw
Bosnia and Herzegovina
Sarajevo
51197
BAM
+01:00
BA
+387
.ba
Brazil
Brasilia
8514877
BRL
-02:00
BR
+55
.br
Brunei
Bandar Seri Begawan
5765
BND
+08:00
BN
+673
.bn
Bulgaria
Sofia
110994
BGN
+02:00
BG
+359
.bg
Burkina Faso
Ouagadougou
274200
XOF
+00:00
BF
+226
.bf
Burundi
Bujumbura
27834
BIF
+02:00
BI
+257
.bi
Cambodia
Phnom Penh
181035
KHR, USD
+07:00
KH
+855
.kh
Cameroon
Yaoundé
475442
XAF
+01:00
CM
+237
.cm
Canada
Ottawa
9984670
CAD
-03:30
CA
+1
.ca
Cape Verde
Praia
4033
CVE
-01:00
CV
+238
.cv
Cayman Islands
George Town
264
KYD
-05:00
KY
+1345
.ky
Central Africa Republic
Bangui
622984
XAF
+01:00
CF
+236
.cf
Chad
N’Djamena
1284000
XAF
+01:00
TD
+235
.td
Chile
Santiago
756950
CLP
-04:00
CL
+56
.cl
China
Beijing
9671018
CNY
+08:00
CN
+86
.cn
Colombia
Bogotá
1141748
COP
-05:00
CO
+57
.co
Comoros
Moroni
2235
KMF
+03:00
KM
+269
.km
Congo (Republican)
Brazzaville
342000
XAF
+01:00
CG
+242
.cg
Congo (Democratic)
Kinshasa
2345409
CDF
+01:00
CD
+243
.cd
Costa Rica
San Jose
51100
CRC
-06:00
CR
+506
.cr
Cote d'Ivoire
Yamoussoukro
322460
XOF
+00:00
CI
+225
.ci
Croatia
Zagreb
56594
HRK
+01:00
HR
+385
.hr
Cuba
Havana
109884
CUP, CUC
-05:00
CU
+53
.cu
Cyprus
Nicosia
9251
EUR
+02:00
CY
+357
.cy
Czechoslovakia
Prague
127900
CZK
+01:00
CZ
+42
.cs
Czech Republic
Prague
78866
CZK
+01:00
CS
+420
.cz
Denmark
Copenhagen
43075
DKK
+01:00
DK
+45
.dk
Djibouti
Djibouti
23200
DJF
+03:00
DJ
+253
.dj
Dominica
Roseau
750
XCD
-04:00
DM
+1767
.dm
Ecuador
Quito
272046
USD
-05:00
EC
+593
.ec
Egypt
Cairo
1002450
EGP
+02:00
EG
+20
.eg
El Salvador
San Salvador
21040
USD
-06:00
SV
+503
.sv
Equatorial Guinea
Malabo
28050
XAF
+01:00
GQ
+240
.gq
Eritrea
Asmara
117600
ERN
+03:00
ER
+291
.er
Estonia
Tallinn
45227
EUR
+02:00
EE
+372
.ee
Ethiopia
Addis Ababa
1104300
EBT
+03:00
ET
+251
.et
Faroe Islands
Torshavn
1399
DKK
+00:00
FO
+298
.fo
Fiji
Suva
18274
FJD
+12:00
FJ
+679
.fj
Finland
Helsinki
338424
EUR
+02:00
FI
+358
.fi
France
Paris
674843
EUR, XPF
+01:11
FR
+33
.fr
French Guiana
Cayenne
83534
EUR
-03:00
GF
+594
.gf
French Polynesia
Papeete
4167
XPF
-10:00
PF
+689
.pf
Gabon
Libreville
267667
XAF
+01:00
GA
+241
.ga
Gambia
Banjul
10380
GMD
+00:00
GM
+220
.gm
Georgia
Tbilisi
69700
GEL
+04:00
GE
+995
.ge
Germany
Berlin, Bonn
357021
EUR
+01:00
DE
+49
.de
Ghana
Accra
238535
GHS
+00:00
GH
+233
.gh
Gibraltar
Gibraltar
6.8
GBP
+01:00
GI
+350
.gi
Greece
Athens
131990
EUR
+02:00
GR
+30
.gr
Greenland
Nuuk
2166086
DKK
+00:00
GL
+299
.gl
Grenada
St. George’s
344
XCD
-04:00
GD
+1473
.gd
Guadeloupe
Basse Terre
1628
EUR
-04:00
GP
+590
.gp
Guam
Hagatna
541.3
USD
+10:00
GU
+1671
.gu
Guatemala
Guatemala City
108890
GTQ
-06:00
GT
+502
.gt
Guinea
Conakry
245857
GNF
+00:00
GN
+224
.gn
Guinea Bissau
Bissau
36125
XOF
+00:00
GW
+245
.gw
Guyana
George Town
214970
GYD
-04:00
GY
+592
.gy
Haiti
Port-au-Prince
27750
HTG
-05:00
HT
+509
.ht
Honduras
Tegucigalpa
112492
HNL
-06:00
HN
+504
.hn
Hong Kong
Victoria
1104
HKD
+08:00
HK
+852
.hk
Hungary
Budapest
93030
HUF
+01:00
HU
+36
.hu
Iceland
Reykjavik
103001
ISK
+00:00
IS
+354
.is
India
New Delhi
3287263
INR
+05:30
IN
+91
.in
Indonesia
Jakarta
1919440
IDR
+07:00
ID
+62
.id
Iran
Tehran
1648195
IRR
+03:30
IR
+98
.ir
Iraq
Baghdad
438317
IQD
+03:00
IQ
+964
.iq
Ireland
Dublin
84421
IEP
+00:00
IE
+353
.ie
Israel
Jerusalem
20770
ILS
+02:00
IL
+972
.il
Italy
Rome
301338
EUR
+01:00
IT
+39
.it
Ivory Coast
Yamoussoukro
322462
XOF
+00:00
CI
+225
.ci
Jamaica
Kingston
10991
JMD
-05:00
JM
+1876
.jm
Japan
Tokyo
377944
JPY
+09:00
JP
+81
.jp
Jordan
Amman
92300
JOD
+02:00
JO
+962
.jo
Kampuchea
Phnom Penh
181035
KHR, USD
+07:00
KH
+855
.kh
Kazakhstan
Astana
2724900
KZT
+5, +6
KZ
+7
.kz
Kenya
Nairobi
580367
KES
+03:00
KE
+254
.ke
Korea (South)
Seoul
100210
KRW
+09:00
KR
+82
.kr
Korea (North)
Pyongyang
120540
KPW
+09:00
KP
+850
.kp
Kuwait
Kuwait City
17820
KWD
+03:00
KW
+965
.kw
Kyrgyzstan
Bishkek
199900
KGS
+06:00
KG
+966
.kg
Laos
Vientiane
236800
LAK
+07:00
LA
+856
.la
Latvia
Riga
64589
LVL
+02:00
LV
+371
.lv
Lebanon
Beirut
10452
LBP
+02:00
LB
+961
.lb
Lesotho
Maseru
30355
LSL
+02:00
LS
+266
.ls
Liberia
Monrovia
111369
LRD
-06:00
LR
+231
.lr
Libya
Tripoli
1759541
LYD
+02:00
LY
+218
.ly
Liechtenstein
Vaduz
160.5
CHF
+01:00
LI
+423
.li
Lithuania
Vilnius
65200
LTL
+02:00
LT
+370
.lt
Luxembourg
Luxembourg
2586.4
EUR
+01:00
LU
+352
.lu
Macao
Macao Peninsula
29.5
MOP
+08:00
MO
+853
.mo
Macedonia
Skopje
25713
MKD
+01:00
MK
+389
.mk
Madagascar
Antananarivo
587041
MGA
+03:00
MG
+261
.mg
Malawi
Lilongwe
118484
MWK
+02:00
MW
+265
.mw
Malaysia
Kuala Lumpur
330803
MYR
+08:00
MY
+60
.my
Maldives
Male
298
MVR
+05:00
MV
+960
.mv
Mali
Bamako
1240192
XOF
+00:00
ML
+223
.ml
Malta
Valetta
316
EUR
+01:00
MT
+356
.mt
Marshall Islands
Majuro
181
USD
+12:00
MH
+692
.mh
Martinique
Fort-de-France
1128
EUR
-04:00
MQ
+596
.mq
Mauritania
Nouakchott
1030700
MRO
+00:00
MR
+222
.mr
Mauritius
Port Louis
2040
MUR
+04:00
MU
+230
.mu
Mexico
Mexico City
1972550
MXN
-8, -6
MX
+52
.mx
Moldova
Chisinau
33846
MDL
+02:00
MD
+373
.md
Monaco
Monaco
1.98
EUR
+01:00
MC
+377
.mc
Mongolia
Ulan Bator
1564116
MNT
+07:00
MN
+976
.mn
Montenegro
Podgorica
13812
EUR
+01:00
ME
+382
.me
Montserrat
Plymouth
102
XCD
-04:00
MS
+1664
.ms
Morocco
Rabat
446550
MAD
+00:00
MA
+212
.ma
Mozambique
Maputo
801590
MZN
+02:00
MZ
+258
.mz
Myanmar
Naypyidaw
676578
MMK
+06:30
MM
+95
.mm
Namibia
Windhoek
825418
NAD
+01:00
NA
+264
.na
Nauru
Yaren
21
AUD
+12:00
NR
+674
.nr
Nepal
Kathmandu
147181
NPR
+05:45
NP
+977
.np
Netherlands
Amsterdam
41543
EUR, USD
+1, -4
NL
+31
.nl
New Caledonia
Noumea
18576
XPF
+11:00
NC
+687
.nc
New Zealand
Wellington
268021
NZD
+12:00
NZ
+64
.nz
Nicaragua
Managua
130373
NIO
-06:00
NI
+505
.ni
Niger
Niamey
1267000
XOF
+01:00
NE
+227
.ne
Nigeria
Abuja
923768
NGN
+01:00
NG
+234
.ng
Northern Mariana Islands
Capital Hill
463.63
USD
+10:00
MP
+1670
.mp
Norway
Oslo
385252
NOK
+01:00
NO
+47
.no
Oman
Muscat
309501
OMR
+04:00
OM
+968
.om
Pakistan
Islamabad
796095
PKR
+05:00
PK
+92
.pk
Palau
Melekeok
459
USD
+09:00
PW
+680
.pw
Palestine
Jerusalem
26990
JOD
+02:00
PS
+970
.ps
Panama
Panama
75517
PAB, USD
-05:00
PA
+507
.pa
Paraguay
Asuncion
406752
PYG
-04:00
PY
+595
.py
Papua New Guinea
Port Moresby
462840
PGK
+10:00
PG
+675
.pg
Peru
Lima
1285216
PEN
-05:00
PE
+51
.pe
Philippines
Manila
299,764 
PHP
+08:00
PH
+63
.ph
Poland
Warsaw
312685
PLN
+01:00
PL
+48
.pl
Portugal
Lisbon
92090
EUR
+00:00
PT
+351
.pt
Qatar
Doha
11437
QAR
+03:00
QA
+974
.qa
Romania
Bucharest
238391
RON
+02:00
RO
+40
.ro
Russia
Moscow
17075400
RUB
+3 to +12
RU
+7
.ru, .su
Rwanda
Kigali
26338
RWF
+02:00
RW
+250
.rw
Saint Kitts and Nevis
Basseterre
261
XCD
-04:00
KN
+1869
.kn
Saint Lucia
Castries
616
XCD
-04:00
LC
+1758
.lc
Saint Pierre and Miquelon
Saint Pierre
242
EUR
-03:00
PM
+508
.pm
San Marino
City of San Marino
61.2
EUR
+01:01
SM
+378
.sm
Saudi Arabia
Riyadh
2149690
SAR
+03:00
SA
+966
.sa
Senegal
Dakar
196723
XOF
+00:00
SM
+221
.sn
Serbia
Belgrade
88361
RSD
+01:00
RS
+381
.rs
Seychelles
Victoria
451
SCR
+04:00
SC
+248
.sc
Sierra Leone
Freetown
71740
SLL
+00:00
SL
+232
.sl
Singapore
Singapore City
694
SGD
+08:00
SG
+65
.sg
Slovakia
Bratislava
49035
EUR
+01:00
SK
+421
.sk
Slovenia
Ljubljana
20273
EUR
+01:00
SL
+386
.sl
Solomon Islands
Honiara
28400
SBD
+11:00
SB
+677
.sb
Somalia
Mogadishu
637657
SOS
+03:00
SO
+252
.so
South Africa
Cape Town
1221037
ZAR
+02:00
ZA
+27
.za
Spain
Madrid
504030
EUR
+01:00
ES
+34
.es
Sri Lanka
Colombo
65610
LKR
+05:30
LK
+94
.lk
Sudan
Khartoum
1886068
SDG
+03:00
SD
+249
.sd
Suriname
Paramaribo
163821
SRD
-03:00
SR
+597
.sr
Swaziland
Mbabane
17364
SZL
+02:00
SZ
+268
.sz
Switzerland
Berne
41285
CHF
+01:00
CH
+41
.ch
Sweden
Stockholm
449964
SEK
+01:00
SE
+46
.se
Syria
Damascus
185180
SYP
+02:00
SY
+963
.sy
Taiwan
Taipei City
36008
TWD
+08:00
TW
+886
.tw
Tajikistan
Dushanbe
143100
TJS
+05:00
TJ
+992
.tj
Tanzania
Dodoma
945203
TZS
+03:00
TZ
+255
.tz
Thailand
Bangkok
513120
THB
+07:00
TH
+66
.th
Togo
Lome
56785
XOF
+00:00
TG
+228
.tg
Tonga
Nuku’alofa
748
TOP
+13:00
TO
+676
.to
Trinidad and Tobago
Port of Spain
5131
TTD
-04:00
TT
+1868
.tt
Tunisia
Tunis
163610
TND
+01:00
TN
+216
.tn
Turkey
Ankara
783562
TRY
+02:00
TR
+90
.tr
Tuvalu
Funafuti
26
AUD
+12:00
TV
+688
.tv
Uganda
Kampala
236040
UGX
+03:00
UG
+256
.ug
Ukraine
Kiev
603628
UAH
+02:00
UA
380
.ua .ykp
United Arab Emirates
Abu Dhabi
83600
AED
+04:00
AE
+971
.ae
United Kingdom
London
243610
GBP
+00:00
GB
44
.uk
United States
Washington D.C.
9826675
USD
-5, -10
US
+1
.us .gov
.mil .edu
Uruguay
Montevideo
176215
UYU
-03:00
UY
+598
.uy
Uzbekistan
Tashkent
447400
UZS
+05:00
UZ
+998
.uz
Vanuatu
Port Vila
12190
VUV
+11:00
VU
+678
.vu
Venezuela
Caracas
916445
VEF
-04:30
VE
+58
.ve
Vietnam
Hanoi
331.7
VND
+07:00
VN
+84
.vn
Wales
Cardiff
20779
GBP
+00:00
GB
+44
.uk
Western Samoa
Apia
2831
WST
-11:00
WS
+685
.ws
Yemen
Sana’a
555000
YER
+03:00
YE
+967
.ye
Yugoslavia
Belgrade
550000
YUM
+01:00
YU
+381
.yu
Zaire
Kinshasa
2345410
ZRN
+02:00
ZR
+234
.zr
Zambia
Lusaka
752618
ZMK
+02:00
ZM
+260
.zm
Zimbabwe
Harare
390757
R, P, USD
+02:00
ZW
+263
.zm
2013, By: Seo Master
Powered by Blogger.