Perfect CSS Sprite / Sliding Doors Button
november 2009 by jpcody
Simple sliding doors button techniques done in CSS for scalable buttons.
snippets
css
november 2009 by jpcody
Random Slogan Displayer
november 2009 by jpcody
Create a text file called slogans.txt with permissions that it can be read by the server. Put each slogan on a different line, e.g.:
Building websites since before there was a web.
The internet is for lovers.
snippets
php
Building websites since before there was a web.
The internet is for lovers.
november 2009 by jpcody
Get X, Y Coordinates of Mouse Within Box
november 2009 by jpcody
The below code will give you the X, Y coordinates of a mouse click within a given box. Removing all the stuff about the offset, you can easily get the X, Y coordinates of the click relative to the browser window.
jquery
snippets
november 2009 by jpcody