for the prototype3 presentation
Hi team,
I think that we have to post the powerpoint and prototype3's url before the class next week. Maybe on Tuesday.
As the professor said, we should post them in Learning Remix early.
Nattakorn
Hi team,
I think that we have to post the powerpoint and prototype3's url before the class next week. Maybe on Tuesday.
As the professor said, we should post them in Learning Remix early.
Nattakorn
Hi friends,
Just want to remind you of the commencement day. We can now pick up tickets for our guests attending the graduation ceremony on 17th Dec.
Here is the information about that.
http://www.emich.edu/commencement/grad.html
Nattakorn
I just found that there is a yahoo group that 's very useful for AJAX developer.
http://tech.groups.yahoo.com/group/JavaScript_Official/
There are a lot of people joining the group and I think we can seek for help from that website.
Raji,
I has been fixed the problems you listed below.
I hope that I can fix all of the problems. However, due to timely manner, I am not sure if it's posible to fix some problems.
Nattakorn
I found the pattern that may be useful to develop the Ajax application.
A pattern describes an optimal solution to a common problem within a specific context.
From the IAWiki:
Patterns are optimal solutions to common problems. As common problems are tossed around a community and are resolved, common solutions often spontaneously emerge. Eventually, the best of these rise above the din and self-identify and become refined until they reach the status of a Design Pattern.
Each pattern has four primary components:
- a title
- a problem
- a context
- a solution
The example below is from http://developer.yahoo.com/ypatterns/
I just found that we can interact with PayPal by using the PHP. If you are interested, take a look the URL below
http://www.oracle.com/technology/pub/articles/oracle_php_cookbook/bollweg-paypal.html
This document is provided by Oracle. I think it's very interesting and will become valuable. Using this kind of thing will allow us to get into e-commerce businesses really.
I think that great; however, I think that we should fix the cross browser problems and get the last prototype done by Nov 29th and get some comments from users. Then the last week we can prepare for the presentation.
I tried to study how to take something from the XML format that contain the namespace like EVDB Atom.
Some parts look like this.
<gd:contactSection label="University of Michigan">
<gd:postalAddress>530 S State St
Ann Arbor, Michigan 48103, United States</gd:postalAddress>
<gd:geoPt lat="42.274471282959" lon="-83.7406692504883" />
</gd:contactSection>
I have no clue how to take the data from the tag <gd:postalAddress>.
I seem to be using namespace "gd".
I would be appreciate if you guys can help me out.
This is the website to explain precisely how different between the RSS and ATOM.
| RSS 2.0 | Atom 1.0 | Comments |
| rss | - | Vestigial in RSS |
| channel | feed | |
| title | title | |
| link | link | Atom defines an extensible family of rel values |
| description | subtitle | |
| language | - | Atom uses standard xml:lang attribute |
| copyright | rights | |
| webMaster | - | |
| managingEditor | author or contributor | |
| pubDate | published (in entry) | Atom has no feed-level equivalent |
| lastBuildDate (in channel) | updated | RSS has no item-level equivalent |
| category | category | |
| generator | generator | |
| docs | - | |
| cloud | - | |
| ttl | - | <ttl> is problematic, prefer HTTP 1.1 cache control |
| image | logo | Atom recommends 2:1 aspect ratio |
| - | icon | As in favicon.ico |
| rating | - | |
| textInput | - | |
| skipHours | - | |
| skipDays | - | |
| item | entry | |
| author | author | |
| - | contributor | |
| description | summary and/or content | depending on whether full content is provided |
| comments | - | |
| enclosure | - | rel="enclosure" on <link> in Atom |
| guid | id | |
| source | - | rel="via" on <link> in Atom |
| - | source | Container for feed-level metadata to support aggregation |
for more information http://www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared