Programming

Baseball United

For about a year I've been in development with Baseball United, a website that intends to be the social network for baseball. The site has been built on the Drupal 7 platform. Several custom modules and hundreds of programming hours later, the site is live and active with baseball teams and stats.

Thanks to the new Drupal Commerce module there is a store full of baseball-related products, thus far featuring Akadema. This could not have been done with Ubercart, the old dog of Drupal 6 commerce sites.

Flagging for other users

For this project, I needed to create a way for admins to recommend items to other users. In other words, bookmark a page for someone else.

Drupal 7 already has a great module for bookmarking, called Flag. It allows users to 'flag' content to say they like it (similar to Facebook) or to bookmark it for future reference. But it does not come out for the box with links to flag for other users.

BooDroo.com

BooDroo is a site built using Drupal 7. Some of the modules being used are: Commerce, Date, Organic groups, Mobile codes, Rules, and Views. I also created custom modules to communicate with Twilio (a service converting online information into a SMS sent to mobile phones) and to process Commerce carts through Google Checkout. SMS are also saved as content so that users can view messages online, as well as via text messaging.

Create node with php in Drupal 7

Creating a node with PHP in Drupal 7 is easy. This can be used to insert one node from a custom form or to insert a batch of nodes from an array of data.

Just follow these instructions to populate a node with PHP.

Multiple select list disable

Let's say you have several select dropdowns on the same form. You want three different answers for the same question or a similar one. But you don't want the user to select the same option more than once. This simple jQuery setup with help you out.

There are two parts to the code. One to find which option has been selected and disable it in the other options lists.

Creating a simple parallax effect

One of the latest crazes in web design is the parallax effect, or a 3D effect created by layering. You can find a really amazing, complicated design at NikeBetterWorld. Recently I created the effect on a much simpler scale for a small wakeboarder's website. I used jQuery to get the job done. The function works as follows:

Nice to Speed You pt 2

For the Nice to Speed You site I re-created the templates for the new designs. Again created with Jessica (www.interactivexperience.nl). This is a fast paced video dating site.

Waterwoning de Pionier

Many moons ago I completely the layout for this site. Designs completed by Jessica www.interactivexperience.nl. It's a simple site created with Drupal 6.

Tablets Plugin

On this WordPress site I modified the theme and added some custom pages to handle the tablets comparisons. First, there is a page to show all the tablets for selection. Second, once selected another custom page shows the tablets details side-by-side.

www.tabletvergelijker.nl/tablets/tablets/

Once again working with Interactive Xperience

Natalia Kosk

I did this WordPress site some time ago for a local (Chicago) writer and photographer. It's a basic WP theme set up to manage her site.

www.nataliakosk.com

Pages

Subscribe to Programming