Websites

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

Cache, a Web Developer’s Friend

In my experience, cache has not been my friend.  Rather than being strapped for it, I've often found myself with just too much cache.  I'll be pounding away at a stylesheet for twenty to thirty minutes - clueless, of course, as to why my changes…

Read More

Git – Committing to a Branch

Having VERY little exposure to Git, I admit I was a bit nervous learning that I would need to familiarize myself with Git for a recent project. Looking back, I realize my task was quite simple. Once I had finished developing a project, I needed to…

Read More

How to Avoid a Shattered Web or Mobile Project

Having been in the interactive multimedia space for almost 20 years I have witnessed time and again the main reasons why good ideas and projects go south.  And for all of you reading this that have been in the IT community for any length of…

Read More

Categories

Search

Recent Posts

Most Common Tags