|
|
(54 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
− | [[Main Page]] >> [[Web Frameworks]] >> Web Frameworks - Workbook | + | [[Main Page]] >> [[CP2132|Web Frameworks]] >> Workbook |
| | | |
| Workshop schedule: | | Workshop schedule: |
| | | |
− | * [[Workshop - week 01]] - Getting started with Zend | + | * Workshop - week 01 - No workshop |
− | * [[Workshop - week 02]] - Controllers | + | * [[Web_Frameworks_-_Workbook_-_Week_02|Workshop - week 02]] - Getting started with Zend |
− | * [[Workshop - week 03]] - Views and templates | + | * [[Web_Frameworks_-_Workbook_-_Week_03|Workshop - week 03]] - Create a Layout |
− | * [[Workshop - week 04]] - Models and databases | + | * [[Web_Frameworks_-_Workbook_-_Week_04|Workshop - week 04]] - Create a Model and Database Table |
− | * [[Workshop - week 05]] - CRUD (Create Read Update Delete) by simon baker (0718432) | + | * [[Web_Frameworks_-_Workbook_-_Week_05|Workshop - week 05]] - Create a Form |
− | * [[Workshop - week 06]] - Web 2.0 - Web feeds | + | * [[Web_Frameworks_-_Workbook_-_Week_06|Workshop - week 06]] - Web 2.0 - Web feeds |
− | * [[Workshop - week 07]] - Web 2.0 - Web services | + | * [[Web_Frameworks_-_Workbook_-_Week_07|Workshop - week 07]] - Web 2.0 - Web services |
− | * [[Workshop - week 08]] - Web 2.0 - Ajax | + | * [[Web_Frameworks_-_Workbook_-_Week_08|Workshop - week 08]] - Web 2.0 - Ajax |
− | * [[Workshop - week 09]] - Automated testing | + | * Workshop - week 09 - Free to work on assessment |
− | * [[Workshop - week 10]] - Free to work on assessment | + | * Workshop - week 10 - Free to work on assessment |
− | * [[Workshop - week 11]] - Demonstrations | + | * Workshop - week 11 - Demonstrations |
− | * [[Workshop - week 12]] - Demonstrations | + | * Workshop - week 12 - Demonstrations |
− | | |
− | | |
− | Useful information:
| |
− | | |
− | * Binay Randhawa (0719961)
| |
− | [CRUD Function (Add, edit, delete) -- http://weierophinney.net/matthew/uploads/2007-02-28-FrameworkPresentation.pdf
| |
− |
| |
− |
| |
− | * [[Home Installation]] - Apache, PHP, MYSQL, Zend
| |
− | * [[Working With Zend and CSS]] - Working with Zend and CSS
| |
− | * [[Ajax With Parameters]] - Using parameters in ajax with prototype.js by Nick Banford (0506508)
| |
− | * [[Searching in Zend]] - Searching articles in Zend by Nick Banford (0506508)
| |
− | * [[Zend Image Root Path by Adam Orton (0708875)]] - Relating images to your personal file store
| |
− | * [[Zend Yahoo Service]] - This would allow people to add functions from yahoo to their website by Amar Joshi (0709436).
| |
− | * [[Zend Service Audioscrobbler ]] - This would allow people to add functions from AudioScrobbler to their website by Amar Joshi (0709436).
| |
− | * [[Google Search using AJAX and API ]] - This will add google search to your site By Andre Treutlein (0705104)
| |
− | * [[AJAX Image Gallery for Zend Frameworks by Adam Orton (0708875)]] - An AJAX gallery that can be applied to the Zend Framework
| |
− | * [[ajax you tube table]] - use ajax via googles API to grab youtube videos By Jason Carney (0709750)
| |
− | * [https://mi-linux.wlv.ac.uk/wiki/index.php/Twitter_And_Ajax Twitter and Ajax] - Use Ajax to get an automatic update from twitter. Lee Pownall (0713689)
| |
− | * [[Facebook API]] - Using facebook API and PHP Client Libary. Thomas Williams (0712186)
| |
− | | |
− | Some useful links I have found (0610970)
| |
− | | |
− | http://www.developertutorials.com/tutorials/php/zend-framwork-tutorial-8-08-13/page1.html
| |
− | | |
− | http://blog.astrumfutura.com/archives/353-An-Example-Zend-Framework-Blog-Application-Part-2-The-MVC-Application-Architecture.html - detail information about MVC pattern
| |
− | | |
− | http://zendguru.wordpress.com/category/zend-framework/ - explanation about the ZEND form
| |
− | | |
− | http://www.killerphp.com/zend-framework/videos/ - video tutorial about MVC pattern
| |
− | | |
− | http://webdeveloper.econsultant.com/ajax-demos-examples-code-samples/ - ajax tutorial
| |
− | | |
− | http://ajbrown.org/blog/2009/01/04/automated-testing-using-zend-framework-part-1.html - Zend automated testing information
| |
− | | |
− | (0707202) Useful link about Automatic testing of MVC applications created with Zend Framework - http://www.alexatnet.com/node/12
| |
− | | |
− | <b>Added by Daniel Hardy 0607197</b><p>
| |
− | http://www.ajaxdaddy.com/demo-slideshow-viewer.html - Having trouble with AJAX? Try this link, very simple to integrate into the Zend Framework and has many uses
| |
− | | |
− | <br><b>Handling Ajax Requests - Bhavesh Patel (0606090)</b> - http://my.opera.com/zomg/blog/2007/10/26/handling-ajax-requests-in-the-zend-framework
| |
− | | |
− | <br><b>Automated Testing Example by Bhavesh Patel(0606090)</b> - http://www.alexatnet.com/node/12
| |
− | | |
− | | |
− | *some useful links (adam carr 0703272)
| |
− | | |
− | *Zend API listings - http://framework.zend.com/docs/api
| |
− | *Understand Zend - http://www.ibm.com/developerworks/opensource/library/os-php-zend1/
| |
− | *Video Tutorials - http://www.killerphp.com/zend-framework/
| |
− | *List of places to help - http://robertbasic.com/blog/online-resources-for-zend-framework/
| |
− | *Using a conditional GET with API's - smartycode.com/performance/zend-framework-browser-caching/
| |
− | *Handling Errors in Zend - http://codeutopia.net/blog/2009/03/02/handling-errors-in-zend-framework/
| |
− | *Using Zend with CodeIgniter - http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/
| |
− | *Caching with Zend - http://blog.astrumfutura.com/archives/380-Zend-Framework-Page-Caching-Part-1-Building-A-Better-Page-Cache.html
| |
− | *A list of useful zend links - http://www.zflinks.com/
| |