Archive for November, 2007

Nov 27 2007

Nevermind on switching

Published by Sherwin under Anong Balita

After playing with a paid version Hostmonster, it didn’t meet my expectations. While using the demo I got an idea of the features and services they provide, it still lacked what I was looking for/expected.

  • Â SSH, though available, you cannot connect from your computer. You still had to log into cPanel and use its SSH interface. Not only that, but you have to provide a picture to Hostmonster in order for it to be enabled.
  • Pear libraries can be installed, but only stable versions. There were a couple of Pear libraries I’d like to use but are in beta (Spreadsheet_Excel_Writer and Calendar just to name a few).

Those two are the major things that stuck out. It wasn’t worth the trouble of switching if I couldn’t get those 2 to work the I wanted it to. So I called them up and cancelled the account. The experience was great! They asked for the domain and they refunded the full amount, no problems. If I didn’t already have a host, I may have gone with Hostmonster just because of the experience. I also used their online chat to ask questions before I got an account and during. They were helpful and efficient.

No responses yet

Nov 27 2007

Switching host again

Published by Sherwin under Anong Balita

I’ve been using Godaddy as my host for a couple of months now and for the price, they’re not that bad. For $3.95/month, you can host numerous domains on 1 account. But there are a couple of things I wish it had:

  • Â iMAP support for email
  • a better online file manager (they have been working on this feature for almost a year now and still nothing)
  • allow remote access to the database
  • SSH access
  • PHPÂ Pear
  • better support

Then I found Hostmonster. For $4.95/month (first 2 years pre-paid, then $5.95/month for the next 2 years pre-paid), I get what I’ve listed above, plus more.

  • bigger storage space
  • more monthly bandwidth
  • RoRÂ (Ruby on Rails)
  • WebDav
  • each add-on domain can have their own separate FTP, login, etc. accounts
  • cPanel

And that’s just what I’ve noticed so far. I just created an account today and I’ve already set my DNS on my sites to point to the new server. There might be some down time, so bear with me please. I will keep the Godaddy account active until I’m sure the new hosts lives up to my expectations. If not, I can simply change my DNS settings back to Godaddy and get a refund.Â

No responses yet

Nov 17 2007

Started playing with .Net

Published by Sherwin under Programming, Technology

I’ve tried in the past to get .Net installed on one of my PCs. I always got errors after the install and just gave up. It’s only to get familiar with it. I usually have a Linux box as a web server anyway and we’re still using classic ASP at work. But as more projects come my way at work, I found using PHP to create different things that classic ASP can’t do. It’s not recommended but it’s a quick fix since many of the projects need to be finished ASAP. All of the sites we develop at work is written using ASP 3.0. But things like handling emails, exporting records to Excel, and uploading files can be created with more features using PHP. The transition between an ASP to PHP page isn’t something that you should do but was necessary for us to complete the project in time.

Why don’t we just develop in PHP or .Net? Well there’s a couple of reasons for that.

  • Majority of our servers are Windows. In the beginning, the IT department wouldn’t support anything but Windows servers. But since they don’t support us anyway, and we do our own support, we can use pretty much any server OS we want. We do have 3 OS X servers that can run Apache.
  • It would take a longer time to re-code already working web sites running ASP and MSSQL Server 2000 to PHP5 and MySQL or .Net. Not only do we have to re-code them, the testing would take just as long. We have to ensure that the sites work on both Windows and OS X platform and their supported browsers. It pisses me off so much going to a site that doesn’t work on the browser I use. So I make sure it doesn’t happen to any of the visitors going to the sites I develop.
  • No money to purchase new Windows hardware/software. Although, our current Windows servers are running fine, if we were to start using .Net, it would be best to run it using the Windows Server 2003 and more hard drive space. We currently are running Windows 2000 Server and MSSQL Server 2000.

So I started to play with .Net again. Luckily we got our hands on Parallels for our iMacs. We can now test on different OS and server environments. I finally got to install .Net 2.0. I know there’s 3.0 and 3.5 releasing in the near future. But I want to do baby steps. So far I have been impressed. I have been having trouble converting a site from ASP to .Net. Particularly with the user authentication. I still have to figure out how the login page will query the database.

For now, I may just try to convert features I wrote on PHP to .Net and add them to the existing ASP sites so that the transition between the pages will be smoother, less of a security risk, and easier to manage.

No responses yet

Nov 03 2007

iMAP4 now available on my Gmail account

Published by Sherwin under Technology

iMAP4 finally became available on my Gmail account. I’ve been waiting for weeks now. Check and see if yours is enabled. If not make sure your language is set to English (US). I’ll be trying it on Mail 2.0.gmail_imap.jpg

No responses yet