Blog

Embrace the Touch-Screen

If you ask me, one of the best features of the Apple iPhone is the touch-screen. Touch-screens have been around forever; at least it seems that way to someone who just turned 30. The thing is, for as long as they’ve been around, I’ve pretty much…

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

Mobile Marketing for Developers 101 – Upcoming Webinar

Impressions on the Android Platform have grown 45% in the last 3 months & 420% since its inception Average CTR on Mobile apps is .67% vs. .17% on Mobile Web Mobile video ads have a 3x higher CTR than online video ads Accella's upcoming webinar…

Read More

Google Instant: Why you’ll be paying more in your AdWords budget

With Google’s new feature, “Google Instant,” results are shown and changed as users type in their search queries.  As Google explains it on their “Inside Adwords” blog, “For example, if someone types "flow" into Google.com, our algorithms predict that the user is searching for "flowers"…

Read More

Categories

Search

Recent Posts

Most Common Tags