Friday, November 7, 2008

Hacker attacks

SQL injection attacks explained:

http://en.wikipedia.org/wiki/SQL_injection

http://www.unixwiz.net/techtips/sql-injection.html

these links explain this type of attack, which can occur when users enter info into a form text box.

Thursday, October 30, 2008

Popup a Lightbox window

Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.
http://www.huddletogether.com/projects/lightbox/

Lightbox image viewer 2.03a - a newer version using prototype and scriptaculous libraries to add a fancier look:
http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm

Friday, October 24, 2008

Popup Javascript Calendar

http://onepotcooking.com/jackpax/calendar/popUpCalendar.htm

This adds a date picker to a text box using a small javascript file and a css file for the calendar formatting.