jcpwebdev.blogspot.com
Janet P - Web Dev blog: Class 5 - prototype.js and event observers
http://jcpwebdev.blogspot.com/2008/10/class-5-prototyejs-and-event-observers.html
Sunday, October 19, 2008. Class 5 - prototype.js and event observers. Things are getting a little more abstract with the introduction of prototypes. It is a case of learning by example and for this exercise, focusing on event observers, which seem to be very powerful. Very nice so far! Don't forget that when you mouse off of the thumbnail, the product info should disappear. so you need to do another event observer that detects mouseout events, and makes the product info divs invisible again. Jack P - Web...
jcpwebdev.blogspot.com
Janet P - Web Dev blog: September 2008
http://jcpwebdev.blogspot.com/2008_09_01_archive.html
Saturday, September 27, 2008. Class 2- in class assignment 1. Here is my solution:. Http:/ onepotcooking.com/janetprumachuk/class2/assignment1.html. Saturday, September 20, 2008. Subscribe to: Posts (Atom). Janet P - Web Dev blog. There was an error in this gadget. View my complete profile. Kei Wat- Web Development Intensive Fall08. IE image float display issue. Amos B - NYU Web Dev Fall 2008. Kathleen H.'s Web Dev Blog. Final Project and loose ends pt2. MauriceC - NYU Web Dev. NortonL - NYU Web Intensive.
jcpwebdev.blogspot.com
Janet P - Web Dev blog: October 2008
http://jcpwebdev.blogspot.com/2008_10_01_archive.html
Sunday, October 19, 2008. Class 5 - prototype.js and event observers. Things are getting a little more abstract with the introduction of prototypes. It is a case of learning by example and for this exercise, focusing on event observers, which seem to be very powerful. Sunday, October 12, 2008. Class 4 - in class assignment - billing form. Saturday, October 4, 2008. Class 3 - in class assignment. Note: I need to code widths and heights in CSS for my images so the page will load faster. This week I've look...
jcpwebdev.blogspot.com
Janet P - Web Dev blog: Class 8 - MySQL, PHP and MVC
http://jcpwebdev.blogspot.com/2008/11/class-9-rss-feeds.html
Saturday, November 15, 2008. Class 8 - MySQL, PHP and MVC. Blog example.still needs some styling and authentication, but it works. Hint: make sure to use double quotes instead of single quotes when assigning your SQL string in PHP. mySQL admin. Subscribe to: Post Comments (Atom). Janet P - Web Dev blog. There was an error in this gadget. View my complete profile. Kei Wat- Web Development Intensive Fall08. IE image float display issue. Amos B - NYU Web Dev Fall 2008. Kathleen H.'s Web Dev Blog. Class 6 - ...
jcpwebdev.blogspot.com
Janet P - Web Dev blog: Class 6 - intro to PHP
http://jcpwebdev.blogspot.com/2008/11/class-8-mysql-and-php.html
Saturday, November 8, 2008. Class 6 - intro to PHP. In class 6 we used PHP to templatize our e-commerce sites in order to reuse code for multiple pages; the concept of a controller and a view. Going forward I will be using the MVC approach because I find it easier to read and maintain. I guess I like structure. Subscribe to: Post Comments (Atom). Janet P - Web Dev blog. There was an error in this gadget. View my complete profile. Kei Wat- Web Development Intensive Fall08. IE image float display issue.
jcpwebdev.blogspot.com
Janet P - Web Dev blog: Class 9 - RSS
http://jcpwebdev.blogspot.com/2008/11/class-6-intro-to-php.html
Sunday, November 16, 2008. Class 9 - RSS. I RSS-ified the php version of the e-commerce site from class 6 because I haven't done the image uploader yet, and I wanted to work with code that I was familiar with. Subscribe to: Post Comments (Atom). Janet P - Web Dev blog. There was an error in this gadget. View my complete profile. Kei Wat- Web Development Intensive Fall08. IE image float display issue. Amos B - NYU Web Dev Fall 2008. Kathleen H.'s Web Dev Blog. Final Project and loose ends pt2.
jcpwebdev.blogspot.com
Janet P - Web Dev blog: Pet Shop
http://jcpwebdev.blogspot.com/2008/09/pet-shop.html
Saturday, September 20, 2008. Subscribe to: Post Comments (Atom). Janet P - Web Dev blog. There was an error in this gadget. View my complete profile. Kei Wat- Web Development Intensive Fall08. IE image float display issue. Amos B - NYU Web Dev Fall 2008. Kathleen H.'s Web Dev Blog. Final Project and loose ends pt2. MauriceC - NYU Web Dev. NortonL - NYU Web Intensive. My Final Project and Assignments! Sheila T - Web Design Fall 2008. Dbone's web dev conversations. Jon R - Web Development Intensive.
jcpwebdev.blogspot.com
Janet P - Web Dev blog: Final Project - bare bones
http://jcpwebdev.blogspot.com/2008/12/final-project-bare-bones.html
Sunday, December 7, 2008. Final Project - bare bones. This is what I have so far. Subscribe to: Post Comments (Atom). Janet P - Web Dev blog. There was an error in this gadget. View my complete profile. Kei Wat- Web Development Intensive Fall08. IE image float display issue. Amos B - NYU Web Dev Fall 2008. Kathleen H.'s Web Dev Blog. Final Project and loose ends pt2. MauriceC - NYU Web Dev. NortonL - NYU Web Intensive. My Final Project and Assignments! Sheila T - Web Design Fall 2008. John P - Web Dev.
jcpwebdev.blogspot.com
Janet P - Web Dev blog: Final Project idea
http://jcpwebdev.blogspot.com/2008/11/final-project-idea.html
Sunday, November 16, 2008. I want to build a working prototype for the type of social networking site that I wish existed, but doesn't. The idea is to bring people with common interests together in a way that more closely resembles how we make friends in real life. Hopefully people will have some fun with it. From a project requirement standpoint it will include these elements:. 1) authentication and permissions. 3) forms entry. 5) XHTML, JavaScript, PHP, mySQL. 6) the MVC design pattern. Angela M...
jcpwebdev.blogspot.com
Janet P - Web Dev blog: quick post
http://jcpwebdev.blogspot.com/2008/10/quick-post.html
Wednesday, October 1, 2008. This week I've looked at the html or xhtml source behind some of the websites I've visited (mostly news I'm afraid). I've seen lots of examples of div class and div id, as well as tables. There are some ugly tables out there, but I did see a nice looking example with a dotted border on an internal application at work. You absolutely can center a div within a div using margin: 0 auto;. The catch is that the div you are trying to put in the center must not be floating. John P - ...