SEOHosting.com Logo
Subscribe to us!

Learn How To Design, Promote, Program, and Make Money All From One Website

Tuesday, October 13th, 2009
VN:F [1.9.10_1130]
Rating: 9.0/10 (1 vote cast)

I have been using computers most of my life, and surfing the web for almost as long. One thing that I enjoy is finding old school websites. In most cases, these sites are very easy on the eyes because they don’t focus on styling HTML with CSS, and they provide very resourceful information. Also, most older sites I’ve seen that launched in the early to mid 90′s are simply cool, and even sites from early 2000. They all have a certain look and feel to them that are unlike any other. Maybe I’m just getting old? But I don’t think so.

Screenshot of thesitewizard.com

That said, I ran across a really interesting site called thesitewizard.com. I have to say, this site has a lot of useful information, and the design reminds me of the style I enjoy most… 90′s! I found the site from a link on Eric Brantner’s site, one of the writers here on SeoHosting.com, and I am seriously glad I did.

To begin with, thesitewizard.com offers visitors with a resource of free online wizards. A wizard is referred to as an easy to use and automated program that creates customized CGI scripts, PHP scripts, or JavaScripts for your website. Simply answer a few questions and each wizard will generate the proper code for you to add to your website.

Some of the more popular wizards include the Feedback Form, CSS Navigation Menu Button, Drop-Down Menu, Frame BreakOut, and Article Syndicator.

The fun only starts there. In addition to free online wizards, thesitewizard.com has sections that include multiple articles on getting started with your website, web design, search engines, how to make money online, domains, web hosting, and even blogging. Additional sections include online tutorials on JavaScript, PHP, Perl / CGI, HTML, and CSS.

The entire site earns two thumbs up from me, but as a bonus, there’s one additional feature to the site that makes it even more amazing that it already is, and that’s the RSS feed. While older sites do appeal to me, one thing that does bother me about stagnant sites created in the 90′s is their lack of updates. Clearly not the case with thesitewizard.com.

Subscribing to their RSS feed will gain you up-to-date information, tips, tricks, and tutorials all that will enable you to become a better blogger or webmaster. I personally suggest you make thesitewizard.com one of your regular reads.

What other OLDER sites do you know of that are similar to thesitewizard.com? Share them with everyone else in the comments below.

VN:F [1.9.10_1130]
Rating: 9.0/10 (1 vote cast)

How To Display Google AdSense Ads To Search Traffic Only In WordPress

Saturday, October 3rd, 2009
VN:F [1.9.10_1130]
Rating: 7.0/10 (1 vote cast)

I have had an interest in displaying AdSense ads to search traffic only, while keeping my entire blog free of advertisements to regular reader traffic for awhile. The only problem is that I’ve never seem to get around to doing it. Finally, I got around to doing it.

In this article, I’ll show you how to display Google AdSense ads to search traffic only. The process is much easier than I thought, and quite honestly… if I had known how simple it was to do this, I probably would have done this a long time ago.

Be sure to watch the video above. The process involves installing and activating the Who See Ads WordPress plugin. After the plugin has been activated, a few rules will need to be created, and then you’ll need to insert some HTML code into your template. From there you’re done.

As promised in the video, here is the CSS code that will help you float Google AdSense Ads the way I did in the video.

<div style=”float:left;margin-top:20px;”>
INSERT RECTANGLE / SQUARE ADSENSE AD CODE HERE
</div>

<div style=”margin-left:350px;margin-top:20px;”>
INSERT RECTANGLE / SQUARE ADSENSE AD CODE HERE
</div>

You may want to hard code the CSS code directly into your style.css. If that’s the case you can add this CSS code into your style.css

#adsense-left {
float:left;
margin-top:20px;
}

#adsense-right {
margin-top:20px;
margin-left:350px;
}

And on the single.php file you can add this HTML code:

<div id=”adsense-left”>
INSERT RECTANGLE / SQUARE ADSENSE AD CODE HERE
</div>

<div id=”adsense-right”>
INSERT RECTANGLE / SQUARE ADSENSE AD CODE HERE
</div>

I hope that this video and post helps you accomplish your goal. If you need some help, leave a comment below or contact me directly.

VN:F [1.9.10_1130]
Rating: 7.0/10 (1 vote cast)



Company | TOS | Billing
©2008 SEO Hosting (HostGator.com LLC)