Dump Adobe Reader

I recently removed Adobe Acrobat reader from my computer. In it’s place I installed the free Foxit Reader for Windows. So far no problems at all reading any PDF file. Also loads quicker and doesn’t bug me like the Adobe Reader did all the time. Also the Foxit reader does not sit and hog resources the same way that Adobe does. Give it a try, I think you will like it too…

Another reason to get rid of you Acrobat Reader… SECURITY!

The Foxit Reader can be downloaded for free from Foxit Software

Also, in case you are wondering. Foxit reader will look similar to your old friend Adobe Reader, see the screen shot below.

foxit reader screen

Google Hacked…oh wait

This morning I hit the Google home page and I see this…

google hacked?

I think I even said out loud…wow Google is hacked! I had to look closer for a second, then I realized it was their Valentines day logo, but it looks a bit menancing to me…

Cube Cart Export for PayPal Multiorder Shipping

I have created an order export for Cube Cart e-commerce software package. This export can be imported into PayPal’s multi-order shipping module.

This will enable you to import your order information into PayPal for printing shipping labels. Avoid re-typing the information into Paypal, saving time and preventing data entry errors. This will not make any changes to your database. Once exported, it is very simple import into the PayPal multi-order shipping module.

I honestly do not think we could run the same volume of shipping we do without this export to PayPal feature. It really saves a TON of time.

There are 2 options, export all orders with the status of “processing”, or export all orders for a certain date.

It creates a simple CSV file which includes the order number as well as the delivery address for the order. The export also normalizes the data to correct for proper capitalization, so if the user enter everything in all caps or all lower caps it will correct this for the shipping label.

I am looking for a few people to test before I release, please contact me if this is something you would be interested in trying.

Cube Cart Export to Paypal

Any Video Converter, Does it All

I hate to use the cliche, but this is the video converter Swiss army knife. I am truly amazed at how often I find myself opening up this program. Any video converter has been able to convert everything I have thrown at it. Here are the conversions that it supports. Ten different types of media! Very impressive.

  • DVD Video NTSC (mpg)
  • DVD Video PAL (mpg)
  • MPEG-I (mpg)
  • MPED-II (mpg)
  • Flash Video Movie (flv)
  • Mobile Phone MPEG-4 (mp4)
  • AVI Movie (avi)
  • Windows Media WMV (wmv)
  • MP4 Movie (mp4)
  • Wave Audio (wav)

The most important one to me is the FLV conversion. Just about any video you wish to put on the web works great in FLV.  Or if you have an FLV and want to edit the file in Windows Movie Maker, just convert it to AVI, or WMV, bingo.

Look at the screen shot below to see all the options you have when converting. (this is the flash file options)

There is a free version and a paid version of the Any Video Converter software. So far the free version has been able to do everything I need without any problems. I would highly recommend this program for your video conversion needs.

Also did I mention that you can pull out video directly from You Tube? Yes, it will do that as well.

Setup your own quality mailing list with phpList

Every web marketer will tell you one of the keystones to website success is using email newsletters. For an e-commerce site, it should be mandatory. You are already collecting an email address when you are making a web sale, so there is a good chance your customer will want to sign up for your email list.

Your e-commerce shopping cart may come with a newsletter module, but chances it might get the job done. So what do you do if you want a little more out of it?

There are plenty of pay for email newsletters services out there, one of the better ones being Aweber. But of course this comes at a price. In the case of Aweber, it will cost you $19 a month for the service for up to 500 customers.

Many of us fall in between, not yet ready to commit to the monthly charge, but still wanting an easy, and reliable way to get out a newsletter.

In comes phplist to save the day. This free script is loaded with features. It was very easy to install, it took me about 30 minutes of playing around with the program. I set up a few small test lists with a handful of personal email addresses (Yahoo, Gmail, etc…), and soon I had a good feel for the program.

I would certainly recommend you make sure that you fully understand the program, because sending out a newsletter to hundreds of customers in NOT something to be taken lightly. While it won’t make your business, it could break your business. Again, I would not import you live list until you are pretty sure you know what you are doing in the program.

phplist is a very flexible program. You can create your own questions associated with a newsletter signup, and it can all be done from the web-based interface. (this part took me the longest to figure out, but I was glad I could remove the “sample” questions).

Once I was ready I imported my emails from my shopping cart, (during the import be sure you mark your users as confirmed, as you may end up having a confirmation email go out to all your already confirmed users.), you can also mark all your imported users as “html” users. Meaning they prefer to receive HTML based newsletters.

Once all my users were imported, you simply go to “send a message”, enter your message, set a few options and off it goes.

Now, since I am using the list just to import, setup and send. I will be flushing and reloading my user list each time. There isn’t an obvious way to do this in the program, but it can be easily done following these steps I found in the forum.

Go to your lists and ‘view members’
At the bottom of the page it says:
‘What to do with all users
This will process all users on this list
Delete (from this list)’
Do that.
Do that for all your lists.
Now all the users in the database are not connected to any list.

Now go to:
Manage users
Reconcile Users
‘delete all users who are not subscribed to any list’
and they will all be removed.

from http://forums.phplist.com/viewtopic.php?p=43905#43905

I will admit it took me a little while to fully understand the program, but don’t give up, after just a little while you will find that it is a pretty simple, yet flexible program to use. Phplist has many more features than those I’ve touched here, that is only because I already had my list, and I only need to import emails. Phplist can be a “start to finish” email marketing solution, and will actually manage your list for you. Phplist also has fantastic online documentation.

Not bad for a free program!

Show users IP in a graphic – PHP Script

Show IP
Display visitor’s IP Address in a graphic with this simple php code.

(Please do not link to this image, it is for demonstration only.)

Your IP Address

create a new page, copy the text below and save it as image.php (or whatever you wish)

All you’ll need to display on other pages is the code below.

<img src=”http://yoursitehere.com/image.php” border=”1″>

note: this code will only on systems that support GD image tools