Web Wide Way

Web World News

Web Wide Way - Web World News

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 >