Category Archives: Programming

How to shut up and get work done

37signals is spread out over four cities and eight time zones. From Provo, Utah to Copenhagen, Denmark, the five of us are eight hours apart. One positive side effect of this eight hour difference is alone time. People need uninterrupted … Continue reading

Posted in Programming | Comments Off

Achieving top-server performance for your $

Often if you have a really loader server-environment you can do so much more to reduce the overhead and overall load by just using some sample optimizations tips in PHP, tweaking Apache, installing cache-servers (memcache, turkmm etc.) or playing with … Continue reading

Posted in Programming | Comments Off

Date/time manipulations in GMT!

I’ve had a hard time figuring out how to solve the problem with localtime extracted through JavaScript and converting it into GMT. THe problem comes when you have to consider the daylight saving time option on Windows OS, which so … Continue reading

Posted in Programming | Leave a comment