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

Big Webmaster

  • a do follow blog

Adsense Ad Bad Practice

on March 10, 2011 - 0 Comments
code

how not to place adsense ads

Look at the Ad’s below. They are Google Adsense ads, however where is the “Ads by Google” label that is required?

Read more »

Share your thoughts!

How to noindex the https version of your pages

on February 21, 2011 - 0 Comments
code, ecommerce

Your site has SSL enabled so each page can be http OR https. How to you avoid having duplicate content?

Read more »

Share your thoughts!

Solved: URL file-access is disabled in the server configuration

on September 24, 2010 - 3 Comments
code

code_icon

If you get an error similar to: URL file-access is disabled in the server configuration on 1and1, create a blank file called php.ini, and place the following line in the file. allow_url_fopen = ON then upload the file to the root folder of the domain, and it should solve the problem.

Read more »

3 Comments

Redirect directory and contents using htaccess

on August 11, 2010 - 2 Comments
code, wordpress

arrow_leftright

How to redirect an entire directory and all internal files using the htaccess file.

Read more »

2 Comments

MySQL Query on timestamp using PHP

on March 11, 2010 - 0 Comments
code

standard timestamp field in MySQL

In this example I had to create a query only to display orders for the last 90 days. The orders table is using a standard MySQL timestamp field to store the date of the order. I made timestamp indexed since we will be doing this query against this field. I figured the easiest way was [...]

Read more »

Share your thoughts!

Tracking Email Marketing Results

on November 27, 2009 - 1 Comment
code, ecommerce

Email Marketing

Find out if users are reading and responding to your email newsletters. This simple method will determine a direct correlation between newsletter clicks and sales.

Read more »

1 Comment

Website backups

on September 17, 2009 - 1 Comment
code, tips

backup-with-ncftp

How to automate website backups. Follow this very simple procedure to schedule your website backups. You will be glad you did.

Read more »

1 Comment

WordPress image uploader crashing Firefox

on May 31, 2009 - 0 Comments
code, wordpress

disable google gears firefox

If you are having trouble with Firefox crashing when you go to try to upload an image using the WordPress flash-based image uploader. Here is a quick fix. Go into your Firefox addons. (Tools – Add ons). Find the Google Gears entry. Click Disable button, and restart your Firefox Browser.

Read more »

Share your thoughts!

WordPress Automatic Update with 1and1

on February 11, 2009 - 97 Comments
code, wordpress

Wordpress Automatic Update 1and1 hosting

How to make the automatic update work with your WordPress blogs that are hosted on 1and1 shared servers. These are blogs that you set up yourself, not the blog that 1and1 can install for you. The problem I was having was the update would start, and then just stop after a few seconds. Then in [...]

Read more »

97 Comments

Musical Notes

on December 16, 2008 - 26 Comments
code

ascii-music-notes

How to display musical notes without images. (ASCII) The quarter note: ♩ which is ♩ The eighth note: ♪ which is ♪ The single bar note: ♫ which is & #9835; The double bar note: ♬ which is & #9836;

Read more »

26 Comments

Removing the Generator Tag from WordPress

on November 14, 2008 - 0 Comments
code, tips

smbutton-blue

Before making changes to your theme, always make sure you backup your files. Within your themes directory is a file called functions.php. Simply add this line to that file between the php tags (ex: under the <?php tag ) remove_action(‘wp_head’, ‘wp_generator’); This will remove the “generator” tag from appearing in the meta head section of [...]

Read more »

Share your thoughts!

Secure Contact Form to Prevent Spam

on July 29, 2008 - 0 Comments
code, software

contact form

If you are looking for a secure and reliable contact form for your website. Please check out www.dagondesign.com/articles/secure-php-form-mailer-script/ The emphases here is on secure, many times these scripts are terribly exploited by spammers, this one seems to be well done. I use this very form on many sites, and it works fabulously. Here is a [...]

Read more »

Share your thoughts!

Next 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