How to implament One Time Password for forgot-my-password and account-activation processes

By Amir Shevat
CakeOTP is a secure, table-less and expirable implementation of One Time Password for CakePHP. It can be used for forgot-my-password and account-activation processes.
[Read more]

Autocomplete multiple fields

By Martin Lissmats
This short tutorial will show how to autocomplete data to multiple fields.
[Read more]

Hostip.info - Accessing GeoIP information using HttpSocket

By Chad R Smith
This article will cover how to access geoIP information from hostip.info. Hostip.info is a community-based project to geolocate IP addresses, making the database freely available but it needs you to put in your city to make it work.
[Read more]

Check Member / User Online or Offline Status

By Imran
The following piece of code will calculate the last visited time of a Member/User and calulate the time difference with current time. And if the Member/User last visited time is greater than 10 minutes then that will be considered OFFLINE otherwise ONLINE.
[Read more]

Helper for Farbtastic (jQuery color picker)

By Curtis Gibby
I needed to drop the Farbtastic color picker ( http://acko.net/dev/farbtastic ) into my Cake project, and while adding it manually was easy enough, I was surprised that nobody had previously come up with a helper for it. So I decided to write my own. You download all of the Farbtastic files and put the folder into your webroot's js folder, include the helper in your model, and off you go!
[Read more]
 

Page 3 of 121, showing 5 articles out of 601 total, starting on article 11, ending on 15

<< previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 next >>