My Passport Essential

The only problem with these drives is that, before you can use them you have to update the firmware. You do this so you can get rid of the annoying virtual cdrom that is uses when it is plugged in.

Pull the firmware update from the WD site.

update the firmware on the drive

power cycle the drive by pulling the usb power

Install the latest Smartware software.

Online Book

https://github.com/cakephp/cookbook
http://sphinx.pocoo.org/

  1. apt-get install git-core
  2. cd /var/www/html
  3. git clone https://github.com/cakephp/cookbook.git
  4. mv cookbook maintbook
  5. cd maintbook
  6. git clone https://github.com/cakephp/cakephp.git
  7. git submodule init
  8. git submodule update
  9. mysqladmin -u falgout -p create maint_book
  10. mysqladmin -u falgout -p create maint_bakery
  11. mysql -u falgout -p maint_book < ./config/sql/complete.sql
  12. mysql -u falgout -p maint_bakery < ./config/sql/complete.sql
  13. chown -R falgout:www-data maintbook
  14. chmod -R 770 maintbook
  15. mv cakephp/cake .
  16. cd config
  17. cp core.php.default core.php
  18. cp database.php.default database.php
  19. vi database.php and update with current database information
  20. vi core.php (modify the .salt feature)

cakePHP 1.3 Reference

CakePHP Useful References

My Cut / Paste bind for #cakephp

Methods:   Model Controller View
Attributes:   Model Controller
Helpers:      HTML Form (optionsSearchable (youtube)

Models:   Validation Rules

Cake Plugins:
CakeDC Searchable Video Tutorial

PHP Refernece:
Date W3Refernce

Post/Redirection/Get Retaining Search String in URL

http://josediazgonzalez.com/2010/08/16/cakephp-plugins-a-biblical-retelling/

http://book.cakephp.org/view/1653/Creating-breadcrumb-trails-with-HtmlHelper

http://planetcakephp.org/aggregator/items/1584-using-breadcrumbs-with-cakephp

http://book.cakephp.org/view/1039/Associations-Linking-Models-Together

http://book.cakephp.org/view/183/Creating-Forms

http://book.cakephp.org/view/1081/Elements

http://www.pseudocoder.com/free-cakephp-book

21 Things I learned about cakephp

Videos:
http://about.digg.com/blog/rasmus-lerdorf-php-performance
http://tv.cakephp.org/

cakephp from the irc

A Date picker to be used. http://panitzco.com/Mike/tech/jquery/using-jquery-based-datetime-picker-controls-in-cakephp/

Great code picker, but only usable for non commercial uses.

When I asked in irc for some resources to learn from savant sent me here. (http://irc.cakephp.org/logs/link/1584088#message1584098)

From there I pulled the following:

http://www.pseudocoder.com/

http://debuggable.com/posts

http://blog.joebeeson.com/

http://mark-story.com/ – lead developer for cakephp

http://teknoid.wordpress.com

First there’s the ebook.  Great book and only 66 pages long.  It gets right to the heart of what might need to be done or seen from a practical aspect.

Then there’s the documentation.  I haven’t read it yet, but ‘savant’ (the guy that never sleeps).

Cakephp official documentation.

joeb’s blog

teknoid.wordpress.com