• bots
  • code
  • ecommerce
  • misc
  • search
  • software
  • tips
  • tools
  • wordpress

Big Webmaster

  • a do follow blog

CubeCart Review

on June 30, 2008 - 0 Comments
ecommerce, software

If you are looking for e-commerce software to meet these goals:

  • SEO friendly (keyword, and urls)
  • Easy to use (template driven)
  • Low cost (under $200)
  • Ownership (not leased or rented software)

Then I would recommend using CubeCart. I found this CubeCart review very helpful as well.

Share your thoughts!

Paid Ad? Don’t forget to remove after it expires!

on June 26, 2008 - 0 Comments
code

Here is some quick php code to help with paid ads. If you have a paid ad on your site with a set expiration date, it can be hard to remember to remove the ad after the expiration date. Thus giving the advertiser free advertising. Here is some quick code to put in place when you place the link, so you can set it and forget it! (as they say)


<?
//set your link expiration date here.
$expiry = strtotime("8/12/2008");
$today = strtotime("now");

if ($today > $expiry) {
$new_status = '<p>non-paid link info</p>';
} else {
$new_status = '<p>paid link info</p>';
}
echo $new_status;
?>

Simple, right.

Share your thoughts!

YebolBot

on June 23, 2008 - 4 Comments
bots

Anyone know anything about this bot?

YebolBot (compatible; Mozilla/5.0; MSIE 7.0; Windows NT 6.0; rv:1.8.1.11; mailTo:thunder.chang@gmail.com)

4 Comments

Rank Checker

on April 1, 2008 - 0 Comments
software, tools

Seobook has released a very nice firefox extension call Rank Checker. This is a free open-source tool that will show your rank for specific keywords on Google, Yahoo, and MSN.

Using a rank checking tool is a real time saver. Rather than try to dig through results to find your site, this will give you the data in just a few seconds. The best way would be to export the data each time and name each file with the date it was run. This way you can track your ranking changes over time.

Share your thoughts!

Need a quick website? Learn WordPress

on February 16, 2008 - 0 Comments
software, wordpress

get wordpressDo you have a small business and want to get a website up and running quickly. WordPress just may be your answer. WordPress is quite easy to learn and can create very professional looking results. There are lots of plugins and themes available to make your site exactly how you want it to look. You can download wordpress for free. WordPress has some online learning resources to help you get started.

You can run the wordpress software with most hosting packages that supports PHP and MySQL. Don’t hesitate to get your business up on the web, register your domain name, and at least get something up and running. The longer you have your site out there the better it is in the long run for your website and business. Here is some great info about starting a blog.

Share your thoughts!

Getting stats from your website.

on February 8, 2008 - 0 Comments
software

For me , web statistics are the lifeblood of your website. It is really the only good way to see how your site is doing. I look forward each day to browsing over my sites stats to see what is doing what. It is also a great tool to find problems with your site such as missing pages, or other errors.

My preferred method of getting web statistics is to download my log files, and process them locally on my own. To do this I use an ftp script I wrote to download the log files each day. Then I use awstats to process the log files into nice readable reports. Awstats works great for me, but it is a little bit more work to setup.

If you are looking for a super-easy way to get stats from your site, try Google Analytics. All you have to do is place a few lines of javascript code onto each page of your website everything else is done for you. Anaytics produces very snazzy graphs, and is simple to use, but I find there is SO much information there it can be hard to get to the basic stats I want to see.

Sometimes, you might think that you will just add stats later on once the site is running a bit, but let me tell you the best time to setup your stats is right there while you are putting your site up for the first time. It can be very hard (or impossible sometimes) to go back and get stats from the past. So just go ahead get it setup right from the get go. You’ll get addicted to your stats real quick.

GA

awstats

Share your thoughts!

Color Pic

on February 6, 2008 - 0 Comments
software

A must have for webmasters is a free little software tool called ColorPic.

This tool lets you select virtually any color from anywhere on your screen. This can be useful when you see a color you like, simply fire up the software and grab the color.

Color Pic Screen

Share your thoughts!

Google Webmaster Tools

on February 5, 2008 - 0 Comments
tools

Google webmaster tools.

Google did a nice thing for webmasters by creating a handy tool to help track sites and also to upload your newly created sitemaps.

Visit Google Webmaster Tools and sign up account, or use an existing Google account if you have one.

Share your thoughts!

Site Maps

on February 5, 2008 - 1 Comment
tools

signalXML Sitemap? What in the world is that you might ask. Well not so long ago Google came out with a way for webmasters to tell Google about their pages. The most common way is to use an XML sitemap. How does it work? You create a sitemap, then tell Google where that sitemap is, then they will download it and then maybe crawl some of your sites, and just maybe add them to their index of websites.

Since then a few of the other major search engines jumped on board the wagon, and now it is supported by Yahoo and Microsoft too.

1 Comment

« Previous Page

  • Recent Posts

    • Fancy way to describe a screw up
    • Is your Gmail Account Active. Yes/No
    • Page Not Found when WordPress Category Tag matches Page name
    • Adsense Ad Bad Practice
    • GoDaddy Certificate Seal Spam
  • Recent Comments

    • Asho on Short Meta Descriptions Can Kill Your Website
    • Tom on Musical Notes
    • Samantha on WordPress Automatic Update with 1and1
    • bigboy on Musical Notes
    • Missy on Solved: URL file-access is disabled in the server configuration
  • Archives

    • September 2011
    • July 2011
    • March 2011
    • February 2011
    • December 2010
    • November 2010
    • September 2010
    • August 2010
    • July 2010
    • April 2010
    • March 2010
    • January 2010
    • December 2009
    • November 2009
    • September 2009
    • August 2009
    • May 2009
    • April 2009
    • February 2009
    • December 2008
    • November 2008
    • September 2008
    • July 2008
    • June 2008
    • April 2008
    • February 2008
  • Follow Me On Twitter
  • Links

    • Best of the web
    • Iraqi Dinar
    • Nursing Home Report
    • Pair Web Hosting
    • Submit Your Blog
    • XML Sitemap

Copyright © 2012 Big Webmaster