Tuesday 28, 2006

How To Find and Fight Spammers With GMail

Spammers come in all different flavors these days, and all it takes is purchasing something or creating an account somewhere to get on some ones list. Many people have a separate GMail account that they use for such situations, which works well and keeps junk separate from your real email account. However GMail gives you [...]

1
Monday 27, 2006

Remote Help With Copilot

Tonight I got an unexpected chance to use Copilot, a remote administration service packed into an easy to use bundle. I originally heard about this project back when it was “Project Aardvark”.

We are having a problem with one of our products that is in development, the error is only happening on a series of computers. [...]

Off
Wednesday 22, 2006

What To Look For In A Web Host, an Important Decision

Choosing a web host can be a very overwhelming decision, and it’s an important one. You are going to invest time and money into setting up your websites, and the last thing you want to do is move to another host after a couple months of bad service. Let’s take a look at some important [...]

8
Tuesday 21, 2006

How To Backup Wordpress

Backups are important, very important. If you don’t think so, do not wait until you have lost your critical information before your convert. You should approach backups in a way of “What would I need in order to get back up and running?” The answer to this question will vary depending on what is important [...]

Off
Monday 20, 2006

Sending an Email in Java

Sending an email is a very common task in developing an application. You can send notifications, subscription notices, new comment notices, password changes, and the list goes on and on. Java has great API’s that allow you to easily send an email within a Java application. Below is a common function that I use in [...]

Off