August 31st, 2007

PHP Web Hosting

If you're looking for cheap PHP web hosting with a reliable provider, then this is exactly this information you need! I've written many popular tutorials on hosting and PHP web programming, so it only stands to reason that I know a thing or two about how to actually host PHP web applications ;).

I've been through over 10 web hosts now, and I've finally found a PHP web hosting provider that I'll be sticking with. The plans are incredibly cheap for what you get. For example, the most basic plan with unlimited domains is less than $10 per month! The company is Hostgator by the way.

The hosting support is incredible. I had a PHP webapp that was causing high CPU usage, and they suspended the database due to server overload. I panicked and called support, and they helped me get up and running within minutes. Here's a quick break down of some of my favourite hosting features:

  • 99.9% hosting uptime quarantee
  • very, very fast servers
  • unlimited domains, and for very cheap
  • the latest cpanel and fantastico versions
  • a knowledgeable web hosting support staff

Anyhow, I've ranted enough. There's a reason they're the fastest growing PHP web hosting company. Check them out!

August 20th, 2007

How to convert your old videos to DVD

So my grandmother recently called me to ask if I could work on some old family videos that she's had for years. Apparently, because I "work with computers", it's assumed that I can do everything, including convert 8mm film to dvd. In reality however, I'm an Online Marketing Specialist, I don't do any video conversion other than streaming videos on my websites. So, I recommended that she look for a shop that the 8mm film to dvd conversion for her.

It turns out that it's not exactly the easiest service to locate. A lot of local shops are pretty shady, it's hard to tell how good of a job they'll do. And they won't provide a guarantee - if it turns out bad they can easily blame the film quality! So anyhow, looking online for film transfer services, I found the Video Conversion Experts. I would feel much safer recommending my grandmother to them. They guarantee your satisfaction, and are even able to improve the final picture quality! I don't know enough about pricing to tell you how they compare to the competition, but it seems pretty reasonable for the level of service that they promise. I also really like that they've provided a gallery of past conversions, it gives you a good idea of the quality of the DVD that you'll be getting.

You may however, want to try a more upscale production if you're looking for corporate videos instead of just home videos.

August 20th, 2007

Convert RGB colors to Hex

Most web developers are quite comfortable using CSS to stylize their websites. But oftentimes they will design (or have designed) a template in Photoshop before creating the HTML template. Sometimes it can be a real headache to convert the RGB colors to the proper hexadecimal values for use in CSS. (more…)

August 11th, 2007

How to run windows apps in Mac OS X

Mac

This is perhaps the coolest thing the Mac/PC world has ever seen! With the latest release of VMWare, there's an app/feature called fusion, which allows you to virtually run the Windows applications right within Mac OS X! You can minimize to the dock, you have the same drop shadow effects, it truly is like running any other Mac application!

I want it! Now!

August 7th, 2007

How to create an image from text with PHP

At some point or other, pretty much every web developer has wondered if there's an easy way to create an image from a text variable in PHP. There are many potential uses for this, the simplest of which being aesthetics. A heading rendered as a JPEG or GIF can make use of anti-aliasing for the edges of the text, so it will look much smoother and more refined, as opposed to a basic text/HTML heading which can be somewhat crispy. (more…)