Download
Cover
Contents
Milestone One
Milestone Two
Milestone Three
Appendix
Diary
Biblography
Code Samples
background image
Previous
04029437
d.
2
Sitepoint JS books and more Ext JS
Wednesday, 03 October 2007
Looking for suitable JS books to get a good grounding OO JS. Completed the Ext JS
introductory tutorial and read up on the FAQs. This looks to be a good UI framework!!
Investigated various JS Books, DHTML Utopia appeared to be the most suitable, but it
concentrates on HTML 4.01, not XHTML. So the hunt is still on for an appropriate book.
http://www.sitepoint.com/books/javascript1/?SID=15e197f7771c2acd767a8296a3fc8e7
2
http://www.sitepoint.com/books/jsant1/?SID=15e197f7771c2acd767a8296a3fc8e72
http://www.sitepoint.com/books/dhtml1/?SID=15e197f7771c2acd767a8296a3fc8e72
Read the introductory FAQ about Ext
http://extjs.com/learn/Ext_FAQ
Completed the Ext introductory tutorial
http://extjs.com/learn/Tutorial:Introduction_to_Ext
Basic Research - a tangent
Thursday, 04 October 2007
Off on a bit of a tangent today... Looking into Google Gears and Adobe AIR. Found
them mentioned in some of yesterday's research, so decided to check them out. Also
discovered Jamal, a JS framework which implements the MVC (always nice to see some
design patterns in the flesh). Lastly, discovered what appears to be a good OO JS book.
Researched Google Gears
http://code.google.com/support/bin/answer.py?answer=69197&topic=11629
Researched Adobe AIR
http://labs.adobe.com/technologies/air/
Found Jamal, a JS framework which implements an MVC on top of the jQuery
framework.
http://jamal-MVC.com/wiki/AirSimpleDemo
Found a JS book
http://www.pearsoned.co.uk/Bookshop/detail.asp?item=100000000233609
Introducing JSON and some more frameworks
Saturday, 06 October 2007
Looking into JSON as an alternative to XML webservices. Increases client-side speed,
but decreasesserver-side... Need todo more research about this. Also took a look into
YUIs Ajax handling and got brief view of jQuery.
Researched JSON RFC 4627
http://www.JSON.org/
http://www.ietf.org/rfc/rfc4627.txt?number=4627
Read up about PHP JSON libraries.
http://gggeek.altervista.org/sw/article_20061113.html
Navigation