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

Photo HowTo

Photo HowTo is a relatively new website focused on tutorials about taking photos and photo editing. Readers can found here at least one article every day. There are published software reviews about photo editing software too.

Readers can submit their wishes and recommendations to the forum.

Built using Drupal 6 and modified (header image, color) Amadou theme. More functions will come when Views2 and CCK will be available.

New SQL Server-powered Education Site

Adams 12 Five Star Schools district is very pleased to announce our newly-redesigned, SQL Server-powered Drupal Web site! Our site exemplifies the power and flexibility of Drupal. It is also speaks to the quality of community that helps develop, instruct, and support the Drupal project. Without this exceptional and active community, our site would not have been possible. Thank you!

Information-Online

A site for publishing free "Official Press Releases" located at http://www.information-online.com/

Mainly used for Publishing: CCK, Image and ImageField. For Social aspects: Buddylist, Fivestar, Service links, Similar By Terms, Tagadelic and Taxonomy User

Integrates some AJAX based features and SEO functionylity through custom_url_rewrite().

7 months after falling in love with Drupal

Check out my latest creation. Beta version 1.0 .
Let me know what you think about the design so far.

Have A Look

New theme contributed...

http://drupal.org/project/kommunity

to go along with the pre-launch and testing of a student body & community website for the Institute of Communication Science at the University Münster, Germany. The old site (http://egora.uni-muenster.de/ifk/fachschaft) is in much need of retirement, and while we're at it, we are planning on introducing some community features such as organic groups, private messaging, forums, blogs and the like.

Flare Visualization

I'd like to share how to integrate Drupal with Flex over JSON, and then visualize that data with Flare. I hope this is the right spot to put this.

Its as easy as this:

1. IN DRUPAL TEMPLATE.PHP
function phptemplate_views_view_list_{viewname}($view, $nodes, $type) {
foreach ($nodes as $i => $nid) {
$node = node_load($nid->nid);
$output[]= json_encode($node);
}
return 'var videos=['.implode(',',$output).']';
}

2. IN THE HTML-TEMPLATE

Pages

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