Digg Malaysia

digg.png

Did you know that our Malaysian friends came up with their own digg? I salute them actually! Yes they copied digg but I really hope they will grow from just copying into something on their own.

Below is the screenshot from top popular section.

digg2.png

AdesClrPicker v2.0 out!

AdesClrPicker is a very nice tool for a webmaster. It helps you to identify the color code in various formats and have them memorized for future needs. No more taking screenshots and opening that in Photoshop!

Product URL: http://www.adesdesign.net/php/products_color_picker.php

Scalix - Enterprise Collaboration Platform

For mid-sized and larger companies keeping internal E-Mail Servers is critical.

On top of above mentioned some features makes your office more productive:

Scalix has a solution for you! It is cheap, if not for free! You can compare Community, Small Business and Enterprise Editions here - http://www.scalix.com/enterprise/editions/compare.php

my new phone

Yes I am a happy owner of a new phone pda phone - HP iPAQ rw6828

And yes soft keypads sucks, but I am not a very much dependent on SMS writing so it’s kinda OK for me.

I like it a lot especially wifi connection! Wherever I go nowadays I can find wifi hotspots and surf. I am still exploring my new toy, a lot of things to get used to…

Meanwhile, here’s the list of softwares I installed additionally:

Here’s the list of softwares I would like to install:

If you are a PDA phone user please do share your experiences and softwares used.

Exabytes and time

I was doing one freelance work where I had to use LAMP technology. So my client has ordered hosting from Exabytes. Interestingly I had some bugs on theirs servers. I digged some more and I find out that their PHP time is wrong. Here’s the screenshot:

time.jpg

As you can see from the screenshot the server shows a date with more then 1 day difference! Well, I’ve never bothered to check if the servers were from US or local, I was under impression that they were local. Well, seems like not! So that’s how I get a almost a day difference in dates!

I used very basic date functions to get the date shown on their servers. The code is taken from php.net and now I need to add the difference to get Malaysian time.

I will post my solutions here, stay tuned!

Update:  I used very simple code:

$h = “-8″;// Hour for time zone goes here e.g. +7 or -4, just remove the + or -
$hm = $h * 60;
$ms = $hm * 60;

if (!$date) {
$date=date(”Y-m-d”);
$getdate = gmdate(”Y-m-d”, time()-($ms));

}

Next Page →

Categories


Clicky Web Analytics