Wednesday, June 22, 2011

Cakephp Auth Component Tutorial Part 3


This is a three part series in understanding the basics of using Cakephp's Auth component. You will need to watch all three videos as they build on to each other by adding more functionality to the application.

Tuesday, June 21, 2011

Cakephp Auth Component Tutorial Part 2


This is a three part series in understanding the basics of using Cakephp's Auth component. You will need to watch all three videos as they build on to each other by adding more functionality to the application.

Monday, June 20, 2011

Cakephp Auth Component Tutorial Part 1


This is a three part series in understanding the basics of using Cakephp's Auth component. You will need to watch all three videos as they build on to each other by adding more functionality to the application.

Tuesday, June 7, 2011

CakePHP + JQuery (Avec Ajax) - 2


Galerie photos avec Ajax :
JQuery.js pour les actions Ajax,
JQuery.form.js pour l'interfaçage avec les formulaires,
Animatedcollapse.js pour l'effet d'affichage/cache des boites d'edition .
Jgrowl.js pour les messages d'informations .

Application sous CakePHP .

Monday, June 6, 2011

Cakephp Blog Tutorial Part 9 - Layouts


In this Cakephp tutorial we learn how to create our layouts, attach our own stylesheet, style some of the Cakephp generated html, and apply our own titles to our pages. You can download the sourcecode at http://www.andrews-custom-web-design.com/cakephp.html

Cakephp Blog Tutorial Part 8 - Validation


In this Cakephp tutorial we use Cakephps' model validations to validate our data before it's saved to the database. You can download the source code for this video at http://www.andrews-custom-web-design.com/cakephp.html

Cakephp Blog Tutorial Part 7 - Using the Delete Method and Clean up


In this Cakephp tutorial we'll be using the models delete method to delete posts. We also clean up our blog interface by adding some additional links throughout our views. You can download this videos source code at http://www.andrews-custom-web-design.com/cakephp.html

Cakephp Blog Tutorial Part 6 - Editing Posts


In this Cakephp tutorial we learn how to edit posts. This video builds upon the methods learned in the Part 5. You can download the source code at http://www.andrews-custom-web-design.com/cakephp.html

Cakephp Blog Tutorial Part 5 - Using the Save Method: Creating New Posts


In this Cakephp tutorial we cover how to create new posts for our blog. We use the models save method as well as a few other methods for sending flash messages and redirecting and we use the form helper for creating forms. You can download the source code at http://www.andrews-custom-web-design.com/cakephp.html

Cakephp Blog Tutorial Part 4 - Using the Read and Html Link Methods


A tutorial for building a blog using the Cakephp framework. In this video we used the model's read method as well as the html link helper method. You can download this videos source code at http://www.andrews-custom-web-design.com/cakephp.html

Cakephp Blog Tutorial Part 3 - Using the Find Method


This is a tutorial using cakephp for building a blog. In this tutorial we use the model's Find method for retrieving all data from the database. You can download the source files for this tutorial at http://www.andrews-custom-web-design.com/cakephp.html

Cakephp Blog Tutorial Part 2 - Naming Conventions


A tutorial for building a blog using the Cakephp framework. This tutorial covers the naming conventions for files and classnames as well as the cake url's.

Cakephp Blog Tutorial Part 1 - Installation


A tutorial for installing the Cakephp framework in preparation of my Cakephp blog tutorials. Source files for future videos will be able to be downloaded from my website at http://www.andrews-custom-web-design.com.