http://onepotcooking.com/jackpax/ajax/
As an exercise I re-did my class 8 blog as an AJAX app using jQuery. Anyone can view the blog, but to post a message or comment you must log in
Friday, December 5, 2008
Using Ajax for blog
Saturday, November 22, 2008
Thursday, November 20, 2008
CMS Demos
Wordpress: http://www.mycenturyweb.com/
Commercial use of Wordpress: http://www.inhabitny.com/blog/
Joomla: http://www.mycenturyweb.com/joomla/
Xoops: http://www.mycenturyweb.com/xoops/
Drupal: http://www.mycenturyweb.com/drupal/
ZenCart: http://www.mycenturyweb.com/zencart/
Monday, November 17, 2008
Tiles
Tiles have been used for background texture (think parchment paper), but they can also be used for CSS rollovers.
A simple CSS rollover using a 2px wide vertical tile:
#menuTop a{
padding:2px;
color:#000;
background-image:url('img/menuTile.jpg') repeat-x;
text-decoration:none;
}
#menuTop a:hover{
background-image:url('img/menuOverTile.jpg') repeat-x;
color:#cc0000;
}
And of course a tile can be used for a gradient effect in the page top:
#pgTop{
border-bottom:1px solid #cc0000;
background-image:url('img/pgTopTile.jpg');
}
Thursday, November 13, 2008
Friday, November 7, 2008
Hacker attacks
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.
Wednesday, November 5, 2008
Thursday, October 30, 2008
Popup a Lightbox window
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
Wednesday, October 29, 2008
Saturday, October 25, 2008
Friday, October 24, 2008
Popup Javascript Calendar
This adds a date picker to a text box using a small javascript file and a css file for the calendar formatting.
Tuesday, October 21, 2008
Friday, October 17, 2008
Javascript video
see Douglas Crockford — "The JavaScript Programming Language" Part 1.
Yahoo! JavaScript Architect Douglas Crockford provides a comprehensive introduction to the JavaScript Programming Language
Thursday, October 16, 2008
Adding Flash to a web page with Javascript
http://code.google.com/p/swfobject/wiki/documentation
SWFObject is an easy-to-use and standards-friendly method to embed Flash content, which utilizes one small JavaScript file
Saturday, October 11, 2008
Friday, October 10, 2008
3 Column CSS layouts
3 column pages with a fluid center column:
http://www.glish.com/css/7.asp
http://www.pixy.cz/blogg/clanky/css-3col-layout/
Flexible layout:
http://www.webproducer.at/flexible-layout/
Listing of various layouts:
http://css-discuss.incutio.com/?page=ThreeColumnLayouts
Saturday, October 4, 2008
Tuesday, September 30, 2008
CSS - different layouts with same html content
CSS allows complete and total control over the style of a hypertext document.
Clicking on any one of the existing designs in the list on the right of the page will load the style sheet into the page for a completely different layout of the existing content.
Saturday, September 27, 2008
20% off all books.
Computer Book Works
78 Reade Street
New York, NY 10007
(212)385-1616
Saturday, September 20, 2008
Peachpit Press Books
http://www.peachpit.com/store/product.aspx?isbn=032144325X
Javascript & Ajax
http://www.peachpit.com/store/product.aspx?isbn=0321430328
HTML, XHTML, CSS
http://www.peachpit.com/store/product.aspx?isbn=0321430840