If you’ve ever had to deal with time and PHP before, chances are you’ve had to deal with time zones. Dealing with time is difficult enough, but once the time becomes variable based on the preferences of the user of your application, it becomes even more confusing. Why so confusing? I mean, it seems simple… Read more »
Posts Categorized: Geekery
How Not to Answer a Network Admin Job Interview Questionnaire
Applying for new jobs can be a tough thing to do. This can be especially true in the high tech world. Most jobs require that you have certification ahead of time. Once you have the magical piece of paper (or pieces of paper), you will probably have to prove your abilities in some way before… Read more »
How to Create Transparent, Rounded Corners Using ImageMagick
Dynamically adding rounded corners to images can be a tricky process. Making sure those corners are transparent adds an additional level of complexity. In the project that I am working on, we used to fake the rounded corners with ImageMagick. Since our site had a white background, applying white, pre-made corners over the image was… Read more »