Blue Creek Web

Programming and Affiliate Marketing

When someone adds a user or updates their password, the password is saved in duplicate

This can occur in a couple of places. In this particular instance, it is due to the password verification check. On the input form, you enter your password twice to make sure there weren’t any spelling mistakes. In the following example, when the parameters were sent to the stored procedure, both the password and the password validate fields were sent together. Removing one instance fixed the problem.

Post to Twitter Tweet This Post

Tags: ,
September 28, 2009 - 7:54 PM No Comments

Create a custom content management system with membership and administrative privileges

Our goal here was to create a custom content management and user management system.

Our main tasks were as follows:

  • Allow management of pages and categories
  • Email communication capabilities
  • Membership area and management
  • Administrative area and management

Post to Twitter Tweet This Post

August 25, 2009 - 7:27 PM No Comments

Create a custom proprietary content management system

The custom content management system was built in order to avoid any potential leverage from other applications or potential code invasion.

Main parts of the content management system included the following:

  • Allow management of categories
  • Allow management of pages
  • Allow management of graphics
  • Allow document management
  • Allow newsletters
  • Allow custom XML exports for integration into company proprietary systems.

Post to Twitter Tweet This Post

August 25, 2009 - 7:19 PM No Comments