Handle Passwords Securely: Storage

Mathew Davies was recently featured on Community Voice (Elliot Haughin and myself were featured in past articles) where he discusses some of the security features within his Redux Authentication library. In his Community Voice he even took the opportunity to mention an article I wrote before the crash of 2008, referencing how to handle a [...]

CodeIgniter AJAX With jQuery

In this CodeIgniter tutorial, I’ll show you how to implement AJAX, in a non-invasive manner, for the purpose of loading various dynamically generated lists. We’ll start by developing our application, a listing of blog posts that have either been published or are drafts, without AJAX. We’ll then implement AJAX in a manner that maintains our website’s functionality even if the user does not have Javascript enabled.

Pages: 1 2

Easy Flashdata Notifications

In this CodeIgniter tutorial, I’ll show you how to implement flashdata notifications with the session library. We’ll start by understanding the code behind the notification, we’ll then clean it up a bit and add in support for multiple notification types, and finally we’ll turn it all into a new library and helper so you can use it easily within your own applications.

Pages: 1 2 3