Gzipping your CSS and JavaScript using PHP

You save your bandwith and speed up your site by gzipping your javascript code library and even your CSS, yes!
 

Date Arithmetic With MySQL

Found a great article at DevShed on “Date Arithmetic With MySQL“. The last few days we’ve been kind of puzzled about how to store and actually utilize dates, throwing them back and forth from PHP to MySQL. There seems to be a lack of documentation about MySQL date functions, I bet alot of people are doing alot of mistakes in this area.
 

Exercise Your Music Muscle

I love music. Music is great. Liam found this great music picture trivia, we found almost 90% of the bands, couldn’t figure out all of them.

http://virgindigital.com/wallpapers/virgindigital1280×960.jpg

You can also go and get different sizes of it.

Configuring LogWatch (Linux)

Logwatch is a great little proggie. I liked it very much when it used to work, it used to send me alerts about suspicious activity, and even one time saved my ass when some lowlife tried hacking through SSH. (Until I make some time figuring out what da hell is iptables) Anyways. It stopped running two weeks ago. Wanted to see what’s wrong, and here is how I got to the configuration file:
 

IE6/Win ‘background-image’ Flicker Problem

IE6/Win has a specific problem with “image flickering”, observe please:
 

ADOdb - database abstraction library for PHP

ADOdb is what really saved my life when moving from Classic ASP to PHP5, it supports a wide variety of database, and has some great functionality features. It supports PHP5 aswell :)
You can find ADOdb here: http://adodb.sourceforge.net/

Here are some examples of your daily database connect and retrieval:
 

Free CSS navigation menus

Excellent freebies from Christopher Ware, at ExplodingBoy.com
Horizontal and vertical CSS navigations, pretty sexy ones too.

14 free vertical menu designs

More CSS navigation menus

CSS navigation menus

PHP5 incompatibility with PHP4

We are trying to recompile PHP5 on all of ours servers. It’s tough. You can’t know what errors would appear on your websites, and how severe would they be. I found some good articles about incompatibilities between PHP4 and PHP5 that I’d like to share.
 

Blog Is Born

Server is up and running. PHP5 is running smooth with cPanel, Wordpress 2 is running.