Archive for July, 2007
Matching the font in Adsense
though of course, google may at some point change their fonts… today at least this is their font scheme for their adsense ads.
For the leaderboard
Title
line-height: 12px; font-size: 11px; font-family: verdana, arial, sans-serif;
text
line-height: 12px; font-size: 10px; font-family: verdana, arial, sans-serif;
For the large rectangle
Title
line-height: 14px;font-size: 11px; font-family: arial, sans-serif;
text
line-height: 14px;font-size: 10px; font-family: arial, sans-serif;
Posted: July 29th, 2007 under SEO.
Comments: none
How to install Zend in cpanel/whm
pretty darn simple to do…
To install Zend Optimizer:
1. Login to your server via SSH
2. Run: /scripts/installzendopt
3. Follow the instructions on the screen to install Zend Optimizer
Posted: July 7th, 2007 under PHP, Linux, WHM/cPanel, Apache.
Comments: none