Show others what you've been working on and get feedback. For in-depth case studies, check the case studies section.

Sports fan community site

http://www.thefanembassy.com

Hello All,

My partner and I are trying to build a community of sports fans who are "away from home", i.e. they live in a new city but still want to watch their hometown team with other fans.

There are many bars/restaurants in many cities that cater to this type of fan, but we found that information is often lacking. We eventually hope to have feature stories, a review system and possibly a geographic directory.

The Haiku Project gets a Drupal 6 upgrade and new theme

I am with the Haiku Project, the creators of a new open source operating system for personal computing called Haiku. We have been happily using Drupal for our website since late 2006, starting with version 4.7. This past Monday we made our first alpha release of Haiku, and marked the occasion with a Drupal upgrade (to version 6) and a website design renewal using a theme based on Acquia Marina (heavily modified though). Check it out:

http://haiku-os.org

My new Weblog based on Drupal with new 3C0 Theme based on Ninesixty

Hallo, I'm Domenico and I have created a new weblog with drupal, he have a personal theme based on Ninesixty.
The name of theme is "3C0 Pills" (3C0 is number 960 in ex.).

http://www.pillsofdesign.com

Tell me more question...

PBS.org: Life (Part 2)

Life (Part 2) is a PBS television series by and about the 26% of the American population who are 55 and older. Host Robert Lipsyte, an Emmy winner and former New York Times columnist, uses his tough-minded journalistic instincts, ever-ready wit, and very strong opinions to ensure that baby boomers overcome their denial and face facts: the time to do something about age-related issues is right now.

Design company

Another small website I did for one of my client.

The hardest part was to do a custom page with custom SQL for each pages (Communication, Website, Logotypes and Packaging)

Here is an example of the code I did:

http://www.7340.be/exnihilo/logotypes.exn -> page-node-5.tpl.php
8<.....

print $content

<?php

$num_per_page=9;

$count_query = "SELECT COUNT(term_node.tid)
FROM term_node
JOIN term_data ON term_data.tid = term_node.tid
WHERE term_node.tid
IN (

SELECT term_data.tid
FROM term_data
WHERE vid =6
)
AND term_node.nid
IN (

SELECT nid
FROM node
WHERE TYPE = 'contrat'
)
AND term_node.nid
IN (

SELECT nid
FROM term_node
WHERE tid = '40'
)
";

$result = pager_query("SELECT term_node.tid, term_data.name, GROUP_CONCAT( term_node.nid ) nid
FROM term_node
JOIN term_data ON term_data.tid = term_node.tid
WHERE term_node.tid
IN (

SELECT term_data.tid
FROM term_data
WHERE vid =6
)
AND term_node.nid
IN (

SELECT nid
FROM node
WHERE TYPE = 'contrat'
)
AND term_node.nid
IN (

SELECT nid
FROM term_node
WHERE tid = '40'
)
GROUP BY term_node.tid

Simple school website

Hello,

This is the first drupal website I'll post here ;-)

It's a simple website using Drupal and some modules interesting like Cufon, Views, Date, Date Calendar.

You can views it here: http://polyac.be/

Comments are welcome of course ;-)

See you !

Pages

Subscribe with RSS Subscribe to RSS - Show off your Drupal site