CSS Photo Zoom
Code Samples
CSS Photo Zoom
Friday, July 2nd, 2004View photo
I was reading a few articles at SimpleBits and found this interesting zooming effect tutorial. I’ve seen the same effect using javascript, but the code for this is more simple and elegant using CSS. It uses the same background position technique as the animated images.
The zoom image is actually only one image. […]
Checking for valid email addresses using regular expressions
Tuesday, April 6th, 2004A quick and easy way to check for valid strings of any form is to use a regular expression. I have to do this a lot for email addresses since I send mail in my webapp and the server guy doesn’t really like it when they bounce. You can validate either client-side or […]
PHP: Finding Easter using PHP
Monday, March 29th, 2004Are you wondering what day Easter falls on this year? Not to worry, a simple PHP script can figure it out faster than you flipping a calendar. heh Ok, maybe not, but it’s still a neat trick.
Just put this code in a php file, uploaded and see for yourself.
<? echo date […]
