CSS Dropdown Menu

Ever wondered how to make those drop-down menus using CSS? There are many ways to do it but they are all pretty similar. Here’s how I do it.

The CSS Code

(more…)

 

PHP Date Validation Using strtotime()

Here’s a nifty little script I use to validate date input with PHP. This function can accept any common date entry and return true if the date is valid or false otherwise.

The Script

<?php

 <a href="http://coderscult.com/php/2008/03/12/php-date-validation-using-strtotime/#more-5" class="more-link">(more…)</a>

 

Welcome to Coders Cult

Whew!  Finally, I managed to spare the time and gather the energy required to start off a new website – one that has been in my mind for a very long time already.  Dear friend, allow me to offer you a warm welcome to this brand new website called Coders Cult.

(more…)