Friday, April 24, 2009

Ajax Blog

A simple example of using jQuery for a blog.
http://onepotcooking.com/jackpax/ajaxBlog/

Friday, April 17, 2009

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.

Saturday, March 14, 2009

Javascript Video

http://developer.yahoo.com/yui/theater

see Douglas Crockford — "The JavaScript Programming Language" Part 1.

Yahoo! JavaScript Architect Douglas Crockford provides a comprehensive introduction to the JavaScript Programming Language

Using the DOM

A nice example of DHTML:
http://onepotcooking.com/jackpax/dom/top5.html

Monday, March 9, 2009

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.

Adding Flash to a Web Page with Javascript

http://code.google.com/p/swfobject/

http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation

SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file

Javascript Tutorial

http://www.webmonkey.com/webmonkey/98/03/index0a.html