geeky

php and easter

easter must be an important holiday for php. via daynah apparently you can find out the date of easter in this one line of code in php: This year’s easter is on <? echo date (“M-d-Y”, easter_date()); ?> yes it changes dynamtically. easter_days() and easter_date() function

geeky

cleartype and drop shadow don't mix

While surfing around the internet, sometimes you may come to a website with appearantly nasty looking, unreadable fonts.. well, let me guess, you are probably using IE and that the designer has probably used dropshadow filter in their css for their fonts. why is that? this is because you have cleartype turned on for your… Continue reading cleartype and drop shadow don't mix