Websites

Translating Your Vision Effectively to Developers (Part II)

Last week, I talked about the importance of brainstorming and making sure that you write down your thoughts and ideas when speaking with developers.  This week, I want to share with you the importance of having a project manager as well as some of the…

Read More

Translating Your Vision Effectively to Developers (Part I)

Throughout my career, I’ve witnessed the development of a variety of websites, mobile applications and software projects; I’ve heard a lot of great ideas and I’ve witnessed a lot of frustration when the vision isn’t properly translated to a final project. I’ve had my own…

Read More

Symfony + Doctrine: How to rebuild your DB

This post is about rebuilding your database from a schema.yml file in your Symfony project (Symfony version 1.4.8 embedded in the project at /path/to/your/project/lib/vendor/symfony/lib). If you make a change in your config/doctrine/schema.yml, run these commands from your project's root directory. ./symfony doctrine:drop-db ./symfony doctrine:build-model ./symfony…

Read More

Theming image buttons in Drupal

Here is a simple code snippet for those who want to make some of the submit buttons on their Drupal website image buttons: function MYTHEME_button($element) { if ($element['#value'] == t('Search')) { $element['#src'] = drupal_get_path('theme', 'MYTHEME') . '/images/search_button.png'; $element['#button_type'] = 'image_button'; } if ($element['#button_type']…

Read More

Content Management Systems – How to Pick the Right CMS: Upcoming Webinar

Many of our customers look at implementing Content Management Systems, but they are unsure of where to start, what to look for, and what is out there. Join us on September 15th at 2:00 as we discuss some of the features and benefits of a…

Read More

Categories

Search

Recent Posts

Most Common Tags