You are currently browsing the archives for posts tagged as Site Update.

Sold ServerBuzz.com For 450 Euros

I didn’t expect to reveal this information less than 24 hours after my last post… but my PayPal cash register just rang… Kaching!

I managed to sell ServerBuzz.com for €450 through Sedo. Sedo charges €50 for securing a buyer for my domain, but I believe that getting €400 is more than a fair price to get from a domain that I was under-utilizing anyway.

ServerBuzz.com Sold!

Read the rest of Sold ServerBuzz.com For 450 Euros »

SAS Takes Part In WCIT Again

SAS - The Power to Know

KUALA LUMPUR, 21 April 2008 - SAS Institute, the world’s leading business intelligence (BI) software provider, today announced that it is participating in the 16th World Congress on Information Technology (WCIT). SAS is the only independent BI vendor sponsor for WCIT 2008 to be held in Kuala Lumpur from May 18 - 22, 2008.

Read the rest of SAS Takes Part In WCIT Again »

HTNet Now Runs WordPress 2.5

First thing’s first; it works! The next most important thing; it was a very painless process. The steps are pretty easy especially if you’ve upgraded WP before. Essentially the steps are as follows:

  1. Disable all installed plugins
  2. Grab the latest WordPress build; extract the contents; replace the older files on your server (or you can do this painlessly via SSH)
  3. Run the upgrade script (usually at http://yourwebsite/wp-admin/upgrade.php) and wait for a couple of seconds or minutes; depending on the size of your current database
  4. Login to the wp-admin page and reactivate your plugins one by one; make sure you open another tab to preview your blog while doing this, just to see if there are any complications
  5. If everything goes well, it’s time to celebrate!

Please note that there’s a new configuration called SECRET_KEY in WP 2.5’s wp-config.php file. Just set it to some random string as shown below:

define('SECRET_KEY', 'lkjdfhU(H*H8h9uHF8U767f65df56t&^t^&th(jhYT6FYHBUIy*b*u3R'); // Change this to a unique phrase.

The secret key should include upper and lowercase letters, numbers and symbols. After that you need to re-login to the admin panel.

Working On A Few WordPress Stuff

Over the past 48 hours I’ve been working on two WordPress related project; a theme and a widget. I’m gunning on completing the theme before Saturday because I’m going to KL and spending the entire next week there.

Read the rest of Working On A Few WordPress Stuff »

Checking For DNS Resolution Of Your Domain

After moving HTNet to my new dedicated server, I needed to find out whether the domain has correctly pointed to the IP address of my the server. I was scouring the web for a tool that would help me query a few DNS servers around the world and report to me what they think is the IP address for my domain.

Read the rest of Checking For DNS Resolution Of Your Domain »