25 Spotify invitations give away

UPDATE: I just emailed the last invitations today, so there are no more to send.

I have been using Spotify more than a year. And I have 25 Spotify invitations to give away. I read CNN news telling that Spotify is available in the U.S. by invitation only — or for paying [...]

Creating Customer Support Time Tracking Application Daikon with Codeigniter Part 3

Adding Profiles

So far we created Cutomer Admin page. In this article we are going to add profiles. Then support_details table to DB. We also modify userlib.php, members.php. and form_member.php as well.

In our profile, we are going to add Company name, Full name, Web address, Phone number, Address, City and Post code. You can add more if your application needs them.

Please read this backendpro manual, http://www.kaydoo.co.uk/backendpro/user_guide/features/userauth.html for the reference.

Continue reading Creating Customer Support Time Tracking Application Daikon with Codeigniter Part 3