CATEGORIES
- NYC COVERAGE
- WEB STARTUPS
- WEB NEWS
- CONFERENCES
- WEB TECH JOBS
- VENTURE CAPITAL
- MICROSOFT
- INTERVIEWS
- ADVERTISING
- VIDEO
- ALL TOPICS
- ALL COMPANIES
CONTRIBUTORS
- ADRIAN CHAN
- ALICIA NAVARRO
- ALLEN STERN
- CORSIN CAMICHEL
- DRAMA 2.0
- DARREN HERMAN
- HANK WILLIAMS
- MARK DAVIS
- RICK TUROCZY
- SANFORD DICKERT
- SHANNON CLARK
- Comment on YouTube Down for Maintenance by Killer
- Comment on The Absolute Most Awesome Google Maps Mashup Ever by Google Maps Gets A New Layer ? The NYC Subway | CenterNetworks
- Comment on Google Maps Launches NYC Subway/Public Transit Directions by Google Maps Get Layered With the NYC Subway | CenterNetworks
- Comment on T-Mobile USA Outage ? Service Down by khrtt
Company Index
Below is a list of companies we have covered on CenterNetworks.
$vid = 8; /* <---- put correct vocabulary ID here */
$num_cols = 3; /* <---- put number of columns here */
$show_pic = module_exists('taxonomy_image');
echo '
‘;
$items = array();
$terms = taxonomy_get_tree($vid);
foreach ( $terms as $term ) {
$count = taxonomy_term_count_nodes($term->tid);
if ($show_pic) { $pic = taxonomy_image_display($term->tid /*, ‘align=”left”‘*/); }
else {$pic = NULL; }
$name_and_count = l($pic . $term->name,’taxonomy/term/’.$term->tid, NULL, NULL, NULL, NULL, TRUE);
$items[] = $name_and_count .”;
} /* end foreach */
if (count($items)) {
if ($num_cols == 1) {
echo theme(’item_list’, $items);
}
else {
$slice = ceil(count($items) / $num_cols);
echo ‘
$items = array();
$terms = taxonomy_get_tree($vid);
foreach ( $terms as $term ) {
$count = taxonomy_term_count_nodes($term->tid);
if ($show_pic) { $pic = taxonomy_image_display($term->tid /*, ‘align=”left”‘*/); }
else {$pic = NULL; }
$name_and_count = l($pic . $term->name,’taxonomy/term/’.$term->tid, NULL, NULL, NULL, NULL, TRUE);
$items[] = $name_and_count .”;
} /* end foreach */
if (count($items)) {
if ($num_cols == 1) {
echo theme(’item_list’, $items);
}
else {
$slice = ceil(count($items) / $num_cols);
echo ‘
| ‘;; echo theme(’item_list’, array_slice($items, $start, $slice)); echo ‘ |
‘;
}
}
else { echo ‘No terms found’; }
echo ‘
‘;
?>





