Web Wide Way

Web World News

Add Password to WI-FI

I have a Edimax router.
To add password to my network I should follow instructions below:
1. http://192.168.2.1/
user name: admin
passwords:****

2. Left menu – click on Wireless -> Basic Settings
3. ESSID – enter username -> Apply
4. Left menu – click on Wireless -> Security Settings
5. Encryption – Wep
Key Length – 64 bit
Encryption Key 1 : password – Apply

The Difference between Linux and Windows Hosting

As internet is becoming popular day by day, every one wants to setup their business online. Apart from online stores people are also setting up their blogs to share their view points on their topics of interest with the millions of people out there. So, whenever when one has to setup their own website they need to upload it on a web server so that it can be accessed by others. There are two kinds of web hosting servers- windows and Linux. Both the kind of hosting services are developing continuously and gaining popularity. You may pick any one of two that suits your requirements to the fullest and fulfill your purpose. Below are the difference Between Linux and Windows Hosting that can help you decide Windows or Linux hosting is suitable for you.

Windows vs. Linux Hosting Services
Technically it is a little difficult to compare windows and Linux hosting servers because both of them are based on two completely different technologies. Looking at the price, both of them are equally priced if one opts for dedicated servers. If you want to opt for shared servers then Windows hosting will be a little expensive as Windows is owned by Microsoft so one needs to buy a license to use whereas Linux is an open source project.
If you are technically sound and are aware of the development technologies like .NET, MSSQL, MS Access, Expression Web, FrontPage, Windows Streaming Media or any other Microsoft application then you can go for Windows hosting server else Linux hosting server will be the best for you as it does not require much of technical knowledge. Apart from that, it is also easy to switch servers if you are hosting on a Linux server because if you have a Windows server then you will have to look for a server that meets up all your requirements apart from quality service.

The kind of server that will be best for you also depends on the kind of website you are planning to host. If you want to host a simple website that contains a little bit of graphics, text or a few ecommerce functions then Linux hosting will be able to meet all your requirements. On the other hand, if you are planning a website that is a little complex with a lot of interactive features then Windows hosting server would be better.

WordPress Useful Plugins

1. WordPress Firewall 2 – works good by blocking a lot of hackers attacs. When this plugin is active you can’t update wordpress files manually even when your IP is in white list. So if you need to do some changes in wordpress files deactive temporary this plugin, do the changes and active it again.
2. TimThumb Vulnerability Scanner – scan all worpress files and find those should be updated to new version.
3. W3 Total Cache – allows to avoid CPU overload.

css for button

css

.button-play {
font-family:Arial;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
border:solid 1px #CC0000;
background:#660000 url(/images/button-bg.jpg) top center repeat-x ;
height:27px;

}

html
[input type="button" style="cursor:pointer;" value="PLAY NOW!" onclick="document.location.href='http://www.mysite.com'" class="button-play" /]

change [ to < and ] to >

Google punishes itself for buying links;-)

Sources:
Danny Sullivan from searchengineland.com about investigation of paid posts sponsored by Google

http://searchengineland.com/googles-jaw-dropping-sponsored-post-campaign-for-chrome-106348

Matt Cutts answer about removing Google Chrome from search results for 60 days

https://plus.google.com/109412257237874861202/posts/NAWunDzJSHC#109412257237874861202/posts/NAWunDzJSHC

From one side it is funny story.
From other one it is great buzz for Google Chrome as well.

New link element for multilingual conent

Google added new link element for sites have subdomians for different geo-located regions.
it shoul be added to header of the site
[link rel="alternate" hreflang="xx" href="http://xx.example.com/" /]
where xx is 2 letter of the language.
just change [ to < and ] to >

I ctreated table with xx-value of most known and usable languages.

Language name ISO 639-1
Armenian hy
Belarusian be
Bosnian bs
Breton br
Bulgarian bg
Catalan; Valencian ca
Chinese zh
Croatian hr
Czech cs
Danish da
Dutch nl
English en
Estonian et
Finnish fi
French fr
Georgian ka
German de
Greek, Modern el
Hebrew (modern) he
Hindi hi
Hungarian hu
Indonesian id
Irish ga
Italian it
Japanese ja
Korean ko
Latin la
Luxembourgish lb
Lithuanian lt
Latvian lv
Macedonian mk
Mongolian mn
Norwegian Bokmål nb
Norwegian Nynorsk nn
Norwegian no
Persian fa
Polish pl
Portuguese pt
Romanian, Moldavian, Moldovan ro
Russian ru
Serbian sr
Scottish Gaelic; Gaelic gd
Slovak sk
Slovene sl
Spanish; Castilian es
Swedish sv
Turkish tr
Ukrainian uk
Vietnamese vi
Welsh cy
Yiddish yi

css problem with vertical-align: middle;

I spent much time to find why vertical-align: middle; is not working for text
I should put text near the image and it didn’t work when I tried to add vertical-align: middle; to class of the text
But when I add it to image class it worked!
Probably it will be helpful for somebody else.

add to css file
img.row {
vertical-align: middle;
}
and this is the code
[img src="/images/bullet.png" width="13" height="16" alt="" / class="row"]Middle text[/div]

change all [ to < and ] to >

Free SEO Tool for checking backlinks

Open Site Explorer opensiteexplorer.org allows to check quality of your site backlinks.
This tool shows such parameters as Page Authority (PA), Domain Authority (DA), Linking Root Domains, Total Links.
Last time were added aslo Facebook Shares, Facebook Likes, Tweets and Google +1.
As more PA, DA and Linking Root Domains as better qulity the site backlinks.