web development

February 8, 2011

Drupal: Creating Tags for Node Content in a PHP Script

When loading content through an automated php script, tagging can sometimes be tricky.  A number of tutorials are able to demonstrate how to add one tag to your content, but in order to add more than one tag, be sure to do the following: if ($term) $node->field_tags[$node->language][0]['tid'] = $term; if ($term2) $node->field_tags[$node->language][]['tid'] = $term2; $term [...]

January 25, 2011

Creating Content using Drupal 6

For those that are happily using Drupal 6 as their content management system, it may be worth your while to do a quick refresher on a typical way that you can create content use the Drupal CMS. Create Content in Drupal Jeremy OmsJeremy is an entrepreneur and leading manager of New Blood, Inc. Excited about [...]

January 5, 2011

Drupal 7 Released: Many new features to try!

With the official release of Drupal 7 coming a few days earlier than predicted on January 7, 2011, we have been reviewing the pre-release information that are being advertised for what is available in this new version.   We have been excited to see a number of changes to the overall default packaging that quite frankly [...]

January 4, 2011

Blogwriting Tools: Contribute and ScribeFire

Make your blogwriting a simple task by using blogwriting tools.  The goal of using blogwriting tools is to make it so nothing will deter you from writing that next article for your blog.  If your blogwriting tool is a pain in the ‘you know what’ to use, you can expect that on those days that [...]

December 21, 2010

U.S. Small Business Association Website is Now in Drupal

For those that are unfamiliar with the Small Business Association website, it is an extrememly helpful resource for all things related to runnning a small business in the U.S.  Everything from starting and managing your small business, to getting loans or grants, to getting answers on typical questions such as how to register your business. [...]

« Newer PostsOlder Posts »