PHP

Filtering Drupal Views with first letter

Drupal Views now comes with a contextual filter that filters content by the first letter, which is a great feature. But it's a contextual filter, not a regular filter. If you start experimenting with the glossary view, which using this feature, you'll notice it places the letter in the url and changes pages. You can't use it for ajax filtering and you can't use it easily with other filters, or as an exposed filter. That's exactly what I needed, an exposed filter, so I built a module to handle this problem.

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.

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.

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

Maxine Sapulette

This site was created in conjunction with Interactive Xperience.

I installed and modified the WordPress theme. I updated the header and removed it from non-home pages. The sidebar was also filled with custom widgets.

AutoHuren

Recently I made some small changes to a theme in WordPress to incorporate a search engine iframe from another site. When a visit goes to a page of a city or country, the search iframe automatically looks it up and provides travel results.

With the powerful Magic Fields plugin, I created posts to hold information about the cities and countries.

www.autohuren.info

Pages

Subscribe to PHP