Big Webmaster

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

MySQL Query on timestamp using PHP

on March 11, 2010 - 0 Comments
Categories: code

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 to only [...]

Read more »

Share your thoughts..

Tracking Email Marketing Results

on November 27, 2009 - 0 Comments
Categories: code, ecommerce

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 »

Share your thoughts..

Website backups

on September 17, 2009 - 0 Comments
Categories: code, tips

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

Read more »

Share your thoughts..

Wordpress image uploader crashing Firefox

on May 31, 2009 - 0 Comments
Categories: code

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 - 31 Comments
Categories: code

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 my wp-content [...]

Read more »

31 Comments

Musical Notes

on December 16, 2008 - 5 Comments
Categories: code

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 »

5 Comments

Next Page »

  • Recent Posts

    • MySQL Query on timestamp using PHP
    • CubeCart 5 Beta
    • Tasapspider/0.9
    • Short Meta Descriptions Can Kill Your Website
    • Tracking Email Marketing Results
  • Recent Comments

    • bigw on Tasapspider/0.9
    • jay on Wordpress Automatic Update with 1and1
    • Roger on Tasapspider/0.9
    • Clifford on Wordpress Automatic Update with 1and1
    • Howard on Wordpress Automatic Update with 1and1
  • Archives

    • 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


Copyright © 2010 Big Webmaster