PHP

Nice to Speed You Room Module

Again working on Nice to Speed You. This project is with Interactive Xperience.

This module is to work with a custom flash video meeting module. Members can chat face to face during speed dating round robins.

The module creates the rooms and handles counts of users in the rooms. It also removes the users when they leave.

Nice to Speed You

I've been working closely with the designer of the Nice to Speed You dating website.

A while back I created a custom Drupal 6 module allowing members to chat with only those with reciprical likes. It uses the DrupalChat module as the basis for the actually chatting.

I also completed the theme intergration, from the wireframes to the working theme.

Interactive Experience Website

A recent site I completed some custom Drupal work for had me creating a couple slide shows with the views slideshow module.

New Graceful Quill Website

Recently this amazing Chicago calligrapher (okay she's my wife) told me she wanted a new website. So we set about creating something. She's on a purple kick so we used purple for the design.

Tabbed Color Chart

Recently I put together a tabbed color chart for a grout company. The problem was allowing customers to select the color and size before reaching their shopping cart. The backend is just a few php arrays so the colors and product IDs can be easily changed.

With jQuery this was a simple project. I created a few sections for the colors to go into. I use the jQuery to show the one that is selected.

The customer picks a radio-button color, which puts the selection into the form. Then the customer can purchase the color and size.

Search with jQuery

You can use AJAX through jQuery to search your MySQL database. It's as simple as setting up a php file to handle the search input, creating the input, and a space for the results to be returned. First, you'll need to set up the input box and the return data div.

Search: 
 

Next, you'll create your page with the search box and returned data. You'll need to set up the jQuery to take the data as you type.

Pages

Subscribe to PHP