May 12th, 2006

An Ode to ConvUrgency.com – a Great Web Hosting Provider!

Web

I recently switched web hosts. I had maxed out the number of addon domains and disk space with my previous host, and I wasn't extremely happy with the support or the speed. My web hosting, wordpress hosting and wordpress template design are all provided by ConvUrgency.com. So far, I'm more than satisfied with the service! (more…)

May 9th, 2006

How to Park a Domain on an Addon Domain

Web

If you're using a shared host with CPanel, no doubt you are getting familiar with addon domains and parked domains. You may have parked a domain already on your main domain. Recently however, I wanted to park a domain on an addon domain, and was told that this is impossible. Well, I've found of using the .htaccess file that works well enough. (more…)

May 9th, 2006

How to Remove Foreign Keys in MySQL

I ran into a situation a while back, where I'd designed a MySQL databses in InnoDB format on a test server, and implemented foreign key constraints with cascaded updates and deletes. However, when I uploaded the database to my web host the whole thing just crashed. Apparently the host didn't support InnoDB format, and therefore didn't support foreign keys. Here's how I fixed it. (more…)

May 5th, 2006

Build a Basic Calculator With JavaScript

Here's some rather simple HTML & JavaScript code I've found to include a fairly basic but functional calculator on any web page. (more…)