MySQL Query on timestamp using PHP
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 [...]
Tracking Email Marketing Results
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 »Website backups
How to automate website backups.
Follow this very simple procedure to schedule your website backups. You will be glad you did.
Wordpress image uploader crashing 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.
Wordpress Automatic Update with 1and1
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 »Musical 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;
Share your thoughts..